Sent emails

List all the sent emails for a campaign

get/campaigns/{id}/sent_emails

Path parameters

idstring required

The ID of the campaign

Response

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

Changes