ADD_OR_UPDATE_CONTACT_HUBSPOT

Creates new contact or updates an existing one in HubSpot.

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

Parameter List

Syntax
ADD_OR_UPDATE_CONTACT_HUBSPOT(firstnamelastnameemail
[propertyvalue]
)
firstname

First name of the contact. For example: "John".

lastname

Last name of the contact. For example: "Doe".

email

Email of the contact. For example: "john@acme.com".

[optional] property

Custom field in Hubspot to set or update. For example: "phone".

Examples

ADD_OR_UPDATE_CONTACT_HUBSPOT("Patrick", "Sullivan", "patrick@adidas.com") returns creates or updates the contact Patrick Sullivan.