Disclaimer: This website requires Please enable JavaScript in your browser settings for the best experience.

Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideNuGetDev CommunityOptimizely AcademySubmit a ticketLog In
Dev Guide
NuGetDev CommunityOptimizely AcademySubmit a ticket

Optimizely developer documentation

How can we help you?

Try our conversational search powered by Generative AI!

AI OnAI Off

createConfirmedOptinProcess

Creates a confirmed opt-in process in Optimizely Campaign.

The mailing must be of the type confirmation.

Type: long

Parameters

NameTypeValue
sessionIdStringID of the session
NameStringInternal name of the opt-in process
DescriptionStringInternal description of the opt-in process
mailingIdlongID of the mailing that is used for the opt-in process

Return values

ID of the opt-in process

Code structure

long createConfirmedOptinProcess(String sessionId, String name, String description, long mailingId)

Did this page help you?