MiqromanageSupport

Pipedrive

Category: CRM
Connect by: Paste an API key
Official API docs: https://developers.pipedrive.com/docs/api/v1

What the agent can see

CapabilityAPI callRiskNeeds approval
Retrieve deals ordered by most recently added. (docs)GET /deals🟢 low— no
Retrieve person (contact) records. (docs)GET /persons🟢 low— no

What the agent can do

CapabilityAPI callRiskNeeds 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

Connecting it

  • You provide: API token
  • Where to get it: Pipedrive → Settings → Personal preferences → API → personal API token (or company-wide). The company domain prefixes the API base URL.
  • Permissions/scopes: none / not scope-based

Account setup

  • Account needed: Any Pipedrive account — these deals/persons/activities APIs are available across plans; higher plans raise the token budget.
  • App registration: API token from Settings → API, no OAuth app needed for single-account; OAuth app via Developer Hub for marketplace.
  • Verification required: Marketplace app review only for public OAuth apps.
  • Testing: trial account

Limits

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.