Convolo AI
convolo_aiConvolo.ai is an AI-powered communications platform designed to enhance sales calls and improve conversion rates through rapid lead response and integration capabilities.
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ónTool to create a new character. Use when you have name, voice type, backstory, and optional actions ready.
CONVOLO_AI_CREATE_CHARACTERAcciónTool 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.
charNamestringObligatorioName of the character to create.
backstorystringObligatorioBackground information or story for the character.
voiceTypestringObligatorioVoice type to assign; see Voice List API for available values.
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
Define or Update Character ActionsCONVOLO_AI_DEFINE_ACTIONSAcciónTool to define or update the list of actions a character can perform. Use when you need to configure or adjust character capabilities before deployment.
CONVOLO_AI_DEFINE_ACTIONSAcciónTool 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
charIDstringObligatorioCharacter ID to update.
actionsstring[]List of actions that the character can perform.
charNamestringNew name for the character, if updating.
backstorystringUpdated backstory for the character.
voiceTypestringNew voice type for the character, refer to Voice List API.
languageCodesstring[]List of language codes the character should support.
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
Evaluate Character PerformanceCONVOLO_AI_EVALUATE_CHARACTERAcciónTool to evaluate a character's performance based on interactions. Use after fetching a conversation session and constructing your prompt.
CONVOLO_AI_EVALUATE_CHARACTERAcciónTool to evaluate a character's performance based on interactions. Use after fetching a conversation session and constructing your prompt.
Parámetros de entrada
promptstringObligatorioA predefined or custom prompt including [[conversation_history]].
variablesobjectKey–value pairs for other variables referenced in the prompt (excluding [[conversation_history]]).
session_idstringObligatorioThe ID of the session to evaluate
character_idstringObligatorioThe ID of the character performing the evaluation
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
Generate Starter ConversationCONVOLO_AI_GENERATE_STARTER_CONVERSATIONAcciónTool to generate starter conversation suggestions for a character. Use when you need opening or follow-up dialogue lines.
CONVOLO_AI_GENERATE_STARTER_CONVERSATIONAcciónTool to generate starter conversation suggestions for a character. Use when you need opening or follow-up dialogue lines.
Parámetros de entrada
charIdstringObligatorioCharacter ID to generate options for
sessionIdstringObligatorioSession ID to generate suggestions; use "-1" for opening sessions
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 Character ResponseCONVOLO_AI_GET_CHARACTER_RESPONSEAcciónTool 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.
CONVOLO_AI_GET_CHARACTER_RESPONSEAcciónTool 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
filestringbinaryMono WAV audio file bytes; provide only if not sending userText
charIDstringObligatorioID of the character to interact with
streamstringenumEnable SSE streaming; "True" or "False"
TrueFalseuserTextstringUser text input; provide only if not sending audio
sessionIDstringObligatorioSession identifier; use "-1" to start a new session
sample_ratestringSample rate of the uploaded audio in Hz
voiceResponsebooleanObligatorioWhether to return response audio
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 VoicesCONVOLO_AI_LIST_VOICESAcciónTool to retrieve the list of available voice types. Use when selecting voices before generating speech.
CONVOLO_AI_LIST_VOICESAcciónTool to retrieve the list of available voice types. Use when selecting voices before generating speech.
Parámetros de entrada
acceptstringOverride the Accept header if provided.
contentTypestringOverride the Content-Type header if provided.
use_alt_domainbooleanIf true, use https://api.convai.com as base URL instead of default.
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
Set Core AI SettingsCONVOLO_AI_SET_CORE_AI_SETTINGSAcciónTool to set core AI settings for a character. Use after confirming character existence.
CONVOLO_AI_SET_CORE_AI_SETTINGSAcciónTool to set core AI settings for a character. Use after confirming character existence.
Parámetros de entrada
charIDstringObligatorioUnique identifier of the character whose AI settings will be updated.
temperaturenumberSampling temperature for the character (0-1). Provide only when adjusting temperature.
model_group_namestringenumModel 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
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 Character BackstoryCONVOLO_AI_UPDATE_BACKSTORYAcciónTool 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.
CONVOLO_AI_UPDATE_BACKSTORYAcciónTool 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
actionstringNew list of actions for the character, comma-separated.
charIDstringObligatorioCharacter ID to update.
charNamestringNew character name. Include only to update name.
backstorystringUpdated backstory. Include only to update backstory.
voiceTypestringNew voice type (see Voice List API).
languageCodesstring[]List of language codes to support (see Language List API).
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 CharacterCONVOLO_AI_UPDATE_CHARACTERAcciónTool to update existing character details. Use when you have a character ID and need to modify its attributes.
CONVOLO_AI_UPDATE_CHARACTERAcciónTool to update existing character details. Use when you have a character ID and need to modify its attributes.
Parámetros de entrada
actionstringUpdated actions for the character as comma-separated list.
charIDstringObligatorioCharacter ID to update.
charNamestringNew display name for the character.
backstorystringUpdated backstory for the character.
voiceTypestringIdentifier of the new voice profile.
languageCodesstring[]Language codes the character should support.
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
Upload Knowledge Bank FileCONVOLO_AI_UPLOAD_KNOWLEDGE_BANKAcciónTool to upload a knowledge bank file. Use when you have a file ready to add to Convolo AI's knowledge bank (Enterprise plan only).
CONVOLO_AI_UPLOAD_KNOWLEDGE_BANKAcciónTool 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
filestringObligatoriobinaryRaw bytes of the knowledge bank file to upload
file_namestringObligatorioName of the file being uploaded
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