LIFX Make integrationAutomate LIFX with Make.
Want your LIFX lights to react to what happens in your other tools? The LIFX Make integration gives you 4 modules: 2 actions and 2 searches. This guide shows how to link your account, then builds a first scenario that finds lights and changes their state.
Verified Trustpilot reviews · AI, automation & growth agency
What can the LIFX Make integration do for you?
The LIFX Make integration lets a Make scenario, the automation you build in Make as a chain of modules, read your LIFX lights and change their state. Each module is one brick of that chain. LIFX brings no trigger of its own, so another app or a schedule starts the scenario, and LIFX does the work at the end.
Lights that follow your other tools. Put a trigger from another app first, then Set State on the lights you target by label, group or location. A new entry in a booking tool or a CRM can change a room's lights without anyone touching a switch.
A quick inventory of your lights. List Lights returns every light on the account as bundles, one item per light, that you can send to a sheet or a database such as the one in our Airtable Make integration guide.
Precise targeting before you act. Search Lights filters with selectors built on id, label, group or location, so the next module only touches the lights you meant. When you need an endpoint the listed modules do not cover, Make an API Call reaches the LIFX API with the same connection.
What Make does not do here: it cannot start on a LIFX event, because the app has no trigger module. The same app often has an n8n node too; if you are weighing both tools, the n8n vs Make comparison lays out the criteria, and the Make training covers the editor from the start.
How do you connect your LIFX account to Make?
- 01
Generate your LIFX token
In your LIFX account, open the Settings page and click Generate New Token. Copy the API token shown on screen. You need an active LIFX account for this, and Make will ask for that token in the next step.
- 02
Add a LIFX module in Make
Log in to Make, add any LIFX module to your scenario and click Create a connection. The Connection name field is optional; a clear name helps when several people or accounts share the same workspace.
- 03
Paste the token and save
Paste the token you copied from LIFX into the connection window, or follow the on-screen instructions, then confirm. That connection is your LIFX account linked to Make once; from then on, every LIFX module you add simply reuses it.
Your first scenario with LIFX in Make
GoalWhen something happens in another app of your scenario, Make finds the matching LIFX lights and sets their state.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the +. Pick the trigger of the app that should start things, since LIFX has none.
- 02
Add Search Lights
Click the + on the right, search for LIFX, choose Search Lights and click Create a connection. Filter with a selector on the label, group or location you target.
- 03
Add Set State
Click the + again and add Set State. Map the light found by the previous module so the change lands on the right bulbs and nowhere else.
- 04
Test with Run once
Click Run once and open each module's bubble to read the bundles it received. If Search Lights returns nothing, check the selector before touching Set State.
- 05
Schedule and switch on
Set the schedule on the first module, every 15 minutes by default, then switch the scenario on. From here each new event from the first app drives your lights.
What the LIFX modules do
LIFX gives you 4 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Make an API Call
ActionIn Make“Performs an arbitrary authenticated API call.”
This module gives you a way past the three listed LIFX modules: it sends an authenticated request to any endpoint of the LIFX API, using the connection you already created.
Set State
ActionIn Make“Sets the state of the selected lights. Properties such as id, label, group and location can be used in selectors.”
You get lights that change on cue: Set State applies a new state to the lights you select, straight from your scenario, so nobody has to switch anything by hand.
List Lights
SearchIn Make“Lists lights belonging to the authenticated account.”
You get the full picture of your account: List Lights returns every light linked to your LIFX account, each one as its own bundle for the modules that follow.
Search Lights
SearchIn Make“Searches for lights belonging to the authenticated account. Lights can be filtered using selectors. Properties such as id, label, group and location can be used in selectors.”
You get only the lights that matter: Search Lights filters your account with a selector based on id, label, group or location and hands back the matches.
Need help automating LIFX with Make?
A person reads every message.