Skip to main content
In Workers & Lines → Integration, enter the webhook URL and select Update. For a changed URL, configure your receiver with the one-time signing secret, acknowledge setup, then select Update again to assign it to this line. Other lines and existing calls keep their original webhook. A saved URL does not verify delivery.

Event types

Signature verification

Every delivery includes X-Chert-Signature: sha256=<hex>, the HMAC-SHA256 of the raw request body.

Delivery semantics

  • Delivery is at least once; deduplicate on event_id.
  • Timestamps are ISO-8601 UTC.
  • Non-2xx responses retry with backoff.
  • call.incoming does not retry past its decision deadline and fails closed.