Salesforce Import Records
Overview
This documentation provides detailed information about the "Salesforce Import Records" pipeline, which facilitates the import of data from Salesforce into your BuiltAPI Workspace. The connector uses API integration to seamlessly transfer records into the specified target Entity.
Pipeline Parameters
Name - String
This is the name of the pipeline.
Salesforce Settings
This group contains settings specific to your Salesforce instance and the resources you intend to access
Salesforce Object - Variable
The Salesforce object from which you want to import records. Example: Account
You can find the list of available objects in your Salesforce instance by navigating to Setup > Object Manager.
Only Updated Records - Switch
If enabled, only records updated since the last successful run will be imported.
Target Entity Settings
This group contains settings for the target Entity where the imported records will be stored.
Target Entity
The Entity in your BuiltAPI Workspace where you want to store the imported records.
Optional Settings
Rows Limit - Number
The maximum number of records to retrieve per request. 200 by default. The maximum value is 1000.
Pipeline Timeout - String
The maximum duration the pipeline is allowed to run. Setup in string format: "15m" for 15 minutes, "1h" for 1 hour, etc. The default value is "5m".