Abyssale Developer Hub
  • 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
    • 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
  2. Events

Design

Events linked to templates - Abyssale Webhooks

TEMPLATE_STATUS

It can be filtered by template.

Sample response:

{
    "id": "873608a1-e498-47dd-a36d-bd065e3e2b8e",
    "name": "Template name",
    "created_at": 1623229458,
    "updated_at": 1623229457,
    "status": "APPROVED",
    "status_updated_at": 1649837939
}
  • template.id: Template's id, UUID v4 format.

  • template.name: The template name as you defined it in the application.

  • created_at: Template creation date, timestamp format.

  • updated_at: Template updated date, timestamp format.

  • status: It can be one of the following:

    • NONE: The template have no status

    • IN_REVIEW

    • ON_HOLD

    • REJECTED

    • APPROVED

  • status_updated_at: The date when the status has been set. timestamp format.

PreviousEventsNextBanner

Last updated 6 months ago