Event: delivered
Event: delivered
Triggered when the provider confirms successful delivery to the recipient's
device. Emitted for **SMS** and **WhatsApp**; the email channel emits no
webhooks.
The `data` shape differs per channel - read `channel` (or the
`X-Teekrr-Channel` header) before parsing `data`.
## Headers Teekrr sends
| Header | Value |
| --- | --- |
| `Content-Type` | `application/json` |
| `X-Teekrr-Signature` | `t=<unix seconds>,v1=<HMAC-SHA256 hex>` |
| `X-Teekrr-Event` | `delivered` |
| `X-Teekrr-Channel` | `sms` \| `whatsapp` |