Actions
| Name | Description |
|---|---|
get_vehicleGet a vehicle by ID | Get a vehicle by ID |
create_vehicleCreate a new vehicle in Fleetio | Create a new vehicle in Fleetio |
create_fuel_entryCreate a fuel entry for a vehicle | Create a fuel entry for a vehicle |
create_meter_entryCreate a meter (odometer) entry for a vehicle | Create a meter (odometer) entry for a vehicle |
create_service_entryCreate a service entry for a vehicle | Create a service entry for a vehicle |
custom_api_callMake a custom API call to the Fleetio API | Make a custom API call to the Fleetio API |
Triggers
| Name | Description |
|---|---|
service_reminderTriggers when a service reminder is due in Fleetio | Triggers when a service reminder is due in Fleetio |
vehicle_updatedTriggers when a vehicle is updated in Fleetio | Triggers when a vehicle is updated in Fleetio |
Quick Start
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 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Fleetio use?
Fleetio uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Fleetio integration cost?
The Fleetio integration is included on all Weavz plans including the free tier with 1,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 2 minutes
Get 1,000 free actions every month. No credit card required.