06-06-2022 11:52 AM
Can a Bot return any data about who is using the bot back to the bot developer?
Solved! Go to Solution.
06-06-2022 11:56 AM
Depends on what you are referring with using to..
As you know, bots may only see messages they're mentioned in or if they're in a 1:1 space with.
In both cases, you will see the user id of the sending user. You may use it for further processing..
06-07-2022 09:00 AM
Also you can console.log every interaction with the bot. I use this a lot to train the bot based on how humans write.
Another way to do it is with the recent/space widgets. You can log in as you bot and "see" the interactions.
06-06-2022 11:56 AM
Depends on what you are referring with using to..
As you know, bots may only see messages they're mentioned in or if they're in a 1:1 space with.
In both cases, you will see the user id of the sending user. You may use it for further processing..
Welcome to the Webex Community. This is your home to ask questions, share knowledge, and attend live webinars.