Skip to content

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

@yatharthsood00

Description

@yatharthsood00
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions