- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Jan 24, 2025 11:47 PM
I'm trying to use the trigger function in Airtable to determine the webhooks module in Make.com, but it's not working. I'm using the paid versions of both Airtable and Make.com. Interestingly, the same functionality works perfectly on another page in Airtable. I have no idea what the issue could be. What should I check to resolve this problem? Please help me.
![ScottWorld ScottWorld](https://community.airtable.com/legacyfs/online/avatars/3X/7/e/7eff84feb0baf275c7ef4416aa8f1be38dbb1471.jpeg)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Jan 25, 2025 04:32 AM - edited ‎Jan 25, 2025 05:57 AM
When triggering a Make webhook (or any other GET webhook), you can’t place the Record ID immediately after the URL.
The Record ID needs to be designated as a URL parameter, which would make your final URL look something like this:
https://hook.us.make.com/abcdefg?RecordID=rec123456789
So, your formula in Airtable would look something like this:
"https://hook.us.make.com/abcdefg?RecordID=" & RECORD_ID()
Also, you can trigger a Make webhook from an Airtable automation using a script, which I explain in this thread: Instantly trigger a Make automation from an Airtable script
You can also see what a URL with parameters looks like there.
Hope this helps! If you’d like to hire an expert Airtable consultant to help you with anything Airtable-related, please feel free to contact me through my website: Airtable consultant — ScottWorld
![](/skins/images/FE00829FDD2AE889FAB731D8F02A8942/responsive_peak/images/icon_anonymous_message.png)