Getting Started

Webhooks are a useful tool for apps that want to stay in sync with our system or execute code after a specific event occurs on the system, for example, when a message is recieved or when a new payment was recorded.

To create a webhook, you register both an HTTP endpoint on your app as a webhook receiver and an event that triggers a request to that endpoint. We send you a JSON payload when your selected event occurs, with a copy of the relevant object.