Callpage

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.

26 actions Integration catalog
Request access
Connect Callpage once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Add Users to WidgetCALLPAGE_ADD_USERS_TO_WIDGET
Tool to add users to a widget as managers. Use when you need to create or update manager assignments for a widget. If a user-widget pair already exists, the existing manager will be updated instead of creating a new one.
Create SMS MessageCALLPAGE_CREATE_SMS_MESSAGE
Tool to create custom SMS messages for specific widget events. Use when you need to set up automated SMS notifications for call events like completed dials, scheduled calls, or missed calls.
Create UserCALLPAGE_CREATE_USER
Tool to create a new user with specified name, phone number, email and role. Use when you need to add a new admin or manager user to your CallPage account.
Delete ManagerCALLPAGE_DELETE_MANAGER
Tool to delete a manager from a widget. Use when you need to remove a manager assignment after verifying both user_id and widget_id.
Delete User by IdCALLPAGE_DELETE_USER
Tool to delete a user by id. Use when you need to remove an existing user after verifying their ID.
Get All ManagersCALLPAGE_GET_ALL_MANAGERS
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.
Get All SMS MessagesCALLPAGE_GET_ALL_SMS_MESSAGES
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.
Get All UsersCALLPAGE_GET_ALL_USERS
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.
Get All Voice MessagesCALLPAGE_GET_ALL_VOICE_MESSAGES
Tool to retrieve all voice messages for a widget. Returns custom voice messages if configured, otherwise returns default messages. Use when you need to view or audit voice message settings.
Get All WidgetsCALLPAGE_GET_ALL_WIDGETS
Tool to retrieve a list of widgets with pagination. Use when you need to page through all widgets after API authentication.
Get API RootCALLPAGE_GET_API_ROOT
Tool to get the root API greeting. Use to verify connectivity and retrieve the initial API greeting after setting the API key.
Get Calls HistoryCALLPAGE_GET_CALLS_HISTORY
Tool to retrieve calls history with filtering and pagination. By default returns all calls for all users' widgets. Use when you need to query historical call data with optional filters for date range, status, widgets, users, tags, or phone numbers.
Get ManagerCALLPAGE_GET_MANAGER
Tool to retrieve a specific manager by user_id and widget_id. Use when you need detailed information about a manager's configuration, availability, and assigned departments.
Get Manager Status StatisticsCALLPAGE_GET_MANAGER_STATUS_STATISTICS
Tool to retrieve statistical data about manager statuses. Use when you need summary counts of enabled and disabled managers for a specific widget.
Get WidgetCALLPAGE_GET_WIDGET
Tool to retrieve details of a specific widget by id. Use when you have a widget id and need its complete configuration.
Create ManagerCALLPAGE_POST_CREATE_MANAGER
Tool to create a new manager for a widget. Use when you need to assign a user as a manager to handle calls for a specific widget.
Create Voice MessageCALLPAGE_POST_CREATE_VOICE_MESSAGE
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.
Create WidgetCALLPAGE_POST_CREATE_WIDGET
Tool to create a new widget. Use when you need to install a widget on your site and retrieve its ID.
Delete Widget by IdCALLPAGE_POST_DELETE_WIDGET
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.
Reset SMSCALLPAGE_POST_RESET_SMS
Tool to reset SMS messages to default for a widget. Use when you need to restore default SMS templates after customization tests.
Reset Voice MessagesCALLPAGE_POST_RESET_VOICE_MESSAGE
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.
Update ManagerCALLPAGE_POST_UPDATE_MANAGER
Tool to update an existing manager. Use when you need to modify a manager's availability or business hours after retrieving their record.
Update SMSCALLPAGE_POST_UPDATE_SMS
Tool to update a custom SMS message for a widget. Use when you need to modify custom SMS templates. Note: it's impossible to update default SMS - if you haven't created custom SMS yet, use the create endpoint first.
Update UserCALLPAGE_POST_UPDATE_USER
Tool to update an existing user by ID. Use when you need to modify a user's details, phone number, role, or enabled status. This operation can override parent user depending on who makes the request.
Update WidgetCALLPAGE_POST_UPDATE_WIDGET
Tool to update an existing widget. Use when you need to change widget URL, description, settings, language, or enabled state.
Widget Call or ScheduleCALLPAGE_POST_WIDGET_CALL_OR_SCHEDULE
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.