Direct API
Your backend creates a delivery the moment an order is ready and gets an id back to hold onto. Retries are safe: send the same job twice and you get the same delivery, never two drivers at the door.
Integrations
Estoul is the delivery layer under whatever you already run on. There are four ways to hand it a job and one stream of updates that keeps both sides telling the same story.
Start with the one that matches how you work today. Most operators move from one to the next as volume grows.
Your backend creates a delivery the moment an order is ready and gets an id back to hold onto. Retries are safe: send the same job twice and you get the same delivery, never two drivers at the door.
Assigned, collected, arriving, delivered, failed — every change is pushed to your endpoint as it happens, with a catch-up path so a deploy during peak never costs you a status.
A spreadsheet or a scheduled file drop for operations that plan the day in batches. Your column mapping is saved, so tomorrow it is one click.
No integration at all. Your team creates jobs in Estoul directly, which is how most operators run their first week while the connection is being built.
Estoul asks for what it needs to execute a delivery and nothing about your customer that it does not.
What the integration does for you
You send what your customer typed. Estoul turns landmarks, building names and half-sentences of directions into a drop point, and asks your team only when it genuinely cannot tell.
The same order arriving twice from a retrying system is recognised as one delivery rather than two, which is the difference between a safe retry and an angry merchant.
A dropoff outside the areas you cover, a time window nobody can make, a missing contact — rejected at the moment you send it, with a reason your developers can act on.
Integration is a week of work at the outside, and usually an afternoon.
The full reference, field by field, comes with your sandbox.
Tell us how many drivers you run and where they run, and we will walk you through what a day on Estoul looks like for your team.