Help

Save the date! Join us on October 16 for our Product Ops launch event. Register here.

How to Trigger Webhook in Zapier from Airtable?

1164 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Sannit_Vartak
5 - Automation Enthusiast
5 - Automation Enthusiast

1. Get webhook link from Zapier
2. Add input variables you want to push to Zapier
3. Check the code to incorporate variables

let url = "https://hooks.zapier.com/hooks/catch/10801604/3u5d4q0/?projectID=";
let config = input.config();
await fetch(url + config.projectID + "&recordID=" + config.recordID + "&lat1=" + config.lat1 + "&lon1=" + config.lon1);​

Sannit_Vartak_1-1693742205338.png

 

Sannit_Vartak_0-1693742082311.png

1 Reply 1

You mentioned Zapier above, but I would highly recommend that people avoid Zapier and use Make instead.

Make is infinitely more powerful yet significantly cheaper than Zapier. More details here: Make vs. Zapier.

However, regardless of whether someone decides to use Make, Zapier, or some other app, here are instructions on how to trigger a webhook from Airtable to one of those other apps:

Sending Airtable data to an external webhook