Skip to main content

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 🙂

Figured it out 🙂


Just have to use fetch:

fetch(‘https://hook.integromat.com/xxxxxxxxxxxxxxxxxxxxx’)


Reply