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_LEAD_SALESFORCE(firstname, lastname, email, company,
[property1, value1]
)firstname
First name of the person. For example: "John"
.
lastname
Last name of the person. For example: "Doe"
.
email
Email of the person. For example: "john@acme.com"
.
company
The company of the person. For example: "stripe"
.
[optional] property1
Lead field in Salesforce to set or update. For example: "MobilePhone"
. For a list of fields, check Salesforce's lead documentation.