Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunitySubmit a ticketLog In
GitHubNuGetDev CommunitySubmit a ticket

createSingleOptinProcess

Creates a single opt-in process in Optimizely Campaign.

Type: long

Parameters

NameTypeValue
sessionIdStringID of the session
NameStringInternal name of the opt-in process
DescriptionStringInternal description of the opt-in process

Return values

ID of the opt-in process

Code structure

long createSingleOptinProcess(String sessionId, String name, String description)