evolution_webhook_set
Configure the HTTP webhook for a WhatsApp instance, enabling event notifications to a specified URL with optional headers, event filtering, and base64 media.
Instructions
Configure the HTTP webhook for an instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Webhook URL. | |
| base64 | No | Send media as base64 in webhook payloads. | |
| events | No | Events to subscribe to, e.g. ['MESSAGES_UPSERT','MESSAGES_UPDATE','CONNECTION_UPDATE','QRCODE_UPDATED','SEND_MESSAGE','CONTACTS_UPSERT','GROUPS_UPSERT']. Omit for all. | |
| enabled | Yes | Enable or disable the webhook. | |
| headers | No | Extra HTTP headers. | |
| byEvents | No | Append the event name to the URL path. | |
| instance | No | WhatsApp instance name. Optional if EVOLUTION_DEFAULT_INSTANCE is configured. |