← Tools Reference

Callingly

Callingly integration (Communication, Productivity). Imported from open-connector.

API key12 toolshttps://api.callingly.com
GET
callingly_get_call
Retrieve one Callingly call by ID.

/v1/calls/{callId}

1 parameter
ParamTypeRequiredDescription
callIdintegerrequiredCallingly call identifier.
GET
callingly_list_calls
List Callingly calls with optional date, team, and pagination filters.

/v1/calls

6 parameters
ParamTypeRequiredDescription
startstringoptionalCalendar date in YYYY-MM-DD format.
endstringoptionalCalendar date in YYYY-MM-DD format.
teamIdintegeroptionalCallingly team identifier.
accountIdintegeroptionalAgency account identifier used when acting on behalf of a client account.
limitintegeroptionalMaximum number of records to return.
pageintegeroptionalOne-based page number to retrieve.
POST
callingly_create_call
Create a Callingly call from lead details and routing information.

/v1/calls

11 parameters
ParamTypeRequiredDescription
account_idintegeroptionalAgency account identifier used when acting on behalf of a client account.
team_idintegerrequiredCallingly team identifier.
first_namestringrequiredLead first name to use for the call.
last_namestringrequiredLead last name to use for the call.
phone_numberstringrequiredLead phone number for the call.
emailstringoptionalLead email address for the call.
companystringoptionalLead company name.
categorystringoptionalLead category name.
sourcestringoptionalLead source label.
crm_idintegeroptionalCRM identifier passed through to Callingly.
scheduled_atstringoptionalOptional scheduled timestamp for the call.
GET
callingly_list_leads
List Callingly leads with optional date or phone number filters.

/v1/leads

4 parameters
ParamTypeRequiredDescription
startstringoptionalCalendar date in YYYY-MM-DD format.
endstringoptionalCalendar date in YYYY-MM-DD format.
phone_numberstringoptionalLead phone number to filter by.
accountIdintegeroptionalAgency account identifier used when acting on behalf of a client account.
GET
callingly_get_lead
Retrieve one Callingly lead by ID.

/v1/leads/{leadId}

1 parameter
ParamTypeRequiredDescription
leadIdintegerrequiredCallingly lead identifier.
PUT
callingly_update_lead
Update a Callingly lead by ID.

/v1/leads/{leadId}

13 parameters
ParamTypeRequiredDescription
leadIdintegerrequiredCallingly lead identifier.
idintegeroptionalCallingly lead identifier.
fnamestringoptionalLead first name.
lnamestringoptionalLead last name.
emailstringoptionalLead email address.
phone_numberstringoptionalLead phone number.
sourcestringoptionalLead source label.
companystringoptionalLead company name.
statusstringoptionalLead status value.
resultstringoptional
stagestringoptional
is_stoppedintegeroptionalWhether the lead is stopped: 1 for yes, 0 for no.
is_blockedintegeroptionalWhether the lead is blocked: 1 for yes, 0 for no.
DELETE
callingly_delete_lead
Delete a Callingly lead by ID.

/v1/leads/{leadId}

1 parameter
ParamTypeRequiredDescription
leadIdintegerrequiredCallingly lead identifier.
GET
callingly_list_teams
List Callingly teams for the current account or a specified client account.

/v1/teams

1 parameter
ParamTypeRequiredDescription
accountIdintegeroptionalAgency account identifier used when acting on behalf of a client account.
GET
callingly_get_team
Retrieve one Callingly team by ID.

/v1/teams/{teamId}

1 parameter
ParamTypeRequiredDescription
teamIdintegerrequiredCallingly team identifier.
GET
callingly_list_team_agents
List agents assigned to one Callingly team.

/v1/teams/{teamId}/agents

1 parameter
ParamTypeRequiredDescription
teamIdintegerrequiredCallingly team identifier.
GET
callingly_list_agents
List Callingly agents for the current account or a specified client account.

/v1/agents

1 parameter
ParamTypeRequiredDescription
account_idintegeroptionalAgency account identifier used when acting on behalf of a client account.
GET
callingly_get_agent_schedule
Retrieve the weekly schedule for one Callingly agent.

/v1/agents/{agentId}/schedule

1 parameter
ParamTypeRequiredDescription
agentIdintegerrequiredCallingly agent identifier.