Endpoint
Overview
Register a webhook URL. Every new inbound message is delivered to it as a signedmessage.received event — see the Webhooks guide for the event payload, signature verification, and retry semantics.
Request Body
The destination URL. Must start with
http:// or https://.Secret used to HMAC-sign deliveries. If omitted, a random secret is generated and returned.
Response
Returns201 Created.
true on success.Webhook ID — use it to delete the webhook later.
The registered URL.
The signing secret. Returned only once — store it now; it is needed to verify the
X-BlueBubble-Signature header on deliveries.