Banner
Events linked to banners - Abyssale Webhooks
NEW_BANNER
A new banner has been generated. It can be filtered by template.
When a banner is generated synchronously from an API call, this event won't be triggered.
Sample response:
id
: Banner's id, UUID v4 format.file.type
: The banner format it cant be jpeg/png/pdf.file.url
: URL where the image is stored.file.cdn_url
: The CDN URL where the image is stored (not available for zip files). That URL is designed for high-speed & low-latency performance. A limited bandwidth applies to all plans (see the pricing table).file.filename
: Name of the file. If the related template contains a custom naming scheme, the custom name will be available from this property.format.id
: The format's name as you defined it in the template.format.width
: The format width in pixels.format.height
: The format height in pixels.template.id
: Template's id, UUID v4 format.template.name
: The template name as you defined it in the application.template.created_at
: Template creation date, timestamp format.template.updated_at
: Template updated date, timestamp format.
NEW_BANNER_BATCH
It can be filtered by template.
Sample response:
id
: The generation request id you received when calling the API, UUID v4 format.banners
: A list of banners created. Banner properties are the same as the one you can find in NEW_BANNER.errors
: A list of errors, if it didn't work during the generation.
Last updated