Fleetio

Fleetio

Fleet management software for vehicle tracking and maintenance

CustomCommerce
6 actions
2 triggers

Actions

Name
get_vehicle

Get a vehicle by ID

create_vehicle

Create a new vehicle in Fleetio

create_fuel_entry

Create a fuel entry for a vehicle

create_meter_entry

Create a meter (odometer) entry for a vehicle

create_service_entry

Create a service entry for a vehicle

custom_api_call

Make a custom API call to the Fleetio API

Triggers

Name
service_reminder

Triggers when a service reminder is due in Fleetio

vehicle_updated

Triggers when a vehicle is updated in Fleetio

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Fleetio to my app?

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

What actions does Fleetio support?

Fleetio supports 6 actions including Get Vehicle, Create Vehicle, Create Fuel Entry, Create Meter Entry, Create Service Entry, and more.

Can I use Fleetio with AI agents?

Yes. Add Fleetio to an MCP server in TOOLS mode or CODE mode. CODE mode provides 3 meta-tools with on-demand API discovery for efficient agent access.

What authentication does Fleetio use?

Fleetio uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Fleetio integration cost?

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

What triggers does Fleetio support?

Fleetio supports 2 triggers including Service Reminder Due, Vehicle Updated.

Connect Fleetio in minutes

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