Skip to main content

How to set up Wiza

Authentication

Wiza uses API key authentication:
  1. Sign up at 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:
FieldDescription
full_namePerson’s full name
first_nameFirst name
last_nameLast name
titleJob title
companyCompany name
work_emailProfessional email
personal_emailPersonal email
phonePhone number
linkedin_urlLinkedIn 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