Pipedrive Quota Attainment Predictor

Weekly AI-powered quota attainment prediction for every Pipedrive rep — scores weighted pipeline, coverage ratio, velocity, and close rate accuracy with per-rep traffic light classification.

Weekly AI-powered per-rep quota attainment prediction for Pipedrive. Scores weighted pipeline, coverage ratio, velocity trend, close rate accuracy, and deal quality to classify each rep as ON TRACK, AT RISK, or OFF TRACK. Dual-channel output: Notion team quota dashboard brief and Slack per-rep traffic light summary. 4 AI agents, 26 nodes, SINGLE-MODEL Sonnet 4.6.

triggerSchedule01FetcherPipedrive API02Assembler5 Dimensions03AnalystQuota Scoring04FormatterBrief + DigestNotionQuota DashboardSlackTraffic Lights

Four Agents. Weekly Quota Prediction. Per-Rep Traffic Lights.

The Fetcher

Step 1The Fetcher

Code-only

Retrieves all open deals plus historical won and lost deals from Pipedrive API with pagination. Extracts deal metadata (value, stage, owner, probability) and outcome data for trend analysis.

The Assembler

Step 2The Assembler

Code-only

Computes per-rep quota attainment predictions across 5 dimensions (weighted pipeline, coverage ratio, velocity trend, close rate accuracy, deal quality). Classifies each rep as ON TRACK, AT RISK, or OFF TRACK.

The Analyst

Step 3The Analyst

Classification

Analyzes team-wide attainment patterns, identifies risk distribution, highlights top performers, quantifies pipeline gaps vs quota targets, and generates intervention recommendations.

The Formatter

Step 4The Formatter

Creative

Generates a Notion team quota dashboard brief with per-rep scorecards and risk analysis. Creates a Slack per-rep traffic light summary with green/amber/red classification and key metrics.

What It Does NOT Do

×

Does not forecast pipeline-level revenue — use RevOps Forecast Intelligence (#16) for HubSpot pipeline forecasting

×

Does not coach individual rep activities — use Sales Rep Performance Coach (#35) for HubSpot activity coaching

×

Does not detect activity cadence gaps — use Pipedrive Activity Gap Detector (#61) for daily cadence monitoring

×

Does not diagnose stalled deals — use Deal Stall Diagnoser (#21) for on-demand stall diagnosis

×

Does not provide real-time alerts — weekly batch analysis runs on a Wednesday schedule

×

Does not work with HubSpot — this is Pipedrive-specific; use RFIA/SRPC for HubSpot

The Complete Customer Success Bundle

6 files.

pipedrive_quota_attainment_predictor_v1_0_0.jsonMain workflow (26 nodes)
pipedrive_quota_attainment_predictor_scheduler_v1_0_0.jsonScheduler workflow (3 nodes)
README.md10-minute setup guide
docs/TDD.mdTechnical Design Document
system_prompts/analyst_system_prompt.mdAnalyst prompt reference
system_prompts/formatter_system_prompt.mdFormatter prompt reference

Tested. Measured. Documented.

Weekly per-rep quota attainment prediction across 5 dimensions with traffic light classification and dual-channel delivery (Notion dashboard + Slack traffic light).

Pipedrive Quota Attainment Predictor v1.0.0───────────────────────────────────────────────Nodes            26 (main) + 3 (scheduler)Agents           4 (Fetcher, Assembler, Analyst, Formatter)LLM Calls        2 per run (Analyst + Formatter)Model            Sonnet 4.6 (SINGLE-MODEL)Trigger          Schedule (weekly Wed 9:00 UTC) + WebhookPattern          AGGREGATE (weekly batch)Tool A           Pipedrive (pipedriveApi) — per-rep deals, stages, values, historical outcomesTool B           Notion (httpHeaderAuth) — team quota dashboard briefTool C           Slack (httpHeaderAuth) — per-rep traffic light summaryITP              8 variations, 14 milestonesBQS              12/12 PASSCost             $0.05–$0.10 per run

What You'll Need

Platform

n8n 2.7.5+

Est. Monthly API Cost

~$0.05-0.10 per weekly run. 4 runs/month ~$0.20-0.40/month.

Credentials Required

  • Anthropic API
  • Pipedrive API (pipedriveApi type)
  • Notion (httpHeaderAuth Bearer)
  • Slack (Bot Token, httpHeaderAuth Bearer)

Services

  • Pipedrive account ($12.50+/user/mo)
  • Notion workspace
  • Slack workspace (Bot Token with chat:write scope)
  • Anthropic API key

Setup Track

Quick Start

~15 min

All credentials live, n8n running

Full Setup

1–2 hrs

Needs API config + tables

From Scratch

2–4 hrs

No n8n, no credentials

Pipedrive Quota Attainment Predictor v1.0.0

$249

one-time purchase

What you get:

  • 26-node main workflow + 3-node scheduler
  • Weekly per-rep quota attainment prediction across 5 dimensions
  • Traffic light classification: ON TRACK, AT RISK, OFF TRACK
  • Configurable rep quotas, periods, and thresholds
  • Notion team quota dashboard brief with scorecards
  • Slack per-rep traffic light summary with key metrics
  • Historical trend analysis (close rate, velocity, deal quality)
  • Full technical documentation + system prompts

Frequently Asked Questions

What prediction dimensions does it use?+

Five dimensions: weighted pipeline (deal values x stage probability), coverage ratio (pipeline/quota), velocity trend (deal progression speed vs historical baseline), close rate accuracy (historical win rate), and deal quality (deal size distribution and aging profile).

How does the traffic light classification work?+

Each rep is classified based on predicted attainment: ON TRACK (>=80% of quota, configurable), AT RISK (50-79%), or OFF TRACK (<50%). Thresholds are configurable via ON_TRACK_THRESHOLD and AT_RISK_THRESHOLD.

How do I set rep quotas?+

REP_QUOTAS is a JSON object mapping rep names to quota targets (e.g., {"Alice Smith": 75000, "Bob Jones": 50000}). Rep names must match Pipedrive deal owner names exactly.

How does it differ from RevOps Forecast Intelligence?+

RFIA (#16) forecasts pipeline-level revenue on HubSpot. Sales Rep Performance Coach (#35) coaches rep activity on HubSpot. This product predicts per-rep quota ATTAINMENT on Pipedrive — quota-specific, rep-specific, with traffic light classification.

What historical data does it use?+

It fetches won and lost deals from the past N months (configurable via HISTORICAL_MONTHS, default 3) to calculate close rates, average velocity, and deal quality baselines per rep.

Does it use web scraping?+

No. All data comes from the Pipedrive REST API (deals endpoint with status filters). No web scraping, no page parsing.

Is there a refund policy?+

All sales are final after download. Review the Blueprint Dependency Matrix and prerequisites before purchase. Questions? Contact support@forgeworkflows.com before buying. Full terms at forgeworkflows.com/legal.

Read the full guide →

Related Blueprints