Phase2 enrich score
★ 6.8 · n8n · complex · 29 nodes
Phase2 enrich score is an n8n automation template that triggers via webhook and enriches leads with additional data, assigning a score as the second phase of a lead generation pipeline. Trigger: webhook. Integrations: Postgres. Reach for it when you need to automatically score leads after initial data has already been captured, when manually prioritizing incoming contacts is taking too much time, or when your funnel is split into independent stages each fired by its own trigger. The workflow connects to Postgres to read existing lead records, applies enrichment and scoring logic, then writes updated scores back to the database. Deployment follows the standard n8n workflow pattern — import the JSON, configure the Postgres credentials, and point the webhook to your pipeline. The direction here is enriching and scoring leads that already exist in your system, not capturing them for the first time — use form-based or CRM-trigger templates for that. Works best when Postgres is already your lead store and an n8n instance is up and running; not a fit if your database is a different engine or the first capture phase isn't yet in place.
- #Postgres