# Page X

PageX is an all-in-one platform combining CRM, page builder, and online course builder to help businesses manage leads, build websites, and create courses.

- **Category:** crm
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 1
- **Triggers:** 0
- **Slug:** `PAGE_X`
- **Version:** 20260211_00

## Tools

### Create Lead

**Slug:** `PAGE_X_CREATE_LEAD`

Tool to create a lead in PageXCRM. Use when you need to send lead data from websites or other systems to PageXCRM.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `more` | object | No | Additional details about the lead. |
| `name` | string | No | Full name of the lead. |
| `plat` | string | No | Platform/lead source (e.g., facebook, instagram, x). |
| `email` | string | No | Email address of the lead. |
| `phone` | string | No | Phone number of the lead. |
| `customer_id` | string | No | Unique customer ID if exists. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |
