NAiOS IconNAiOS Logo
Volver al catálogo

Convolo AI

convolo_ai

Convolo.ai is an AI-powered communications platform designed to enhance sales calls and improve conversion rates through rapid lead response and integration capabilities.

Acciones
10
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 (10)

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

Tool to create a new character. Use when you have name, voice type, backstory, and optional actions ready.

Parámetros de entrada

  • actionsstring[]

    Optional list of actions the character can perform.

  • charNamestringObligatorio

    Name of the character to create.

  • backstorystringObligatorio

    Background information or story for the character.

  • voiceTypestringObligatorio

    Voice type to assign; see Voice List API for available values.

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

Define or Update Character ActionsCONVOLO_AI_DEFINE_ACTIONSAcción

Tool to define or update the list of actions a character can perform. Use when you need to configure or adjust character capabilities before deployment.

Parámetros de entrada

  • charIDstringObligatorio

    Character ID to update.

  • actionsstring[]

    List of actions that the character can perform.

  • charNamestring

    New name for the character, if updating.

  • backstorystring

    Updated backstory for the character.

  • voiceTypestring

    New voice type for the character, refer to Voice List API.

  • languageCodesstring[]

    List of language codes the character should support.

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

Evaluate Character PerformanceCONVOLO_AI_EVALUATE_CHARACTERAcción

Tool to evaluate a character's performance based on interactions. Use after fetching a conversation session and constructing your prompt.

Parámetros de entrada

  • promptstringObligatorio

    A predefined or custom prompt including [[conversation_history]].

  • variablesobject

    Key–value pairs for other variables referenced in the prompt (excluding [[conversation_history]]).

  • session_idstringObligatorio

    The ID of the session to evaluate

  • character_idstringObligatorio

    The ID of the character performing the evaluation

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

Generate Starter ConversationCONVOLO_AI_GENERATE_STARTER_CONVERSATIONAcción

Tool to generate starter conversation suggestions for a character. Use when you need opening or follow-up dialogue lines.

Parámetros de entrada

  • charIdstringObligatorio

    Character ID to generate options for

  • sessionIdstringObligatorio

    Session ID to generate suggestions; use "-1" for opening sessions

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

Tool to generate a response from a ConvAI character based on text or audio input. Use when needing a text or voice reply in an ongoing session.

Parámetros de entrada

  • filestringbinary

    Mono WAV audio file bytes; provide only if not sending userText

  • charIDstringObligatorio

    ID of the character to interact with

  • streamstringenum

    Enable SSE streaming; "True" or "False"

    TrueFalse
  • userTextstring

    User text input; provide only if not sending audio

  • sessionIDstringObligatorio

    Session identifier; use "-1" to start a new session

  • sample_ratestring

    Sample rate of the uploaded audio in Hz

  • voiceResponsebooleanObligatorio

    Whether to return response audio

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

Tool to retrieve the list of available voice types. Use when selecting voices before generating speech.

Parámetros de entrada

  • acceptstring

    Override the Accept header if provided.

  • contentTypestring

    Override the Content-Type header if provided.

  • use_alt_domainboolean

    If true, use https://api.convai.com as base URL instead of default.

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

Set Core AI SettingsCONVOLO_AI_SET_CORE_AI_SETTINGSAcción

Tool to set core AI settings for a character. Use after confirming character existence.

Parámetros de entrada

  • charIDstringObligatorio

    Unique identifier of the character whose AI settings will be updated.

  • temperaturenumber

    Sampling temperature for the character (0-1). Provide only when adjusting temperature.

  • model_group_namestringenum

    Model code to apply to the character. Provide only when changing the AI model.

    claude-3-5-sonnetgemini-1.5-progemini-1.5-flashllama3-70bllama-2-13bgpt-3.5-turbogpt-4ogpt-4o-miniuncensored-small

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

Tool to update a character's backstory. Use when you need to modify the backstory of an existing character after confirming its ID. Only the provided fields will be updated.

Parámetros de entrada

  • actionstring

    New list of actions for the character, comma-separated.

  • charIDstringObligatorio

    Character ID to update.

  • charNamestring

    New character name. Include only to update name.

  • backstorystring

    Updated backstory. Include only to update backstory.

  • voiceTypestring

    New voice type (see Voice List API).

  • languageCodesstring[]

    List of language codes to support (see Language List API).

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

Tool to update existing character details. Use when you have a character ID and need to modify its attributes.

Parámetros de entrada

  • actionstring

    Updated actions for the character as comma-separated list.

  • charIDstringObligatorio

    Character ID to update.

  • charNamestring

    New display name for the character.

  • backstorystring

    Updated backstory for the character.

  • voiceTypestring

    Identifier of the new voice profile.

  • languageCodesstring[]

    Language codes the character should support.

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

Upload Knowledge Bank FileCONVOLO_AI_UPLOAD_KNOWLEDGE_BANKAcción

Tool to upload a knowledge bank file. Use when you have a file ready to add to Convolo AI's knowledge bank (Enterprise plan only).

Parámetros de entrada

  • filestringObligatoriobinary

    Raw bytes of the knowledge bank file to upload

  • file_namestringObligatorio

    Name of the file being uploaded

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