Skip to main content

Why didnt this script worked for sending recordid to a webhook

  • December 16, 2022
  • 4 replies
  • 31 views

Forum|alt.badge.img+4

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

kuovonne
Forum|alt.badge.img+29
  • Brainy
  • December 16, 2022

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


Forum|alt.badge.img+4
  • Author
  • Known Participant
  • December 16, 2022

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


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


kuovonne
Forum|alt.badge.img+29
  • Brainy
  • December 16, 2022

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.


Forum|alt.badge.img+2

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