Dust Make integrationAutomate Dust with Make.
Can Make talk to your Dust agents without any code? Yes. The Dust Make integration gives you 3 action modules: message an agent, upload a document to a datasource, or call the Dust API directly. This guide walks you from the connection to a working first scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Dust Make integration do for your team?
The Dust Make integration links your Dust workspace to Make, a no-code tool where you build a scenario: an automation made of modules, each one a single step such as sending a message or uploading a file. Dust brings 3 action modules and no trigger, so another app or a schedule starts the scenario.
Feed your agents fresh knowledge. When a new document lands in another tool, Upload a Document pushes it into a Dust datasource, so the content your agents draw on stays current without anyone copying files by hand.
Put an agent to work on incoming requests. A support team can pass each new ticket text to Talk to an Agent, so the agent chosen for support sees every request as soon as the scenario runs. Make carries the message; the agent itself lives in Dust.
Reach what the modules leave out. Make an API call sends any request to the Dust API with the same connection, which covers endpoints the two other modules do not touch.
Dust has no trigger in Make: nothing in Dust can start a scenario by itself. You begin with a module from another app, or with the scenario schedule, every 15 minutes by default. For the basics of the editor, the Make training starts from zero, and the n8n vs Make comparison helps if you are still choosing a tool.
How do you connect your Dust account to Make?
- 01
Create an API key in Dust
In the Dust web interface, open the Admin section, click API Keys, then Create an API Key. Copy the key shown on screen and keep it at hand, since Make will ask for it in the next step.
- 02
Copy your workspace ID
While you view your Dust workspace, look at the address bar: the workspace ID is the part that follows
/w/. Copy it too. Make needs both the key and this ID to reach the right workspace. - 03
Create the connection in Make
Add any Dust module to your scenario and click Create a connection. A connection is your Dust account linked to Make once, then reused by every Dust module. Name it in Connection name if you like, paste the key and the ID, and save.
Your first scenario with Dust
GoalWhen a new document shows up in another app, Make uploads it to a Dust datasource, then sends a message about it to one of your agents.
- 01
Create the scenario
Go to the Scenarios page, create a new scenario and click the +. Pick the app where your documents appear first, since Dust cannot start the flow on its own.
- 02
Add Upload a Document
Click the + on the right of that first module, search for Dust and choose Upload a Document. Select your connection, or create it with the API key and workspace ID.
- 03
Map the document
Fill the module fields: once the connection exists, Make lists what it can read in your workspace. Map the content from the first module so each bundle, one item passing between modules, becomes one document.
- 04
Ask an agent
Add Talk to an Agent after the upload, pick the agent and write the message, mapping values from the earlier modules. Each module run on one bundle counts as one operation on your plan.
- 05
Test with Run once
Click Run once to execute the scenario a single time. Then read the bundles each module received and confirm the document and the message look right.
- 06
Schedule and switch on
Open the clock on the first module to set Scheduling. A new scenario runs every 15 minutes by default. Keep that or pick another interval, then turn the scenario on.
What each Dust module does
Dust gives you 3 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“Send an arbitrary request to the Dust API.”
This module lets you send any request you need to the Dust API, reusing the connection you already set up, so nothing is out of reach when the two named modules fall short.
Talk to an Agent
ActionIn Make“Send a message to one of your Dust agents.”
You get one of your Dust agents working inside a scenario: Make hands it a message built from earlier modules, and the agent you chose receives it.
Upload a Document
ActionIn Make“Upload a document to a Dust datasource.”
Your Dust datasource grows by itself: this module sends a document into it from whatever app produced the content, so new content reaches Dust without a manual upload.
Need help automating Dust with Make?
A person reads every message.