Hey there! 👋 I'm diving into building my first web application platform, and I'm super excited about it! 🚀 Right now, I'm stuck on creating a Supabase webhook trigger. Here's what I need: I want to set up a function that triggers a webhook in n8n whenever a new row is created in a specific column in Supabase. This webhook will then fetch the row data and send it to the next node in n8n.
For context:
My webapp automates writing Upwork cover letters, proposals, and creates solution diagrams tailored to job requirements. I've integrated a scraper to extract Upwork profile URLs, but I'm struggling with passing this URL from Supabase to the scraper in n8n. Any advice or guidance on setting up this webhook would be greatly appreciated! Thanks in advance! 🙏