Add a new contact in Pipedrive with optional custom fields unique to each account found using the `personFields` endpoint. The endpoint also handles `data.marketing_status` for Campaigns product users.
nameRequiredstringThe name of the person. REQUIRED by Pipedrive API.
emailarrayList of email objects: { value: string, label?: string, primary?: bool }
phonearrayList of phone objects: { value: string, label?: string, primary?: bool }
org_idintegerID of the linked organization
add_timestringCreation time (RFC 3339)
owner_idintegerID of the user who will be marked as the owner of this person
label_idsarrayIDs of labels to assign to the person
visible_tointegerVisibility of the person (e.g., 1=owner only, 3=entire company)
update_timestringLast update time (RFC 3339)
marketing_statusstringMarketing status (no_consent, unsubscribed, subscribed, archived). Field is available only when Campaigns is enabled.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.