Action – Webhook
Modified on: Wed, 5 Oct, 2022 at 6:54 PM
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
Note: The data is sent one-way and we do not handle the response received from POST/GET method
Did you find it helpful? Yes No