Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Actions for new memberships/rooms created with a bot #64

Open
yatharthsood00 opened this issue Sep 9, 2024 · 0 comments
Open

Actions for new memberships/rooms created with a bot #64

yatharthsood00 opened this issue Sep 9, 2024 · 0 comments

Comments

@yatharthsood00
Copy link

yatharthsood00 commented Sep 9, 2024

  • Webex Bot version: 0.5.2
  • Python version: 3.11
  • Operating System: Windows

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.

@yatharthsood00 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant