You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no specific way to define what a bot can do for a new membership creation event. When the running webex_bot app is added to a new room, either in a space or messaged 1:1 by a user for the first time, there is no way to create a new membership created event.
I looked into the WebexWebsocketClient object, and in the _process_incoming_websocket_message, the verbs post, share, update and cardAction have actions defined for them, but there are none for the verb "create" (which is part of the message data when the bot is added to a new room). In the webexteamssdk which I have past experience with, the Webhook for this is the MEMBERSHIP_WEBHOOK, which gets triggered when the bot is added to a new room.
The text was updated successfully, but these errors were encountered:
yatharthsood00
changed the title
Actions for new memberships/rooms created with bot app
Actions for new memberships/rooms created with a bot
Sep 9, 2024
Description
There is no specific way to define what a bot can do for a new membership creation event. When the running webex_bot app is added to a new room, either in a space or messaged 1:1 by a user for the first time, there is no way to create a new membership created event.
I looked into the WebexWebsocketClient object, and in the _process_incoming_websocket_message, the verbs post, share, update and cardAction have actions defined for them, but there are none for the verb "create" (which is part of the message data when the bot is added to a new room). In the webexteamssdk which I have past experience with, the Webhook for this is the MEMBERSHIP_WEBHOOK, which gets triggered when the bot is added to a new room.
The text was updated successfully, but these errors were encountered: