- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 10:54 AM
Hi.
Getting started with my WebEx Bot fun and I wanted to ask for direction on where to start. We have a public IT Helpdesk Space that is NOT checked after-hours. I want a bot to know the hours of the IT Help Desk and auto-respond with a card with information about contacting after-hours support. Could someone point me in the right direction to start learning and get started? Thanks in advance.
Solved! Go to Solution.
- Labels:
-
Webex Bots
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 11:41 AM
Bots are only able to "see" messages they're mentioned in or that are sent directly to them. If you have an open space where the bot is also member of, new users won't know that and those messages won't be seen by your bot.
What have you already done for your bot? Basically you just have to add a check when receiving the new message webhook if it is in the given time frame. Only if it is valid, you may process further and sending back a new message/card, otherwise ignore it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 11:41 AM
Bots are only able to "see" messages they're mentioned in or that are sent directly to them. If you have an open space where the bot is also member of, new users won't know that and those messages won't be seen by your bot.
What have you already done for your bot? Basically you just have to add a check when receiving the new message webhook if it is in the given time frame. Only if it is valid, you may process further and sending back a new message/card, otherwise ignore it.
