NAiOS IconNAiOS Logo
Volver al catálogo

Bolna

bolna

Create conversational voice agents using Bolna AI to enhance interactions, streamline operations and automate support.

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

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.

Delete agent by idBOLNA_DELETE_AGENT_BY_IDAcción

Delete an agent

Parámetros de entrada

  • agent_idstringObligatorio

    Agent Id

Parámetros de salida

  • dataobjectObligatorio
  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete batch by idBOLNA_DELETE_BATCH_BY_IDAcción

Delete a batch

Parámetros de entrada

  • batch_idstringObligatorio

    The ID of the batch

Parámetros de salida

  • dataobjectObligatorio
  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Fetch all batches by agent idBOLNA_FETCH_ALL_BATCHES_BY_AGENT_IDAcción

List all batches for agent

Parámetros de entrada

  • agent_idstringObligatorio

    The ID of the agent

Parámetros de salida

  • dataobjectObligatorio
  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get all agentsBOLNA_GET_ALL_AGENTSAcción

List all agents

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio
  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get all phone numbersBOLNA_GET_ALL_PHONE_NUMBERSAcción

List all phone numbers for your account

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio
  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get execution by idBOLNA_GET_EXECUTION_BY_IDAcción

Retrieve specific execution by `execution id`

Parámetros de entrada

  • execution_idstringObligatorio

    The unique `execution_id`

Parámetros de salida

  • dataobjectObligatorio
  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Make a phone call from agentBOLNA_MAKE_A_PHONE_CALL_FROM_AGENTAcción

Initiate calls

Parámetros de entrada

  • agent_idstringObligatoriouuid

    Agent `id` which will initiate the outbound call

  • user_dataobject

    Additional user dynamic variables as defined in the agent prompt

  • from_phone_numberstring

    Phone number of the sender alongwith country code (in [E.164](https://en.wikipedia.org/wiki/E.164) format)

  • recipient_phone_numberstringObligatorio

    Phone number of the recipient alongwith country code (in [E.164](https://en.wikipedia.org/wiki/E.164) format)

Parámetros de salida

  • dataobjectObligatorio
  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Retrieve agent by idBOLNA_RETRIEVE_AGENT_BY_IDAcción

Retrieve an agent

Parámetros de entrada

  • agent_idstringObligatorio

    Agent Id

Parámetros de salida

  • dataobjectObligatorio
  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Retrieve agent execution detailsBOLNA_RETRIEVE_AGENT_EXECUTION_DETAILSAcción

Retrieve specific execution by an agent

Parámetros de entrada

  • agent_idstringObligatorio

    The unique `id` of the agent

  • execution_idstringObligatorio

    The unique `execution_id` by the agent

Parámetros de salida

  • dataobjectObligatorio
  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Retrieve agent execution statusBOLNA_RETRIEVE_AGENT_EXECUTION_STATUSAcción

Retrieve all executions by an agent

Parámetros de entrada

  • agent_idstringObligatorio

    The unique `id` of the agent

Parámetros de salida

  • dataobjectObligatorio
  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Retrieve batch details by idBOLNA_RETRIEVE_BATCH_DETAILS_BY_IDAcción

Retrieve a batch

Parámetros de entrada

  • batch_idstringObligatorio

    The ID of the batch

Parámetros de salida

  • dataobjectObligatorio
  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Retrieve batch execution listBOLNA_RETRIEVE_BATCH_EXECUTION_LISTAcción

Retrieve all executions from a batch

Parámetros de entrada

  • batch_idstringObligatorio

    The ID of the batch

Parámetros de salida

  • dataobjectObligatorio
  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Schedule batch by idBOLNA_SCHEDULE_BATCH_BY_IDAcción

Schedule a batch for calling via agent

Parámetros de entrada

  • batch_idstringObligatorio

    The ID of the batch

  • scheduled_atstring

    Scheduled At

Parámetros de salida

  • dataobjectObligatorio
  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Setup inbound call for agentBOLNA_SETUP_INBOUND_CALL_FOR_AGENTAcción

Add agent for inbound calls

Parámetros de entrada

  • agent_idstringObligatoriouuid

    Agent `id` which will initiate the inbound call. Please make sure that the agent"s Telephony provider is set as Twilio

  • phone_number_idstringuuid

    Telephone number `id` from [Phone number list API](/api-reference/phone-numbers/get_all)

Parámetros de salida

  • dataobjectObligatorio
  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Stop batch by idBOLNA_STOP_BATCH_BY_IDAcción

Stop a running batch

Parámetros de entrada

  • batch_idstringObligatorio

    The ID of the batch

Parámetros de salida

  • dataobjectObligatorio
  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not