I have content that I am pulling together from different sources and put into a text file.
I am updating this file daily.
I would like to have Confluence regularly read in this file and create or update a page.
Is this possible? How do I do it?
Thanks
Andrew,
You can use the Confluence API to perform this. You will need to write an application to read your text file and then use the API to update or create a page.
https://developer.atlassian.com/server/confluence/confluence-server-rest-api/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.