Hey everyone 👋
I’m trying to set up a simple workflow where people submit their daily tasks (with User, Status, and Deadline) through an Airtable form. I want those submissions to trigger my n8n workflow → Webhook → Set → Notion.
Here’s the problem:
- I found that Airtable has a “Run Script” action in Automations, which could call my webhook, but it requires the paid plan.
- On the free plan, I only see actions like Send Email, Create Record, Update Record, Find Record, etc.
- I can’t figure out how to call my n8n Webhook URL from Airtable when the form is submitted, without upgrading.
So my question:
👉 Is there any free plan workaround to trigger an external webhook from Airtable when a form is submitted? Or do I need to use another tool (Google Forms, Typeform, etc.)?