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);
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);
If you console.log(url) is the recordid in the url?
If you console.log(url) is the recordid in the url?
NVM, the problem was the input variable wasn't exact (wrong casing used)
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.
NVM, the problem was the input variable wasn't exact (wrong casing used)
Hi, can you elaborate more on this?
I'm having the same issue and I don't know how to fix this, or which case I should be using.
Could you help share your solution?
Thanks
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.