Rovo Agent to Fetch Info from Confluence Space

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!

Hi @gil ,

I think you’re on the right track. The Build a Q&A Rovo Agent for Confluence tutorial explains a Forge based Rovo Agent that might be similar to what you are trying to accomplish. It references the source code and includes an action to fetch Confluence content here.

Regards,
Dugald