CRMchat APIBeta

Contact deleted

Sent when a contact is deleted from a watched workspace. data contains the full contact snapshot before deletion.

Header Parameters

X-Webhook-Signature*string

HMAC-SHA256 hex digest of the raw request body, signed with the webhook signing secret

X-Webhook-Event*string

The subscribed contact or Telegram event type

X-Webhook-Id*string

Unique event ID for idempotency

User-Agent?string

Always CRMChat-Webhooks/1.0

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

eventId*string

Unique event identifier

eventType*string
Must be"contact.deleted"
eventDate*string

ISO 8601 timestamp of when the event was dispatched

Formatdate-time
workspaceId*string

Workspace the event belongs to

data*

Response Body

Example Requests

POST/contact.deleted