Integration Flow
The Middleware Scheduler automatically performs these activities at a specified interval as defined in the config.
Picks all the Orders that are not yet completed.
Calls Inbound API for that specific order. It means it pulls order status data from FoxPro API.
Does processing
Automatically calls the webhook URL configured as in Outbound API settings.
Middleware scheduler post data that looks like this
Marks that Order as Completed.
{
"OrderFound": true,
"ConsignmentReference": "N10224648",
"JobNumber": "859033",
"TripStatus": "Allocated"
}
Last updated
Was this helpful?