# Wiza

Wiza helps you find and export accurate contact data for prospects from LinkedIn, providing verified emails, phone numbers, and enriched professional information.

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

## Tools

### Get API Credits

**Slug:** `WIZA_GET_CREDITS`

Tool to get the number of remaining API credits in your account. Returns available credits for emails, phone numbers, and company enrichment. Use when you need to check remaining API credit balance.

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

### Get Individual Reveal

**Slug:** `WIZA_GET_INDIVIDUAL_REVEAL`

Tool to get the status and results of an individual reveal by ID. Returns enriched contact data including email, phone, job title, and company information when the reveal is completed. Use when you need to check the status or retrieve results of a previously submitted individual reveal request.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `id` | string | Yes | The unique identifier of the individual reveal request to retrieve |

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

### Get List Details

**Slug:** `WIZA_GET_LIST`

Tool to get the status and details of a list by its ID. Returns list metadata, status (queued, processing, completed), and statistics including enrichment level and email preferences. Use when you need to check the processing status or retrieve details of a specific list.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `id` | string | Yes | The unique identifier of the list to retrieve |

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

### Search Prospects

**Slug:** `WIZA_PROSPECT_SEARCH`

Tool to search for prospects matching specific filters. Returns count and sample profiles based on job title, location, company, industry, and other criteria. Use when you need to find prospects that match specific professional criteria.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `limit` | integer | No | Maximum number of sample profiles to return in the response |
| `filters` | object | Yes | Filters to apply when searching for prospects. At least one filter should be specified. |

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

### Start Individual Reveal

**Slug:** `WIZA_START_INDIVIDUAL_REVEAL`

Tool to start an individual reveal for real-time single contact enrichment. Provide name/company, email, or LinkedIn profile URL to get contact details including emails, phone numbers, and firmographic data. Use when you need to enrich a single contact in real-time.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `email` | string | No | Email address of the person to enrich |
| `domain` | string | No | Company domain. Use with full_name parameter. |
| `company` | string | No | Company name. Use with full_name parameter. |
| `full_name` | string | No | Full name of the person to enrich. Use with company or domain parameter. |
| `profile_url` | string | No | LinkedIn profile URL of the person to enrich. Example: 'https://www.linkedin.com/in/username/' |
| `email_options` | object | No | Email type preferences for enrichment. |
| `enrichment_level` | string ("partial" | "full") | No | Level of enrichment - 'partial' for basic contact information or 'full' for extended data including phone numbers and additional details |

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