A Webhook (also called a web callback or HTTP push API) is a way for an app to provide data to other applications API URL triggered by, events.
Fire a POST or GET Method Webhook with Standard Data and Custom Data/ Custom Headers
POST Method
GET Method
Note: The data is sent one-way and we do not handle the response received from POST/GET method