# 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.

- **Category:** phone & sms
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 26
- **Triggers:** 0
- **Slug:** `CALLPAGE`
- **Version:** 20260414_00

## Tools

### Add Users to Widget

**Slug:** `CALLPAGE_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 Message

**Slug:** `CALLPAGE_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 User

**Slug:** `CALLPAGE_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 Manager

**Slug:** `CALLPAGE_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 Id

**Slug:** `CALLPAGE_DELETE_USER`

Tool to delete a user by id. Use when you need to remove an existing user after verifying their ID.

### Get All Managers

**Slug:** `CALLPAGE_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 Messages

**Slug:** `CALLPAGE_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 Users

**Slug:** `CALLPAGE_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 Messages

**Slug:** `CALLPAGE_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 Widgets

**Slug:** `CALLPAGE_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 Root

**Slug:** `CALLPAGE_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 History

**Slug:** `CALLPAGE_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 Manager

**Slug:** `CALLPAGE_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 Statistics

**Slug:** `CALLPAGE_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 Widget

**Slug:** `CALLPAGE_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 Manager

**Slug:** `CALLPAGE_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 Message

**Slug:** `CALLPAGE_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 Widget

**Slug:** `CALLPAGE_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 Id

**Slug:** `CALLPAGE_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 SMS

**Slug:** `CALLPAGE_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 Messages

**Slug:** `CALLPAGE_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 Manager

**Slug:** `CALLPAGE_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 SMS

**Slug:** `CALLPAGE_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 User

**Slug:** `CALLPAGE_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 Widget

**Slug:** `CALLPAGE_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 Schedule

**Slug:** `CALLPAGE_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.
