Janis
BRBuildShip + Rowy
•Created by Janis on 8/5/2024 in #❓・buildship-help
Supabase: Invite user over email
I am trying to set up a team invite system with Toddle and Supabase. I created a helper table called team_members in Supabase with a Supabase Insert Trigger node in Buildship. However, I cannot get the API call to properly work. My Invite user over email API call does send an email, however, I cant figure out why the "redirectTo" parameter does not work. Did anyone already build this and provide their node as a template?
Here's part of the node:
const body = JSON.stringify({
email,
options: {"redirectTo": "https://mysite.toddle.site/set-password"},
data: {
"full_name":
${first_name}
}
});12 replies