Webhooks by Zapier – Using webhooks in your Zaps
In Chapter 1, Introduction to Business Process Automation with Zapier, we introduced how integrations work to request data from one application, producing a response in another. The information requests are usually in the form of creating new resources, retrieving existing ones, editing/updating existing resources, or deleting existing resources. In HTTP (Hypertext Transfer Protocol – the foundation for how data is passed along on the internet) terms, these requests are denoted as the following methods:
POST
: Used to create a new resourceGET
: Used to retrieve an existing resourcePUT
: Used to edit or update an existing resourceDELETE
: Used to delete an existing resource
As you already know, the API integrations that have been created between Zapier and other apps have specific trigger, action, and search events that you can use in your Zaps.
For triggers, event changes in apps are identified...