07-15-2024 10:03 AM
If you're like me and have been building bots with Webex node bot framework, you've probably spent a lot of time spinning up ngrok webhook tunnels for development. Did you know that the framework now defaults to websocket mode, requiring no public address for your bot server or webhooks!?! Check it out here: https://github.com/WebexCommunity/webex-node-bot-framework/blob/main/docs/example3.md
What do you think? Are you sticking with webhooks or switching to websockets??
07-17-2024 07:09 PM
Talked to Paul B @ Cisco Live to suggest to have official samples documentation for the python websockets well documented.
If it’s out there I might have missed it since what I am using is from google searches and other githubs (people smarter than me) but nothing exactly official, web sockets is great as long as there are not restrictions imposed by the libraries of the code (proxy support for example) or by the network.
07-24-2024 08:40 AM
You are correct, there is no "official" websocket method for python. The bot framework utilizes the websockets built into the JS SDK. I have come across a "non-official" python project that has websockets support at https://github.com/fbradyirl/webex_bot by @Finbarr Brady
07-17-2024 02:47 AM
Great update, much needed option for sure.
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