Contact deleted

View as Markdown
Fired when a contact is deleted from the workspace.

Headers

svix-idstringRequired

Unique identifier for this webhook delivery. Header names are case-insensitive.

svix-timestampstringRequired

Unix timestamp used when verifying the webhook signature. Header names are case-insensitive.

svix-signaturestringRequired

Signature for the raw webhook payload. Use this with the delivery ID, timestamp, and your endpoint secret to verify authenticity. Header names are case-insensitive.

Payload

The payload of this webhook request is an object.
idstringRequiredformat: "^evt_[A-Za-z0-9]+$"
Unique event identifier.
typeenumRequired
Event types emitted for contact webhooks.
Allowed values:
api_versionstringRequired
API version used when the event was generated.
created_atdatetimeRequired
Timestamp when the event was created.
workspace_idstringRequiredformat: "^wrks_[A-Za-z0-9]+$"
Workspace that owns the resource.
dataobjectRequired

Response

2XX
Return any 2xx status to acknowledge receipt.