...
Identify the events you want to monitor. Please see a full list of events in a table below.
Create a webhook endpoint as an
HTTP
endpoint on your local server.Handle requests from Ondato.
Deploy your webhook endpoint so it would be publicly accessible
HTTPS
URL. RegisterContact Ondato support team to register the publicly accessible
HTTPS
URL with Ondato by contacting Ondato support teamand a list of events you want to monitor.
Please note that we also support multiple URLs for sending webhooks.
Requirements for webhook endpoint
...
URL format: https://<your-website-name>/<your-webhook-endpoint>.
URL must support POST HTTP Method.
URL must support one of the available authentication flows that you self selected when configuring subscription:
basic
- username, password.oAuth2
- clientID, clientSecret, tokenUrl.
Events sent by Ondato will have a body in the following contract:
...