Callingly

Learn how to use Callingly with Composio

Overview

Enum

CALLINGLY

Description

Callingly 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.

Authentication Details

api_key
stringRequired

Actions

Tool 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".

Action Parameters

client_id
integerRequired
is_active
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to create a new agent. use when you need to register an agent in callingly after gathering their account id and contact details.

Action Parameters

account_id
integerRequired
email
stringRequired
ext
string
fname
stringRequired
lname
stringRequired
phone_number
stringRequired
timezone
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to create a new outbound call record. use after gathering call and lead details.

Action Parameters

account_id
integerRequired
category
string
company
string
crm_id
integer
email
stringRequired
first_name
stringRequired
last_name
stringRequired
phone_number
stringRequired
source
string
team_id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to create a new client. use when adding a new client to your callingly account.

Action Parameters

company
stringRequired
email
Required
fname
stringRequired
lname
stringRequired
password
stringRequired
phone_number
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to create a new team. use when setting up a team configuration before adding agents.

Action Parameters

account_id
integerRequired
call_mode
string
delay
integer
is_record
integer
is_reschedule
integer
is_retry
integer
is_retry_lead
integer
language
string
lead_retries
integer
lead_retry_schedule
array
name
stringRequired
retries
integer
retry_schedule
array
whispertext
string

Action Response

data
object
error
string
successful
boolean
Tool 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".

Action Parameters

call_direction
string
call_lead_status
string
call_status
string
event
stringRequired
field
string
filter
string
name
stringRequired
number_id
integer
target_url
stringRequired
team_id
integer

Action Response

data
object
error
string
successful
boolean
Tool to delete an agent. use when permanently removing an agent after confirming the agent id.

Action Parameters

id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete a client. use when you need to remove an existing client from your account after confirming its id.

Action Parameters

id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to delete a webhook. use when permanently removing a webhook by its id.

Action Parameters

id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve the availability schedule for a specific agent. use when you need to know which days and times the agent is available.

Action Parameters

id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve details of a specific call by its id. use when you need detailed metadata of a call record after confirming call id.

Action Parameters

call_id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve details of a specific lead by its id. use when you need full lead details before follow-up actions.

Action Parameters

id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve details of a specific team. use after obtaining the team id to fetch its configuration details.

Action Parameters

id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool 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.

Action Parameters

id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool 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.

Action Parameters

end
string
limit
integer
page
integer
start
string
team_id
integer

Action Response

data
array
error
string
successful
boolean
Tool to list clients. use when you need to retrieve all clients associated with your account.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to list leads based on provided filters like date range or phone number. use after confirming filter criteria when bulk lead retrieval is needed.

Action Parameters

account_id
integer
end
string
phone_number
string
start
string

Action Response

data
object
error
string
successful
boolean
Tool to list teams. use when you need to retrieve all teams associated with your account.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool 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.

Action Parameters

id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool 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.

Action Parameters

account_id
integer

Action Response

data
array
error
string
successful
boolean
Tool to list configured webhooks. use when you need to retrieve all webhooks configured in your account to review or manage them.

Action Parameters

account_id
integer

Action Response

data
object
error
string
successful
boolean
Tool 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.

Action Parameters

agent_id
integerRequired
team_id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to update an existing agent's details. use when you need to modify agent information post-creation.

Action Parameters

account_id
integer
donotdisturb
integer
donotdisturb_until
string
ext
string
fname
string
id
integerRequired
lname
string
phone_number
string
timezone
string

Action Response

data
object
error
string
successful
boolean
Tool to update an agent's availability schedule. use when you need to set or override an agent's daily availability times.

Action Parameters

id
integerRequired
schedule
arrayRequired

Action Response

data
object
error
string
successful
boolean
Tool to update settings (priority, capacity) for a specific team agent. use when adjusting an agent's priority or call capacity after team configuration.

Action Parameters

agent_id
integerRequired
cap
integerRequired
priority
integerRequired
team_id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to update the list of agents assigned to a team. use when reassigning team members before call dispatch.

Action Parameters

agents
arrayRequired
id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to update an existing webhook's configuration. use when you need to change settings like target url or filters after confirming webhook id.

Action Parameters

call_direction
string
call_lead_status
string
call_status
string
event
string
field
string
filter
string
id
integerRequired
name
string
number_id
integer
target_url
string
team_id
integer

Action Response

data
object
error
string
successful
boolean