webex bot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2024 01:34 AM
Hi Team,
I have created my first webex bot using python. created webhooks and used grok. When i ping the bot, it does not respond with a pong. I have refered the following. Request your help.
https://github.com/pcardotatgit/Webex_Team_Chat_Bot_Python
Thanks
Santosh
- Labels:
-
Webex API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2024 03:38 AM
@schalive a common mistake is that if you do not mention the bot in a group space it will not see the message, so the webhook will not trigger. Please either mention the bot in a group space or test it in a direct space.
Also note, that the repo you mentioned is not an official Webex app, so any issues with it would be best addressed on it's GitHub page under Issues.
