Documentation

Everything you need to get started with Enrevia.

Getting Started

1. Create your account

Sign up at enrevia.com/register. Free tier includes 25 credits per month.

2. Install the Chrome Extension

Install from the Chrome Web Store. The extension works on LinkedIn profiles, Sales Navigator, Gmail, and Outlook.

3. Enrich your first contact

Visit any LinkedIn profile. The Enrevia sidebar will appear. Click “Find Contact Info” to get verified emails and phone numbers.

How Credits Work

  • Each successful enrichment uses 1 credit
  • If no contact data is found, no credit is charged
  • Previously enriched contacts (cached) are free — cross-team cache saves you credits
  • Credits reset monthly on your billing date
  • Buy top-up credit packs anytime (they never expire)

Features

Prospect Search — Search millions of verified professionals by title, company, seniority, location, and industry.
Chrome Extension — Enrich contacts directly on LinkedIn, Sales Navigator, Gmail, and Outlook.
CSV Import — Bulk upload your existing contact lists and enrich them.
Job Change Alerts — Track contacts and get notified when they change roles.
AI Cold Emails — Generate personalized cold emails with one click.
Data Quality Dashboard — See completeness across your contact database.
Tasks & Pipeline — Track follow-ups and manage your sales pipeline.
Team Collaboration — Invite members, leave notes on contacts, share lists.
Salesforce & Slack — Connect Enrevia to the tools your team uses.
Public API — Build your own integrations with our developer API.

API Reference

Base URL: https://api.enrevia.com/v1

Authentication

Authorization: Bearer envia_...

POST /v1/enrich

curl -X POST https://api.enrevia.com/v1/enrich \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "linkedinUrl": "https://www.linkedin.com/in/example",
    "firstName": "John",
    "lastName": "Smith",
    "company": "Acme Corp"
  }'

GET /v1/credits

curl https://api.enrevia.com/v1/credits \
  -H "Authorization: Bearer YOUR_API_KEY"

Support

Questions? Visit our support page or email support@enrevia.com.