pipedrive
Installation
SKILL.md
Pipedrive
Manage persons, organizations, deals, and activities.
Environment Variables
PIPEDRIVE_API_TOKEN- API tokenPIPEDRIVE_DOMAIN- Company domain (e.g.mycompany)
List deals
curl -s "https://$PIPEDRIVE_DOMAIN.pipedrive.com/api/v1/deals?api_token=$PIPEDRIVE_API_TOKEN&limit=10" | jq '.data[] | {id, title, value, currency, status}'