Pipedrive

Pipedrive

Manage deals, contacts, and sales pipelines with Pipedrive

18 actions
5 triggers

Actions

Name
create_deal

Create a new deal in Pipedrive

update_deal

Update an existing deal in Pipedrive

find_deal

Search for deals by term

create_person

Create a new person (contact) in Pipedrive

update_person

Update an existing person in Pipedrive

find_person

Search for persons by term

create_organization

Create a new organization in Pipedrive

update_organization

Update an existing organization in Pipedrive

find_organization

Search for organizations by term

create_activity

Create a new activity in Pipedrive

update_activity

Update an existing activity in Pipedrive

find_activity

List activities with optional filters

create_note

Create a new note in Pipedrive

get_note

Get a specific note by ID

find_notes

Find notes by deal, person, or organization

create_lead

Create a new lead in Pipedrive

update_lead

Update an existing lead in Pipedrive

custom_api_call

Make a custom API call to the Pipedrive API

Triggers

Name
new_deal

Triggers when a new deal is created in Pipedrive

updated_deal

Triggers when a deal is created or updated in Pipedrive

new_person

Triggers when a new person is created in Pipedrive

new_activity

Triggers when a new activity is created in Pipedrive

new_organization

Triggers when a new organization is created in Pipedrive

Quick Start

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

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

const result = await weavz.actions.execute({
  integrationName: 'pipedrive',
  actionName: 'create_deal',
  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 18 actions including Create Deal, Update Deal, Find Deal, Create Person, Update Person, 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 3 meta-tools with on-demand API discovery for efficient agent access.

What authentication does Pipedrive use?

Pipedrive uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.

How much does the Pipedrive integration cost?

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

What triggers does Pipedrive support?

Pipedrive supports 5 triggers including New Deal, Updated Deal, New Person, New Activity, New Organization.

Connect Pipedrive in minutes

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