Last Updated: Nov 18, 2020
The following functions are available for use in the Salesforce connector node:
Functions | Description |
---|---|
Connect To Salesforce | Connects to salesforce account with the given credentials |
Delete Record | Deletes a record details from the salesforce based on the given type of input |
Execute SOQL | Executes a given SOQL query and fetche the result |
Get Record | Fetches a record details from the salesforce based on the given type of input |
Insert Record | Inserts a record in the salesforce based on the given type of input |
Update Record | Updates a record in the salesforce based on the given type of input |
Upsert Record | Updates a record if the external ID matches, or create a record if the external ID does not match |