- property string $resend_subject The subject line for the resend email.
- property int $delay_days The number of days to wait before Constant Contact resends the email. Valid values include
1
to10
days. This property is mutually exclusive withdelay_minutes
. This value is only returned in the response results if the resend activity was created withdelay_days
or thedelay_minutes
equal to an exact day value. - property int $delay_minutes 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
720
(12 hours) and a maximum of14,400
minutes (10 days). This property is mutually exclusive withdelay_days
. - property \PHPFUI\ConstantContact\DateTime $resend_date The system generated ISO-8601 format date and time that Constant Contact resent the email to non-openers.
- property string $resend_request_id For scheduled or sent resend to non-opener emails, this property is a unique identifier for the resend. For draft email campaign resend activities, the value of this property is
DRAFT
.
CloneableInstantiable
Methods |
Properties |
protected static array $fields = ['resend_subject' => 'string', 'delay_days' => 'int', 'delay_minutes' => 'int', 'resend_date' => '\PHPFUI\ConstantContact\DateTime', 'resend_request_id' => 'string'] |
Properties |
protected static array $fields = ['resend_subject' => 'string', 'delay_days' => 'int', 'delay_minutes' => 'int', 'resend_date' => '\PHPFUI\ConstantContact\DateTime', 'resend_request_id' => 'string'] |