change of roomid by email
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2023 08:55 AM
I have problems sending messages to a user through a bot, I get two roomid
- Labels:
-
Webex Bots
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2023 09:43 AM
Hi
if I use the api https://webexapis.com/v1/rooms/ using postman
it sends me the following error messages:
{
"message": "Could not find a room with provided ID.",
"errors": [
{
"description": "Could not find a room with provided ID."
}
],
"trackingId": "ROUTER_63E52FEE-8DA2-01BB-0123-0AFE0BC20123"
}
using the python code it gives me the correct roomid
accesstoken = "Bearer " + Token
api = CiscoSparkAPI(Token)
rooms = api.rooms.list()
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2023 09:35 AM
How do you send the message and how do you identify the space id?
Do you know to which space the "wrong" I'd belongs to?
