Webhooks
contact.churned
Triggered when a contact churns.
WEBHOOK
Body
application/json
Contact Churned Webhook Body
Response
Return a 2XX (200, 201, ...) status to indicate that the data was received successfully.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{
"event": {
"id": "<string>",
"type": "<unknown>",
"api_version": "2025-09",
"created_at": "2023-11-07T05:31:56Z",
"data": {
"contact": {
"id": "<string>",
"address": "<unknown>",
"email": "jsmith@example.com",
"full_name": "<string>",
"phone_number": "<string>",
"tax_id": "<string>",
"company_registration_number": "<string>",
"metadata": {},
"stripe_customer_id": "<string>",
"tenancies_count": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"identity_check": {
"required": true
}
}
},
"meta": {
"curies": "<unknown>"
}
}
}Triggered when a contact churns.
{
"event": {
"id": "<string>",
"type": "<unknown>",
"api_version": "2025-09",
"created_at": "2023-11-07T05:31:56Z",
"data": {
"contact": {
"id": "<string>",
"address": "<unknown>",
"email": "jsmith@example.com",
"full_name": "<string>",
"phone_number": "<string>",
"tax_id": "<string>",
"company_registration_number": "<string>",
"metadata": {},
"stripe_customer_id": "<string>",
"tenancies_count": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"identity_check": {
"required": true
}
}
},
"meta": {
"curies": "<unknown>"
}
}
}Contact Churned Webhook Body
Show child attributes
Return a 2XX (200, 201, ...) status to indicate that the data was received successfully.
Was this page helpful?