Skip to main content
Solved

New to Scripting - Run webhook link

  • July 22, 2020
  • 1 reply
  • 5 views

Forum|alt.badge.img+14
  • Inspiring
  • 63 replies

I am sure this is super easy, but how do you write a script to just trigger a webhook “https://hook.integromat.com/xxxxxxxxxxxxxxxxxxxxx”?

Thanks for any help :slightly_smiling_face:

Best answer by RnJ

Figured it out :slightly_smiling_face:

Just have to use fetch:
fetch(‘https://hook.integromat.com/xxxxxxxxxxxxxxxxxxxxx’)

1 reply

Forum|alt.badge.img+14
  • Author
  • Inspiring
  • 63 replies
  • Answer
  • July 22, 2020

Figured it out :slightly_smiling_face:

Just have to use fetch:
fetch(‘https://hook.integromat.com/xxxxxxxxxxxxxxxxxxxxx’)