cURL
curl --request POST \ --url https://app.closerx.ai/api/v2/send-contacts-to-crms/ \ --header 'Company-Name: <company-name>' \ --header 'Content-Type: application/json' \ --header 'api_key: <api-key>' \ --data ' { "is_salesforce_to_ghl_task": true, "is_ghl_to_salesforce": true } '
{ "success": true, "errors": [], "response": { "status": "Salesforce → GHL task started." }, "message": "Export task has been started." }
Triggers the export of contacts from Salesforce to another CRM (e.g., GHL).
Schema name for multi-tenancy
Flag to start the Salesforce to GHL export task
true
Flag to start the GHL to Salesforce export task
false
Export task started successfully
List of any errors encountered during the task start
[]
Show child attributes
Status message of the task
"Salesforce → GHL task started."
General message about the request
"Export task has been started."