Hello,
A few weeks ago I implemented Magic Link on my App through SendGrid dynamic template. It worked fine until recently where the magic link is not being passed to the SendGrid workflow action it seems, resulting in the SendGrid email being sent, but with no clickable link as data is empty as per debugger.
I did not touched anything thus I don’t understand why it suddenly stopped working.
Any help would be greatly appreciated!
Thanks
Adding the note here that in order to get a magic link/token you must run the workflow from the backend API workflows section.
It is a security measure to not allow the token to be seen on the front end.
Am I able to create an API endpoint that is publicly accessible (I’ll take care of the security) that can return a magic link? I’m trying to setup a simple way to have my test suite login via a magic link, but the API always return an invalid link.
Which, it would be nice if Bubble could return an error instead of a valid-looking link. Geez, I’ve lost time with this.