Get a tibble of all the contacts in the account. This can be used to sync contacts between ProdPad and CRMs.
Usage
pp_get_contacts(
name = NULL,
email = NULL,
company = NULL,
persona = NULL,
job_role = NULL,
tags = NULL,
external_id = NULL,
external_url = NULL,
feedbacks = NULL,
page = NULL,
size = NULL,
...
)
pp_get_contacts(
name = NULL,
email = NULL,
company = NULL,
persona = NULL,
job_role = NULL,
tags = NULL,
external_id = NULL,
external_url = NULL,
feedbacks = NULL,
page = NULL,
size = NULL,
...
)
Arguments
- name
Name of contact or partial name of contacts to filter the list by
Filter the contacts by an email.
- company
UUID of a company to filter contacts by.
- persona
ID of a persona to filter contacts by.
- job_role
UUID of a job role to filter contacts by.
- tags
ID, UUID or name of one or more tags to filter the contacts by.
- external_id
Filter the contacts by an ID from another application such as a CRM
- external_url
Filter the contacts by a URL from another application such as a CRM
- feedbacks
Wheter to include the feedback for each contact in the results. Default is false.
- page
Page number of results to return.
- size
Number of results per page.
- ...
Other arguments passed to .pp()]
See also
Other Contacts:
pp_get_contacts_vector()