Salesforce
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(firstname, lastname, email,
[property1, value1]
)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.