Skip to main content
The Monday 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

  • columns
    • columnValueChanged (columns.columnValueChanged)
  • items
    • itemCreated (items.itemCreated)
  • status
    • statusChanged (status.statusChanged)
  • verification
    • challenge (verification.challenge)

HTTP handler setup

app/api/webhook/route.ts

Events

Columns

Column Value Changed

columns.columnValueChanged Payload: unknown webhookHooks example

Items

Item Created

items.itemCreated Payload: unknown webhookHooks example

Status

Status Changed

status.statusChanged Payload: unknown webhookHooks example

Verification

Challenge

verification.challenge Payload: unknown webhookHooks example