Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To integrate with Verity, the webhook target server must:

  • Be able to receive HTTP/ HTTPS POST requests over the internet.

  • Respond to Verity with an HTTP 2XX status code.

  • Send responses to Verity within 5 seconds.

...

Add a callBackUrl parameter with the webhook address to the page request. The webhook URL must support HTTPS and be properly URL-encoded.  For example:

...

After successfully processing the request,  Verity initiates an HTTP/ HTTPS POST to the webhook URL with the JSON response data.

...