Abyssale Developer Hub
CtrlK
  • Getting Started
  • Rest API
    • Overview - Rest API
    • Authentication
    • Designs
      • Design Details
    • Generation
      • Design information
      • Synchronous generation
        • Generate single image
      • Asynchronous generation
        • Generate Multi-Format images
        • Generate Multi-Format PDFs for Printing
        • Generate Multi-Page PDF for Printing
        • Generate Multi-Format Videos
        • Generate Multi-Format Animated GIFs
        • Generate HTML5 Banner Ads
          • ad network
      • Element properties
        • Root
        • Text
        • Button
        • Image
        • Logo
        • Shape
        • Rating
        • Illustration
        • QR Code
        • Video
        • Audio
      • Errors
    • Image Export
    • Fonts
    • Projects
    • Workspace Templates
    • Annexes
    • API Reference
  • Dynamic Images
    • Overview - Dynamic Images
    • Dynamic Image generation with URL
  • Webhooks
    • Overview - Webhooks
    • Events
      • Design
      • Banner
      • Global events
Powered by GitBook
On this page
  1. Webhooks

Events

Events sent to your Webhook - Abyssale Webhooks

The list of currently supported events:

  • NEW_BANNER: When a new banner has been created.

  • NEW_EXPORT: When an export has finished

  • NEW_BANNER_BATCH: When a banner batch from the async image generation API has finished

  • TEMPLATE_STATUS: When a status has changed on a template.

All events will be:

  • sent to you via a /POST HTTP/HTTPS method.

  • with a format type: application/json

PreviousOverview - WebhooksNextDesign

Last updated 7 months ago