I have a repeating group with a list of emails.
I want to send a magic link to those users in one time.
I read you need a backend workflow, but i did not understand what we have to do.
I don’t have a backend workflow for the moment, is it still possible to do it ? and how could I do it ?
Explore the forum for how a recursive workflow is built.
The basic idea is that through a loop you can go user by user in your usersList and send them what you need to send them. A common magic link or a personalized one.
Just a little shame question : the recursive workflow doest the same thing that Backend workflow but it is slower because the Prenium account is not necessary ?
If yes, is it possible to Send a magic link for the users automatically and scheduled later ?
The article below is about a recursive workflow, right ?