Skip to main content
The TwitterAPI.io 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).
New to Corsair? See webhooks and hooks.

Webhook map

  • tweets
    • created (tweets.created)
    • filterMatch (tweets.filterMatch)

HTTP handler setup

app/api/webhook/route.ts

Events

Tweets

Created

tweets.created A monitored user posted a new tweet Payload
webhookHooks example

Filter Match

tweets.filterMatch A tweet matched a configured filter rule Payload
webhookHooks example