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.
Hi, I'm working on part of a Bot that would send a private message to every member of a space after being prompted in the main space (or on a timed basis). Does anyone have any resources for this? I can only see material for sending a message within ...
Figured this out. For anyone else who may have the same problem, there is a bot.dm() function which takes the person's ID and the message you'd like to send. Example:
bot.webex.memberships.list({roomId: bot.room.id}).then((memberships) => {for (co...