Webhooks
Webhooks are notifications that let you know when an event happens on your website. Instead of pulling information through an API, webhooks push information to your destination when specific events occur.
If you use Zapier, webhooks can be an alternative method for automation and marketing efforts.
To find your webhook application, go to Settings, select Applications, then click Add application, and finally, Connect webhook.

Choose the event that will trigger the action you want, such as "New orders." Then, enter the URL that will be called when that event occurs.

Once you've done that, we'll send a POST request to your destination URL with the event details when one of the selected events occurs.
Make sure your destination URL sends a status code in the HTTP 200 range to confirm that the request was accepted.
If it fails to do so, an email will be sent to the website owner to notify them of the error.
To ensure that each request comes from us, you can use the webhook secret as an optional security measure.
Last updated
Was this helpful?