tweet-webhooks
Installation
SKILL.md
X Webhooks
Fire HTTPS POST callbacks to a user URL when an X event matches. Events come from monitors (account, hashtag, mention) and from draws.
Endpoints
| Endpoint | Purpose | Cost |
|---|---|---|
| POST /webhooks | Create a webhook | Subscription |
| GET /webhooks | List webhooks | Read tier |
| PATCH /webhooks/{id} | Enable/disable, rotate secret | Read tier |
| DELETE /webhooks/{id} | Remove a webhook | Read tier |
| POST /webhooks/{id}/test | Send a test payload | Read tier |
Base URL: https://xquik.com/api/v1. Auth: x-api-key: xq_... header.