Webhook

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

The data is sent one-way and we do not handle the response received from POST/GET method

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.