ADD_OR_UPDATE_LEAD_SALESFORCE

Add or update existing leads 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_LEAD_SALESFORCE(firstnamelastnameemailcompany
[property1value1]
)
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.

Examples

ADD_OR_UPDATE_LEAD_SALESFORCE("John", "Doe", "john.doe@mycompany.com", "mycompany", "IsConverted", "False") returns `John's` lead information and adds or updates his information on Salesforce