getConfirmationMailingId
Queries the ID of the mailing that sends the confirmation email in Optimizely Campaign.
This method is only applicable to opt-in processes of the type double or confirmed.
Type: long
Parameters
Name | Type | Value |
---|---|---|
sessionId | String | ID of the session |
optinProcessId | long | ID of the opt-in process |
Return values
ID of the mailing that sends the confirmation email
Code structure
long getConfirmationMailingId(String sessionId, long optinProcessId)
Updated almost 3 years ago