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);