Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Anyone had success with using webhook to GET messages and filtering on mentionedPeople when the personID is the personID of a webex bot?
All attempts to create a webhook filtered using this >> mentionedPeople=Get2Finish@webex.bot failed with below er...
Resolved:
dtibbe has just one part of the answer in that the ID starts with Y2lz...
What was missing was the key - you needs to use https://developer.webex.com/docs/api/v1/people/list-people to find the Bots personID
Thank you for responding to my question!First to clarify what is personID and BotID. This documentation on Bots goes into the difference between Bots and People states - people have a personId that must be resolved via /people, while bots have a Bot ...
Starting with CallManager 5.x your access to the CDRs is limited. There are two ways for you to get CDRs: One is to setup a (s)ftp server and then enter the server details (IP/hostname, username, password, etc) in the CallManager. The CallManager the...