Jul 22, 2020 11:07 AM
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:
Solved! Go to Solution.
Jul 22, 2020 12:38 PM
Figured it out :slightly_smiling_face:
Just have to use fetch:
fetch(‘https://hook.integromat.com/xxxxxxxxxxxxxxxxxxxxx’)
Jul 22, 2020 12:38 PM
Figured it out :slightly_smiling_face:
Just have to use fetch:
fetch(‘https://hook.integromat.com/xxxxxxxxxxxxxxxxxxxxx’)