← 返回
沟通协作 Key 中文

Pipedrive CRM (OpenClaw)

Manage Pipedrive CRM from OpenClaw using API v1, including people, organizations, deals, leads, activities, notes, pipelines, and custom endpoint actions. Us...
通过 OpenClaw 使用 API v1 管理 Pipedrive CRM,涵盖人员、组织、交易、线索、活动、笔记、管道及自定义端点操作。
danielfoch
沟通协作 clawhub v0.1.0 1 版本 99809 Key: 需要
★ 0
Stars
📥 1,045
下载
💾 23
安装
1
版本
#latest

概述

Pipedrive CRM for OpenClaw

Use this skill to run day-to-day CRM operations in Pipedrive through API calls, including CRUD, search, pipeline movement, activity logging, and any unsupported operation via raw endpoint requests.

Required Environment

Set one authentication mode:

  • PIPEDRIVE_API_TOKEN for API token auth (simplest)
  • PIPEDRIVE_ACCESS_TOKEN for OAuth bearer auth

Set base routing:

  • PIPEDRIVE_COMPANY_DOMAIN (for example: acme for https://acme.pipedrive.com)

Optional:

  • PIPEDRIVE_API_BASE to override full API base URL (defaults to https://.pipedrive.com/api/v1)
  • PIPEDRIVE_TIMEOUT request timeout in seconds (default 30)

Setup

If the user asks to connect or validate credentials:

python3 skills/pipedrive-crm-openclaw/scripts/setup-wizard.py

Primary Script

Run:

python3 skills/pipedrive-crm-openclaw/scripts/pipedrive-api.py <command> [args]

Core commands:

  • test_connection
  • list [--start N] [--limit N]
  • get
  • create
  • update [--method PUT|PATCH]
  • delete
  • search [--limit N] [--fields csv] [--exact-match]
  • move_deal_stage [--status open|won|lost|deleted]
  • add_note [--deal-id ID] [--person-id ID] [--org-id ID] [--lead-id UUID]
  • request [--query '{...}'] [--body '{...}']

Supported entities:

  • persons
  • organizations
  • deals
  • leads
  • activities
  • notes
  • products
  • users
  • pipelines
  • stages

Practical OpenClaw Playbooks

Lead Intake and Qualification

  1. search persons "name or email" to deduplicate.
  2. create persons '{...}' if no match.
  3. create deals '{...}' and link person/org.
  4. add_note "summary" --deal-id to preserve context.

Pipeline Management

  1. list deals with filters through request query.
  2. move_deal_stage .
  3. create activities '{...}' for next follow-up.

Daily Follow-Up Queue

  1. list activities and search persons.
  2. update activities '{"done":1}' after completion.
  3. Log interaction with add_note.

Safety Rules

  • Never print or echo raw tokens in chat output.
  • Read before write when user intent is ambiguous.
  • Validate IDs from API responses before destructive actions.
  • If response is 401 or 403, stop and request corrected credentials/scopes.
  • Use request for endpoints not yet wrapped by helper commands.

References

Load as needed:

  • references/entity-playbooks.md
  • references/pipedrive-v1-notes.md

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-29 08:51 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

imap-smtp-email

gzlicanyi
使用IMAP/SMTP读取和发送邮件;检查新/未读邮件、获取内容、搜索邮箱、标记已读/未读、发送带附件的邮件。支持...
★ 113 📥 52,406
communication-collaboration

Himalaya

lamelas
{"answer":"通过IMAP/SMTP管理邮件的CLI。可在终端使用 `himalaya` 收发、回复、转发、搜索及整理邮件。支持多账户与MML(MIME元语言)编写邮件。"}
★ 68 📥 45,585
content-creation

Podcast to Substack

danielfoch
将 RSS 和 Notion 中的播客发布至 Substack,附带 Apple Podcasts 嵌入和图片,随后生成 LinkedIn 适配的配套帖子。
★ 0 📥 1,285