Salesforce
Frends templates for Salesforce. Salesforce is a CRM platform for tracking customer relationships, sales and service operations.
This template process retrieves the list of contacts from Salesforce and writes the information as a JSON file to the local fileshare.
Using this template, you can retrieve the list of contacts from Salesforce and store it locally as JSON.
This template assumes that the following prerequisites are in place:
This template fetches contacts from Salesforce and stores the information into a local JSON file.
Process variables include fields for the Salesforce credentials and the output file path. If a file with the same name already exists, by default the process will throw an error - this behavior can be changed in the task settings.
This template checks for errors after attempting to get the contact information from Salesforce.
If transient errors are expected, retries for the file write and Salesforce connections can be configured in the corresponding tasks.
SalesforceBaseUrl | The base URL for your Salesforce instance, ending in my.salesforce.com. |
SalesforceUser | The username for your Salesforce account. |
SalesforcePassword 🗝 | The password for your Salesforce account. |
SalesforceSecurityToken 🗝 | The security token for Salesforce. |
SalesforceClientID | The client ID for Salesforce. |
SalesforceClientSecret 🗝 | The client secret for Salesforce. |
OutFilePath | The full path to the desired output location, including the name of the file to be written. |