Execution
A webhook is fired when one of the Topics is run on the Loyale API.
Once this action is run the resulting data of the operation (e.g. a Customer entity in the case of a CustomerUpdate) will be sent in a POST request to the URL. If this POST request returns a status code, not in the range of 200-299 (i.e. a success status code) then the system will schedule a retry of the webhook.
Updated over 2 years ago