create_webhook
Register a webhook endpoint to receive automated notifications for specific business events like invoice creation or payment in the Frihet MCP Server.
Instructions
Register a new webhook endpoint. You must specify the URL to receive notifications and which events to subscribe to (e.g. 'invoice.created', 'invoice.paid', 'expense.created'). / Registra un nuevo endpoint de webhook. Debes especificar la URL y los eventos a los que suscribirte (ej. 'invoice.created', 'invoice.paid', 'expense.created').
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Webhook endpoint URL / URL del endpoint del webhook | |
| events | Yes | Events to subscribe to (e.g. ['invoice.created', 'invoice.paid']) / Eventos a suscribir | |
| active | No | Whether the webhook is active (default: true) / Si el webhook esta activo | |
| secret | No | Signing secret for payload verification / Secreto para verificar las notificaciones |