Email Campaigns
GET Details for a Resend to Non-openers Campaign Activity
Get details about a resend to non-openers campaign activity. If resend activity does not exist for the specified campaign_activity_id, an empty list is returned in the results. You can only create one resend activity per email campaign.
get/emails/activities/{campaign_activity_id}/non_opener_resends
Path parameters
campaign_activity_idstring required
The unique ID for the primary email campaign activity.
Response
Request successful.
Example response
[
{
"resend_subject": "Our Big Sale is Coming Soon!",
"delay_days": 3,
"delay_minutes": 1000,
"resend_request_id": "DRAFT",
"resend_status": "DRAFT"
}
]