Callingly integration (Communication, Productivity). Imported from open-connector.
https://api.callingly.com/v1/calls/{callId}
| Param | Type | Required | Description |
|---|---|---|---|
| callId | integer | required | Callingly call identifier. |
/v1/calls
| Param | Type | Required | Description |
|---|---|---|---|
| start | string | optional | Calendar date in YYYY-MM-DD format. |
| end | string | optional | Calendar date in YYYY-MM-DD format. |
| teamId | integer | optional | Callingly team identifier. |
| accountId | integer | optional | Agency account identifier used when acting on behalf of a client account. |
| limit | integer | optional | Maximum number of records to return. |
| page | integer | optional | One-based page number to retrieve. |
/v1/calls
| Param | Type | Required | Description |
|---|---|---|---|
| account_id | integer | optional | Agency account identifier used when acting on behalf of a client account. |
| team_id | integer | required | Callingly team identifier. |
| first_name | string | required | Lead first name to use for the call. |
| last_name | string | required | Lead last name to use for the call. |
| phone_number | string | required | Lead phone number for the call. |
| string | optional | Lead email address for the call. | |
| company | string | optional | Lead company name. |
| category | string | optional | Lead category name. |
| source | string | optional | Lead source label. |
| crm_id | integer | optional | CRM identifier passed through to Callingly. |
| scheduled_at | string | optional | Optional scheduled timestamp for the call. |
/v1/leads
| Param | Type | Required | Description |
|---|---|---|---|
| start | string | optional | Calendar date in YYYY-MM-DD format. |
| end | string | optional | Calendar date in YYYY-MM-DD format. |
| phone_number | string | optional | Lead phone number to filter by. |
| accountId | integer | optional | Agency account identifier used when acting on behalf of a client account. |
/v1/leads/{leadId}
| Param | Type | Required | Description |
|---|---|---|---|
| leadId | integer | required | Callingly lead identifier. |
/v1/leads/{leadId}
| Param | Type | Required | Description |
|---|---|---|---|
| leadId | integer | required | Callingly lead identifier. |
| id | integer | optional | Callingly lead identifier. |
| fname | string | optional | Lead first name. |
| lname | string | optional | Lead last name. |
| string | optional | Lead email address. | |
| phone_number | string | optional | Lead phone number. |
| source | string | optional | Lead source label. |
| company | string | optional | Lead company name. |
| status | string | optional | Lead status value. |
| result | string | optional | — |
| stage | string | optional | — |
| is_stopped | integer | optional | Whether the lead is stopped: 1 for yes, 0 for no. |
| is_blocked | integer | optional | Whether the lead is blocked: 1 for yes, 0 for no. |
/v1/leads/{leadId}
| Param | Type | Required | Description |
|---|---|---|---|
| leadId | integer | required | Callingly lead identifier. |
/v1/teams
| Param | Type | Required | Description |
|---|---|---|---|
| accountId | integer | optional | Agency account identifier used when acting on behalf of a client account. |
/v1/teams/{teamId}
| Param | Type | Required | Description |
|---|---|---|---|
| teamId | integer | required | Callingly team identifier. |
/v1/teams/{teamId}/agents
| Param | Type | Required | Description |
|---|---|---|---|
| teamId | integer | required | Callingly team identifier. |
/v1/agents
| Param | Type | Required | Description |
|---|---|---|---|
| account_id | integer | optional | Agency account identifier used when acting on behalf of a client account. |
/v1/agents/{agentId}/schedule
| Param | Type | Required | Description |
|---|---|---|---|
| agentId | integer | required | Callingly agent identifier. |