Best way to connect Supabase and MailerLite
Hi everyone, I’m trying to figure out the best way to connect Supabase to MailerLite.
We have an app_users table where users are created and updated. Right now, we’re using a trigger and webhook that sends data to Zapier, but the trigger fires even when no fields change. I only want it to fire on new inserts or when actual data changes, not every update event.
What’s the best way to wire Supabase and MailerLite together for this use case? Should I be using Edge Functions, a direct HTTP request, or something else entirely?
We have an app_users table where users are created and updated. Right now, we’re using a trigger and webhook that sends data to Zapier, but the trigger fires even when no fields change. I only want it to fire on new inserts or when actual data changes, not every update event.
What’s the best way to wire Supabase and MailerLite together for this use case? Should I be using Edge Functions, a direct HTTP request, or something else entirely?