eavz
Pipedrive

Pipedrive

Sales CRM and pipeline management software

29 actions
14 triggers

Actions

Name
add-follower

Adds a follower to a deal, person, organization or product.

get-note

Finds a note by ID.

create-note

Creates a new note.

add-labels-to-person

Adds existing labels to an existing person.

add-product-to-deal

Adds a product to a deal.

attach-file

Uploads a file and attaches it to a deal,person,organization,activity or product.

create-activity

Creates a new activity.

update-activity

Updates an existing activity.

create-deal

Creates a new deal.

update-deal

Updates an existing deal.

create-lead

Creates a new lead.

update-lead

Updates an existing lead.

create-organization

Creates a new organization.

update-organization

Updates an existing organization.

create-person

Creates a new person.

update-person

Updates an existing person.

create-product

Creates a new product.

update-product

Updates an existing product.

find-deals-associated-with-person

Finds multiple deals related to a specific person.

find-product

Finds a product by name

find-products

Finds a product or products by name or product code.

find-notes

Finds notes by Deal, Lead, Person, or Organization ID.

get-product

Finds a product by ID.

find-organization

Finds an organization.

find-person

Finds a person.

find-deal

Finds a deal by any field.

find-activity

Finds an activity by subject.

find-user

Finds a user by name or email.

custom_api_call

Make a custom API call to a specific endpoint

Triggers

Name
new_person

Triggers when a new person is created

new_deal

Triggers when a new deal is created.

new_activity

Triggers when a new activity is added

new-note

Triggers when a new note is created.

updated_person

Triggers when a person is updated.

updated_deal

Triggers when a deal is updated.

updated-deal-stage

Triggers when a deal's stage is updated.

new-lead

Triggers when a new lead is created.

new-organization

Triggers when a new organization is created.

updated-organization

Triggers when an existing organization is updated.

activity-matching-filter

Trigges when an activity newly matches a Pipedrive filter for the first time.

deal-matching-filter

Trigges when a deal newly matches a Pipedrive filter for the first time.

person-matching-filter

Triggers when a person newly matches a Pipedrive filter for the first time.

organization-matching-filter

Triggers when an organization newly matches a Pipedrive filter for the first time.

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'pipedrive',
  actionName: 'add-follower',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Pipedrive to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Pipedrive support?

Pipedrive supports 29 actions including Add Follower, Retrieve a Note, Create Note, Add Labels to Person, Add Product to Deal, and more.

Can I use Pipedrive with AI agents?

Yes. Add Pipedrive to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Pipedrive use?

Pipedrive uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Pipedrive integration cost?

The Pipedrive integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does Pipedrive support?

Pipedrive supports 14 triggers including New Person, New Deal, New Activity, New Note, Updated Person, and more.

Connect Pipedrive in 2 minutes

Get 1,000 free actions every month. No credit card required.