Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×I am creating a automation where rule is receiving json response from a custom Rovo agent. Now, I want to post that JSON response to a confluence page as a table. How can I do that?
I am trying to pass as below but its not working.
"body": {
"representation": "storage",
"value": [
{{agentResponse}}
]
}
I tried without square bracket and also converting to string using {{agentResponse}}.asJsonString
I am getting error as below.
Welcome to the community.
Based on the API documentation, you are missing some required information , like;
Also see this community article, Make-a-table-on-a-Confluence-page-via-the-Rest-API
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.