Webhooks
Create a webhook endpoint
Register a webhook endpoint. CallingBox will POST signed payloads to
url whenever a subscribed event fires. The returned
signing_secret is shown only once. Store it securely and use it
to verify the CallingBox-Signature header on inbound requests.
POST
Create a webhook endpoint
Authorizations
API key starting with sk_
Body
application/json
Response
Endpoint created
The HMAC-SHA256 signing secret. Returned only on create and rotate. CallingBox never shows it again.
Example:
"whsec_1234567890abcdef1234567890abcdef"
Available options:
enabled, disabled Populated when CallingBox auto-disables the endpoint after 10
consecutive exhausted deliveries (too_many_failures) or when
manually disabled.
Consecutive exhausted deliveries. Resets on success.