Hope you’re doing well!
If you could, I’d like help with this: I’m very new to javascript, and have a question. How do I trigger a webhook URL by javascript (without loading the page)? In this case, the webhook responds “silently”, and is used just to kick off Zapier events. All that really needs to happen is to trigger the URL on pageload through javacsript (the javascript containing the webhook trigger). As long as the URL is triggered, that’s really all I’m looking for.
Really Appreciate your help. : )
Thanks! Vince
I've tried the window.location parameter, but it doesn't seem to be triggering the webhook URL.
<script>
window.location = '[webhook url here]'
<script>
Actual Results: Code is not triggering the webhook URL on pageload.
Thanks for your help! - Vince