Category: CRM
Connect by: Paste an API key
Official API docs: https://developers.pipedrive.com/docs/api/v1
| Capability | API call | Risk | Needs approval |
|---|---|---|---|
| Retrieve deals ordered by most recently added. (docs) | GET /deals | 🟢 low | — no |
| Retrieve person (contact) records. (docs) | GET /persons | 🟢 low | — no |
| Capability | API call | Risk | Needs approval |
|---|---|---|---|
| Create a new deal (title, value, currency, person). (docs) | POST /deals | 🟡 medium | ✅ yes |
| Create a new person/contact (name, email, phone). (docs) | POST /persons | 🟡 medium | ✅ yes |
| Create an activity (subject, type, due date), optionally on a deal. (docs) | POST /activities | 🟢 low | — no |
Token-based budget per company (30k base × plan multiplier × seats, +API token top-ups); lighter calls cost fewer tokens. Plus per-user 2s burst limits. HTTP 429 on exceed.