API Reference
An inbound sms was received
Delivered to subscriptions for message.incoming.received.
WEBHOOK
Documentation Index
Fetch the complete documentation index at: https://docs.dialbird.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Authorization Code flow against Dialbird's OIDC provider. The issued
access token is a JWT with aud: "public-api", verified against the
issuer JWKS.
Body
application/json
Webhook delivery body. Signed with X-Dialbird-Signature
(t=<unix>,v1=<hmac_sha256_hex> over ${t}.${raw_body}). Also carries
X-Dialbird-Event-Id and X-Dialbird-Event-Type headers.
Globally unique event id, prefixed evt_. Use as a dedup key.
Example:
"evt_4f9a2c…"
Available options:
message.incoming.received, message.outgoing.delivered, call.incoming.completed, call.outgoing.completed Allowed value:
"v1"When the event occurred (not when delivered).
Response
200
Acknowledge receipt with any 2xx. A 410 disables the subscription.
.png?fit=max&auto=format&n=_4HJVILw-E8ajP6f&q=85&s=4bb3eba4c67eb5eaac885c2135db7611)