I’m trying to use Zapier to extract data from a certain type of email using the GmailAPI.
What I can’t figure out is how to update my Supabase database with the information extracted from the email in Zapier.
I understand WebHooks are the way forward but an explanation for a newbie would be appreciated.
I’ve already set up the table where the information can be populated inside Supabase. I have also set up a related collection to reference this called collection-zapier.
I have tried creating a workflow but don’t see how that is triggered?
@Paul007 - Zapier would insert the data directly into Supabase, it wouldn’t go through weweb (unless you’re triggering your zap from weweb with a variable).
I’m not super familiar with Zapier (I’m more of a make.com guy), but it doesn’t look like they have a direct integration with Supabase. You’ll need to use the PostgreSQL zapier integration (Since Supabase is a PostgreSQL database). If you connect it to Supabase via your project url and probably anon key you should be able to insert the data directly to supabase.