- Home
- Resources
- Integrations
- Confluence
Confluence Make integrationAutomate Confluence with Make.
Could your Confluence space keep itself up to date? The Confluence Make integration gives you 15 modules: 2 scheduled triggers, 9 actions and 4 searches. This guide is for teams that document in Confluence and want pages to move with their other tools, with a first scenario built step by step.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Confluence Make integration do for your team?
The Confluence Make integration links your Confluence Cloud account to Make, a no-code tool where you build a scenario: an automation made of modules, each one a single brick such as a trigger, an action or a search. Confluence then reacts to your other apps, and your other apps react to Confluence, without a line of code.
Announce new documentation. Watch Pages spots a page that was created or updated, Get a Page reads its full content, and the next module posts the news wherever your team talks. Product managers stop pasting links by hand.
Publish release notes from another tool. When a ticket closes or a form comes in, Create a Blog Post writes the entry in the right space. Update a Blog Post fixes it later if the details change, so support always quotes the current version.
Audit a space before a cleanup. Search Pages returns every page, List Page Versions shows how each one evolved, and Delete a Page removes what the team agreed to drop. Keep that last step behind a filter you trust.
What Make does not do here: the two triggers are scheduled, there is no instant trigger in the directory, and anything outside the 15 modules goes through Make an API Call. n8n often covers the same app; the n8n vs Make comparison lays out both options, and the Make review or Make training helps you decide how far to go.
How do you connect Confluence to Make?
- 01
Add a Confluence module
Open your scenario, add any Confluence module, then click Create a connection. A connection is your Confluence account linked to Make once; every Confluence module in your scenarios reuses it afterwards.
- 02
Name the connection
The Connection name field is optional, but a clear label such as the site or the team helps when several people share one Make organization and you end up with more than one Confluence account.
- 03
Sign in or paste your credentials
Enter the credentials copied from your Confluence account, or follow the on-screen steps. You need an active Confluence Cloud account, and Make accepts basic auth, OAuth 2.0 or JWT to authenticate it.
Build your first Confluence scenario
GoalWhen a page is created or updated in Confluence, Make reads its full content so the next module can share it.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the big +. Search for Confluence and pick Watch Pages as the first module.
- 02
Link your account and set the trigger
Click Create a connection and sign in. Once the connection exists, Make lists what it can read in Confluence, so you choose from menus instead of typing identifiers from memory.
- 03
Read the page in full
Click the + to the right of Watch Pages and add Get a Page. Map the page ID from the trigger, so each bundle (one page flowing to the next module) carries its complete content.
- 04
Send it where your team reads
Add one more module from the app your team lives in, a chat or an email tool, and map the page title and link. That third bubble is where the news actually lands.
- 05
Test, then switch it on
Edit a test page, then click Run once and open each module to read the bundles it received. When it looks right, set the schedule on the first module (every 15 minutes by default) and turn the scenario on.
What starts a Confluence scenario
2 modules start a scenario when something happens in Confluence. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Confluence as soon as it happens.
Watch Blog Posts
Scheduled triggerIn Make“Triggers when a blog post is created or updated.”
Watch Blog Posts hands your scenario every blog post that was created or updated since the last check, one bundle per post, so announcements, release notes and team news can travel to other tools on their own.
Watch Pages
Scheduled triggerIn Make“Triggers when a page is created or updated.”
Watch Pages picks up pages that appeared or changed in Confluence since the previous check and feeds them to the rest of the scenario. It is the natural entry point for a review task or a message to the page owner.
Every Confluence module, explained
Confluence gives you 13 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Create a Blog Post
ActionIn Make“Creates a new blog post in the space specified by the space ID.”
Create a Blog Post writes a new entry in the blog of the space you pick, so updates born in another tool get published in Confluence without anyone opening the editor.
Create a Page
ActionIn Make“Creates a page in the space.”
Create a Page adds a fresh page to a space, which turns a structured event elsewhere into documentation your team can find and edit later on.
Delete a Blog Post
ActionIn Make“Removes a blog post by its ID.”
Delete a Blog Post removes one post by its ID. It helps you retire temporary announcements once they no longer apply, instead of leaving stale news in the blog.
Delete a Page
ActionIn Make“Deletes a page by ID.”
Delete a Page takes a page ID and removes that page from Confluence. Paired with a search, it lets you clear out drafts or duplicates the team already agreed to drop.
Get a Blog Post
ActionIn Make“Returns a specific blog post.”
Get a Blog Post returns one specific post, so later modules can reuse its title, body or details without searching through the whole blog again.
Get a Page
ActionIn Make“Returns a specific page.”
Get a Page fetches one page you identify, with its content, and passes it to the next module as a single bundle ready to be mapped anywhere.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Make an API Call reaches any endpoint of the Confluence API with the connection you already set up, which covers what the other listed modules do not.
Update a Blog Post
ActionIn Make“Updates a blog post by its ID.”
Update a Blog Post changes an existing post by its ID, so a correction made in a source tool ends up in Confluence without a manual edit.
Update a Page
ActionIn Make“Updates a page by ID.”
Update a Page rewrites the content of a page identified by its ID, which keeps living documents such as status boards or contact lists in sync with the tool that owns the data.
List Blog Post Versions
SearchIn Make“Returns the versions of the specific blog page.”
List Blog Post Versions returns the history of one blog post, one bundle per version, so you can see how it evolved before acting on it.
List Page Versions
SearchIn Make“Returns the versions of the specific page.”
List Page Versions gives you the successive versions of a single page. It turns Confluence history into data you can filter, log or compare in the rest of the scenario.
Search Blog Posts
SearchIn Make“Returns a list of blog posts based on a specified criteria or lists all blog posts.”
Search Blog Posts finds posts that match the criteria you set, or lists all of them, and hands each result to the next module separately.
Search Pages
SearchIn Make“Returns all pages.”
Search Pages returns the pages Make can reach, one bundle each, which is the starting point for audits, exports and bulk fixes across a space.
Need help automating Confluence with Make?
A person reads every message.