Hi everyone.
I am encountering an issue with the “Send Magic Login Link” action. My goal is to generate a magic login link without sending it via email, so I can use the link in a custom workflow. Specifically, I want to display the link in a button or redirect the user to the link after they confirm an SMS token.
Here’s what I’ve tried so far:
- I checked the “Just create link, don’t send email” option in the “Send Magic Login Link” action. However, I cannot access the magic link in subsequent steps of the workflow. The expected result (Result of Step X’s link) does not appear in the available fields.
- I tested this setup in a standard workflow and also through a backend workflow. Neither approach allowed me to retrieve the generated magic link.
- I also verified the setup using the debugger, but the link does not appear as an output in the workflow logs.
My process is as follows:
- First, I use “Send Magic Login Link” with the appropriate email and settings.
- After this, I try to pass the link to a custom state or open it via an “Open external website” action, but the generated link is unavailable.
This issue is blocking my ability to complete a feature where users can log in via magic links. Could you help me understand why the magic link is not accessible, and what steps I might be missing?
Thank you for your assistance!