CallPage integration (Communication, Productivity). Imported from open-connector.
https://core.callpage.io/api/v3/external/calls/history
| Param | Type | Required | Description |
|---|---|---|---|
| display_hidden | boolean | optional | Whether hidden CallPage calls should be included. |
| call_ids | array | optional | The CallPage call identifiers to filter by. |
| phone_number | string | optional | The phone number to filter by in E.164 format. |
| user_ids | array | optional | The CallPage user identifiers to filter by. |
| statuses | array | optional | The CallPage human status slugs to filter by. |
| tag_ids | array | optional | The CallPage tag identifiers to filter by. |
| date_from | integer | optional | The inclusive CallPage start timestamp filter. |
| date_to | integer | optional | The inclusive CallPage end timestamp filter. |
| widget_ids | array | optional | The CallPage widget identifiers to filter by. |
| limit | integer | optional | The maximum number of CallPage calls to return. |
| offset | integer | optional | The CallPage offset for pagination. |
| url | string | optional | The widget installation URL to filter by. |
| incoming_number_ids | array | optional | The incoming CallPage number identifiers to filter by. |
/api/v3/external/calls/
| Param | Type | Required | Description |
|---|---|---|---|
| call_id | integer | optional | The CallPage call identifier. |
/api/v1/external/users/all
| Param | Type | Required | Description |
|---|---|---|---|
| offset | integer | optional | The CallPage offset for pagination. |
| limit | integer | optional | The maximum number of CallPage users to return. |
/api/v1/external/users/get
| Param | Type | Required | Description |
|---|---|---|---|
| id | integer | optional | The CallPage user identifier. |
| string | optional | The CallPage user email address. |
/api/v1/external/widgets/all
| Param | Type | Required | Description |
|---|---|---|---|
| offset | integer | optional | The CallPage offset for pagination. |
| limit | integer | optional | The maximum number of CallPage widgets to return. |
/api/v1/external/widgets/get
| Param | Type | Required | Description |
|---|---|---|---|
| widget_id | integer | optional | The CallPage widget identifier. |