Webhooks can be configured in Settings - Integration - API access - Webhooks.
A webhook enables MRPeasy to send a request to a provided URL whenever the status of a Customer order, Manufacturing order, Purchase order, or Shipment changes.
To set up a webhook, please provide the following information:
- URL - the endpoint where the webhook data will be sent.
- Object - customer, manufacturing, purchase order, or shipment.
- Action - depending on object, Status changed or Payment status changed events are supported.
- HTTP auth username - optional, if your URL requires authentication, you can provide the username here.
- HTTP auth password - optional, along with the username, you can provide the authentication password.
Up to 5 webhooks can be configured in total.