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