Weavz
Routific

Routific

Push delivery orders into Routific, publish routes, and retrieve route timelines and delivery status.

7 tools
1 trigger

Tools

Name
create_orders

Push one or more delivery orders into a Routific workspace.

get_order

Fetch a Routific order by Routific-generated order UUID.

update_order

Update an existing Routific order using the same format as Create Orders.

list_routes

Fetch route summaries for a Routific workspace and route date.

get_route_timeline

Fetch route stop sequence, ETAs, actual timings, and order status details for one route.

publish_routes

Publish Routific routes for a workspace/date so drivers can receive route plans.

get_publishing_status

Fetch Routific route publishing status.

Triggers

Name
route_created_or_updated

Poll Routific route summaries for a workspace/date after an initial baseline.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('routific', 'create_orders', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'routific',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Routific 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 tools programmatically.

What tools does Routific support?

Routific supports 7 tools including Create Orders, Get Order, Update Order, List Routes, Get Route Timeline, and more.

Can I use Routific with AI agents?

Yes. Add Routific to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Routific be used in stateful agent workflows?

Yes. Agents can combine Routific tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Routific use?

Routific uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Routific integration cost?

The Routific integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Routific support?

Routific supports 1 triggers including Route Created or Updated.

Connect Routific in minutes

Get 20,000 free action executions every month. No credit card required.