You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @wreiske , WebEx Teams works more or less like RocketChat itself, for team collaboration wtih messages, personal and group voice/video calls, file sharing and so on. on WebEx Teams, each meeting gets a "Room" ID that is sent to participants. On the official Webex Teams client, it is transparent; user gets invited and participate at the meeting. On external systems, the Room has a unique ID that has to be used in conjunction with participant (user) ID. So when user A starts a meeting, a unique ID is generated for that meeting and is available with corect authorization payload via api at https://api.ciscospark.com/v1/rooms.
So to send a message to a "Room" you must make a POST to https://api.ciscospark.com/v1/messages
with a payload for api authorization and content as JSON:
{
"roomId": "23effsffds-1123gddd-11e8-sfdfggdf-sfvbvcdsd",
"text": "This is a message sent to the meeting room!"
}
For each type there is an endpoint, for instance create and get info on a meeting room:
Hi there, any chance you will add support for WebEx Teams as well?
Thank you and great work so far!
The text was updated successfully, but these errors were encountered: