We created a Rovo agent and gave it the Copy skill for confluence pages. When asked to perform a copy it fails with:
Message action error: [Code 403] convoai.rest.forbidden - Failed to invoke action. for actionKey: confluence-page-copy
You have conveniently provided a "Debug response" page for these failures and the information in that page shows the the following as imput to the copy page action:
{ "sourceId": "2540241223", "destinationType": "parent_page", "destinationValue": "2434367500", "pageTitle": "Core-Platform.Developer-Platform-ADR-2025-12-03-AI-Gateway-Third-Party-Tool-Selection" }
I have confirmed that I can perform this copy (actually "Duplicate" in the UI) with this source ID and destination, so my user does appear to have the necessary permissions.
Any idea what might be going wrong here?