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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

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.

Enter a gateway URL 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
})