...

  1. Identify the events you want to monitor. Please see a full list of events in a table below.

  2. Create a webhook endpoint as an HTTP endpoint on your local server.

  3. Handle requests from Ondato.

  4. Deploy your webhook endpoint so it would be publicly accessible HTTPS URL. Register

  5. Contact 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

...

  1. URL format: https://<your-website-name>/<your-webhook-endpoint>.

  2. URL must support POST HTTP Method.

  3. URL must support one of the available authentication flows that you self selected when configuring subscription:

    1. basic - username, password.

    2. oAuth2 - clientID, clientSecret, tokenUrl.

Events sent by Ondato will have a body in the following contract:

...