Email Campaigns
GET Details About a Single Email Campaign
Use this method to get details about a single email campaign and campaign related activities. Details include the email campaign name, current status, create date, last update date, and a list of campaign activities; including the campaign_activity_id and role.
get/emails/{campaign_id}
Path parameters
campaign_idstring required
The ID (UUID format) that uniquely identifies this email campaign.
Response
Request successful.
Example response
{
"campaign_activities": [
{
"campaign_activity_id": "0e3feddd-c8da-4d53-a507-aae5082b8b75",
"role": "primary_email",
"document_id": "21babb03-8385-4739-b9cc-n6cce44633a7"
}
],
"campaign_id": "8987dc1a-48ef-433a-b836-7ca4f9aa3481",
"created_at": "2018-02-06T22:09:15.000Z",
"current_status": "Draft",
"name": "December Newsletter for Dog Lovers",
"type": "NEWSLETTER",
"type_code": 10,
"updated_at": "2018-06-27T10:28:09.000Z"
}