ADD_OR_UPDATE_OPPORTUNITY_SALESFORCE

Add or update existing opportunities 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_OPPORTUNITY_SALESFORCE(opportunity_namestage_nameclose_date
[property1value1]
)
opportunity_name

Name of the opportunity to add or update in Salesforce. For example: "Salesforce".

stage_name

The opportunity's stage. For example: "Prospecting".

close_date

Expected date to close the opportunity. For example: "2019-11-01".

[optional] property1

Opportunity field in Salesforce to set or update. For example: "CloseDate". For a list of fields, check Salesforce's oppportunity documentation.

Examples

ADD_OR_UPDATE_OPPORTUNITY_SALESFORCE("Spaceship opportunity", "Prospecting", "2020-12-01", "Description", "Spaceship model 2020") returns Spaceship opportunity information and adds or updates this information on Salesforce