Hi developers,
I'm sending some data to my room through webex message API but the problem is that I can't control the placement of content. For example I want the markdown to appear above the file attachment I sent through https://developer.webex.com/docs/api/v1/messages/create-a-message but I'm not finding a way how to do that. Kindly tell me how I can control the placement of markdown and files in a message.
JSON:
{
"roomId": "room_id",
"text": "Hello",
"markdown": "\"🟢 **INFO - Create to pod nginx**\n\\n[ Investigate](https://platform.robusta.dev/graphs) \\n\\n\"",
"files": [
"https://files.slack.com/files-pri/T03NCJTRLU8-F03QM50DUSJ/cpu_usage_for_this_pod.png"
]
}