Skip to main content

Sync complete

Webhook 

Notification of the completion of a sync

Request

Body

    oneOf
    webhook_event_type stringrequired

    Possible values: [sync.complete]

    run_id stringrequired
    connection_id stringrequired
    customer_id stringrequired
    provider_name provider_namerequired

    Possible values: [hubspot, salesforce, pipedrive, zendesk_sell, ms_dynamics_365_sales, zoho_crm, capsule, outreach, gong, apollo, salesloft, intercom, linear, clearbit, 6sense, marketo, salesforce_marketing_cloud_account_engagement, slack]

    result stringrequired

    Possible values: [SUCCESS, ERROR]

    num_records_synced integer
    error_message string
    type stringrequired

    Possible values: [object]

    object_type stringrequired

    Possible values: [common, standard, custom]

    object stringrequired

Responses

Return a 200 status to indicate that the data was received successfully

Loading...