provider Mailbox GET /mailbox/mailMessages/{id}
@utdk/pipedrive /mailbox/mailMessages/{id}
Get one mail message
Returns data about a specific mail message.
id path required
The ID of the mail message to fetch
integer
include_body query
Whether to include the full message body or not. `0` = Don't include, `1` = Include.
enum: 0, 1

Try it

Authentication
Configure credentials for Pipedrive API v1
getmailmessage
GET/mailbox/mailMessages/{id}
Returns data about a specific mail message.

Parameters

required

The ID of the mail message to fetch

Whether to include the full message body or not. `0` = Don't include, `1` = Include.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import pipedrive from '@utdk/pipedrive';

await pipedrive.getmailmessage({
  "include_body": 0
})