- Home
- Resources
- Integrations
- Hexomatic
Hexomatic Make integrationAutomate Hexomatic with Make.
What happens to your Hexomatic results once a workflow finishes? The Hexomatic Make integration gives you 3 modules, including an instant trigger, so that data can move on without copy and paste. This page walks you through the connection and a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Hexomatic Make integration do for you?
The Hexomatic Make integration links your Hexomatic account to Make, a visual tool where you build a scenario: the automation itself, a chain of modules that run one after the other. Each module is one brick, such as a trigger that starts things or an action that does something, and you assemble them without writing code.
Pass results downstream the moment a workflow reports back. Watch workflow data is an instant trigger: Hexomatic calls Make through a webhook as soon as a workflow event happens, so the next modules of your scenario receive the data right away instead of waiting for a check.
Keep an inventory of what runs in your account. List Workflows returns every workflow of the account, one bundle per workflow (a bundle is one item passed from a module to the next). Feed those items into a spreadsheet or a report and your team sees the full catalog in one place.
Reach what the listed modules leave out. Make an API Call lets the scenario call any endpoint of the Hexomatic API with the same connection. It is the way around a short module list, as long as you know which endpoint you need.
One honest limit: Make says its own documentation for Hexomatic is incomplete, because there is not enough public information about the app. Expect to test more with Run once than on a well-documented app, and keep Make troubleshooting close by. To judge the platform itself before you commit, read our Make review, and if the same app also interests you on n8n, the n8n vs Make comparison lays out the differences.
How do you connect your Hexomatic account to Make?
- 01
Add a Hexomatic module
In your scenario, click the + and search for Hexomatic, then pick any of its modules. On the module, click Create a connection: a connection is your Hexomatic account linked to Make once, and every Hexomatic module reuses it afterward.
- 02
Name it and authorize Make
Give the connection a clear name if you like, which helps when several accounts coexist. Then either approve access on the Hexomatic page that opens, or paste the key Hexomatic gives you, depending on what the connection window asks for.
- 03
Save and check the result
Click Save. The connection now appears in the module's dropdown, and Make can read the objects of your account. If that list stays empty, the authorization did not go through and it is worth creating the connection again.
Your first scenario with the Hexomatic Make integration
GoalWhen a workflow sends new data in Hexomatic, Make receives it at once and calls the Hexomatic API endpoint you choose with that data.
- 01
Create the scenario
Open the Scenarios page, create a new scenario and click the large + to place the first module. The canvas is empty until then, which is normal.
- 02
Place the instant trigger
Search for Hexomatic and pick Watch workflow data. Select your connection, or click Create a connection if this is your first Hexomatic module. The lightning badge marks it as instant.
- 03
Add the API call
Click the + on the right of the trigger and choose Make an API Call. Enter the Hexomatic endpoint you need, then map values from the trigger by picking them in the panel that lists its output.
- 04
Test with Run once
Click Run once, then make a workflow produce data on the Hexomatic side. Open the bubbles above each module to read the bundles it received and confirm the call returned what you expected.
- 05
Switch it on
Once the test looks right, save and switch the scenario on. From then on, each workflow event reaches Make through the webhook and runs the chain without you opening the editor.
What starts a Hexomatic scenario
1 module starts a scenario when something happens in Hexomatic. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Hexomatic as soon as it happens.
Watch workflow data
Instant triggerIn Make“Triggers when a new workflow event occurs.”
Watch workflow data hands your scenario the output of a Hexomatic workflow as soon as a new workflow event occurs, so the next modules can store, send or reshape it without anyone exporting a file by hand.
What the Hexomatic modules do
Hexomatic gives you 2 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 authorized API call.”
Make an API Call opens the whole Hexomatic API to your scenario: you pick an endpoint, and Make sends the request with the connection you already created, so no separate credentials are needed.
List Workflows
SearchIn Make“Lists all workflows.”
List Workflows gives you every workflow of the Hexomatic account, each one as a separate bundle that later modules can process one at a time.
Need help automating Hexomatic with Make?
A person reads every message.