← Tools Reference

Pipedrive

Pipedrive integration (Productivity, Marketing). Imported from open-connector.

API key27 toolshttps://api.pipedrive.com
GET
pipedrive_list_persons
List Pipedrive persons with optional owner, updated time, pagination, and custom field filters.

/api/v2/persons

GET
pipedrive_get_person
Get one Pipedrive person by person ID.

/api/v2/persons/{personId}

1 parameter
ParamTypeRequiredDescription
personIdintegerrequiredThe Pipedrive person ID to retrieve.
POST
pipedrive_create_person
Create a Pipedrive person with contact values, labels, ownership, visibility, and custom fields.

/api/v2/persons

PATCH
pipedrive_update_person
Update one Pipedrive person by person ID.

/api/v2/persons/{personId}

1 parameter
ParamTypeRequiredDescription
personIdstringrequiredPath parameter: personId
DELETE
pipedrive_delete_person
Delete one Pipedrive person by person ID.

/api/v2/persons/{personId}

1 parameter
ParamTypeRequiredDescription
personIdintegerrequiredThe Pipedrive person ID to delete.
GET
pipedrive_search_persons
Search Pipedrive persons by name, email, phone, notes, or custom fields.

/api/v2/persons/search

GET
pipedrive_list_organizations
List Pipedrive organizations with optional owner, updated time, pagination, and custom field filters.

/api/v2/organizations

GET
pipedrive_get_organization
Get one Pipedrive organization by organization ID.

/api/v2/organizations/{organizationId}

1 parameter
ParamTypeRequiredDescription
organizationIdintegerrequiredThe Pipedrive organization ID to retrieve.
POST
pipedrive_create_organization
Create a Pipedrive organization with address, labels, ownership, visibility, and custom fields.

/api/v2/organizations

PATCH
pipedrive_update_organization
Update one Pipedrive organization by organization ID.

/api/v2/organizations/{organizationId}

1 parameter
ParamTypeRequiredDescription
organizationIdstringrequiredPath parameter: organizationId
DELETE
pipedrive_delete_organization
Delete one Pipedrive organization by organization ID.

/api/v2/organizations/{organizationId}

1 parameter
ParamTypeRequiredDescription
organizationIdintegerrequiredThe Pipedrive organization ID to delete.
GET
pipedrive_search_organizations
Search Pipedrive organizations by name, address, notes, or custom fields.

/api/v2/organizations/search

GET
pipedrive_list_deals
List Pipedrive deals with optional owner, status, updated time, pagination, and custom field filters.

/api/v2/deals

GET
pipedrive_get_deal
Get one Pipedrive deal by deal ID.

/api/v2/deals/{dealId}

1 parameter
ParamTypeRequiredDescription
dealIdintegerrequiredThe Pipedrive deal ID to retrieve.
POST
pipedrive_create_deal
Create a Pipedrive deal with title, linked person or organization, value, stage, labels, and custom fields.

/api/v2/deals

PATCH
pipedrive_update_deal
Update one Pipedrive deal by deal ID.

/api/v2/deals/{dealId}

1 parameter
ParamTypeRequiredDescription
dealIdstringrequiredPath parameter: dealId
DELETE
pipedrive_delete_deal
Delete one Pipedrive deal by deal ID.

/api/v2/deals/{dealId}

1 parameter
ParamTypeRequiredDescription
dealIdintegerrequiredThe Pipedrive deal ID to delete.
GET
pipedrive_search_deals
Search Pipedrive deals by title, notes, or custom fields.

/api/v2/deals/search

GET
pipedrive_list_activities
List Pipedrive activities with optional user, type, date, done state, and pagination filters.

/api/v2/activities

GET
pipedrive_get_activity
Get one Pipedrive activity by activity ID.

/api/v2/activities/{activityId}

1 parameter
ParamTypeRequiredDescription
activityIdintegerrequiredThe Pipedrive activity ID to retrieve.
POST
pipedrive_create_activity
Create a Pipedrive activity with schedule, attendees, participants, linked entities, and notes.

/api/v2/activities

PATCH
pipedrive_update_activity
Update one Pipedrive activity by activity ID.

/api/v2/activities/{activityId}

1 parameter
ParamTypeRequiredDescription
activityIdstringrequiredPath parameter: activityId
DELETE
pipedrive_delete_activity
Delete one Pipedrive activity by activity ID.

/api/v2/activities/{activityId}

1 parameter
ParamTypeRequiredDescription
activityIdintegerrequiredThe Pipedrive activity ID to delete.
GET
pipedrive_list_pipelines
List Pipedrive pipelines with optional sorting and pagination.

/api/v2/pipelines

GET
pipedrive_get_pipeline
Get one Pipedrive pipeline by pipeline ID.

/api/v2/pipelines/{pipelineId}

1 parameter
ParamTypeRequiredDescription
pipelineIdintegerrequiredThe Pipedrive pipeline ID to retrieve.
GET
pipedrive_list_stages
List Pipedrive stages with optional pipeline, sorting, and pagination filters.

/api/v2/stages

GET
pipedrive_get_stage
Get one Pipedrive stage by stage ID.

/api/v2/stages/{stageId}

1 parameter
ParamTypeRequiredDescription
stageIdintegerrequiredThe Pipedrive stage ID to retrieve.