Blue Make integrationAutomate Blue with Make.
Tired of copying the same details into Blue by hand? The Blue Make integration gives you 14 modules: 1 instant trigger, 8 actions and 5 searches. This guide is for people who know Blue and are new to Make: connect your account, then build a first scenario step by step.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Blue Make integration do for you?
The integration links your Blue account to Make, a no-code tool where you build a scenario: an automation made of modules, each one a brick that triggers, acts or searches. Once linked, Make can react to what happens in Blue, create and update records in your projects, file documents and read your project structure, all without writing code.
New requests land in the right project. A form or a CRM in another app fires the scenario, and Create a record drops the request into a Blue project. Add Upload file to a custom field when the request comes with attachments.
Your other tools hear about Blue changes. Watch events is an instant trigger: Blue calls Make the moment something happens. Pair it with Get a record to read the full record, then pass it to your chat or reporting app.
Status stays in sync from the outside. When a payment clears or a ticket closes elsewhere, Search records of a project finds the matching record and Update a record changes it. Onboarding a freelancer? Invite a user to a project handles the access.
What the integration does not do: there is no "Make an API Call" module for Blue. The fallback is Execute a GraphQL Query, which sends any query your Blue key is allowed to run. Blue also has an n8n node, covered in the Blue n8n integration guide, and the n8n vs Make comparison helps you pick. New to the editor? The Make training starts from zero.
How do you connect your Blue account to Make?
- 01
Generate a token in Blue
In Blue, open your profile, go to the API tab and click Generate a Token. Give it a name you will recognize later. Blue then shows two values: the Token ID and the Secret key. Copy both somewhere safe.
- 02
Open the connection window in Make
Add any Blue module to your scenario and click Create a connection. The connection is your Blue account linked to Make once, then reused by every Blue module. The Connection name field is optional, but a clear name helps when you have several accounts.
- 03
Paste the credentials and save
Paste the Token ID and the Secret key you copied from Blue, or follow the instructions Make shows on screen. Save, and the connection appears in the module. Blue requires an active account for this to work, so check your subscription first.
Your first scenario: keep a Blue record in sync with another tool
GoalWhen a deal or ticket changes in another app, Make finds the matching record in Blue and updates it.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the big +. The first module is the trigger from your other app, for example your CRM or helpdesk, the place where the change really happens.
- 02
Add Search records of a project
Click the + on the right, search for Blue and pick Search records of a project. Click Create a connection with your Token ID and Secret key, then choose the project Make offers once the account is linked.
- 03
Add Update a record
Add Update a record after the search. Map the record the search returned, then map the values from the first module. Each item that flows between modules is a bundle: one record here, one deal there.
- 04
Test with Run once
Click Run once and trigger a change in the other app. Read the bundles each module received. A search can return zero, one or several records, so check that the right one was updated before going further.
- 05
Schedule and switch on
Set the schedule on the first module: a new scenario runs every 15 minutes by default. Then switch the scenario on. Each module that runs on one bundle counts as one operation on your Make plan.
What starts a scenario from Blue
1 module starts a scenario when something happens in Blue. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Blue as soon as it happens.
Watch events
Instant triggerIn Make“Watches for events.”
This is the only Blue trigger: it starts your scenario when an event happens in your Blue account, so Make does not have to go and look for changes. It gives you the event as a bundle, ready for the next module.
Everything the Blue app can do in Make
Blue gives you 13 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Create a record
ActionIn Make“Creates a record.”
Adds a brand new record to one of your Blue projects, filled with data from earlier modules, so work coming from outside lands in Blue without anyone retyping it.
Execute a GraphQL Query
ActionIn Make“Performs an arbitrary authorized GraphQL query.”
Sends a GraphQL query of your own to Blue, with the rights of your connected key. It is the escape hatch for anything the other thirteen modules do not cover.
Get a record
ActionIn Make“Retrieves a record.”
Reads one record you already know, and hands its full content to the next module. Think of it as opening the record in Blue, but from inside the scenario.
Invite a user to a project
ActionIn Make“Invites a user to a project.”
Sends someone an invitation to join a Blue project, so access follows your process instead of someone remembering to click.
Update a record
ActionIn Make“Updates a record.”
Changes an existing record in Blue with fresh values from your scenario, which keeps a project honest when the truth lives in another tool.
Upload file to a custom field
ActionIn Make“Uploads one or more files to a custom field.”
Attaches one or more files to a custom field of a record, so the document sits right next to the work it belongs to.
Upload file to files directory
ActionIn Make“Uploads one or more files to specific directory.”
Drops one or more files into a directory of your Blue files instead of a single record. Pick it over the custom field version when the document concerns the whole project.
List all projects
SearchIn Make“Lists all projects.”
Returns your Blue projects, one bundle per project. Useful whenever a scenario has to loop over your whole workspace.
List custom fields
SearchIn Make“Lists custom fields of a project.”
Shows the custom fields defined in a project, so you can see how the project is structured before writing data into it.
List lists of a project
SearchIn Make“Lists lists of a project.”
Gives back the lists that organize a Blue project, each list as its own bundle, ready to filter or route.
List tags within projects
SearchIn Make“Lists tags within projects.”
Collects the tags used across your projects, handy when your team labels work and you want the same labels elsewhere.
Search records of a project
SearchIn Make“Searches records of a project.”
Looks through the records of one project and returns the ones that match. It is how a scenario finds the right record when it only knows a name or a detail.
Add reference to custom field
ActionIn the docs onlyWrites a reference into a custom field of a Blue record. Make publishes no description for it, so treat it as a module to explore carefully.
Need help automating Blue with Make?
A person reads every message.