Sign in

Post message to room

documented

Post a message to a room.

POST /rooms/{roomId}/messagesRoomsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://webexapis.com/v1/messages" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"roomId": "{{$room_id}}", "text": "{{$text}}", "markdown": "{{$markdown}}", "files": ["{{$file_url}}"]}'
Post message to room · Webex (Cisco) · OpenIntegrations