Sendbird AI Chatbot
sendbird_ai_chabotSendbird's AI Chatbot enables businesses to integrate intelligent, automated conversational agents into their applications, enhancing customer engagement and support.
Acciones disponibles (7)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create BotSENDBIRD_AI_CHABOT_CREATE_BOTAcciónTool to create a new bot. use when you need to add an ai or default bot to your sendbird app.
SENDBIRD_AI_CHABOT_CREATE_BOTAcciónTool to create a new bot. use when you need to add an ai or default bot to your sendbird app.
Parámetros de entrada
bot_typestringenumType of the bot
AIDEFAULTbot_useridstringObligatorioUnique ID for the bot, maximum 80 characters
bot_nicknamestringObligatorioNickname for the bot, maximum 80 characters
bot_profile_urlstringuriProfile image URL for the bot
is_privacy_modebooleanWhether the bot operates in privacy mode
bot_callback_urlstringuriCallback URL for the bot’s webhook events
enable_mark_as_readbooleanWhether the bot marks messages as read automatically
channel_invitation_preferenceintegerChannel invitation handling options for the bot. 0 = disable auto accept, 1 = auto accept
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get BotSENDBIRD_AI_CHABOT_GET_BOTAcciónTool to retrieve information on a specific bot by its user id. use when you need to fetch bot details before performing subsequent operations.
SENDBIRD_AI_CHABOT_GET_BOTAcciónTool to retrieve information on a specific bot by its user id. use when you need to fetch bot details before performing subsequent operations.
Parámetros de entrada
bot_user_idstringObligatorioThe unique user ID of the bot to retrieve.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List BotsSENDBIRD_AI_CHABOT_LIST_BOTSAcciónTool to list all bots in the sendbird application. use when you need to fetch bot details with optional filters and pagination.
SENDBIRD_AI_CHABOT_LIST_BOTSAcciónTool to list all bots in the sendbird application. use when you need to fetch bot details with optional filters and pagination.
Parámetros de entrada
limitintegerNumber of results to return per page (1–100). Defaults to 10 if omitted.
tokenstringPagination token for a paginated result.
bot_idstringFilter results by a specific bot ID.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Group ChannelsSENDBIRD_AI_CHABOT_LIST_GROUP_CHANNELSAcciónTool to list group channels. use when you need to fetch available group channels with filters and pagination.
SENDBIRD_AI_CHABOT_LIST_GROUP_CHANNELSAcciónTool to list group channels. use when you need to fetch available group channels with filters and pagination.
Parámetros de entrada
urlstringFilter by channel URL.
namestringFilter by exact channel name.
limitintegerNumber of results to return per page (1-100).
tokenstringPagination token for the next page.
query_typestringenumQuery type to combine member_user_ids: AND or OR.
ANDORshow_emptybooleanInclude channels with no messages.
super_modestringenumFilter by super channel mode: all, super, or nonsuper.
allsupernonsupercustom_typestringFilter by a specific custom type.
public_modestringenumFilter by public mode: all, public, or private.
allpublicprivatechannel_urlsstring[]Filter by specific channel URLs.
custom_typesstring[]Filter by multiple custom types.
created_afterintegerFilter channels created after this timestamp (ms since epoch).
distinct_modestringenumFilter by distinct mode: all, distinct, or nondistinct.
alldistinctnondistinctname_containsstringFilter by partial channel name match.
created_beforeintegerFilter channels created before this timestamp (ms since epoch).
member_user_idsstring[]Filter by members' user IDs.
members_nicknamestringFilter by members' nickname.
members_exactly_instring[]Filter channels where exactly these user IDs are members.
members_include_instring[]Filter channels including any of these user IDs.
members_nickname_prefixstringFilter by members' nickname prefix.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Unregister Bot WebhookSENDBIRD_AI_CHABOT_UNREGISTER_BOT_WEBHOOKAcciónTool to unregister the webhook url for a bot. use when you need to remove webhook configuration for a specific bot.
SENDBIRD_AI_CHABOT_UNREGISTER_BOT_WEBHOOKAcciónTool to unregister the webhook url for a bot. use when you need to remove webhook configuration for a specific bot.
Parámetros de entrada
bot_idstringObligatorioUnique ID of the bot whose webhook will be unregistered.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update BotSENDBIRD_AI_CHABOT_UPDATE_BOTAcciónTool to update information on an existing bot. use when you need to change a bot's user id, nickname, profile image url, or toggle read-receipt or privacy settings after creation. run after confirming the bot id.
SENDBIRD_AI_CHABOT_UPDATE_BOTAcciónTool to update information on an existing bot. use when you need to change a bot's user id, nickname, profile image url, or toggle read-receipt or privacy settings after creation. run after confirming the bot id.
Parámetros de entrada
bot_idstringObligatorioThe unique ID of the bot to update
bot_useridstringSpecifies a new user ID for the bot
bot_nicknamestringSpecifies a new nickname for the bot
bot_profile_urlstringSpecifies a new profile image URL for the bot
is_privacy_modebooleanDetermines bot privacy mode
enable_mark_as_readbooleanDetermines whether the bot marks messages as read
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Bot WebhookSENDBIRD_AI_CHABOT_UPDATE_BOT_WEBHOOKAcciónTool to update the webhook url of an existing bot. use when you need to change or enable/disable a bot's webhook after creation.
SENDBIRD_AI_CHABOT_UPDATE_BOT_WEBHOOKAcciónTool to update the webhook url of an existing bot. use when you need to change or enable/disable a bot's webhook after creation.
Parámetros de entrada
bot_idstringObligatorioThe unique ID of the bot to update
webhook_urlstringObligatoriouriThe new webhook URL for the bot
enable_webhookbooleanEnable or disable the bot's webhook. If omitted, retains current setting.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not