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

  • animation
    • animationCompleted (animation.animationCompleted)
  • image
    • imageCompleted (image.imageCompleted)

HTTP handler setup

app/api/webhook/route.ts

Events

Animation

Animation Completed

animation.animationCompleted Fires when a Bannerbear animation finishes rendering Payload
webhookHooks example

Image

Image Completed

image.imageCompleted Fires when a Bannerbear image finishes rendering Payload
webhookHooks example