- Search Opt-In Processes
Create Opt-In Process
Delete Opt-In Process
Get Opt-In Confirmation Email
Get Opt-In Confirmation Email Content
Get Opt-In Process
Preview Opt-In Confirmation Email
Send Opt-In Confirmation Email Test
Update Opt-In Confirmation Email
Update Opt-In Confirmation Email Content
Update Opt-In Process
Search Opt-In Processes
Tool name: search-opt-in-processes
Searches the active KlickTipp opt-in processes (also called subscription processes or subscriber lists) of an account, sorted by name, with ID, name, opt-in mode and the flags that tell them apart. Deleted processes are left out. Lists the account the access token belongs to, or one of its subaccounts when an account ID is given. The full configuration of a single entry is get-opt-in-process.
Input example
{ "query": null, "accountId": null }
Output example
{ "accountId": 0, "count": 0, "optInProcesses": [ { "id": 0, "name": "string", "isDefaultProcess": true, "optInMode": "string", "resendConfirmationEmail": true, "useForChangeEmail": true, "createdAt": "string", "confirmationEmailId": 0, "editUrl": "string" } ] }