# Leverly

Leverly is a platform that integrates with various applications to automate workflows and processes.

- **Category:** sales & crm
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 3
- **Triggers:** 0
- **Slug:** `LEVERLY`
- **Version:** 20260227_00

## Tools

### Create Call

**Slug:** `LEVERLY_CREATE_CALL`

Tool to create a new call/lead in Leverly system. Sends lead information to trigger an instant phone call to your sales team. Use when integrating external systems (CRM, forms, lead providers) with Leverly.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `zip` | string | No | Lead's zipcode |
| `area` | string | No | Lead's area of interest |
| `city` | string | No | Lead's city |
| `email` | string | No | Lead's email address |
| `state` | string | No | Lead's state |
| `Phone1` | string | Yes | Lead's primary phone number |
| `Phone2` | string | No | Lead's 2nd phone number |
| `Phone3` | string | No | Lead's 3rd phone number |
| `Phone4` | string | No | Lead's 4th phone number |
| `keyword` | string | No | Lead's keyword |
| `program` | string | No | Lead's program of interest |
| `address1` | string | No | Lead's address |
| `callerId` | string | No | Caller ID to display on leg 1 of the call |
| `comments` | string | No | Lead's comments |
| `lastName` | string | No | Lead's last name |
| `location` | string | No | Lead's location |
| `repPhone` | string | No | Rep's phone number (multiple phone numbers must be separated by a comma) |
| `AccountID` | string | Yes | Your unique Leverly account ID |
| `callDelay` | integer | No | Duration of time to delay initial call (in seconds) |
| `firstName` | string | Yes | Lead's first name |
| `leadSource` | string | No | Lead's source |
| `companyName` | string | No | Lead's company name |
| `routingType` | string ("step_ringing" | "round_robin" | "simultaneous") | No | Enum for call routing types in Leverly. |
| `vendorLeadId` | string | No | Vendor lead identifier |

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

### List Reattempts

**Slug:** `LEVERLY_LIST_REATTEMPTS`

Tool to list all reattempts in Leverly. Use when you need to inspect the history of ingestion reattempts before taking further action.

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

### Stop Leverly Reattempts

**Slug:** `LEVERLY_STOP_REATTEMPTS`

Tool to stop ongoing reattempts for a lead in Leverly. Use when you need to halt retries for a given reattempt ID.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `reattempt_id` | string | Yes | The unique ID of the reattempt to stop. |

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