Confluence Automation documentation says that I can use Publish Page action in my Confluence Automation, indicating the page location, title, and optionally a template. Is there a chance to specify also the page contents?
Use case: I wanted to receive some data via the webhook trigger, publish a page, and add to the page contents the data points from the webhook body. Is it feasible?
Thank you!
Hi @Dylewski,Rafal, at this time the only way to include a body with the published page is to use a template. This could change in the future though! Feel free to submit a suggestion here or vote for existing similar suggestions: https://jira.atlassian.com/secure/Dashboard.jspa?selectPageId=10440
Note: another potential workaround is to use the "Send web request" action to send a POST request to the Confluence API: https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page/#api-pages-post
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.