- Get Opt-In Confirmation Email Content
Create Opt-In Process
Delete Opt-In Process
Get Opt-In Confirmation Email
Get Opt-In Process
Preview Opt-In Confirmation Email
Search Opt-In Processes
Send Opt-In Confirmation Email Test
Update Opt-In Confirmation Email
Update Opt-In Confirmation Email Content
Update Opt-In Process
Get Opt-In Confirmation E...
Tool name: get-opt-in-confirmation-email-content
Reads the body of the confirmation email a double opt-in process sends: its subject, its HTML body and its plain-text body, and which of the two it actually sends. Both bodies are always returned, because which one a recipient sees is their mail client's choice. This email is not a drag-and-drop document and the block tools do not work on it -- its text is rich text, written with update-opt-in-confirmation-email-content or by hand in the KlickTipp editor the answer links to. Sender, reply-to and the rest are get-opt-in-confirmation-email.
Input example
{ "optInProcessId": 1, "accountId": null }
Output example
{ "emailId": 0, "optInProcessId": 0, "subject": "string", "contentType": "string", "html": "string", "plain": "string", "validationMessages": [ { "type": "string", "code": "string", "message": "string" } ], "stored": true, "editUrl": "string" }