🎯 Generate daily Pipedrive deal summaries with GPT-4o-mini

⚑ 732 views · 🎯 AI Summarization & Classification

Description

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

  1. Go to OpenAI Platform
  2. Navigate to OpenAI Billing
  3. Add funds to your billing account
  4. Copy your API key into the OpenAI credentials in n8n

2️⃣ Connect Pipedrive

  1. In Pipedrive β†’ Personal preferences β†’ API β†’ copy your API token
    • URL shortcut: https://{your-company}.pipedrive.com/settings/personal/api
  2. 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
  3. In the Pipedrive nodes, select your Pipedrive credential and (optionally) set filters (e.g., owner, label, created time).

🧠 How It Works


πŸ’¬ Example Prompts


πŸ“¬ Contact

Need help extending this (e.g., send summaries by Slack/Email, or auto-create tasks in Pipedrive)?

πŸ”— Nodes Used

Pipedrive, AI Agent, OpenAI Chat Model, Summarize

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup