OptinProcessWebservice
Access the opt-in processes in Optimizely Campaign. Some of the methods are only applicable to opt-in processes of a certain type.
| Method | Description |
|---|---|
| createConfirmedOptinProcess | Creates a confirmed opt-in process. |
| createDoubleOptinProcess | Creates a double opt-in process. |
| createSingleOptinProcess | Creates a single opt-in process. |
| getConfirmationMailingId | Queries the ID of the mailing that sends the confirmation email. |
| getConfirmationUrl | Queries the confirmation URL of an opt-in process. |
| getDescription | Queries the description of an opt-in process. |
| getIds) | Queries the IDs of all available opt-in processes. |
| getName | Queries the name of an opt-in process. |
| getType | Queries the type of an opt-in process. |
| setConfirmationMailingId | Defines the ID of the mailing that sends the confirmation email. |
| setConfirmationUrl | Defines the confirmation URL of an opt-in process. |
| setDescription | Defines the description of an opt-in process. |
| setName | Defines the name of an opt-in process. |
Updated about 2 months ago