- Home
- Resources
- Integrations
- Lokalise
Lokalise Make integrationAutomate Lokalise with Make.
Can Lokalise tell the rest of your stack when a language, task or order changes? With the Lokalise Make integration it can: 20 modules, 4 of them instant triggers, and no code. This guide is for localization and product teams, and it walks you from connection to a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Lokalise Make integration automate?
The Lokalise Make integration links your Lokalise account to Make, a visual tool where you build a scenario: an automation made of modules, each one a single brick such as a trigger, an action or a search. Lokalise then reacts to what happens in your projects and hands the work to your other apps, without a line of code.
Languages that come with their own to-do list. Watch a Language fires when someone adds a language to a project. Follow it with Create a Task and the translation work is assigned before anyone has to remember it.
Orders that keep finance and project leads in the loop. Watch an Order reacts when a translation order is created, completed or deleted. Get an Order then fetches its details so you can post them to a chat channel or log them in a spreadsheet app.
Files that travel on their own. Upload a File pushes source files into a project when they are ready elsewhere, and Download a File pulls the project files back out when a task closes, which Watch a Task can detect.
Every Lokalise trigger here is instant, so there is no polling interval to tune. Where the 20 listed modules stop, Make an API Call reaches the rest of the Lokalise API with the same connection. The Make documentation page for Lokalise flags its content as AI-generated from the vendor docs, so double-check anything critical with Lokalise itself. The same app often exists as an n8n node too; the n8n vs Make comparison helps you pick. New to the editor? The Make training covers the basics, and Make troubleshooting helps when a run fails.
How do you connect Lokalise to Make?
- 01
Generate an API token in Lokalise
You need an active Lokalise account. Click your avatar in the bottom left corner, open Profile settings, then API tokens. Click Generate new token, pick the token type, click Generate and copy the token from the list.
- 02
Add a Lokalise module in Make
In your scenario, add any Lokalise module and click Create a connection. A connection is your Lokalise account linked to Make once, then reused by every Lokalise module. The Connection name field is optional, but a clear name helps later.
- 03
Paste the token and save
Paste the API token you copied, or follow the on-screen instructions, and confirm. Make can now read your Lokalise projects and list them for you in the module fields.
Build your first scenario with Lokalise
GoalWhen a language is added to a Lokalise project, Make creates a task in that project for the translators.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the big +. Search for Lokalise and pick Watch a Language as the first module.
- 02
Set up the webhook and connection
Click Create a webhook, then Create a connection with your API token. Once connected, Make lists the Lokalise projects it can read, so you choose rather than type.
- 03
Add Create a Task
Click the + on the right of the trigger and add Create a Task. Map the project and language data that came from Watch a Language into the task fields.
- 04
Test with Run once
Click Run once, then add a language to a test project in Lokalise. Open each module to read the bundle it received: a bundle is one item passed from a module to the next, here one language change.
- 05
Switch the scenario on
If the task shows up in Lokalise, switch the scenario on. Because the trigger is instant, it runs whenever Lokalise sends a language change, and each module run counts as one operation on your Make plan.
Lokalise triggers in Make
4 modules start a scenario when something happens in Lokalise. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Lokalise as soon as it happens.
Watch a Language
Instant triggerIn Make“Triggers when a language is added, deleted or language settings are changed.”
Your scenario starts the moment a language is added to a Lokalise project, removed from it, or has its settings changed. You receive one bundle describing that change, ready for the next module.
Watch an Order
Instant triggerIn Make“Triggers when an order is created, completed or deleted.”
Translation orders stop living only inside Lokalise: this trigger wakes your scenario when an order is created, completed or deleted, so budget holders and project leads hear about it where they already work.
Watch a Project
Instant triggerIn Make“Triggers when a project is imported, exported or deleted.”
Hand the next step to Make each time a Lokalise project is imported, exported or deleted. The trigger passes one bundle per event, which makes it a clean starting point for file handoffs and housekeeping.
Watch a Task
Instant triggerIn Make“Triggers when a new task is created, closed or deleted.”
Know when translation work moves: this trigger fires when a task is created, closed or deleted in Lokalise, and hands the task data to the rest of your scenario.
Lokalise actions and searches in Make
Lokalise gives you 16 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Create a Branch
ActionIn Make“Creates a new branch for project.”
Gives a Lokalise project a new branch, so work for one feature can be kept apart from the rest of the project until it is ready to merge back.
Create an Order
ActionIn Make“Creates a translation order.”
Places a translation order in Lokalise from your scenario, so buying translations becomes a step that follows an event instead of a form someone has to fill in.
Create a Project
ActionIn Make“Creates a project.”
Sets up a fresh Lokalise project from Make, which saves the repetitive setup whenever a new app, site or client lands on your desk.
Create a Task
ActionIn Make“Creates a task in project.”
Assigns translation or review work inside a Lokalise project, so nobody has to remember to open the task list after an upstream change.
Delete a Project
ActionIn Make“Deletes a Project.”
Removes a whole Lokalise project from a scenario, which keeps your workspace tidy when a product or client is retired elsewhere.
Delete a Task
ActionIn Make“Deletes a task from the project.”
Clears a task out of a Lokalise project, useful when the work it described no longer exists and an open task would only confuse translators.
Download a File
ActionIn Make“Downloads project files.”
Pulls your project files out of Lokalise and into the scenario. From there, translated content can go to storage, to a code repository or straight to a teammate, and nobody has to run a manual export.
Get an Order
ActionIn Make“Retrieves information about specific order.”
Fetches the full details of one translation order, handy when a trigger only gives you part of the picture and the next module needs more.
Get a Project
ActionIn Make“Retrieves projects details.”
Reads the details of one Lokalise project, so later modules can reuse its details without you copying anything by hand.
Get a Task
ActionIn Make“Gets information about specific task.”
Loads everything Lokalise knows about one task, which turns a bare task event into a message a person can actually act on.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Reaches any endpoint of the Lokalise API with the connection you already set up, so you are not stuck when the listed modules stop short of what you need.
Update a Branch Name
ActionIn Make“Updates a branch name in the project.”
Renames an existing branch in a Lokalise project, keeping branch names aligned with how your developers refer to the feature.
Update a Task
ActionIn Make“Updates the properties of a task.”
Edits the properties of a task that already exists, so a Lokalise task can keep pace with decisions made in other tools.
Upload a File
ActionIn Make“Uploads a file.”
Sends a file into Lokalise from your scenario, so new source strings reach translators as soon as they exist somewhere else.
Get Translation
SearchIn Make“Gets one translation for one key by language ISO.”
Returns one translation for one key in the language you name by its ISO code, which lets other tools reuse approved wording without a full file download.
List Projects
SearchIn Make“Lists all projects.”
Brings back every Lokalise project your connection can see, one bundle per project, so a scenario can work across your whole account.
Need help automating Lokalise with Make?
A person reads every message.