Webex

{ "roomId": "YOUR_SPACE_ID", "markdown": "This is a **rich text** post with [a link](https://developer.webex.com)!" } Use code with caution. Copied to clipboard Advanced Posting Options Create Spaces, add participants, post messages from Postman

: Use a tool like Postman or a script to send a JSON payload. Basic Payload Example: { "roomId": "YOUR_SPACE_ID", "markdown": "This is a **rich

You can send a post by making an HTTP POST request to the Messages API endpoint: https://webexapis.com . { "roomId": "YOUR_SPACE_ID"

To "develop a post" on Webex typically refers to using the Webex REST API to programmatically send messages to spaces or direct chats . This is common for building chatbots or automated integrations that need to share information with users. Quick Start: Posting a Message via API { "roomId": "YOUR_SPACE_ID", "markdown": "This is a **rich