Skip to main content

Customer connection deleted

Webhook 

Notification of the deletion of a connection for a customer

Request

Body

    webhook_event_type stringrequired

    Possible values: [connection.deleted]

    connection_id stringrequired
    customer_id stringrequired
    provider_id stringrequired
    category categoryrequired

    Possible values: [crm, engagement, enrichment, marketing_automation, no_category]

    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]

Responses

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

Request Collapse all
Body
{
  "webhook_event_type": "connection.deleted",
  "connection_id": "6b0abaf8-076d-48e7-9cdf-f12c68e86e2b",
  "customer_id": "e30cbb93-5b05-4186-b6de-1acc10013795",
  "provider_id": "5a4dbac6-3a56-4ad9-8aa3-e7b7f00be024",
  "category": "crm",
  "provider_name": "hubspot",
  "result": "SUCCESS"
}
ResponseClear

Click the Send API Request button above and see the response here!