Automate Daily Pipedrive Deal Summaries with OpenAI
This workflow retrieves deals and their notes from Pipedrive, translates stage IDs into names, aggregates the data, and utilizes OpenAI to generate a daily summary of your sales funnel.
The workflow begins with a manual trigger, fetching all deals and their associated notes from Pipedrive. It uses a code node to map stage IDs to their respective names, such as 'Prospecting' or 'Qualified'. The notes are then combined and summarized by deal, and field names are set for further processing. The aggregated data is converted to text, which is then fed into an OpenAI model to produce a natural-language summary of the deals and their current stages.
Platform
n8n
Category
AI
Price
Free
Creator
Zoe Mitchell
set
code
aggregate
pipedrive
summarize
stickyNote
manualTrigger
agent
lmChatOpenAi
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.