Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I used webex messaging a lot at work and usually split the contacts to see my favorites at the top of the contact list. I frequently message with colleagues who aren't in my favorites and I don't want to add them as a favorite. So I'm constantly sc...
I was intrigued by the What's new pop-up I saw when Webex started on my laptop this morning, especially the "Send a text message" feature. I updated the app so I'm now at version 43.1.0.24716 on Windows and am trying to follow the steps in "Send a t...
I have a desire to use a Webex bot, likely from a Jenkins scheduled job, to alert members on my team (about a dozen engineers) of situations. I created a bot and can use the messages REST API to send a message to someone but it occurs to me that thi...
My team has some Jenkins Groovy code which uses the sparkSend plugin to send messages to a WebEx space. This is working fine and I think it comes from the previous incarnation as Spark but the code is using a hard-coded UUID for the room ID such as ...
In Webex App | Text messages one of the requirements it lists is Only available for Webex Calling with Cisco Calling Plans. Maybe that's the issue. I don't know anyone I would want to text who would be on a Cisco calling plan so maybe I can't make ...
I think I have an answer. After a quick look at the jenkinsci/cisco-spark-notifier-plugin repo to see what it did with the room ID, I tried to do a base64 decode of the 72-character string and it yielded the UUID!
$ echo Y2lzY29zcGFyazovL3VzL1JPT0...