Pdf templates processing

PDF templates processing

The Notifications API PDF templates processing resource includes an endpoint to send emails (e.g. transaction/ticket PDFs). When emails are sent successfully for a transaction, the following webhook events are emitted.

Events emitted

Trigger Event name Payload
Transaction PDF/email sent successfully transaction.delivered Full transaction object
Each ticket in that transaction, after transaction.delivered ticket.delivered Full ticket object

These events are emitted by the POST /emails (send email) endpoint in the Notifications API (pdf-templates-processing). The payload data is the transaction or ticket document as returned by the API.

For payload structure and field descriptions, see Transactions and Tickets.