Skip to main content

How to set up Snov.io

Authentication

Snov.io uses OAuth client credentials:
  1. Log in to your Snov.io account
  2. Navigate to IntegrationsAPI
  3. Find your Client ID and Client Secret
  4. Enter both credentials in Cargo when connecting

Snov.io actions

Find email

Find a person’s email address using their name and company domain. Required fields:
  • Domain: Company domain (e.g., “snov.io”)
  • First name: Person’s first name
  • Last name: Person’s last name
Use cases:
  • Find professional emails for outbound prospecting
  • Enrich leads with email addresses
  • Build contact lists from company domains

Verify email

Check if an email address is valid and deliverable. Required fields:
  • Email: The email address to verify
Verification statuses:
  • Valid - Email exists and is deliverable
  • Invalid - Email doesn’t exist or bounces
  • Catch-all - Domain accepts all emails (can’t verify)
  • Unknown - Couldn’t determine status
Use case: Clean your email lists before sending campaigns to improve deliverability.

Enrich profile

Get detailed information about a person using their email address. Required fields:
  • Email: The person’s email address
Returns:
  • Full name
  • Job title
  • Company information
  • Social profiles
  • Location data
Use case: Enrich existing contacts with additional profile data.

Search profiles

Find prospects at a company by domain and job titles. Required fields:
  • Domain: Company domain to search
  • Positions: Job titles to filter by (up to 10)
Use cases:
  • Find decision makers at target companies
  • Build account-based prospect lists
  • Discover contacts by role and company

Response data

Find email returns:

FieldDescription
emailFound email address
statusVerification status
first_nameFirst name
last_nameLast name
positionJob title

Enrich profile returns:

FieldDescription
nameFull name
first_nameFirst name
last_nameLast name
positionCurrent job title
companyCompany name
industryIndustry
countryCountry
socialSocial profile URLs

Verify email returns:

FieldDescription
emailVerified email address
statusVerification status
free_emailIs it a free email?
disposableIs it disposable?

Best practices

  • Always verify emails before sending campaigns
  • Use specific job titles for better search results
  • Combine find email with verification for quality
  • Cache results to avoid duplicate lookups
  • Use enrichment to fill gaps in contact data
  • Filter out free/disposable emails for B2B outreach

Retry behavior

Snov.io actions include automatic retry logic with exponential backoff to handle rate limits and temporary errors gracefully.