Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to post a json response received from custom Rovo agent to a confluence page

Praveen Galagali
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 21, 2025

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.

Unable to publish the web request - received HTTP status response:
400
Error found in the HTTP body response:
{"errors":[{"status":400,"code":"INVALID_MESSAGE","title":"Invalid message","detail":null}]}
How to resolve this?
Thanks,
Praveen

1 answer

1 vote
Marc - Devoteam
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 21, 2025

Hi @Praveen Galagali 

Welcome to the community.

Based on the API documentation, you are missing some required information , like;

  • page title
  • page id

Also see this community article, Make-a-table-on-a-Confluence-page-via-the-Rest-API 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
ENTERPRISE
TAGS
AUG Leaders

Atlassian Community Events