pipedrive

Automate Pipedrive CRM workflows via REST API to manage deals, people, and pipelines.

1|Updated May 5, 2026
One-click install
npx skills add https://github.com/MindOpsTeam/agente-cfo --skill pipedrive-mindopsteam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipedrive
Source: https://github.com/MindOpsTeam/agente-cfo/tree/main/skills/pipedrive
Command: npx skills add https://github.com/MindOpsTeam/agente-cfo --skill pipedrive-mindopsteam

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Pipedrive Skill provides a programmatic bridge between Agente CFO and the Pipedrive CRM API, enabling automation of CRM tasks from code.

Core Features & Use Cases

  • Integrates with the Pipedrive REST API to manage deals, persons, organizations, and pipelines.
  • Supports listing, creating, updating, and moving deals; creating notes and activities; and handling leads and products.
  • Caches pipeline stages locally for quick stage resolution and faster workflows.

Quick Start

Run the connect.sh script to configure credentials and initialize the stage cache.

Frequently Asked Questions about pipedrive

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Pipedrive CRM deal creation and pipeline updates?

You can automate Pipedrive CRM deal creation and pipeline updates by connecting to the Pipedrive REST API. This integration manages deals, people, and pipelines while caching stages locally for faster lookups and workflow execution.

What do I need to connect to the Pipedrive API for sales automation?

To connect to the Pipedrive API for sales automation, you need a Pipedrive API token and your company domain. You provide these credentials during setup to initialize the connection and cache pipeline stages for your workflows.

Can I synchronize person and organization data across Pipedrive modules?

Yes, you can synchronize person and organization data across Pipedrive modules. The integration supports read and write operations via the REST API, enabling data synchronization across CRM modules to keep your sales records consistent.

Does this Pipedrive integration support moving deals between pipeline stages?

Yes, this Pipedrive integration supports moving deals between pipeline stages. It lists, creates, updates, and moves deals programmatically while caching pipeline stages locally to quickly resolve stage references during automation.

How do I create notes and activities for Pipedrive leads programmatically?

You create notes and activities for Pipedrive leads programmatically by utilizing the REST API through automation scripts. The integration handles leads, products, and activity creation directly to keep your CRM data fully updated.

What is the best way to cache Pipedrive pipeline stages for faster lookups?

The best way to cache Pipedrive pipeline stages for faster lookups is using a script that initializes a local stage cache during setup. This caches stages locally for quick resolution, accelerating your CRM automation workflows.