Managing Responses in Webhooks
Edited
Once a target system has received a webhook notification from Next Identity, a response is expected to prevent a retry or a logged failure. In the case of synchronous actions, a response is needed to proceed with the user workflow.
Responses are always expected to return a 200 OK
HTTP response code. If the system receives an invalid URL response, it will be logged as a failure and will not be retried. HTTP error responses will be retried. Any other response that is not a 2XX
response or one of the above will be marked as a failure and will not be retried.
Was this article helpful?
Sorry about that! Care to tell us more?