Skip to main content
POST
Register a webhook endpoint

Authorizations

Authorization
string
header
required

Your workspace API key, created in Settings → API keys, sent as Authorization: Bearer <key>. New keys start with watx_live_; keys issued before the rename start with converse360_live_ and still work.

Body

application/json
url
string<uri>
required

An https:// URL that resolves to a public address.

events
enum<string>[]
required
Minimum array length: 1
Available options:
message.received,
message.status_updated,
conversation.created,
contact.created

Response

The endpoint, with its signing secret.

data
object