Send link to connect user to a bot

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2022 09:05 AM
Is there a feature that allows the user to send a link in chat that opens a new DM with two users that have never communicated,connected,added each other? similar to this documentation https://help.webex.com/en-us/article/n5yzg8y/Webex-App-%7C-Add-Links-for-Meetings-or-Spaces-with-webexteams-Protocol but with new DMs instead of Spaces. For example i send a link that triggers "communicate with bot", if person "A" has never interacted with the bot clicks it, then a DM conversation between the bot and person "A" is started. If person "B" clicks it, the same thing, a DM between the bot and person "B" starts.
Thank you!
- Labels:
-
Webex API
-
Webex Bots

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2022 09:08 AM - edited 04-07-2022 09:10 AM
The protocol handler has an "im?=email" option that you can pass the bot email in to. If a user clicks it that's never communicated with the bot then they will get a popup that asked them to confirm and it will create the 1:1 if they click OK.
Example:
webexteams://im?email=somebot@webex.bot
