Actions
| Name | Description |
|---|---|
create_dealCreate a new deal in Pipedrive | Create a new deal in Pipedrive |
update_dealUpdate an existing deal in Pipedrive | Update an existing deal in Pipedrive |
find_dealSearch for deals by term | Search for deals by term |
create_personCreate a new person (contact) in Pipedrive | Create a new person (contact) in Pipedrive |
update_personUpdate an existing person in Pipedrive | Update an existing person in Pipedrive |
find_personSearch for persons by term | Search for persons by term |
create_organizationCreate a new organization in Pipedrive | Create a new organization in Pipedrive |
update_organizationUpdate an existing organization in Pipedrive | Update an existing organization in Pipedrive |
find_organizationSearch for organizations by term | Search for organizations by term |
create_activityCreate a new activity in Pipedrive | Create a new activity in Pipedrive |
update_activityUpdate an existing activity in Pipedrive | Update an existing activity in Pipedrive |
find_activityList activities with optional filters | List activities with optional filters |
create_noteCreate a new note in Pipedrive | Create a new note in Pipedrive |
get_noteGet a specific note by ID | Get a specific note by ID |
find_notesFind notes by deal, person, or organization | Find notes by deal, person, or organization |
create_leadCreate a new lead in Pipedrive | Create a new lead in Pipedrive |
update_leadUpdate an existing lead in Pipedrive | Update an existing lead in Pipedrive |
custom_api_callMake a custom API call to the Pipedrive API | Make a custom API call to the Pipedrive API |
Triggers
| Name | Description |
|---|---|
new_dealTriggers when a new deal is created in Pipedrive | Triggers when a new deal is created in Pipedrive |
updated_dealTriggers when a deal is created or updated in Pipedrive | Triggers when a deal is created or updated in Pipedrive |
new_personTriggers when a new person is created in Pipedrive | Triggers when a new person is created in Pipedrive |
new_activityTriggers when a new activity is created in Pipedrive | Triggers when a new activity is created in Pipedrive |
new_organizationTriggers when a new organization is created in Pipedrive | Triggers when a new organization is created in Pipedrive |
Quick Start
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.