Trigger a webhook with JavaScript code snippet

Hello every one, i’m trying to send info from glide table to a google sheet, and for do this i use a webhook with zapier. So i would want to know if it is possible to fecth an URL (the url of the webhook with a body) with the java script snippet ?
Thanks in advance for you’r help and good afternoon
Joseph

You should not do POST requests with the JavaScript column, you should do it with a “trigger webhook” action instead. By doing that, you can control when the pieces of info are sent to the webhook. If you use the JavaScript column, you risk sending payloads every time the column is “recalculated”, as far as I aware.

1 Like