Unable to send dynamic email from Supabase trigger
Hi,
I setup a supabase trigger on insertion and was able to pull the record. I fetch the email address and name from the trigger and pass that as an input variable to the sendgrid send dynamic email node. Unfortunately I am running into an error when I test the send grid implementation.
Error: Bad Request
I tried running a the same node in a different workflow by manually adding the input values and it worked.
Any idea on how I could debug this?
I setup a supabase trigger on insertion and was able to pull the record. I fetch the email address and name from the trigger and pass that as an input variable to the sendgrid send dynamic email node. Unfortunately I am running into an error when I test the send grid implementation.
Error: Bad Request
I tried running a the same node in a different workflow by manually adding the input values and it worked.
Any idea on how I could debug this?


