Help

The Community will be undergoing maintenance from Friday February 21 - Friday, February 28 and will be "read only" during this time. To learn more, check out our Announcements blog post.

Why didnt this script worked for sending recordid to a webhook

2516 4
cancel
Showing results for 
Search instead for 
Did you mean: 
Fahad_Sheji
6 - Interface Innovator
6 - Interface Innovator

Fahad_Sheji_0-1671197212192.png

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);
4 Replies 4
kuovonne
18 - Pluto
18 - Pluto

If you console.log(url) is the recordid in the url?

Fahad_Sheji
6 - Interface Innovator
6 - Interface Innovator

NVM, the problem was the input variable wasn't exact (wrong casing used)

kuovonne
18 - Pluto
18 - Pluto

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.

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