Help

New to Scripting - Run webhook link

Solved
Jump to Solution
873 1
cancel
Showing results for 
Search instead for 
Did you mean: 
RnJ
8 - Airtable Astronomer
8 - Airtable Astronomer

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:

1 Solution

Accepted Solutions
RnJ
8 - Airtable Astronomer
8 - Airtable Astronomer

Figured it out :slightly_smiling_face:

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

See Solution in Thread

1 Reply 1
RnJ
8 - Airtable Astronomer
8 - Airtable Astronomer

Figured it out :slightly_smiling_face:

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