Option to push data to a remote system when that data changes.
A webhook is a lightweight, event-driven communication that automatically sends data between applications via HTTP. Triggered by specific events, web-hooks automate communication between application programming interfaces (APIs) and can be used to activate workflows.
All events are sent via the POST
method with a Content-Type: application/json
header and JSON
in the body. The API supports sending events over HTTPS
and will retry for 24 hours in case your remote URL is temporarily unavailable.
