Hello,
My issue consists of two levels:
In simple terms, I want to connect my Confluence to another application (my own or Make.com) and be able to retrieve some data from Confluence.
Bonus questions:
a) Using this endpoint (https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page/#api-pages-id-get), I can retrieve many details about the page. Can you advise me on how to get the actual content of the page (all the text) via the API? I found one endpoint for fetching the page content, but it’s deprecated (v1).
b) In the Admin settings, I found a section called "Automation" (for premium users). Is it possible to set it up so that a new or edited page is automatically exported somewhere?
Thank you in advance for your response and assistance. I truly appreciate your time and support.
Have a great day!
Hey there @Michal Hudak ,
Notice the first link you mentioned only applies to Server and Data Center instances, so it won't be relevant here as I understand you're using Confluence Cloud. You should refer to OAuth 2.0 (3LO) apps instead.
The instructions to integrate Confluence with Make are on this page: https://apps.make.com/confluence .
It sounds like the issue is using a Postman callback URL instead of one for Make.com, but I'm not 100% sure on this. Feel free to open a Support ticket with us or reach out to Make.com to guide you through the process.
For your bonus questions:
Add a '?body-format=storage' parameter to expand the Storage Format in the API response such as this:
https://<your-domain>.atlassian.net/wiki/api/v2/pages/1234567890?body-format=storage
As for your Automation question - there are Triggers available for Page Published and Page Edited, but currently there are no Actions for exporting pages. It may be possible to use some REST API endpoint, but I'm also not familiar if one exists (doesn't look like it). Most likely you'll need a 3rd-party App for this.
Hope this helps! =]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.