provider Persons GET /persons/{id}/mailMessages
@utdk/pipedrive /persons/{id}/mailMessages
List mail messages associated with a person
Lists mail messages associated with a person.
id path required
The ID of the person
integer
start query
Pagination start
integer
limit query
Items shown per page
integer

Try it

Authentication
Configure credentials for Pipedrive API v1
getpersonmailmessages
GET/persons/{id}/mailMessages
Lists mail messages associated with a person.

Parameters

required

The ID of the person

Pagination start

Items shown per page

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.getpersonmailmessages({
  "start": 0
})