Sendbird is a platform that provides chat, voice, and video APIs to help businesses build in-app communication features.
Tool to add members to a group channel. use when you need to invite one or more users into an existing group channel.
Tool to ban a user from a group channel. use when moderating group channels to restrict member access. execute after confirming channel url and user id.
Tool to create a new group channel. use when you need to start a conversation with specific users. execute after specifying users and optional settings.
Tool to create a new user. use when you need to register a user account in sendbird.
Tool to delete a specific group channel. use when you have the channel url and want to permanently remove the channel. execute after confirming the channel exists.
Tool to delete a specific message in a sendbird group channel. use when you need to permanently remove a sent message after confirming deletion permissions.