I want to build a Rovo Agent using Forge to pull data from a Confluence space(s) and have Rovo AI to process and return the information back to user.
It looks like I need to build an Action to fetch all the pages from the Confluence space using a REST API and return the data (pages) into an array and return back to the agent to process and return the results. Is this how it works? Can someone provide an example code in Forge? Thanks!