Toolverse
All skills

pipedrive

by openclaw

Pipedrive CRM API for managing deals, contacts (persons), organizations, activities, leads, pipelines, products, and notes. Use for sales pipeline management, deal tracking, contact/organization management, activity scheduling, lead handling, or any Pipedrive CRM tasks.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
DevOps

About this skill

Pipedrive CRM API for managing deals, contacts (persons), organizations, activities, leads, pipelines, products, and notes. Use for sales pipeline management, deal tracking, contact/organization management, activity scheduling, lead handling, or any Pipedrive CRM tasks.

How to use

  1. Zaloguj się do Pipedrive i przejdź do Ustawienia → Preferencje osobiste → API, aby skopiować swój token API.

  2. Przechowaj token w pliku konfiguracyjnym ~/.clawdbot/clawdbot.json w sekcji skills.entries.pipedrive.apiToken, lub ustaw zmienną środowiskową PIPEDRIVE_API_TOKEN.

  3. Aby wyświetlić wszystkie umowy, użyj komendy deals list – otrzymasz listę ze wszystkimi transakcjami w Twoim pipeline'ie.

  4. Aby filtrować umowy, dodaj parametr --status open, aby zobaczyć tylko otwarte transakcje, lub użyj deals search z zapytaniem tekstowym.

  5. Aby utworzyć nową umowę, użyj deals create z parametrami --title, --person (ID kontaktu) i --value (kwota). Aby zaktualizować istniejącą umowę, użyj deals update z ID umowy i nowymi wartościami.

  6. Aby zamknąć umowę, oznacz ją jako wygrana (deals won) lub przegrana (deals lost z podaniem powodu). Analogicznie zarządzaj kontaktami za pomocą persons list, persons create i persons update.

Related skills