ADD_OR_UPDATE_PERSON_PIPEDRIVE

Create or update an existing contact in Pipedrive.

icon of PipedrivePipedrive
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.

Parameter List

Syntax
ADD_OR_UPDATE_PERSON_PIPEDRIVE(email
[name]
[property1value1]
)
email

Email or Pipedrive ID. For example: "john@doe.com" or 16.

[optional] name

Name of the person. For example: "John Doe".

[optional] property1

Custom Pipedrive field to set. For example: "phone". Check out More details below for a list of properties.

More details

The custom properties you can set are: owner_id, org_id, phone, visible_to, and add_time.

Examples

ADD_OR_UPDATE_PERSON_PIPEDRIVE("JD@email.com", "John Doe") returns creates John Doe with the email of JD@email.com.