webhook

Hi all,

Is there a way i can send app data to a zapier webhook url ? I’d like to be able to send a value "amount " on a button press

1 Like

You can use the Fetch Data node to send an HTTP request and pass the data as a JSON string. The output of the node will be the request response.

If you want to have more control over the request, try to use the Execute Shell Command node to send the request through a curl command (which I think comes by default on macOS).

3 Likes

Thank you ! The curl request seems to work a treat. Appreciated.

Are there any best practises I should be doing for regular updates? I’ll be running every couple of seconds potentially.