Send double opt-in email


Configuration interface of the action Send double opt-in email

Actions of type Send double opt-in email start the double opt-in process. After submitting the form, the data is locked in the system and the user receives an email. This email contains a confirmation link. Only after the user has clicked on this confirmation link, the data record is released for the workflow. You can use the Doube-Opt-In event to run a workflow when the user confirms the double opt-in.

Parameters

Email details

Email to
Specifies the email recipient. Multiple recipients are separated by a comma. The use of variables is possible.
Email from
Specification of the sender of the email. The use of variables is possible.
Sender name
Specification of the name of the sender of the email. The use of variables is possible.

Email content

E-Mail format
Select in which format the email should be sent. You can choose between HTML (default), Plain Text or HTML and Plain Text. The contents of the respective formats can be defined separately under Content.
Subject
Specifies the subject of the email. The use of variables is possible.
HTML
Content of the email. The use of variables is possible.

Advanced settings

Reply page if double opt-in fails (e.g. double opt-in already done).
Selection of a HTML-Templates, which will be displayed in case of a failure of the double-opt-in process.

Action variables

Actions of type Send double opt-in email provide Action variables which can be used in subsequent actions.

Standard action variables

[%$<action name>.SUCCESS%]
Return whether action was successfully executed. Returns Boolean (true/false).
[%$<action name>.RESULT%]
Return all results provided by the action in structured form.
[%$<action name>.ERROR_CODE%]
The error code thrown in case of an error in the action. Empty if no error occurred.
[%$<action name>.ERROR_MESSAGE%]
The thrown error message in the action's error case. Empty if no error occurred.

Action specific action variables

[%$<action name>.ERROR.message%]
Error message returned if generating the email was not possible, if the email was not sent, or if a response template could not be determined.