Skip to main content

Overview

Apollo has two roles in Nous:
  1. Enrichment — Apollo’s people match API enriches contacts with email, phone, title, and company data. Replaces Prospeo when enabled.
  2. Sequence signals — Apollo sequences (emails sent, replies, bounces) ingest as activity signals via webhook.

Connect Apollo

For enrichment

  1. In Apollo, go to Settings → API Keys and copy your API key.
  2. In Nous, go to Settings → Integrations → Apollo.
  3. Paste your key and toggle Use for enrichment on.
When Apollo enrichment is enabled, it takes priority over Prospeo. Toggle it off to fall back to Prospeo.

For sequence signals (webhook)

Apollo does not have a native outbound webhook for sequences. Forward Apollo sequence events to Nous using a custom webhook endpoint. Map Apollo sequence events like this:
Apollo eventNous activity_type
Email sentemail_sent
Email openedemail_opened
Email repliedemail_replied
Email bouncedemail_bounced
Call loggedcall

Enrichment fields

When enrichment runs via Apollo, Nous captures:
FieldApollo source
Full namefirst_name + last_name
Emailemail
Phonephone_numbers[0].sanitized_number
Titletitle
Company nameorganization.name
LinkedIn URLlinkedin_url
Apollo IDid (stored as apollo_id for future dedup)

Environment variables

Apollo enrichment uses your workspace API key stored in the database — no server-level env var needed.