Hello
I am currently work in a PoC project where we are testing the actual features of Jira Automation specially handling the Confluence Cloud API by using the action "Send web request".
The plan is to copy Confluence Pages and updating the page content.
Flow:
1. Copy Confluence Page via REST
2. Get content (value) of the Page via REST
3. Change the html content - String operations
4. Update page via REST
Step 1 and 4 in the flow is no problem so far.
(2) We are using the rest call "get content" See https://developer.atlassian.com/cloud/confluence/rest/api-group-content/#api-wiki-rest-api-content-get
How can we read out the page content (html) in the flow?
(3) If we get the page content (html), how can we change values? Replace values?
Any inputs / ideas?
BR
Daniel