Create Webhook
Webhooks
Create Webhook
Register a new webhook endpoint.
POST
Create Webhook
Documentation Index
Fetch the complete documentation index at: https://docs.flowapt.com/llms.txt
Use this file to discover all available pages before exploring further.
Basic Usage
Request Body
| Field | Required | Description |
|---|---|---|
url | Yes | HTTPS endpoint to receive events |
type | Yes | Event type: message_received, message_sent, sent_message, message_delivered, message_read, message_failed, call, or all |
platform | No | Defaults to whatsapp |
Response
Authorizations
Bearer token for authentication. Format: Bearer YOUR_BEARER_TOKEN
Body
application/json
HTTPS endpoint to receive events
Example:
"https://your-server.com/webhook"
Event type to subscribe to
Available options:
message_received, message_sent, sent_message, message_delivered, message_read, message_failed, call, all Example:
"message_received"
Platform (defaults to whatsapp)
Example:
"whatsapp"

