Double Opt-in as an action

ATheile

Member
I have a working workflow in Pabbly, but I need to add a double opt-in as an action.
The action has to send an opt-in Email to an email address from a former action in the workflow and only if the mail recipient uses that opt-in, the remaining steps of the workflow, should be executed.
Do you know of a solution for that problem?
 

ArshilAhmad

Well-known member
Staff member
Hi @ATheile,

You would have to set up two different workflows for this use case. Workflow 1 will contain the steps up to the point where the email (opt-in) is sent. Workflow 2 will include the remaining steps that need to be executed after the mail recipient uses that opt-in.

You need to have a trigger application that can fetch the response when the recipient has opted in and trigger Workflow 2. If you have this application in mind, only then is this use case possible.
 
Top