Sync Accounts Job
Sync CRM
Sync Accounts Job
Start an async CRM sync job for accounts and their people.
Creates a background job that syncs the specified accounts and all their people to the connected CRM (Salesforce or HubSpot). Returns a job_id immediately for status polling.
Flow:
- Call this endpoint -> get job_id
- Poll
/check-job-statuswith job_id until status is “completed” or “failed” - When completed, the result field contains detailed sync results
Behavior:
- Accounts already in CRM with the same owner are updated with latest signals
- Accounts in CRM with a different owner are updated with new signals. Ownership stays unchanged.
- New accounts are created in CRM
- People already in CRM with the account having same owner are updated with latest signals
- People already in CRM with the account having different owner are updated with new signals. Ownership stays unchanged.
- New people in account having same owner are created with assigned user as the people owner.
- New people in account having different owner are created with account owner as the people owner.
POST
Sync Accounts Job
Documentation Index
Fetch the complete documentation index at: https://docs.openfunnel.dev/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json