ADD_OR_UPDATE_CONTACT_SALESFORCE

Add or update existing contacts on Salesforce.

icon of SalesforceSalesforce
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_SALESFORCE(firstnamelastnameemail
[property1value1]
)
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] property1

Contact field in Salesforce to set or update. For example: "MobilePhone". For a list of fields, check Salesforce's contact documentation.

Examples

ADD_OR_UPDATE_CONTACT_SALESFORCE("John", "Doe", "john.doe@mydomain.com", "Department", "Sales") returns `John's` contact information and adds or updates his information on Salesforce