Skip to content

Commit 2cb695a

Browse files
authored
Fleetio Connector (microsoft#3518)
* initial for Fleetio Connector * add in contact * fix schemas * update schema to be swagger valid
1 parent eac498a commit 2cb695a

File tree

3 files changed

+1570
-0
lines changed

3 files changed

+1570
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Fleetio
2+
3+
Fleetio is a Fleet maintenance software for fleets of all sizes
4+
5+
This connector allows you to extract data from the [Fleetio API](https://developer.fleetio.com/)
6+
7+
## Prerequisites
8+
9+
- An active Fleetio Account
10+
- An API Key and Account Token
11+
12+
## Supported Operations
13+
14+
This connector supports the following endpoints from the Fleetio API
15+
16+
- `v2/issues`
17+
- `v2/service_entries`
18+
- `v1/submitted_inspection_forms`
19+
- `v1/vehicles`
20+
- `v1/expense_entries`
21+
- `v2/contacts`
22+
- `v1/parts`
23+
- `v1/purchase_orders`
24+
- `v1/vehicle_assignments`
25+
26+
## Obtaining Credentials
27+
28+
We provide a guide on our developer portal, that you can find [here](https://developer.fleetio.com/docs/overview/quick-start)
29+
30+
## Known Issues and Limitations
31+
32+
Depending on how much data you have in your Fleetio Account, some endpoints may take longer than others to sync as this connector support full refresh only
33+
34+
## Deployment Instructions
35+
36+
Please use [these instructions](https://learn.microsoft.com/en-us/connectors/custom-connectors/paconn-cli) to deploy this connector as a custom connector

0 commit comments

Comments
 (0)