v1

latestSwagger 2.0Private2026-08-04128286690.5 KB
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.

resend_subjectstring

The subject line used when resending the email campaign activity.

delay_daysinteger

The number of days to wait before Constant Contact resends the email. Valid values include <code>1</code> to <code>10</code> days. This value is only returned in the response results if the resend activity was created with <code>delay_days</code> or the <code>delay_minutes</code> equal to an exact day value.

delay_minutesinteger

The number of minutes to wait before Constant Contact resends the email. There are 1,440 minutes in a day. Valid values includes a minimum of <code>720</code> (12 hours) and a maximum of <code>14,400</code> minutes (10 days). This property is mutually exclusive with <code>delay_days</code>.

resend_datestring date-time

The system generated date and time (in ISO-8601 format) that the email campaign activity was resent to non-openers (only included in the response results for sent resend activities).

resend_request_idstring

For scheduled or sent resend to non-opener emails, the system generates an ID that identifies the resend to non-openers activity. For draft email campaign resend activities, the system returns <code>DRAFT</code>.

resend_statusstring

The status of the resend to non-openers campaign activity. The <code>resend_status</code> is only returned in the response results if the campaign activity is either scheduled to be sent or was already sent.

Example response

[
  {
    "resend_subject": "Our Big Sale is Coming Soon!",
    "delay_days": 3,
    "delay_minutes": 1000,
    "resend_request_id": "DRAFT",
    "resend_status": "DRAFT"
  }
]