Obtain WebHook functionalities in your system by using ApiHawk's WebHook Integration with AppCell!
A webhook is a way for an app to provide other applications with real-time information. A webhook delivers data to other applications as it happens, meaning you get data immediately.
CRUD actions: Create (Provision)
Read (Fetch Domain Information)
Update (Renew)
Delete (Terminate)
A call to the provided URL + /[action] is executed, providing all the data for the product, order, and customer.
Example:
Provided webhook URL: https://apihawk.com
On product creation, the following URL will be called:
https://apihawk.com/create with POST method, providing all the data for the product, order, and customer.
Renew action: A call to the provided URL + '/renew' is executed, providing all the data for the product, order, and customer
Suspend action: A call to the provided URL + '/suspend' is executed, providing all the data for the product, order, and customer
Unsuspend: A call to the provided URL + '/unsuspend' is executed, providing all the data for the product, order, and customer
Impersonate: A call to the provided URL + '/impersonate' is executed, providing all the data for the product, order, and customer