- Get Opt-In Confirmation Email
Tool name: get-opt-in-confirmation-email
Reads who the confirmation email of a double opt-in process comes from: its subject, the sender name and address, reply-to, CC and BCC, and the sender domain. It also names what may be chosen: senderEmailOptions are the addresses the account can send from, senderDomainOptions the domains it may pick between, empty when it has no choice. An empty stored sender or reply-to is reported as the account's own address; senderIdentity reports its current status and concrete choices. The body is not part of this answer -- it is get-opt-in-confirmation-email-content. A confirmation email is not a drag-and-drop document, so the block tools do not accept it; the answer carries bodyIsEditable false for that reason and an editUrl into the KlickTipp editor. Single opt-in processes still have this email stored; it is simply not sent. Change it with update-opt-in-confirmation-email.
{ "optInProcessId": 1, "accountId": null }
{ "emailId": 0, "optInProcessId": 0, "subject": "string", "senderName": "string", "senderEmail": "string", "replyToEmail": "string", "ccEmail": "string", "bccEmail": "string", "senderDomain": "string", "senderEmailOptions": [ "string" ], "senderDomainOptions": [ "string" ], "senderIdentity": { "effectiveSenderEmail": "string", "customerDomain": "string", "normalizedSenderDomain": "string", "status": "ready", "isUsable": true, "senderEmailOptions": [ "string" ], "senderDomainOptions": [ "string" ] }, "bodyIsEditable": true, "editUrl": "string" }