How to set up Wiza
Authentication
Wiza uses API key authentication:- Sign up at wiza.co
- Navigate to your API settings
- Copy your API key
- 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
- Work email: Professional email address
- Personal email: Personal email address
- Phone: Phone number
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

