AI Multi-Stop Planner for Circular Logistics with GP-40 & Open Route API - n8n Workflow | Neura Market
AI Multi-Stop Planner for Circular Logistics with GP-40 & Open Route API
**Tags**: AI Agent, Supply Chain, Logistics, Circular Economy, Route Planning, Transportation, GPS API
### Context
Hi! I'm Samir, a Supply Chain Engineer and Data Scientist based in Paris, and founder of [LogiGreen Consulting](https://logi-green.com).
I help logistics teams reduce operational workload and errors by combining **AI automation**, **route optimization APIs**, and **workflow automation**.
This workflow is part of a **circular economy project**, where stores return **reusable packaging** (bins, crates, containers) to a central warehouse.
> Let's support circular economies with AI-powered automation using n8n!
For business inquiries, you can find me on [LinkedIn](https://www.linkedin.com/in/samir-saci)
### Who is this template for?
This workflow is designed for logistics teams participating in **circular economy loops**.
Let us imagine your transportation company receives this **pickup request**:

The two **AI Agent nodes** connected to **Openroute Service API** will process the information and reply with the **detailed route plan**.

The results include **driving time** and the **optimal sequence** of stops generated by the multi-stop optimization endpoint of the API.
### How does it work?
This workflow automates the end-to-end processing of **multi-stop pickup requests for reusable packaging**:
- A Gmail trigger listens for collection request emails
- AI Agent parses the email into structured data (store ID, address, date)
- Each stop is geocoded into GPS coordinates
- OpenRouteService **optimizes the stop sequence** using truck-specific routing
- A second AI Agent formats a **confirmation email in HTML** with the ordered pickup plan
- The reply is sent back with all details including duration and route
### Steps:
1. Trigger on a new Gmail message
2. Extract data using AI Agent (e.g., stores, addresses, times)
3. Store raw and processed data in Google Sheets
4. Enrich with GPS coordinates
5. Optimize route using OpenRouteService (truck profile)
6. Format the confirmation using an AI Agent
7. Send reply to requester with route and timing

### What do I need to get started?
You'll need:
- A **Gmail account** to receive collection requests
- A **Google Sheet** to store and review data
- A free [OpenRouteService API key](https://openrouteservice.org/dev/#/signup)
- Access to OpenAI for using AI Agent nodes
- Sample pickup request emails to test
### Next Steps
- Use the sticky notes inside the n8n canvas to:
- Plug in your Gmail and OpenRouteService credentials
- Try with a sample store collection email
- Validate the confirmation format and route accuracy
*This template was built using n8n v1.93.0*
*Submitted: June 7, 2025*
Platform
n8n
Category
Business Operations & ERPs
Price
Free
Creator
Samir Saci
set
code
wait
gmail
merge
splitOut
stickyNote
httpRequest
gmailTrigger
googleSheets
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.