Dec 16, 2022 05:27 AM
The webhook wasn't receiving the record id, does anyone know why
let config = input.config();
let url = `https://hook.us1.make.com/tfvt3b9xyyjrnfa3y43t1pdjfhclweov?RecordID=${config.recordid}`;
fetch(url);
Dec 16, 2022 05:36 AM
If you console.log(url) is the recordid in the url?
Dec 16, 2022 06:39 AM
NVM, the problem was the input variable wasn't exact (wrong casing used)
Dec 16, 2022 03:27 PM
Thanks for coming back to report the issue. It was hard to see the case of the text in the screen capture. It looked like everything was lower case.