pause
Pauses a mailing that is in the status SENDING in Optimizely Campaign.
The status can be queried with the getStatus method. The mailing must be of the type regular. All other mailings (event, confirmation, template) cannot be paused.
Type: void
Parameters
Name | Type | Value |
---|---|---|
sessionId | String | ID of the session |
mailingId | long | ID of the mailing |
Return values
-
Code structure
void pause(String sessionId, long mailingId)
Updated over 2 years ago
Next