I recently created a flow to get all my Sharepoint's pages info (Get files (properties only) action) to create a notification escalation to have pages reviewed and updated annually.
Now I need to do the same thing for a Confluence site. As we all know, PowerAutomate does not have a Confluence connector. Is there any way to make this happen? I've been searching the web, but nothing really points me to the correct path.
Confluence space is in the format: https://enterprise-confluence.<my-client'sdomain>/confluence/pages/
Information I need: page name, page link, who created it, creator's email address, when it was created, when it was last updated and by whom.
I can create a personal access token if need be.
I was thinking of an HTTP GET request, but in all honesty I don't know how to configure that.
Thank you.