NAiOS IconNAiOS Logo
Volver al catálogo

Sendbird AI Chatbot

sendbird_ai_chabot

Sendbird's AI Chatbot enables businesses to integrate intelligent, automated conversational agents into their applications, enhancing customer engagement and support.

Acciones
7
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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_typestringenum

    Type of the bot

    AIDEFAULT
  • bot_useridstringObligatorio

    Unique ID for the bot, maximum 80 characters

  • bot_nicknamestringObligatorio

    Nickname for the bot, maximum 80 characters

  • bot_profile_urlstringuri

    Profile image URL for the bot

  • is_privacy_modeboolean

    Whether the bot operates in privacy mode

  • bot_callback_urlstringuri

    Callback URL for the bot’s webhook events

  • enable_mark_as_readboolean

    Whether the bot marks messages as read automatically

  • channel_invitation_preferenceinteger

    Channel invitation handling options for the bot. 0 = disable auto accept, 1 = auto accept

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get BotSENDBIRD_AI_CHABOT_GET_BOTAcción

Tool 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_idstringObligatorio

    The unique user ID of the bot to retrieve.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List BotsSENDBIRD_AI_CHABOT_LIST_BOTSAcción

Tool 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

  • limitinteger

    Number of results to return per page (1–100). Defaults to 10 if omitted.

  • tokenstring

    Pagination token for a paginated result.

  • bot_idstring

    Filter results by a specific bot ID.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Group ChannelsSENDBIRD_AI_CHABOT_LIST_GROUP_CHANNELSAcción

Tool to list group channels. use when you need to fetch available group channels with filters and pagination.

Parámetros de entrada

  • urlstring

    Filter by channel URL.

  • namestring

    Filter by exact channel name.

  • limitinteger

    Number of results to return per page (1-100).

  • tokenstring

    Pagination token for the next page.

  • query_typestringenum

    Query type to combine member_user_ids: AND or OR.

    ANDOR
  • show_emptyboolean

    Include channels with no messages.

  • super_modestringenum

    Filter by super channel mode: all, super, or nonsuper.

    allsupernonsuper
  • custom_typestring

    Filter by a specific custom type.

  • public_modestringenum

    Filter by public mode: all, public, or private.

    allpublicprivate
  • channel_urlsstring[]

    Filter by specific channel URLs.

  • custom_typesstring[]

    Filter by multiple custom types.

  • created_afterinteger

    Filter channels created after this timestamp (ms since epoch).

  • distinct_modestringenum

    Filter by distinct mode: all, distinct, or nondistinct.

    alldistinctnondistinct
  • name_containsstring

    Filter by partial channel name match.

  • created_beforeinteger

    Filter channels created before this timestamp (ms since epoch).

  • member_user_idsstring[]

    Filter by members' user IDs.

  • members_nicknamestring

    Filter 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_prefixstring

    Filter by members' nickname prefix.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Unregister Bot WebhookSENDBIRD_AI_CHABOT_UNREGISTER_BOT_WEBHOOKAcción

Tool 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_idstringObligatorio

    Unique ID of the bot whose webhook will be unregistered.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update BotSENDBIRD_AI_CHABOT_UPDATE_BOTAcción

Tool 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_idstringObligatorio

    The unique ID of the bot to update

  • bot_useridstring

    Specifies a new user ID for the bot

  • bot_nicknamestring

    Specifies a new nickname for the bot

  • bot_profile_urlstring

    Specifies a new profile image URL for the bot

  • is_privacy_modeboolean

    Determines bot privacy mode

  • enable_mark_as_readboolean

    Determines whether the bot marks messages as read

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update Bot WebhookSENDBIRD_AI_CHABOT_UPDATE_BOT_WEBHOOKAcción

Tool 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_idstringObligatorio

    The unique ID of the bot to update

  • webhook_urlstringObligatoriouri

    The new webhook URL for the bot

  • enable_webhookboolean

    Enable or disable the bot's webhook. If omitted, retains current setting.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not