Actions
| Name | Description |
|---|---|
optimize_routeCreate and optimize a new route | Create and optimize a new route |
create_addressAdd an address to an existing route | Add an address to an existing route |
get_ordersList orders in Route4Me | List orders in Route4Me |
track_vehicleGet route details with tracking information | Get route details with tracking information |
custom_api_callMake a custom API call to the Route4Me API | Make a custom API call to the Route4Me API |
Triggers
| Name | Description |
|---|---|
route_completedTriggers when a route is marked as completed | Triggers when a route is marked as completed |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'route4me',
actionName: 'optimize_route',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Route4Me to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Route4Me support?
Route4Me supports 5 actions including Optimize Route, Create Address, Get Orders, Track Vehicle, Custom API Call.
Can I use Route4Me with AI agents?
Yes. Add Route4Me to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Route4Me use?
Route4Me uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Route4Me integration cost?
The Route4Me integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Route4Me support?
Route4Me supports 1 triggers including Route Completed.
Connect Route4Me in 2 minutes
Get 1,000 free actions every month. No credit card required.