← Tools Reference

CallPage

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

API key6 toolshttps://core.callpage.io
GET
callpage_list_calls
List CallPage calls with optional filters such as widget, user, status, phone number, and time range.

/api/v3/external/calls/history

13 parameters
ParamTypeRequiredDescription
display_hiddenbooleanoptionalWhether hidden CallPage calls should be included.
call_idsarrayoptionalThe CallPage call identifiers to filter by.
phone_numberstringoptionalThe phone number to filter by in E.164 format.
user_idsarrayoptionalThe CallPage user identifiers to filter by.
statusesarrayoptionalThe CallPage human status slugs to filter by.
tag_idsarrayoptionalThe CallPage tag identifiers to filter by.
date_fromintegeroptionalThe inclusive CallPage start timestamp filter.
date_tointegeroptionalThe inclusive CallPage end timestamp filter.
widget_idsarrayoptionalThe CallPage widget identifiers to filter by.
limitintegeroptionalThe maximum number of CallPage calls to return.
offsetintegeroptionalThe CallPage offset for pagination.
urlstringoptionalThe widget installation URL to filter by.
incoming_number_idsarrayoptionalThe incoming CallPage number identifiers to filter by.
GET
callpage_get_call
Get one CallPage call by identifier.

/api/v3/external/calls/

1 parameter
ParamTypeRequiredDescription
call_idintegeroptionalThe CallPage call identifier.
GET
callpage_list_users
List CallPage users with pagination.

/api/v1/external/users/all

2 parameters
ParamTypeRequiredDescription
offsetintegeroptionalThe CallPage offset for pagination.
limitintegeroptionalThe maximum number of CallPage users to return.
GET
callpage_get_user
Get one CallPage user by identifier or email address.

/api/v1/external/users/get

2 parameters
ParamTypeRequiredDescription
idintegeroptionalThe CallPage user identifier.
emailstringoptionalThe CallPage user email address.
GET
callpage_list_widgets
List CallPage widgets with pagination.

/api/v1/external/widgets/all

2 parameters
ParamTypeRequiredDescription
offsetintegeroptionalThe CallPage offset for pagination.
limitintegeroptionalThe maximum number of CallPage widgets to return.
GET
callpage_get_widget
Get one CallPage widget by identifier.

/api/v1/external/widgets/get

1 parameter
ParamTypeRequiredDescription
widget_idintegeroptionalThe CallPage widget identifier.