Skip to content
OtherReal-timeUpdated May 2026

Outline

Outline knowledge-base document automation

Outline is the open-source team knowledge base — Notion-shaped but focused tightly on internal documentation rather than databases or kanban. Tiny Command exposes five actions, no triggers (Outline has webhooks for document.publish, document.update, etc. configurable in workspace settings; point them at a Tiny Command webhook trigger): List Collections (Outline's top-level grouping; equivalent to Notion's workspaces or Confluence's spaces), Search Documents (full-text search across all collections the connected user can see), Create Document (markdown body, optional parent document for hierarchy), Update Document (markdown body with optional "append" mode that adds to the end instead of replacing), Get Document. The connection uses an Outline API token from User Settings → API Tokens. Outline uses Markdown as its document storage format natively (unlike Confluence's XHTML or Notion's blocks JSON), which makes the create/update path much simpler — passing standard CommonMark works. Internal links use Outline's slug format (/doc/title-id) which Get Document returns in the body.

0triggers
5actions
≈ 2 minto set up
Freetier · no card
Actions

Do anything Outline can do, from a workflow.

Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.

ActionWhat it does
Create Outline DocumentCreates a new markdown document in a specific collection. Optional parent document for hierarchy. For "auto-publish meeting notes to wiki" or "doc-as-code from Git" workflows.
Get Outline DocumentReturns a document by ID with markdown content and metadata. The standard lookup before update or for cross-system publishing.
List Outline CollectionsReturns every collection (top-level docs container) the user can see. Useful for resolving collection IDs at workflow setup.
Search Outline DocumentsFull-text search across docs the user can read. For RAG-style "agent grounds answer in team wiki" workflows.
Update Outline DocumentUpdates markdown content. Optional append=true mode adds to existing content with a separator (useful for daily-log docs).
Recipes

Pre-built Outline workflows.

Clone any recipe and customize it in one click. Every recipe is fully editable.

Before you build

Three things worth knowing.

Filter at the trigger

Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.

Authorize once, reuse anywhere

Connect Outline once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.

No JSON to read

Every Outline field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.

FAQ

Questions about the Outline integration.

If we missed yours, ping support. We usually reply within an hour.

How do I connect Outline to Tiny Command?
Open the Tiny Command workflow builder, drop in a Outline node, and click Connect. Authorize Outline once and any workflow on your account can use its triggers and actions. Most teams finish the connection in under two minutes.
What Outline triggers does Tiny Command support?
Tiny Command focuses on outbound actions for Outline today. Use Tiny Command's universal Webhook or Schedule trigger to start Outline workflows, then run any Outline action you need.
What Outline actions can I run from a workflow?
5 Outline actions are available out of the box, covering other operations like "Create Outline Document". Every action accepts dynamic inputs from upstream nodes, whether that's a search result, an AI output, or a form field.
Is the Outline integration real-time?
Outline actions execute synchronously inside your workflow. Tiny Command waits for Outline's API to confirm before continuing to the next step, so downstream nodes can rely on the result.
Do I need to write code to use Outline with Tiny Command?
No. Every Outline trigger and action is fully configurable from the visual workflow builder. For edge cases that aren't covered, drop in a custom HTTP node and call any Outline API endpoint directly.
How much does the Outline integration cost?
There's a free tier you can start on without a credit card. Higher run volumes and team features come with paid plans. The Outline integration itself has no per-app surcharge.
Related

More other apps people connect.

Same category as Outline, ordered by how often teams pair them. Hover the carousel to pause.

Do more with Outline.

Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.