Loading...
Loading...
Manage sales pipeline with Pipedrive's visual deal-focused CRM.
npx skill4agent add andrejones92/canifi-life-os pipedrivecurl -sSL https://canifi.com/skills/pipedrive/install.sh | bashcp -r skills/pipedrive ~/.canifi/skills/# 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"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Create a new deal in Pipedrive for Software License worth $5000"
Assistant: Creates deal with value and links to contactUser: "Move the Marketing Package deal to Demo Scheduled"
Assistant: Updates deal stage in pipelineUser: "Log a call with John about the proposal"
Assistant: Creates activity record linked to contact and dealUser: "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 |