Your endpoint must return an HTTP 200 OK status code to every webhook request RB2B sends. This confirms successful receipt of the data and keeps the integration active.
Any response other than a 200 will cause RB2B to disconnect the integration. This includes:
No response β if RB2B does not receive a response within 15 seconds, the webhook is assumed to be offline
4xx or 5xx responses β error status codes are treated the same as a timeout and will trigger a disconnect
Your response body can be empty or contain a simple JSON acknowledgement β RB2B does not parse or act on the response body at this time.
