The catalogue/Pipedrive

Pipedrive

app.pipedrive

Pipedrive CRM — manage deals, persons, organizations, activities, and pipelines.

Version2.0.0
Categorycrm
AuthAPI key
Tools18
Transportstdio
LicenceMIT
02

Tools

18 tools the agent can call.

Every one is declared with typed parameters and returns structured results, so the host can render them instead of narrating them.

  • create-activityCreate a new activity in Pipedrive. Returns the created activity object.
  • create-dealCreate a new deal in Pipedrive. Returns the created deal object.
  • create-noteCreate a new note in Pipedrive. Must be associated with at least one entity (deal, person, or organization). Returns the created note object.
  • create-organizationCreate a new organization in Pipedrive. Returns the created organization object.
  • create-personCreate a new person (contact) in Pipedrive. Returns the created person object.
  • delete-dealDelete a deal from Pipedrive by its ID. This action is irreversible.
  • get-dealGet details of a specific deal by its ID, including associated contacts and organization.
  • get-organizationGet details of a specific organization by its ID, including address, people count, and custom fields.
  • get-personGet details of a specific person (contact) by their ID, including email, phone, and associated organization.
  • list-activitiesList activities from your Pipedrive account. Supports filtering by type, user, and pagination.
  • list-dealsList deals from your Pipedrive account. Supports filtering by status, stage, user, and cursor-based pagination.
  • list-notesList notes from your Pipedrive account. Supports filtering by associated entity and pagination.
  • list-organizationsList organizations from your Pipedrive account. Supports pagination and sorting.
  • list-personsList persons (contacts) from your Pipedrive account. Supports pagination and sorting.
  • list-pipelinesList all pipelines from your Pipedrive account.
  • list-stagesList stages from your Pipedrive account. Optionally filter by pipeline ID.
  • update-dealUpdate an existing deal in Pipedrive. Supports changing title, value, and status.
  • update-organizationUpdate an existing organization in Pipedrive. Supports changing name and owner.
03

Auth and permissions

What it asks for.

Declared in the manifest, in advance. The app cannot reach anything it did not ask for here.

User secrets

API_TOKEN

Reading further

The manifest and the source for Pipedrive live in the monorepo, alongside the other apps.

Read the sourceBack to the catalogue

Pipedrive · Agent Apps