Manage sales pipeline with Pipedrive's visual deal-focused CRM.
Manage sales pipeline with Pipedrive's visual deal-focused CRM.
curl -sSL https://canifi.com/skills/pipedrive/install.sh | bash
Or manually:
cp -r skills/pipedrive ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set PIPEDRIVE_API_TOKEN "your_api_token"
canifi-env set PIPEDRIVE_COMPANY_DOMAIN "your_company_domain"
Your credentials, your choice. Canifi LifeOS respects your privacy.
If you prefer not to share credentials with Claude Code:
If you're comfortable sharing credentials, you can store them locally:
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
User: "Create a new deal in Pipedrive for Software License worth $5000"
Assistant: Creates deal with value and links to contact
User: "Move the Marketing Package deal to Demo Scheduled"
Assistant: Updates deal stage in pipeline
User: "Log a call with John about the proposal"
Assistant: Creates activity record linked to contact and deal
User: "Show me my Pipedrive pipeline overview"
Assistant: Returns deals by stage with values
| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid API token | Verify token in settings |
| 403 Forbidden | Feature not available | Check subscription tier |
| 429 Rate Limited | Too many requests | Implement rate limiting |
| 404 Not Found | Resource doesn't exist | Verify ID |