Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunityDoc feedbackLog In
GitHubNuGetDev CommunityDoc feedback

setConfirmationMailingId

Defines 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. The mailing must be of the type confirmation.

Type: void

Parameters

NameTypeValue
sessionIdStringID of the session
optinProcessIdlongID of the opt-in process
mailingIdlongID of the mailing that sends the confirmation email

Return values

  • Code structure

    void setConfirmationMailingId(String sessionId, long optinProcessId, long mailingId)