OAuth providers (LinkedIn, Google Calendar)
- Open Settings → Integrations
- Click Connect next to the provider
- Complete the OAuth flow — you will be redirected back automatically
- The integration is now active for your workspace
API key providers (Prospeo, Apollo, Signalbase)
- Get your API key from the provider’s dashboard
- Open Settings → Integrations
- Click Connect next to the provider and paste the key
- Toggle Use for enrichment if you want this provider to run on new contacts automatically
Webhook providers (RB2B, Fireflies, custom)
- Open Settings → Integrations → Webhooks
- Copy your workspace webhook URL — format:
https://api.yourdomain.com/inbound/<provider>?workspace_id=<id> - Paste this URL into the provider’s dashboard as the webhook destination
- Nous verifies the payload and maps the contact automatically
Integration credentials are encrypted with AES-256-CBC using your
ENCRYPTION_KEY env var. Never share or rotate this key after setup — doing so will invalidate all stored credentials.