Wiki source code of Double-Opt-In bestÃĪtigt


Hide last authors
gru 4.2 1 {{figure image="doi_trigger_en.png" width="400" clear="h1"}}
2 Configuration interface of the action //Double opt-in confirmed//.
jdr 2.4 3 {{/figure}}
4
gru 4.2 5 Using the [[//Send double opt-in email//>>Formcycle.Designer.Workflow.Actions.InitiateDoubleOptIn]] action, an email is sent to the user after the form is submitted, which contains a confirmation link. Once the user clicks on this link, confirming the double opt-in process, this event occurs.
nlo 2.1 6
gru 4.2 7 == Parameters ==
nlo 2.1 8
gru 4.2 9 ; React only to
10 : Selection of [[//send double opt-in email//>>Formcycle.Designer.Workflow.Actions.InitiateDoubleOptIn]] action that should trigger this event.
jdr 2.2 11
gru 4.2 12 == System variables ==
jdr 2.2 13
gru 4.2 14 Events of type //Double opt-in confirmed// provide [[Systemvariables>>Formcycle.UserInterface.Variables||anchor="HSystemvariables"]] which can be used in subsequent actions.
jdr 2.2 15
gru 4.2 16 === Default variables ===
jdr 2.2 17
18 ; [%$TRIGGER%]
gru 4.2 19 : Can be used in the new workflow to access the data provided by the current event. This data will be returned as JSON. The individual values of the event can be accessed via JsonPath (see [%$TRIGGER.<JSON_PATH>%]).
jdr 2.2 20 ; [%$TRIGGER.<JSON_PATH>%]
gru 4.2 21 : Depending on the type of event, different information is provided via the event variables. Specific information of the event can be accessed via JsonPath. Which information the different event types provide can be seen via the infobox at the event.
jdr 2.2 22
gru 4.2 23 === Event specific variables ===
jdr 2.2 24
gru 4.2 25 This event provides information about the [[//send double opt-in email//>>Formcycle.Designer.Workflow.Actions.InitiateDoubleOptIn]] action that originally triggered the double opt-in process.
jdr 2.3 26
jdr 2.2 27 ; [%$TRIGGER.actionName%]
gru 4.2 28 : name of the [[//send double opt-in email//>>Formcycle.Designer.Workflow.Actions.InitiateDoubleOptIn]] action.
jdr 2.2 29 ; [%$TRIGGER.taskName%]
gru 4.2 30 : name of the task where the [[//send double opt-in email//>>Formcycle.Designer.Workflow.Actions.InitiateDoubleOptIn]] action is located.
31 ; [%$TRIGGER.triggerName%]
32 : name of the trigger of the task where the [[//send double opt-in email//>>Formcycle.Designer.Workflow.Actions.InitiateDoubleOptIn]] action is located.