eavz
Onfleet

Onfleet

Last-mile delivery management platform

Basic AuthCommerce
6 actions
3 triggers

Actions

Name
create_task

Create a new delivery task in Onfleet

get_task

Get a task by ID

create_worker

Create a new worker (driver) in Onfleet

get_worker

Get a worker by ID

get_teams

List all teams in Onfleet

custom_api_call

Make a custom API call to the Onfleet API

Triggers

Name
task_created

Triggers when a new task is created in Onfleet

task_completed

Triggers when a task is completed in Onfleet

task_failed

Triggers when a task fails in Onfleet

Quick Start

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

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

const result = await weavz.actions.execute({
  integrationName: 'onfleet',
  actionName: 'create_task',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Onfleet to my app?

Use Weavz Hosted Connect for Basic Auth authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Onfleet support?

Onfleet supports 6 actions including Create Task, Get Task, Create Worker, Get Worker, Get Teams, and more.

Can I use Onfleet with AI agents?

Yes. Add Onfleet 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 Onfleet use?

Onfleet uses Basic Auth. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Onfleet integration cost?

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

What triggers does Onfleet support?

Onfleet supports 3 triggers including Task Created, Task Completed, Task Failed.

Connect Onfleet in 2 minutes

Get 1,000 free actions every month. No credit card required.