prepareNewWave
Starts the closed loop process for a mailing in Optimizely Campaign.
Type: long
Parameters
| Name | Type | Value |
|---|---|---|
| sessionId | String | ID of the session |
| templateMailingId | long | Mailing ID This ID can be found in the mailing overview or can be retrieved by calling the MailingWebservice getIds or getIdsInStatus methods. This ID is also returned when creating a new mailing (see create). |
Return values
waveId – This ID identifies the closed loop process and is used by other methods of this web service.
Code structure
long prepareNewWave(String sessionId, long templateMailingId)Updated about 2 months ago