Event: sent

View as Markdown
Triggered when the provider has accepted the message and handed it off toward the recipient. **WhatsApp only** - the SMS channel does not emit `sent`, and the email channel emits no webhooks at all. ## Headers Teekrr sends | Header | Value | | --- | --- | | `Content-Type` | `application/json` | | `X-Teekrr-Signature` | `t=<unix seconds>,v1=<HMAC-SHA256 hex>` - see the [Webhooks guide](/webhooks-guide) | | `X-Teekrr-Event` | `sent` | | `X-Teekrr-Channel` | `whatsapp` |