set_evolution_webhook
Configure webhook settings for an Evolution API instance, specifying the target URL, enabling events, and subscribing to specific WhatsApp events like message upsert or connection updates.
Instructions
Configure the webhook of an instance (where Evolution POSTs events).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL that will receive the webhook events | |
| events | No | Events to subscribe to, e.g. MESSAGES_UPSERT, SEND_MESSAGE, CONNECTION_UPDATE, QRCODE_UPDATED | |
| enabled | Yes | ||
| instanceName | Yes | Name of the Evolution API instance | |
| webhookBase64 | No | Send media as base64 in the payload | |
| webhookByEvents | No | Append the event name to the URL path |