Callingly
callinglyCallingly is a lead response management software that automates immediate call and text follow-ups to new leads, integrating seamlessly with various CRMs and lead sources to enhance sales team responsiveness and conversion rates.
Acciones disponibles (27)
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.
Activate/Deactivate Client AccountCALLINGLY_ACTIVATE_DEACTIVATE_CLIENTAcciónTool to activate or deactivate a client account. use when you need to toggle client access after onboarding or offboarding. example: "activate client 123" or "deactivate client 456".
CALLINGLY_ACTIVATE_DEACTIVATE_CLIENTAcciónTool to activate or deactivate a client account. use when you need to toggle client access after onboarding or offboarding. example: "activate client 123" or "deactivate client 456".
Parámetros de entrada
client_idintegerObligatorioUnique identifier of the client account to modify.
is_activeintegerObligatorioenumSet to 1 to activate the client account or 0 to deactivate it.
01
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
Create AgentCALLINGLY_CREATE_AGENTAcciónTool to create a new agent. use when you need to register an agent in callingly after gathering their account id and contact details.
CALLINGLY_CREATE_AGENTAcciónTool to create a new agent. use when you need to register an agent in callingly after gathering their account id and contact details.
Parámetros de entrada
extstringAgent's phone extension if applicable
emailstringObligatorioAgent's email address
fnamestringObligatorioAgent's first name
lnamestringObligatorioAgent's last name
timezonestringObligatorioAgent's timezone, IANA format (e.g., 'America/Phoenix')
account_idintegerObligatorioClient's account ID under which the agent will be created
phone_numberstringObligatorioAgent's phone number, in E.164 or local format
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
Create Outbound CallCALLINGLY_CREATE_CALLAcciónTool to create a new outbound call record. use after gathering call and lead details.
CALLINGLY_CREATE_CALLAcciónTool to create a new outbound call record. use after gathering call and lead details.
Parámetros de entrada
emailstringObligatorioLead's email address
crm_idintegerCRM ID for the lead
sourcestringSource of the call (e.g., 'HubSpot')
companystringLead's company name
team_idintegerObligatorioID of the team to place the call
categorystringCategory of the call (e.g., 'Pools')
last_namestringObligatorioLead's last name
account_idintegerObligatorioYour Callingly account ID
first_namestringObligatorioLead's first name
phone_numberstringObligatorioLead's phone number in E.164 format
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
Create ClientCALLINGLY_CREATE_CLIENTAcciónTool to create a new client. use when adding a new client to your callingly account.
CALLINGLY_CREATE_CLIENTAcciónTool to create a new client. use when adding a new client to your callingly account.
Parámetros de entrada
emailanyObligatorioemailClient's email address.
fnamestringObligatorioClient's first name.
lnamestringObligatorioClient's last name.
companystringObligatorioClient's company name.
passwordstringObligatorioPassword for the client's account.
phone_numberstringObligatorioClient's phone number.
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
Create TeamCALLINGLY_CREATE_TEAMAcciónTool to create a new team. use when setting up a team configuration before adding agents.
CALLINGLY_CREATE_TEAMAcciónTool to create a new team. use when setting up a team configuration before adding agents.
Parámetros de entrada
namestringObligatorioName of the team.
delayintegerDelay in seconds before dialing team members.
retriesintegerNumber of retry attempts per agent.
is_retryintegerenumEnable per-agent retries: 1 to enable, 0 to disable.
01languagestringLanguage code for team messages (e.g., 'en').
call_modestringCall distribution mode. Only 'simultaneous' supported currently.
is_recordintegerenumWhether calls should be recorded: 1 to record, 0 otherwise.
01account_idintegerObligatorioAccount ID under which to create the team.
whispertextstringPre-call whisper message template.
lead_retriesintegerNumber of retries at the lead level.
is_rescheduleintegerenumEnable rescheduling on no-answer: 1 to enable, 0 to disable.
01is_retry_leadintegerenumEnable lead-level retries: 1 to enable, 0 to disable.
01retry_scheduleinteger[]Schedule for per-agent retries in minutes.
lead_retry_scheduleinteger[]Schedule for lead-level retries in minutes.
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
Create WebhookCALLINGLY_CREATE_WEBHOOKAcciónTool to create a new webhook for call or lead events. use when you need to receive real-time notifications on specific events. example: "create a webhook for call completed events to http://example.com/callback".
CALLINGLY_CREATE_WEBHOOKAcciónTool to create a new webhook for call or lead events. use when you need to receive real-time notifications on specific events. example: "create a webhook for call completed events to http://example.com/callback".
Parámetros de entrada
namestringObligatorioA descriptive name for the webhook.
eventstringObligatorioenumEvent that triggers this webhook.
call_completedlead_createdlead_updatedfieldstringenumFor lead_created or lead_updated events only: field to watch for changes.
lead_ownerresultstagestatustagsfilterstringFor lead_created or lead_updated events only: value the watched field must match.
team_idintegerFor call_completed events only when call_direction is outbound: the team ID to filter on.
number_idintegerFor call_completed events only when call_direction is inbound: the number ID to filter on.
target_urlstringObligatorioThe callback URL to receive the webhook.
call_statusstringenumFor call_completed events only: status filter.
completedmissedofflinecall_directionstringenumFor call_completed events only: whether to trigger on outbound or inbound calls.
outboundinboundcall_lead_statusstringenumFor call_completed events only: lead outcome filter.
contactedmissedremovedvoicemail
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
Delete AgentCALLINGLY_DELETE_AGENTAcciónTool to delete an agent. use when permanently removing an agent after confirming the agent id.
CALLINGLY_DELETE_AGENTAcciónTool to delete an agent. use when permanently removing an agent after confirming the agent id.
Parámetros de entrada
idintegerObligatorioUnique identifier of the agent to delete.
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
Delete ClientCALLINGLY_DELETE_CLIENTAcciónTool to delete a client. use when you need to remove an existing client from your account after confirming its id.
CALLINGLY_DELETE_CLIENTAcciónTool to delete a client. use when you need to remove an existing client from your account after confirming its id.
Parámetros de entrada
idintegerObligatorioPositive integer ID of the client to delete
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
Delete WebhookCALLINGLY_DELETE_WEBHOOKAcciónTool to delete a webhook. use when permanently removing a webhook by its id.
CALLINGLY_DELETE_WEBHOOKAcciónTool to delete a webhook. use when permanently removing a webhook by its id.
Parámetros de entrada
idintegerObligatorioUnique identifier of the webhook to delete.
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 Agent ScheduleCALLINGLY_GET_AGENT_SCHEDULEAcciónTool to retrieve the availability schedule for a specific agent. use when you need to know which days and times the agent is available.
CALLINGLY_GET_AGENT_SCHEDULEAcciónTool to retrieve the availability schedule for a specific agent. use when you need to know which days and times the agent is available.
Parámetros de entrada
idintegerObligatorioUnique identifier of the agent
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 CallCALLINGLY_GET_CALLAcciónTool to retrieve details of a specific call by its id. use when you need detailed metadata of a call record after confirming call id.
CALLINGLY_GET_CALLAcciónTool to retrieve details of a specific call by its id. use when you need detailed metadata of a call record after confirming call id.
Parámetros de entrada
call_idintegerObligatorioUnique identifier of the call to retrieve.
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 LeadCALLINGLY_GET_LEADAcciónTool to retrieve details of a specific lead by its id. use when you need full lead details before follow-up actions.
CALLINGLY_GET_LEADAcciónTool to retrieve details of a specific lead by its id. use when you need full lead details before follow-up actions.
Parámetros de entrada
idintegerObligatorioPositive integer ID of the lead to retrieve.
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 TeamCALLINGLY_GET_TEAMAcciónTool to retrieve details of a specific team. use after obtaining the team id to fetch its configuration details.
CALLINGLY_GET_TEAMAcciónTool to retrieve details of a specific team. use after obtaining the team id to fetch its configuration details.
Parámetros de entrada
idintegerObligatorioUnique identifier of the team to retrieve
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 WebhookCALLINGLY_GET_WEBHOOKAcciónTool to retrieve details of a specific webhook by its id. use when you need to inspect a webhook's configuration before modifying or deleting it.
CALLINGLY_GET_WEBHOOKAcciónTool to retrieve details of a specific webhook by its id. use when you need to inspect a webhook's configuration before modifying or deleting it.
Parámetros de entrada
idintegerObligatorioUnique identifier of the webhook to retrieve.
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 CallsCALLINGLY_LIST_CALLSAcciónTool to list calls. use when you need to retrieve multiple call records with optional filters such as date range, team, and pagination after identifying the need for a collection of calls.
CALLINGLY_LIST_CALLSAcciónTool to list calls. use when you need to retrieve multiple call records with optional filters such as date range, team, and pagination after identifying the need for a collection of calls.
Parámetros de entrada
endstringEnd date for filtering calls (YYYY-MM-DD).
pageintegerPage number for pagination.
limitintegerNumber of records per page.
startstringStart date for filtering calls (YYYY-MM-DD).
team_idintegerFilter calls by team ID.
Parámetros de salida
dataobject[]ObligatorioList of call records.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ClientsCALLINGLY_LIST_CLIENTSAcciónTool to list clients. use when you need to retrieve all clients associated with your account.
CALLINGLY_LIST_CLIENTSAcciónTool to list clients. use when you need to retrieve all clients associated with your account.
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
List LeadsCALLINGLY_LIST_LEADSAcciónTool to list leads based on provided filters like date range or phone number. use after confirming filter criteria when bulk lead retrieval is needed.
CALLINGLY_LIST_LEADSAcciónTool to list leads based on provided filters like date range or phone number. use after confirming filter criteria when bulk lead retrieval is needed.
Parámetros de entrada
endstringDate (YYYY-MM-DD) to filter leads created on or before this date
startstringDate (YYYY-MM-DD) to filter leads created on or after this date
account_idintegerAccount ID for agency partner context
phone_numberstringPhone number to filter leads by, e.g., '+14801234567'
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 TeamsCALLINGLY_LIST_TEAMSAcciónTool to list teams. use when you need to retrieve all teams associated with your account.
CALLINGLY_LIST_TEAMSAcciónTool to list teams. use when you need to retrieve all teams associated with your account.
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
List Team UsersCALLINGLY_LIST_TEAM_USERSAcciónTool to retrieve a list of agents associated with a specific team. use when you need to inspect the team's users before further agent management tasks.
CALLINGLY_LIST_TEAM_USERSAcciónTool to retrieve a list of agents associated with a specific team. use when you need to inspect the team's users before further agent management tasks.
Parámetros de entrada
idintegerObligatorioUnique identifier of the team to list users for.
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 UsersCALLINGLY_LIST_USERSAcciónTool to retrieve a list of agents. use when you need to see all agents available under the authenticated account, optionally filtering by a specific client account.
CALLINGLY_LIST_USERSAcciónTool to retrieve a list of agents. use when you need to see all agents available under the authenticated account, optionally filtering by a specific client account.
Parámetros de entrada
account_idintegerFilter users by client account ID (required for agency partners)
Parámetros de salida
dataobject[]ObligatorioData 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 WebhooksCALLINGLY_LIST_WEBHOOKSAcciónTool to list configured webhooks. use when you need to retrieve all webhooks configured in your account to review or manage them.
CALLINGLY_LIST_WEBHOOKSAcciónTool to list configured webhooks. use when you need to retrieve all webhooks configured in your account to review or manage them.
Parámetros de entrada
account_idintegerFilter webhooks by client account ID (required for agency partners)
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 Team AgentCALLINGLY_REMOVE_TEAM_AGENTAcciónTool to remove a specific agent from a team. use when you need to disassociate an agent from a team after confirming both team and agent ids.
CALLINGLY_REMOVE_TEAM_AGENTAcciónTool to remove a specific agent from a team. use when you need to disassociate an agent from a team after confirming both team and agent ids.
Parámetros de entrada
team_idintegerObligatorioUnique identifier of the team to remove the agent from.
agent_idintegerObligatorioUnique identifier of the agent to remove from the team.
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 AgentCALLINGLY_UPDATE_AGENTAcciónTool to update an existing agent's details. use when you need to modify agent information post-creation.
CALLINGLY_UPDATE_AGENTAcciónTool to update an existing agent's details. use when you need to modify agent information post-creation.
Parámetros de entrada
idintegerObligatorioUnique identifier of the agent to update
extstringAgent's phone extension if applicable
fnamestringAgent's first name
lnamestringAgent's last name
timezonestringAgent's timezone, IANA format (e.g., 'America/Phoenix')
account_idintegerClient's account ID under which the agent exists
donotdisturbintegerDo-not-disturb flag: 1 to enable, 0 to disable
phone_numberstringAgent's phone number, in E.164 or local format
donotdisturb_untilstringDatetime until which do-not-disturb is active, required if donotdisturb=1
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 Agent ScheduleCALLINGLY_UPDATE_SCHEDULEAcciónTool to update an agent's availability schedule. use when you need to set or override an agent's daily availability times.
CALLINGLY_UPDATE_SCHEDULEAcciónTool to update an agent's availability schedule. use when you need to set or override an agent's daily availability times.
Parámetros de entrada
idintegerObligatorioUnique identifier of the agent whose schedule is being updated
scheduleobject[]ObligatorioArray of daily availability objects defining the new schedule
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 Team Agent SettingsCALLINGLY_UPDATE_TEAM_AGENT_SETTINGSAcciónTool to update settings (priority, capacity) for a specific team agent. use when adjusting an agent's priority or call capacity after team configuration.
CALLINGLY_UPDATE_TEAM_AGENT_SETTINGSAcciónTool to update settings (priority, capacity) for a specific team agent. use when adjusting an agent's priority or call capacity after team configuration.
Parámetros de entrada
capintegerObligatorioMaximum number of calls cap for the agent. Set to null for unlimited capacity.
team_idintegerObligatorioUnique identifier of the team.
agent_idintegerObligatorioUnique identifier of the agent within the team.
priorityintegerObligatorioCalling priority of the agent within the team, where 1 is highest priority.
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 Team UsersCALLINGLY_UPDATE_TEAM_USERSAcciónTool to update the list of agents assigned to a team. use when reassigning team members before call dispatch.
CALLINGLY_UPDATE_TEAM_USERSAcciónTool to update the list of agents assigned to a team. use when reassigning team members before call dispatch.
Parámetros de entrada
idintegerObligatorioUnique identifier of the team to update users for.
agentsinteger[]ObligatorioList of agent IDs to assign to the team.
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 WebhookCALLINGLY_UPDATE_WEBHOOKAcciónTool to update an existing webhook's configuration. use when you need to change settings like target url or filters after confirming webhook id.
CALLINGLY_UPDATE_WEBHOOKAcciónTool to update an existing webhook's configuration. use when you need to change settings like target url or filters after confirming webhook id.
Parámetros de entrada
idintegerObligatorioUnique identifier of the webhook to update
namestringA descriptive name for the webhook.
eventstringenumEvent that triggers this webhook.
call_completedlead_createdlead_updatedfieldstringenumFor lead_created or lead_updated events only: field to watch for changes.
lead_ownerresultstagestatustagsfilterstringFor lead_created or lead_updated events only: value the watched field must match.
team_idintegerFor call_completed events only when call_direction is outbound: the team ID to filter on.
number_idintegerFor call_completed events only when call_direction is inbound: the number ID to filter on.
target_urlstringThe callback URL to receive the webhook.
call_statusstringenumFor call_completed events only: status filter.
completedmissedofflinecall_directionstringenumFor call_completed events only: whether to trigger on outbound or inbound calls.
outboundinboundcall_lead_statusstringenumFor call_completed events only: lead outcome filter.
contactedmissedremovedvoicemail
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