Sent emails

List all the sent emails for a trigger

get/triggers/{id}/sent_emails

Path parameters

idstring required

The ID of the trigger

Response

A dictionary with a sent_emails property which is an array of SentEmail objects

Changes