How to set up Snov.io
Authentication
Snov.io uses OAuth client credentials:- Log in to your Snov.io account
- Navigate to Integrations → API
- Find your Client ID and Client Secret
- 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
- 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
- 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
Enrich profile
Get detailed information about a person using their email address. Required fields:- Email: The person’s email address
- Full name
- Job title
- Company information
- Social profiles
- Location 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)
- Find decision makers at target companies
- Build account-based prospect lists
- Discover contacts by role and company
Response data
Find email returns:
| Field | Description |
|---|---|
| Found email address | |
| status | Verification status |
| first_name | First name |
| last_name | Last name |
| position | Job title |
Enrich profile returns:
| Field | Description |
|---|---|
| name | Full name |
| first_name | First name |
| last_name | Last name |
| position | Current job title |
| company | Company name |
| industry | Industry |
| country | Country |
| social | Social profile URLs |
Verify email returns:
| Field | Description |
|---|---|
| Verified email address | |
| status | Verification status |
| free_email | Is it a free email? |
| disposable | Is 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

