Automate a Recurring Lane
automate_laneSet up a RECURRING weekly shipment (standing order): describe the lane once, and after the account owner approves by email, Warp re-quotes it fresh every week and books the best option automatically while the price stays at or under the owner's ceiling. Over-ceiling weeks book nothing and notify the owner. THIS TOOL ONLY PROPOSES — nothing books now, and nothing ever books without the owner's one-time email approval. Auth required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book | Yes | Booking payload used each run — same shape as the book tool's pickup/delivery addresses and contacts (patch.pickup, patch.delivery). quote_id and reference are set automatically each run | |
| label | No | Human-readable lane label for the owner's emails, e.g. 'Ontario CA → Dallas TX, 6 pallets' | |
| quote | Yes | Lane payload re-quoted each run — same fields as the quote tools (add length_in/width_in/height_in and commodity for firm LTL pricing). pickup_date is set automatically each week | |
| weekday | Yes | Pickup day each week: 0=Sunday … 6=Saturday | |
| criteria | No | How to pick the winning option each week (default lowest_price) | |
| end_date | No | Optional YYYY-MM-DD; the automation retires itself after the last pickup on or before this date | |
| ceiling_usd | Yes | Max auto-booked price per shipment in USD; above this the week books nothing and the owner is emailed |