Queries the ID of the sent mailing by means of the waveId in Episerver Campaign. The waveId uniquely identifies the mailing sent with this closed loop process.
Type: long
Parameters
Name | Type | Value |
---|---|---|
sessionId |
String |
ID of the session |
waveId |
long |
ID returned by prepareNewWave |
Return values
ID of the sent mailing
Returns 0 if no mailing has yet been sent for the specified waveId.
Code structure
long getMailingIdByWaveId(String sessionId, long waveId)
Do you find this information helpful? Please log in to provide feedback.
Last updated: Apr 24, 2018