- Home
- Resources
- Integrations
- Outline
Outline Make integrationAutomate Outline with Make.
Can Make keep your Outline wiki tidy without anyone copying pages by hand? The Outline Make integration gives you 12 modules: 1 trigger, 8 actions and 3 searches. This page shows how to link your account, build a first scenario and pick the right module.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Outline Make integration automate?
The Outline Make integration links your Outline knowledge base to Make, so documents can be created, found, archived or restored by a scenario (the automation you build in Make, a chain of bricks called modules) instead of by hand. Nothing to code: you pick modules, connect your account once and map data from one step to the next.
Meeting notes that write themselves into the wiki. Data coming from another app, such as a form answer or a spreadsheet row, lands in Outline through Create a Document, ready for the team to read.
A clean shelf of old pages. Search All Documents finds pages by keyword, then Archive a Document moves the outdated ones out of sight. Archived pages come back with Restore an Archived Document whenever someone needs them.
A heads-up for every new page. Watch New Document notices each newly published document, and Get a Document pulls its full content for whatever comes next, a message to a channel or a row in a tracker.
Make's documentation for Outline carries no specific limit notice; it only warns that the page was generated from Outline's own documentation, so double-check anything critical with Outline. When a listed module falls short, Make an API Call reaches the rest of the Outline API with the same account. New to the editor? The Make training covers the basics, and Make troubleshooting helps when a run fails. Outline users weighing tools can read n8n vs Make, since n8n often has a node for the same app.
How do you connect Outline to Make?
- 01
Create an API key in Outline
You need an active Outline account. In Outline, open Settings, then API Keys, and click the button that creates a new key. Copy the key shown on screen and keep it at hand for the next step.
- 02
Add an Outline module in Make
In your scenario, add any Outline module and click Create a connection. A connection is your Outline account linked to Make once, then reused by every Outline module. The Connection name field is optional, but a clear name helps later.
- 03
Paste the key and save
Paste the API key you copied from Outline, or follow the instructions Make shows on screen, then confirm. Once the connection works, Make can list your documents inside the module fields.
Build your first scenario with Outline
GoalWhen another app sends new notes, Make turns them into an Outline document.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the + to add the first module. Pick the app that holds your notes, a form or a sheet for example.
- 02
Add Create a Document
Click the + on the right of that first module, search for Outline and choose Create a Document. Click Create a connection and paste your API key.
- 03
Map the content
Fill the fields of the module with data from the first module: the title from one value, the text from another. Once connected, Make shows what it can read in Outline.
- 04
Test with Run once
Click Run once. Make runs the scenario one time and shows the bundles each module received, a bundle being one item passed along. Check the new page in Outline.
- 05
Schedule and switch it on
Open the clock on the first module to set the schedule, every 15 minutes by default, then switch the scenario on. From there, fresh notes become Outline pages without you.
What starts an Outline scenario
1 module starts a scenario when something happens in Outline. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Outline as soon as it happens.
Watch New Document
Scheduled triggerIn Make“Triggers when a new document is published.”
Gives your scenario a starting signal each time a new document gets published in Outline, so the rest of the flow can react to it: share it, log it, or fetch its content. Each new document arrives as its own bundle.
Everything the Outline modules can do
Outline gives you 11 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Archive a Document
ActionIn Make“Allows outdated information to be moved out of sight and restore it later, if needed.”
Takes a page that is no longer current and moves it out of sight, while keeping it safe so it can come back later. The wiki stays readable and nothing is lost.
Create a Document
ActionIn Make“Creates or publishes a new document.”
Turns data from another step into a brand new Outline page, either created or published straight away. It is the module that lets other apps feed your wiki.
Delete a Document
ActionIn Make“Moves a document to the trash. If not restored within 30 days it is permanently deleted.”
Sends a page to the Outline trash, clearing it from the wiki. The page is not gone at once: if nobody restores it within 30 days, Outline removes it for good.
Get a Document
ActionIn Make“Retrieves a document by its id.”
Fetches one specific page when you already know its ID, so its content becomes available to the next modules. Think of it as opening the page on behalf of the scenario.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Opens the door to any endpoint of the Outline API, using the connection you already set up. This is your fallback when none of the ready-made modules covers the job.
Restore a Deleted Document
ActionIn Make“Restores a deleted document.”
Pulls a page back out of the Outline trash and puts it back into the wiki. Handy as a safety net when a delete went too far.
Restore an Archived Document
ActionIn Make“Restores an archived document.”
Brings an archived page back into view, with its content untouched. The counterpart of Archive a Document.
Update a Document
ActionIn Make“Modifies an existing document.”
Changes a page that already exists instead of creating a new one, so links to it keep working and readers find the fresh version in the same place.
List All Draft Documents
SearchIn Make“Lists all draft documents belonging to the current user.”
Returns the drafts that belong to the account behind your connection, one bundle per draft. A quick way to see what is still unpublished.
List All Published Documents
SearchIn Make“Lists all published documents and draft documents belonging to the current user.”
Hands your scenario the published pages of the wiki, plus the drafts owned by the connected user, each as its own bundle. Useful for a full inventory.
Search All Documents
SearchIn Make“Searches your team's documents with keywords.”
Looks through your team's pages with keywords and returns the matches. The easiest way to find the page a later module should update or archive.
Need help automating Outline with Make?
A person reads every message.