- Home
- Resources
- Integrations
- Smartcar
Smartcar Make integrationAutomate Smartcar with Make.
Can Make read a car's battery, lock its doors or send it a destination? With the Smartcar Make integration, it can: 16 actions and 1 search, no code. This guide helps fleet managers go from connection to a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Smartcar Make integration do for you?
The Smartcar Make integration links your Smartcar developer account to Make, so a scenario (the automation you build in Make, a chain of modules) can read data from connected vehicles and send them commands. A module is one brick of that chain: here you get 16 actions, such as Get Battery Level or Lock or Unlock, and 1 search, List Vehicles.
A charge report for an electric fleet. List Vehicles returns every car linked to your Smartcar application, each one as a bundle, the item that flows from one module to the next. Get Battery Level then reads the state of charge and the remaining range of each car, ready to land in a sheet or a message to the team on duty.
A lock check when the depot closes. Get Lock Status tells you whether a car is locked and, where the vehicle reports it, which doors, windows or charging port are open. Lock or Unlock then closes the car from the same scenario.
A maintenance log that fills itself. Get Odometer and Get Tire Pressure feed the log when a car comes back, and Set Destination sends the garage's coordinates to the car's navigation system.
What Make does not do here: Smartcar has no trigger in Make, so a change on a car never starts a scenario by itself. The scenario starts on its schedule or from another app. The Make documentation for Smartcar also warns that it was generated with AI from the official Smartcar docs and may contain mistakes, so check important details with Smartcar. New to the tool? The Make review is a good start, and Make pricing helps you pick a plan. n8n often has a node for the same app; the n8n vs Make comparison lays out the criteria.
How do you connect your Smartcar account to Make?
- 01
Get your Smartcar credentials
In your Smartcar developer account, open the dashboard and register your application. If asked, enter the callback URI
https://www.integromat.com/oauth/cb/smartcar, then copy the Client ID and the Client secret shown on screen. - 02
Add a Smartcar module
In a Make scenario, add any Smartcar module and click Create a connection. A connection is your Smartcar account linked to Make once, then reused by every Smartcar module. The Connection name field is optional, but a clear name helps later.
- 03
Paste the credentials
Paste the Client ID and the Client secret you copied, or follow the instructions Make shows on screen. Once the connection is saved, Make can read what your Smartcar application exposes and you can fill the module fields.
Your first Smartcar scenario: a battery check for every car
GoalWhen the scenario runs on its schedule, Make lists your Smartcar vehicles and reads the battery level of each one.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the + to add the first module. This first module is where every run of the scenario begins.
- 02
Add List Vehicles
Search for Smartcar, pick List Vehicles and choose your connection. This search returns one bundle per vehicle linked to your application, so the next module runs once per car.
- 03
Read the battery
Click the + on the right of List Vehicles and add Get Battery Level. Map the vehicle from the previous module, meaning you pass it along from List Vehicles, so each car is read in turn.
- 04
Test with Run once
Click Run once. Make runs the scenario one time, then shows the bundles each module received: check the state of charge and range for every car.
- 05
Schedule and switch on
Set the schedule on List Vehicles, every 15 minutes by default, and switch the scenario on. Each Get Battery Level run on one car counts as one operation on your plan.
What each Smartcar module does in Make
Smartcar gives you 17 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Batch Get
ActionIn Make“Returns a list of responses from multiple Smartcar information modules, all combined into a single request.”
Batch Get gathers the answers of several Smartcar information modules in a single request, so one module can bring back, say, battery level, odometer and location together.
Get Battery Capacity
ActionIn Make“Returns a list of nominal rated battery capacities for a vehicle.”
You get the nominal rated battery capacities of an electric vehicle, returned as a list. This is the reference size of the pack, not the charge it holds right now.
Get Battery Level
ActionIn Make“Returns the state of charge and the remaining range of an electric vehicle’s high voltage battery.”
This one tells you how full the high voltage battery is and how much range remains, the two figures a driver checks before leaving.
Get Charge Limit
ActionIn Make“Returns the charge limit configuration for the vehicle.”
Read the charge limit configured on a vehicle, so you know at a glance whether a car is set to fill up completely or to stop at a lower ceiling.
Get Charge Status
ActionIn Make“Returns the charge status for the vehicle.”
Find out whether a car is charging, from the charge status the vehicle reports. It confirms that a car plugged in at the depot is actually charging.
Get Location
ActionIn Make“Returns the vehicle’s last known location.”
Get the last known position of a vehicle, to see where a car was left or to prepare the next route from there.
Get Lock Status
ActionIn Make“Returns the lock status for a vehicle and the open status of its doors, windows, storage units, sunroof and charging port where available.”
Check whether a car is locked and, where the vehicle reports it, whether its doors, windows, storage units, sunroof and charging port are open.
Get Odometer
ActionIn Make“Returns the vehicle’s last known odometer reading.”
Retrieve the last known mileage reading of a car, the number that both the maintenance plan and the lease contract rely on.
Get Tire Pressure
ActionIn Make“Returns the air pressure of each of the vehicle’s tires.”
Read the air pressure of each tire in one module, instead of waiting for a driver to notice a warning light on the dashboard.
Get Vehicle Attributes
ActionIn Make“Returns a single vehicle object, containing identifying information.”
Get a single vehicle object with the information that identifies the car, a tidy record to create or update its card in your fleet tool.
Get VIN
ActionIn Make“Returns the vehicle’s manufacturer identifier.”
Read the manufacturer identifier of a car, its VIN, the reference that insurers, garages and registration papers all share.
Lock or Unlock
ActionIn Make“Lock or unlock the vehicle.”
Lock or Unlock closes or opens a car remotely from your scenario, with no key in hand.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Make an API Call reaches any endpoint of the Smartcar API with the connection you already set up, so your scenario is never limited to the listed modules.
Set Charge Limit
ActionIn Make“Set the charge limit of an electric vehicle.”
Set Charge Limit changes the charge ceiling of an electric vehicle, so the car stops charging at the level you choose.
Set Destination
ActionIn Make“Send destination coordinates to the vehicle’s navigation system.”
Send coordinates straight to a car's navigation system, so the driver finds the address already loaded when getting in.
Start or Stop Charge
ActionIn Make“Start or stop the vehicle charging.”
Start or Stop Charge begins or ends charging on an electric vehicle, triggered by any event your scenario reacts to.
List Vehicles
SearchIn Make“Get a list of all vehicles connected to the application for the current authorized user.”
List Vehicles gives you every car connected to your Smartcar application for the authorized user. It is a search, so it can return zero, one or many bundles, one per vehicle.
Need help automating Smartcar with Make?
A person reads every message.