Registrar por API
Scopes:webhooks:read y webhooks:manage.
secret para validar X-Notifique-Signature.
Entregas
Guía completa: Webhooks.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Registra URLs, recibe eventos en tiempo real y consulta entregas — por API o panel.
webhooks:read y webhooks:manage.
curl -X POST https://api.notifique.dev/v1/webhooks \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"name": "Mi webhook",
"url": "https://api.tudominio.com/receive",
"events": ["message.sent", "message.delivered"],
"instanceIds": []
}'
secret para validar X-Notifique-Signature.
| Método | Ruta |
|---|---|
| GET | /v1/webhooks/deliveries |
| GET | /v1/webhooks/deliveries/{deliveryId} |
| POST | /v1/webhooks/deliveries/{deliveryId}/resend |
| POST | /v1/webhooks/{id}/rotate-secret |
¿Esta página le ayudó?
