- Integrations
- /
- Confluence
Confluence
Confluence wiki page automation
Confluence is Atlassian's team-wiki platform — the place where engineering specs, design docs, runbooks, and meeting notes live in most companies that use Jira. Tiny Command exposes five actions (no triggers — Confluence webhooks are configurable in Atlassian Connect / OAuth 2.0 app context but not via direct API subscription on this connector; for event-driven workflows, configure a Confluence Automation rule that posts to a Tiny Command webhook trigger): List Spaces, Get Page (returns the page body in storage format — Confluence's XHTML — plus version, ancestors, and labels), Create Page (with parent page ID for hierarchy), Update Page (with explicit version increment — Confluence enforces optimistic concurrency), and Add Comment. The connection uses Atlassian OAuth or username + API token from id.atlassian.com. Confluence Cloud and Confluence Server/Data Center share the connector but with different endpoints — the connection picks based on the URL pattern (atlassian.net for Cloud, custom domain for Server/DC).
Do anything Confluence 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 |
|---|---|
| Add Confluence Comment | Posts a comment to a Confluence page's discussion thread. Useful for "Jira ticket updated → comment on the linked design doc with the change" cross-tool sync workflows. |
| Create Confluence Page | Creates a page in a specified space with body in Confluence storage format (XHTML with Atlassian macro elements) or wiki representation. Optional parent page ID for hierarchical placement. Useful for "auto-generate meeting notes" or "publish weekly engineering report" workflows. |
| Get Confluence Page | Returns the page with body in storage format, version number, ancestors, and labels. Use to read existing content before update (Confluence enforces optimistic concurrency — pass version+1 on update). |
| List Confluence Spaces | Returns every space the connected user has access to. Useful for resolving space keys at workflow-build time and for cross-space content reporting. |
| Update Confluence Page | Updates body, title, or labels on an existing page. Requires the new version number to be exactly previous+1 — Confluence enforces optimistic concurrency. Pattern: Get Page first to read current version, then Update with version+1. |
Pre-built Confluence 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 Confluence once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.
Every Confluence 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 Confluence integration.
If we missed yours, ping support. We usually reply within an hour.
How do I connect Confluence to Tiny Command?
What Confluence triggers does Tiny Command support?
What Confluence actions can I run from a workflow?
Is the Confluence integration real-time?
Do I need to write code to use Confluence with Tiny Command?
How much does the Confluence integration cost?
More other apps people connect.
Same category as Confluence, ordered by how often teams pair them. Hover the carousel to pause.
Do more with Confluence.
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.