Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
add note
pipedrive:add_note
Execute add_note action via pipedrive
Write
Low risk
create activity
pipedrive:create_activity
Execute create_activity action via pipedrive
Write
Low risk
create deal
pipedrive:create_deal
Create a new deal in Pipedrive. Title is required. Link to a person and/or organization.
Write
Low risk
create lead
pipedrive:create_lead
Create a new lead in Pipedrive Leads Inbox. Must link to a person and/or organization. Leads live in the Leads Inbox until archived or converted to a deal.
Write
Low risk
create note
pipedrive:create_note
Execute create_note action via pipedrive
Write
Low risk
create organization
pipedrive:create_organization
Execute create_organization action via pipedrive
Write
Low risk
create person
pipedrive:create_person
Create a new person (contact) in Pipedrive. Name is required, provide email or phone.
Write
Low risk
delete deal
pipedrive:delete_deal
Execute delete_deal action via pipedrive
Write
Low risk
get activities
pipedrive:get_activities
Execute get_activities action via pipedrive
Read
Low risk
get current user
pipedrive:get_current_user
Execute get_current_user action via pipedrive
Read
Low risk
get deal
pipedrive:get_deal
Get a single deal by ID. Returns deal details including stage, value, contacts, and status.
Read
Low risk
get deals
pipedrive:get_deals
List and filter deals. Use status, pipeline, stage, person, or org filters to narrow results. For keyword search use pipedrive_search_deals instead.
Read
Low risk
get organization
pipedrive:get_organization
Get a single organization by ID. Returns org details, address, deal counts, and linked contacts.
Read
Low risk
get person
pipedrive:get_person
Get a single person (contact) by ID. Returns contact details, email, phone, org, and deal counts.
Read
Low risk
get persons
pipedrive:get_persons
List and filter persons (contacts). For keyword search use pipedrive_search_persons.
Read
Low risk
get pipelines
pipedrive:get_pipelines
Execute get_pipelines action via pipedrive
Read
Low risk
get stages
pipedrive:get_stages
Execute get_stages action via pipedrive
Read
Low risk
Import Apollo Leads
pipedrive:import_apollo_leads
Execute import_apollo_leads action via pipedrive
Write
Medium risk
search deals
pipedrive:search_deals
Search deals by keyword across title, notes, and custom fields. For filtering by status/stage/pipeline without keywords, use pipedrive_get_deals.
Read
Low risk
search organizations
pipedrive:search_organizations
Execute search_organizations action via pipedrive
Read
Low risk
search persons
pipedrive:search_persons
Search persons (contacts) by keyword across name, email, phone, notes. For filtering by org/owner without keywords, use pipedrive_get_persons.
Read
Low risk
test api key
pipedrive:test_api_key
Test Pipedrive API token by calling the "current user" endpoint. Returns basic user info if authentication succeeds.
Write
Low risk
update deal
pipedrive:update_deal
Update an existing deal. Use to change stage, value, status, or linked contacts. Setting status to "won" or "lost" closes the deal.
Write
Low risk
update organization
pipedrive:update_organization
Execute update_organization action via pipedrive
Write
Low risk
update person
pipedrive:update_person
Update an existing person (contact). Only provided fields are changed.
Write
Low risk