Callpage

Learn how to use Callpage with Composio

Overview

Enum

CALLPAGE

Description

CallPage is a lead capture tool that enables businesses to connect with website visitors through immediate phone callbacks, enhancing lead generation and sales conversion rates.

Authentication Details

api_key
stringRequired

Actions

Tool to retrieve a list of managers for a specific widget with pagination. use when you need to page through all managers assigned to a widget after confirming its id.

Action Parameters

limit
integerDefaults to 100
offset
integer
widget_id
integerRequired

Action Response

data
array
error
string
errorCode
integer
hasError
boolean
message
string
successful
boolean
Tool to retrieve all sms messages for a widget. use when you need to fetch both default and custom sms templates after confirming the widget exists.

Action Parameters

widget_id
integerRequired

Action Response

data
array
error
string
errorCode
integer
hasError
boolean
message
string
successful
boolean
Tool to retrieve a list of all users with pagination. use when you need to page through all users in your callpage account to synchronize or audit user records.

Action Parameters

limit
integerDefaults to 100
offset
integer

Action Response

data
array
error
string
errorCode
integer
hasError
boolean
message
string
meta
object
successful
boolean
Tool to retrieve a list of widgets with pagination. use when you need to page through all widgets after api authentication.

Action Parameters

limit
integerDefaults to 100
offset
integer

Action Response

data
array
error
string
errorCode
integer
hasError
boolean
message
string
meta
object
successful
boolean
Tool to get the root api greeting. use to verify connectivity and retrieve the initial api greeting after setting the api key.

Action Parameters

Action Response

data
array
error
string
errorCode
integer
hasError
boolean
message
string
successful
boolean
Tool to retrieve statistical data about sms messages. use when you need summary counts of sms messages for a given widget.

Action Parameters

widget_id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve details of a specific widget by id. use when you have a widget id and need its complete configuration.

Action Parameters

id
integerRequired

Action Response

data
object
error
string
errorCode
integer
hasError
boolean
message
string
meta
array
successful
boolean
Tool to retrieve statistical data about manager statuses. use when you need summary counts of enabled and disabled managers for a specific widget.

Action Parameters

limit
integer
offset
integer
widget_id
integerRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve statistical data about widget statuses. use when you need counts of enabled vs disabled widgets.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to create a custom voice message for a widget. use when you need to customize greeting messages for manager or visitor after setting widget locale.

Action Parameters

enabled
booleanRequired
file
string
message_id
stringRequired
widget_id
integerRequired

Action Response

data
object
error
string
errorCode
integer
hasError
boolean
message
string
successful
boolean
Tool to create a new widget. use when you need to install a widget on your site and retrieve its id.

Action Parameters

description
string
locale_code
string
url
stringRequired

Action Response

data
object
error
string
errorCode
integer
hasError
boolean
message
string
successful
boolean
Tool to delete a widget by id. use when you need to remove an existing widget after verifying its id. example: delete widget with id 3409.

Action Parameters

id
integerRequired

Action Response

data
null
error
string
errorCode
integer
hasError
boolean
message
string
successful
boolean
Tool to reset sms messages to default for a widget. use when you need to restore default sms templates after customization tests.

Action Parameters

message_id
string
widget_id
integerRequired

Action Response

data
null
error
string
errorCode
integer
hasError
boolean
message
string
successful
boolean
Tool to reset voice messages to default for a widget. use when you need to clear custom messages and revert to system defaults. example: reset all voice messages for widget with id 123.

Action Parameters

message_id
string
widget_id
integerRequired

Action Response

data
null
error
string
errorCode
integer
hasError
boolean
message
string
successful
boolean
Tool to update an existing manager. use when you need to modify a manager's availability or business hours after retrieving their record.

Action Parameters

business_times
array
enabled
booleanRequired
user_id
integerRequired
widget_id
integerRequired

Action Response

data
object
error
string
errorCode
integer
hasError
boolean
message
string
successful
boolean
Tool to update an existing widget. use when you need to change widget url, description, settings, language, or enabled state.

Action Parameters

description
string
enabled
boolean
id
integerRequired
locale_code
string
settings
array
url
stringRequired

Action Response

data
object
error
string
errorCode
integer
hasError
boolean
message
string
successful
boolean
Tool to initiate or schedule a call via widget. use when you need to call immediately or schedule at the first available timeslot through a widget.

Action Parameters

department_id
integer
id
integerRequired
tel
stringRequired

Action Response

data
object
error
string
errorCode
integer
hasError
boolean
message
string
successful
boolean