NAiOS IconNAiOS Logo
Volver al catálogo

Godial

godial

GoDial is an automatic call app, mobile CRM, and outbound dialer software that transforms your phone into a call center, enabling efficient management of calls and contacts.

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

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.

Add GoDial ContactGODIAL_ADD_CONTACTAcción

Tool to add a new contact in GoDial CRM. Use when you need to create contacts programmatically.

Parámetros de entrada

  • namestring

    Contact's name

  • notestring

    Free-form note about the contact

  • emailstringemail

    Contact's email address

  • extrastring

    Any extra/custom data to store with the contact

  • phonestring

    Primary phone number

  • listIdstringObligatorio

    ID of the list where the new contact will be added

  • remarksstring

    Additional remarks

  • companyNamestring

    Company or organization name

  • secondPhonestring

    Secondary phone number

  • assignmentModestring

    Assignment behavior for the contact (e.g., 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

Retrieve GoDial AccountsGODIAL_LIST_ACCOUNTSAcción

Tool to retrieve all accounts in the authenticated GoDial account. Use after obtaining access token to fetch available accounts. Supports optional pagination.

Parámetros de entrada

  • pageinteger

    Page number to retrieve, 1-indexed

  • perPageinteger

    Number of accounts per page

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

Retrieve GoDial External ListsGODIAL_LIST_EXTERNAL_LISTSAcción

Tool to retrieve all lists in the authenticated GoDial account. Use when you need to enumerate lists for selecting a target list ID after configuring your External API access token.

Parámetros de entrada

Sin parámetros.

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

Remove GoDial AccountGODIAL_REMOVE_ACCOUNTAcción

Tool to remove a GoDial account. Use when an account needs to be permanently deleted.

Parámetros de entrada

  • idstringObligatorio

    Unique identifier of the GoDial account to remove

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