Template

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.

Last updated