02-09-2023 08:55 AM
I have problems sending messages to a user through a bot, I get two roomid
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()
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?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide