- Integrations
- /
- Outline
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.
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.
| Action | What it does |
|---|---|
| Create Outline Document | Creates 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 Document | Returns a document by ID with markdown content and metadata. The standard lookup before update or for cross-system publishing. |
| List Outline Collections | Returns every collection (top-level docs container) the user can see. Useful for resolving collection IDs at workflow setup. |
| Search Outline Documents | Full-text search across docs the user can read. For RAG-style "agent grounds answer in team wiki" workflows. |
| Update Outline Document | Updates markdown content. Optional append=true mode adds to existing content with a separator (useful for daily-log docs). |
Pre-built Outline workflows.
Clone any recipe and customize it in one click. Every recipe is fully editable.
Three things worth knowing.
Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.
Connect Outline once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.
Every Outline field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.
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?
What Outline triggers does Tiny Command support?
What Outline actions can I run from a workflow?
Is the Outline integration real-time?
Do I need to write code to use Outline with Tiny Command?
How much does the Outline integration cost?
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.