Push All Leads
POST /integrations/crm-sync/leads/push
Push graph8 people into Salesforce as Leads. THIS WRITES TO THEIR SYSTEM.
Returns a job - the work happens in the background. Poll
GET /integrations/crm-sync/jobs/{job_id}.
Over the app’s population threshold the JOB is refused unless
large_population_confirmed is true - the request itself is still a 202,
and the refusal is what the job’s status reports. Run
POST /integrations/crm-sync/leads/previews first to learn the count you
would be acknowledging.
Authorizations
Parameters
Header Parameters
Request Body required
Push graph8 people into Salesforce as first-class Leads.
Salesforce is the CRM that distinguishes a Lead from a Contact; the other
providers do not, which is why this is a separate surface from
/integrations/crm-sync/contacts/push rather than an entity_type on it.
object
Which CRM connection to push into.
Responses
202
Successful Response
object
422
Validation Error