pipedrive
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
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
Zaloguj się do Pipedrive i przejdź do Ustawienia → Preferencje osobiste → API, aby skopiować swój token API.
Przechowaj token w pliku konfiguracyjnym ~/.clawdbot/clawdbot.json w sekcji skills.entries.pipedrive.apiToken, lub ustaw zmienną środowiskową PIPEDRIVE_API_TOKEN.
Aby wyświetlić wszystkie umowy, użyj komendy deals list – otrzymasz listę ze wszystkimi transakcjami w Twoim pipeline'ie.
Aby filtrować umowy, dodaj parametr --status open, aby zobaczyć tylko otwarte transakcje, lub użyj deals search z zapytaniem tekstowym.
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.
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.