void
getEscalationDatetime
()
Implementation of:
- Inx_Api_TriggerMailing_TriggerMailing::getEscalationDatetime()
- Returns the approval escalation datetime of this trigger mailing if the trigger mailing is in the state TriggerMailingState::APPROVAL_REQUESTED and the approval process is escalating. state is not APPROVAL_REQUESTED or the approval process is identical, null may be returned.
void
requestEscalationApproval
( $sEscalationDate, $sDeadline, $approverIds, $recipientIds, $blIsTestRecipient, $sLocale)
-
$sEscalationDate
-
$sDeadline
-
array
$approverIds
-
array
$recipientIds
-
$blIsTestRecipient
-
$sLocale
Implementation of:
- Inx_Api_TriggerMailing_TriggerMailing::requestEscalationApproval()
- Requests escalating approval for this trigger mailing. the escalation date expires without the first approver having approved the trigger mailing, the request is sent to the second approver. mailing, the request will be cancelled. the approval again.
void
requestIdenticalApproval
( $sDeadline, $approverIds, $recipientIds, $blIsTestRecipient, $sLocale)
-
$sDeadline
-
array
$approverIds
-
array
$recipientIds
-
$blIsTestRecipient
-
$sLocale
Implementation of:
- Inx_Api_TriggerMailing_TriggerMailing::requestIdenticalApproval()
- Requests identical approval for this trigger mailing. requires both approvers to approve the trigger mailing. having approved the trigger mailing (and the other not reacted), the request will be cancelled. approve it, the trigger mailing creator will have to request the approval again.
void
sendTestMail
( $sTestAddress, $iRecipientId)
-
$sTestAddress
-
$iRecipientId
Implementation of:
- Inx_Api_TriggerMailing_TriggerMailing::sendTestMail()
- Sends this trigger mailing to the specified test address. email content, creating a preview of the trigger mailing.
Implementation of:
- Inx_Api_TriggerMailing_TriggerMailing::updateFilterIds()
- Sets the filters used as the sending filters of this trigger mailing, concatenated using the given concatenation type.
- FilterConcatenationType::AND(),
- FilterConcatenationType::OR() or
- FilterConcatenationType::NOT_IN()
For more information on Filters, see the Inx_Api_Filter_Filter documentation.