Generate Daily Pipedrive Deal Summaries with GPT-4o-mini
This workflow fetches deals and their notes from Pipedrive, cleans up stage IDs into names, aggregates the information, and uses OpenAI to generate a daily summary of your funnel.
⚙️ Setup Instructions
1️⃣ Set Up OpenAI Connection
Go to OpenAI Platform
Navigate to OpenAI Billing
Add funds to your billing account
Copy your API key into the OpenAI credentials in n8n
2️⃣ Connect Pipedrive
In Pipedrive → Personal preferences → API → copy your API token
URL shortcut: https://{your-company}.pipedrive.com/settings/personal/api
In n8n → Credentials → New → Pipedrive API
Company domain: {your-company} (the subdomain in your Pipedrive URL)
API Token: paste the token from step 1 → Save
In the Pipedrive nodes, select your Pipedrive credential and (optionally) set filters (e.g., owner, label, created time).
🧠 How It Works
Trigger**: Workflow runs on manual execution (can be scheduled).
Get many deals**: Pulls all deals from your Pipedrive.
Code node**: Maps stage_id numbers into friendly stage names (Prospecting, Qualified, Proposal Sent, etc.).
Get many notes**: Fetches notes attached to each deal.
Combine Notes**: Groups notes by deal, concatenates content, and keeps deal titles.
Set Field Names**: Normalizes the fields for summarization.
Aggregate for Agent**: Collects data into one object.
Turn Objects to Text**: Prepares text data for AI.
OpenAI Chat Model + Summarize Agent: Generates a **daily natural-language summary of deals and their current stage.
💬 Example Prompts
“Summarize today’s deal activity.”
“Which deals are still in negotiation?”
“What updates were added to closed-won deals this week?”
📬 Contact Need help extending this (e.g., send summaries by Slack/Email, or auto-create tasks in Pipedrive)?
📧 rbreen@ynteractive.com
🔗 Robert Breen
🌐 ynteractive.com
Related Templates
Use OpenRouter in n8n versions <1.78
What it is: In version 1.78, n8n introduced a dedicated node to use the OpenRouter service, which lets you to use a lot...
Task Deadline Reminders with Google Sheets, ChatGPT, and Gmail
Intro This template is for project managers, team leads, or anyone who wants to automatically remind teammates of tasks ...
🤖 Build Resilient AI Workflows with Automatic GPT and Gemini Failover Chain
This workflow contains community nodes that are only compatible with the self-hosted version of n8n. How it works This...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments