Create a new webhook subscription
Create a signed webhook subscription.
Authorizations
Bearer token authentication. Include your API token in the Authorization header.
Format: Authorization: Bearer <your-token>
Body
URL where webhook events will be sent. Must be HTTPS.
List of event types to subscribe to
1message.sent, message.received, message.read, message.delivered, reaction.added, reaction.removed, participant.added, participant.removed, chat.created, chat.group_name_updated, chat.group_icon_updated, chat.typing_indicator.started, chat.typing_indicator.stopped Response
Webhook subscription created successfully. The signing_secret is only returned in this response - store it securely.
Response returned when creating a webhook subscription. Includes the signing secret which is only shown once.
Unique identifier for the webhook subscription
URL where webhook events will be sent
Secret for verifying webhook signatures. Store this securely - it cannot be retrieved again.
List of event types this subscription receives
message.sent, message.received, message.read, message.delivered, reaction.added, reaction.removed, participant.added, participant.removed, chat.created, chat.group_name_updated, chat.group_icon_updated, chat.typing_indicator.started, chat.typing_indicator.stopped Whether this subscription is currently active
When the subscription was created
When the subscription was last updated

