Webhook map
bannersbatchCompleted(banners.batchCompleted)created(banners.created)
designsstatusChanged(designs.statusChanged)
exportscompleted(exports.completed)
HTTP handler setup
app/api/webhook/route.ts
Events
Banners
Batch Completed
banners.batchCompleted
An asynchronous batch generation request completed (NEW_BANNER_BATCH event)
Payload
errors full type
errors full type
Response data full type
Response data full type
webhookHooks example
Created
banners.created
A visual was generated or saved in Abyssale (NEW_BANNER event)
Payload
file full type
file full type
format full type
format full type
template full type
template full type
Response data full type
Response data full type
webhookHooks example
Designs
Status Changed
designs.statusChanged
A design’s workflow status was updated (TEMPLATE_STATUS event)
Payload
Response data full type
Response data full type
webhookHooks example
Exports
Completed
exports.completed
A workspace export archive finished processing (NEW_EXPORT event)
Payload
Response data full type
Response data full type
webhookHooks example