n8n: Getting Started
Last updated
Was this helpful?
Last updated
Was this helpful?
The tutorial below takes users through a typical configuration of the n8n DIMO node. To learn more about n8n, including external connections/integrations, please refer to the
Our first featured integration is with , a low code workflow automation tool. N8n has over 1000+ integrations, which means the n8n DIMO node can seamlessly connect to platforms and services you are already familiar with. Before getting started with n8n, follow the steps below:
To get the most out of n8n, we recommend getting at least one vehicle to share privileged access with your developer license. To do so, you can either share your own vehicle with yourself using your Client ID and Redirect URI via the or have other DIMO users share their vehicle with you. (If you need vehicles to test with, let us know by ).
After you've followed these steps, there are a few ways to get connected to n8n:
Option 1 (Recommended for non-developers):
Register for a (includes a free trial).
Option 2 (Recommended for developers):
Locally via or .
The DIMO Node is an npm package that can be installed directly alongside the n8n installation. Simply install the below package in the root directory of your n8n project:
In order to begin using the DIMO node in n8n, you'll first need to set up authentication credentials. From your n8n Home screen, select the "Credentials" tab > "Add Credential" > Select "DIMO API" from the dropdown.
In the DIMO account credentials screen, enter your Client ID, Redirect URI, and API Key as obtained from the DIMO Developer Console app you created earlier. We recommend keeping the Environment set to "Production".
Once you've saved your credentials, you're ready to begin using the DIMO node.
From there, click the + button next to the Trigger node, and search for DIMO.
Select one of the DIMO actions you're interested in from the sidebar, which are described in greater detail below:
Use the Attestation API to create a Verifiable Credential (VC) for VIN or POM.
Available Actions:
Create VIN VC
Create POM VC
Available Actions:
Get Vehicle JWT
Use this action to submit a decoding request for a vehicle, or return a list of device definitions based on custom search filters.
Available Actions:
Decode VIN
Search
Use this action to perform custom GraphQL queries on the DIMO Identity API. You can think of the Identity API as your way of accessing a public catalog of DIMO-connected devices, vehicles, rewards, and developer licenses.
Available Actions:
Count DIMO Vehicles
Custom Identity Query
Use this action to perform custom GraphQL queries on the DIMO Telemetry API. You can think of the Telemetry API as a way to access telematics (think: tire pressure, odometer, VIN, etc.) from vehicles that have granted you privileged access to that data. Please note, because this is a privileged endpoint, you can only access vehicle data for users who have granted you permission via a Login with DIMO flow.
Available Actions:
Get Vehicle VIN
Custom Telemetry Query
Use this action to retrieve trip data from vehicles that have granted you privileged access to that data. Please note, because this is a privileged endpoint, you can only access trips data for users who have granted you permission via a Login with DIMO flow. (additional note: R1 devices are currently not supported, but will in the near future).
Available Actions:
Get Trips
Use this action to lookup valuations, submit an offers request from third party servies, or get a list of vehicle offers for a vehicle tokenId.
Available Actions:
Valuations Lookup
Get Instant Offer
List Existing Offers
As a first step, in a new workflow file, set an initial that will be used to begin the workflow. If you're just getting started, you can set this to "Trigger Manually" – this will manually run you workflow when clicked.
Related Documentation:
Use the Vehicle JWT action to quickly obtain a short-lived JWT. Especially useful for rapid prototyping or testing out Telemetry API queries in the Telemetry Playground:
Related Documentation: |
Related Documentation:
Related Documentation:
Related Documentation: | (for permission sharing)
Related Documentation: | (for permission sharing)
Related Documentation: | (for permission sharing)
You can read more about how to use DIMO data by connecting the DIMO node to third party services (such as creating AI Agents, Airtable, Google Sheets, etc.) by