cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
387
Views
3
Helpful
2
Replies

Sharing the bot with multiple users

o1
Cisco Employee
Cisco Employee

Hi Team,

I have created a BOT which responds based on the provided inputs. But I see that, BOT responds to only my messages. If any other user questions a BOT, he/she doesn't get any reply. How can I make this work?

2 Replies 2

mparra.fusionet
Level 1
Level 1

Hi @o1 , just saw the other post in the other community thread we have, remove any of the restrictions when instantiating the webex_bot object.

DavidStaudt
Level 1
Level 1

Bots will only be able to access messages/events which mention the bot via @botname, unless the bot is in a 1:1 space, in which case it is not necessary to mention.  If that mechanism doesn't seem to be involved, then you might look at the bot code to see if it is filtering incoming message events - i.e. to only your user id.
Not certain, but it may be possible to cause something like that if specific types of limitations/restrictions are configured in the space re external/non-org users.  If it works in a non-restricted space (e.g. if you use a free Webex account to test), then you might check into those settings with your org admin.