El catálogo/Pipedrive

Pipedrive

app.pipedrive

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

Clave de APIcrmLeer el código
Versión2.0.0
Categoríacrm
AutenticaciónClave de API
Herramientas18
Transportestdio
LicenciaMIT
02

Herramientas

18 herramientas que el agente puede llamar.

Todas se declaran con parámetros tipados y devuelven resultados estructurados, así que el anfitrión puede renderizarlas en vez de narrarlas.

  • 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

Autenticación y permisos

Qué pide.

Declarado en el manifiesto y por adelantado. La aplicación no puede alcanzar nada que no haya pedido aquí.

Secretos de usuario

API_TOKEN

Seguir leyendo

El manifiesto y el código de Pipedrive están en el monorepo, junto al resto de aplicaciones.

Leer el códigoVolver al catálogo

Pipedrive · Agent Apps