Template
Events linked to templates - Abyssale Webhooks
TEMPLATE_STATUS
It can be filtered by template.
Sample response:
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