> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getcargo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Wiza

> Connect Wiza to enrich contact profiles with emails and phone numbers in your workflows.

## How to set up Wiza

### Authentication

Wiza uses API key authentication:

1. Sign up at [wiza.co](https://wiza.co)
2. Navigate to your API settings
3. Copy your API key
4. Paste the API key in Cargo when connecting

## Wiza actions

### Enrich person

Get comprehensive contact information including emails and phone numbers.

**Input fields (provide as many as available):**

* **Full name**: Person's full name
* **Company**: Company name
* **Domain**: Company domain
* **Profile URL**: LinkedIn profile URL
* **Email**: Known email address

**Data type options:**

* **Work email**: Professional email address
* **Personal email**: Personal email address
* **Phone**: Phone number

**Use case:** Enrich contact profiles with verified email and phone data.

## Response data

Wiza enrichment returns:

| Field           | Description          |
| --------------- | -------------------- |
| full\_name      | Person's full name   |
| first\_name     | First name           |
| last\_name      | Last name            |
| title           | Job title            |
| company         | Company name         |
| work\_email     | Professional email   |
| personal\_email | Personal email       |
| phone           | Phone number         |
| linkedin\_url   | LinkedIn profile URL |

## Retry behavior

Wiza actions include automatic retry logic:

* Maximum 11 retry attempts
* Exponential backoff (starting at 2 seconds)
* Handles rate limits automatically

## Best practices

* Provide LinkedIn URL for most reliable matching
* Include company domain when available
* Select only the data types you need
* Use caching to avoid redundant enrichment
* Combine with verification for highest data quality
