set_webhook
Register an HTTPS webhook URL to receive Viber bot events. Specify event types and optionally include sender name or photo in callbacks.
Instructions
Register a webhook URL for receiving Viber events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | HTTPS URL with valid CA-issued SSL cert | |
| event_types | No | Defaults to all events if omitted | |
| send_name | No | Include sender name in callbacks | |
| send_photo | No | Include sender photo in callbacks |