
Godial
godialGoDial 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 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ónTool to add a new contact in GoDial CRM. Use when you need to create contacts programmatically.
GODIAL_ADD_CONTACTAcciónTool to add a new contact in GoDial CRM. Use when you need to create contacts programmatically.
Parámetros de entrada
namestringContact's name
notestringFree-form note about the contact
emailstringemailContact's email address
extrastringAny extra/custom data to store with the contact
phonestringPrimary phone number
listIdstringObligatorioID of the list where the new contact will be added
remarksstringAdditional remarks
companyNamestringCompany or organization name
secondPhonestringSecondary phone number
assignmentModestringAssignment behavior for the contact (e.g., 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
Retrieve GoDial AccountsGODIAL_LIST_ACCOUNTSAcciónTool to retrieve all accounts in the authenticated GoDial account. Use after obtaining access token to fetch available accounts. Supports optional pagination.
GODIAL_LIST_ACCOUNTSAcciónTool 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
pageintegerPage number to retrieve, 1-indexed
perPageintegerNumber of accounts per page
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
Retrieve GoDial External ListsGODIAL_LIST_EXTERNAL_LISTSAcciónTool 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.
GODIAL_LIST_EXTERNAL_LISTSAcciónTool 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
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
Remove GoDial AccountGODIAL_REMOVE_ACCOUNTAcciónTool to remove a GoDial account. Use when an account needs to be permanently deleted.
GODIAL_REMOVE_ACCOUNTAcciónTool to remove a GoDial account. Use when an account needs to be permanently deleted.
Parámetros de entrada
idstringObligatorioUnique identifier of the GoDial account to remove
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