getStatus
Queries the status of a mailing in Optimizely Campaign.
Type: String
Parameters
| Name | Type | Value | 
|---|---|---|
| sessionId | String | ID of the session | 
| mailingId | long | ID of the mailing | 
Return values
Status of the mailing:
- NEW
- SENDING
- DONE
- CANCELLED
Code structure
String getStatus(String sessionId, long mailingId)Updated about 2 months ago