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

  • challenge
    • challenge (challenge.challenge)
  • tasks
    • taskEvent (tasks.taskEvent)

HTTP handler setup

app/api/webhook/route.ts

Events

Challenge

Challenge

challenge.challenge Asana initial webhook verification handshake via X-Hook-Secret header Payload: empty object
webhookHooks example

Tasks

Task Event

tasks.taskEvent A task event occurred — task was added, changed, or removed Payload
webhookHooks example