Confluence
With Confluence modules in Make, you can manage the pages, blog posts, tables, mentions, and content in your Confluence account.
To use the Confluence modules, you must have a Confluence account. You can create an account at www.atlassian.com/software/confluence.
Refer to the Confluence API documentation for a list of available endpoints.
Connect Confluence to Make
To establish the connection in Make:
Log in to your Make account, add a Confluence module to your scenario, and click Create a connection.
Optional: In the Connection name field, enter a name for the connection.
In the Site Name field, enter your Confluence site name.
Site Name can be found at
https://<my-site-name>.atlassian.net/
.Optional: Click Show advanced settings and enter your custom app client credentials. For more information, refer to the Confluence OAuth 2.0 Configuration documentation.
If requested, use the following Redirect URI when creating your custom app:
https://www.make.com/oauth/cb/confluence
.Click Save.
If prompted, authenticate your account and confirm access.
You have successfully established the connection. You can now edit your scenario and add more Confluence modules. If your connection requires reauthorization at any point, follow the connection renewal steps here.
Build Confluence Scenarios
After connecting the app, you can perform the following actions:
Watch Pages
Permissions: read:page, read:space
Search Pages
Permissions: read:page, read:space
Get a Page
Permissions: read:page
List Page Versions
Permissions: read:page
Create a Page
Permissions: write:page, read:space
Update a Page
Permissions: write:page, read:page, read:space
Delete a Page
Permissions: delete:page, read:page
Watch Blog Posts
Permissions: read:page, read:space
Search Blog Posts
Permissions: read:page, read:space
Get a Blog Post
Permissions: read:page, read:space
List Blog Post Versions
Permissions: read:page
Create a Blog Post
Permissions: write:page, read:space
Update a Blog Post
Permissions: write:page, read:page, read:space
Delete a Blog Post
Permissions: delete:page, read:page
Make an API Call