The Xquik plugin handles incoming webhooks. Point your provider’s subscription URL at your Corsair HTTP handler (see Overview for setup context and the exact URL shape).Documentation Index
Fetch the complete documentation index at: https://docs.corsair.dev/llms.txt
Use this file to discover all available pages before exploring further.
Webhook map
eventsmonitor(events.monitor)test(events.test)
HTTP handler setup
app/api/webhook/route.ts
Events
Events
Monitor
events.monitor
Handle a signed Xquik monitor event delivery
Payload
| Name | Type | Required | Description |
|---|---|---|---|
data | object | Yes | — |
deliveryId | string | No | — |
eventType | tweet.new | tweet.quote | tweet.reply | tweet.retweet | webhook.test | Yes | — |
occurredAt | string | No | — |
query | string | No | — |
schemaVersion | string | No | — |
streamEventId | string | No | — |
timestamp | string | No | — |
username | string | No | — |
data full type
data full type
Response data full type
Response data full type
webhookHooks example
Test
events.test
Handle a signed Xquik test webhook delivery
Payload
| Name | Type | Required | Description |
|---|---|---|---|
data | object | Yes | — |
deliveryId | string | No | — |
eventType | tweet.new | tweet.quote | tweet.reply | tweet.retweet | webhook.test | Yes | — |
occurredAt | string | No | — |
query | string | No | — |
schemaVersion | string | No | — |
streamEventId | string | No | — |
timestamp | string | No | — |
username | string | No | — |
data full type
data full type
Response data full type
Response data full type
webhookHooks example