Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi developers,I'm trying to send tables to webex using markdown using the messaging API but the tables received are completely out of order. Is there a way to send tables to webex without disturbing the formatting ?
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...
Is there an API to fetch details of a room using room name ? I'm building a bot which requires user to pass a room name since most of the users wouldn't know about room id or wouldn't go through the hassle of getting the room id. There is a endpoint ...
The webex messaging API is so bad doesn't even format HTML tables properly. Im passing the following HTML. "<table> <thead> <tr> <th>Header</th> <th>Header</th> <th>Header</th> </tr> </thead> <tbody> <tr> <td>Cell</td> <td>Cell</td> <td>Cell</td> </t...
I tried sending through HTML tags but it just sends the code to webex and doesn't format it to table. Can you tell me how I can send using HTML tags ? Maybe an example ?