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

API Usage

Create a webhook

Installs
10
GitHub Stars
476
First Seen
Apr 15, 2026
webhooks — nirholas/xactions