post

This webhook is triggered when a template is deleted.

Query Params
string
required

Webhooks are signed with a signature generated by taking an HMAC-SHA256 hash of the webhook post’s raw HTTP Body (UTF8 encoding).

Payload

Details about the deleted template.

📘

NOTE

When a template is deleted, the folder_id field in the webhook payload does not reflect the original folder where the template was stored.
Instead, it references the Trash folder which can not be accessed.

Response
200

Return a 200 status to indicate that the data was received successfully.

LoadingLoading…