webhooks
Installation
SKILL.md
Webhooks
API-powered webhook system for receiving real-time event notifications from XActions.
Entry Points
| Goal | Route | Method |
|---|---|---|
| Create a webhook | POST /api/webhooks |
REST API |
| List webhooks | GET /api/webhooks |
REST API |
| Update a webhook | PATCH /api/webhooks/:id |
REST API |
| Delete a webhook | DELETE /api/webhooks/:id |
REST API |
| Test a webhook | POST /api/webhooks/:id/test |
REST API |