manage_webhook
Manage the webhook for SMS delivery events. Actions: list, add, toggle, or delete.
Instructions
Gestiona el webhook configurado para tu cuenta (uno por usuario). Acciones: 'list' (ver), 'add' (registrar o reemplazar), 'toggle' (cambiar estado), 'delete' (eliminar — DESTRUCTIVO, pide confirmación al humano antes). El webhook recibe eventos de entrega de SMS. URL debe ser https; rechaza IPs privadas y localhost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Operación: 'list' (ver), 'add' (registrar/reemplazar), 'toggle' (cambiar estado), 'delete' (eliminar — DESTRUCTIVO). | |
| url | No | Solo para action='add'. URL https que recibirá los eventos. | |
| status | No | Solo para action='add' o 'toggle'. '1' activo, '0' inactivo. |