KosmoKrator

productivity

Pipedrive CLI for AI Agents

Use the Pipedrive CLI from KosmoKrator to call Pipedrive tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.

Pipedrive CLI Setup

Pipedrive can be configured headlessly with `kosmokrator integrations:configure pipedrive`.

Install, configure, and verify
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash

# Configure and verify this integration.
kosmokrator integrations:configure pipedrive --enable --read allow --write ask --json
kosmokrator integrations:doctor pipedrive --json
kosmokrator integrations:status --json

Credentials

Authentication type: API token api_token. Configure credentials once, then reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.

No credentials are required.

Command Patterns

The generic command is stable across every integration. The provider shortcut is shorter for humans.

Generic CLI call
kosmo integrations:call pipedrive.pipedrive_add_activity_type '{}' --json
Provider shortcut
kosmo integrations:pipedrive pipedrive_add_activity_type '{}' --json

Discovery

These commands return structured output for coding agents that need to inspect capabilities before choosing a function.

Discovery commands
kosmo integrations:docs pipedrive --json
kosmo integrations:docs pipedrive.pipedrive_add_activity_type --json
kosmo integrations:schema pipedrive.pipedrive_add_activity_type --json
kosmo integrations:search "Pipedrive" --json
kosmo integrations:list --json

Automation Contexts

The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.

CLI Functions

Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.

pipedrive.pipedrive_add_activity_type

Add new activity type Adds a new activity type.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_add_activity_type '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_add_activity_type '{}' --json

pipedrive.pipedrive_add_call_log

Add a call log Adds a new call log.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_add_call_log '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_add_call_log '{}' --json

pipedrive.pipedrive_add_call_log_audio_file

Attach an audio file to the call log Adds an audio recording to the call log. That audio can be played by those who have access to the call log object.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_add_call_log_audio_file '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_add_call_log_audio_file '{}' --json

pipedrive.pipedrive_add_channel

Add a channel Adds a new messaging channel, only admins are able to register new channels. It will use the getConversations endpoint to fetch conversations, participants and messages afterward. To use the endpoint, you need to have **Messengers integration** OAuth scope enabled and the Messaging manifest ready for the [Messaging app extension](https://pipedrive.readme.io/docs/messaging-app-extension).

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_add_channel '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_add_channel '{}' --json

pipedrive.pipedrive_add_deal_field

Add a new deal field Adds a new deal field. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/adding-a-new-custom-field" target="_blank" rel="noopener noreferrer">adding a new custom field</a>.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_add_deal_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_add_deal_field '{}' --json

pipedrive.pipedrive_add_deal_follower

Add a follower to a deal Adds a follower to a deal.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_add_deal_follower '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_add_deal_follower '{}' --json

pipedrive.pipedrive_add_deal_participant

Add a participant to a deal Adds a participant to a deal.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_add_deal_participant '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_add_deal_participant '{}' --json

pipedrive.pipedrive_add_file

Add file Lets you upload a file and associate it with a deal, person, organization, activity, product or lead. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/adding-a-file" target="_blank" rel="noopener noreferrer">adding a file</a>.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_add_file '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_add_file '{}' --json

pipedrive.pipedrive_add_file_and_link_it

Create a remote file and link it to an item Creates a new empty file in the remote location (`googledrive`) that will be linked to the item you supply. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/adding-a-remote-file" target="_blank" rel="noopener noreferrer">adding a remote file</a>.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_add_file_and_link_it '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_add_file_and_link_it '{}' --json

pipedrive.pipedrive_add_filter

Add a new filter Adds a new filter, returns the ID upon success. Note that in the conditions JSON object only one first-level condition group is supported, and it must be glued with 'AND', and only two second level condition groups are supported of which one must be glued with 'AND' and the second with 'OR'. Other combinations do not work (yet) but the syntax supports introducing them in future. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/adding-a-filter" target="_blank" rel="noopener noreferrer">adding a filter</a>.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_add_filter '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_add_filter '{}' --json

pipedrive.pipedrive_add_goal

Add a new goal Adds a new goal. Along with adding a new goal, a report is created to track the progress of your goal.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_add_goal '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_add_goal '{}' --json

pipedrive.pipedrive_add_lead

Add a lead Creates a lead. A lead always has to be linked to a person or an organization or both. All leads created through the Pipedrive API will have a lead source and origin set to `API`. Here's the tutorial for <a href="https://pipedrive.readme.io/docs/adding-a-lead" target="_blank" rel="noopener noreferrer">adding a lead</a>. If a lead contains custom fields, the fields' values will be included in the response in the same format as with the `Deals` endpoints. If a custom field's value hasn't been set for the lead, it won't appear in the response. Please note that leads do not have a separate set of custom fields, instead they inherit the custom fields' structure from deals. See an example given in the <a href="https://pipedrive.readme.io/docs/updating-custom-field-value" target="_blank" rel="noopener noreferrer">updating custom fields' values tutorial</a>.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_add_lead '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_add_lead '{}' --json

pipedrive.pipedrive_add_lead_label

Add a lead label Creates a lead label.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_add_lead_label '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_add_lead_label '{}' --json

pipedrive.pipedrive_add_note_comment

Add a comment to a note Adds a new comment to a note.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_add_note_comment '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_add_note_comment '{}' --json

pipedrive.pipedrive_add_or_update_role_setting

Add or update role setting Adds or updates the visibility setting for a role.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_add_or_update_role_setting '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_add_or_update_role_setting '{}' --json

pipedrive.pipedrive_add_organization_field

Add a new organization field Adds a new organization field. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/adding-a-new-custom-field" target="_blank" rel="noopener noreferrer">adding a new custom field</a>.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_add_organization_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_add_organization_field '{}' --json

pipedrive.pipedrive_add_organization_follower

Add a follower to an organization Adds a follower to an organization.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_add_organization_follower '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_add_organization_follower '{}' --json

pipedrive.pipedrive_add_organization_relationship

Create an organization relationship Creates and returns an organization relationship.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_add_organization_relationship '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_add_organization_relationship '{}' --json

pipedrive.pipedrive_add_person_field

Add a new person field Adds a new person field. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/adding-a-new-custom-field" target="_blank" rel="noopener noreferrer">adding a new custom field</a>.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_add_person_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_add_person_field '{}' --json

pipedrive.pipedrive_add_person_follower

Add a follower to a person Adds a follower to a person.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_add_person_follower '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_add_person_follower '{}' --json

pipedrive.pipedrive_add_person_picture

Add person picture Adds a picture to a person. If a picture is already set, the old picture will be replaced. Added image (or the cropping parameters supplied with the request) should have an equal width and height and should be at least 128 pixels. GIF, JPG and PNG are accepted. All added images will be resized to 128 and 512 pixel wide squares.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_add_person_picture '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_add_person_picture '{}' --json

pipedrive.pipedrive_add_product_field

Add a new product field Adds a new product field. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/adding-a-new-custom-field" target="_blank" rel="noopener noreferrer">adding a new custom field</a>.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_add_product_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_add_product_field '{}' --json

pipedrive.pipedrive_add_product_follower

Add a follower to a product Adds a follower to a product.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_add_product_follower '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_add_product_follower '{}' --json

pipedrive.pipedrive_add_project

Add a project Adds a new project. Note that you can supply additional custom fields along with the request that are not described here. These custom fields are different for each Pipedrive account and can be recognized by long hashes as keys.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_add_project '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_add_project '{}' --json

pipedrive.pipedrive_add_role

Add a role Adds a new role.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_add_role '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_add_role '{}' --json

pipedrive.pipedrive_add_role_assignment

Add role assignment Assigns a user to a role.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_add_role_assignment '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_add_role_assignment '{}' --json

pipedrive.pipedrive_add_task

Add a task Adds a new task.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_add_task '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_add_task '{}' --json

pipedrive.pipedrive_add_team

Add a new team Adds a new team to the company and returns the created object.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_add_team '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_add_team '{}' --json

pipedrive.pipedrive_add_team_user

Add users to a team Adds users to an existing team.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_add_team_user '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_add_team_user '{}' --json

pipedrive.pipedrive_add_user

Add a new user Adds a new user to the company, returns the ID upon success.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_add_user '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_add_user '{}' --json

pipedrive.pipedrive_add_webhook

Create a new Webhook Creates a new Webhook and returns its details. Note that specifying an event which triggers the Webhook combines 2 parameters - `event_action` and `event_object`. E.g., use `*.*` for getting notifications about all events, `create.deal` for any newly added deals, `delete.persons` for any deleted persons, etc. See <a href="https://pipedrive.readme.io/docs/guide-for-webhooks-v2?ref=api_reference" target="_blank" rel="noopener noreferrer">the guide for Webhooks</a> for more details.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_add_webhook '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_add_webhook '{}' --json

pipedrive.pipedrive_archive_project

Archive a project Archives a project.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_archive_project '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_archive_project '{}' --json

pipedrive.pipedrive_authorize

Requesting authorization Authorize a user by redirecting them to the Pipedrive OAuth authorization page and request their permissions to act on their behalf. This step is necessary to implement only when you allow app installation outside of the Marketplace.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_authorize '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_authorize '{}' --json

pipedrive.pipedrive_create_deal

Add a new deal Adds a new deal.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_create_deal '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_create_deal '{}' --json

pipedrive.pipedrive_create_note

Add a note Adds a new note.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_create_note '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_create_note '{}' --json

pipedrive.pipedrive_create_organization

Add a new organization Adds a new organization.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_create_organization '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_create_organization '{}' --json

pipedrive.pipedrive_create_person

Add a new person Adds a new person. If the company uses the [Campaigns product](https://pipedrive.readme.io/docs/campaigns-in-pipedrive-api), then this endpoint will also accept and return the `marketing_status` field.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_create_person '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_create_person '{}' --json

pipedrive.pipedrive_delete_activity_type

Delete an activity type Marks an activity type as deleted.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_delete_activity_type '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_delete_activity_type '{}' --json

pipedrive.pipedrive_delete_call_log

Delete a call log Deletes a call log. If there is an audio recording attached to it, it will also be deleted. The related activity will not be removed by this request. If you want to remove the related activities, please use the endpoint which is specific for activities.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_delete_call_log '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_delete_call_log '{}' --json

pipedrive.pipedrive_delete_channel

Delete a channel Deletes an existing messenger's channel and all related entities (conversations and messages). To use the endpoint, you need to have **Messengers integration** OAuth scope enabled and the Messaging manifest ready for the [Messaging app extension](https://pipedrive.readme.io/docs/messaging-app-extension).

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_delete_channel '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_delete_channel '{}' --json

pipedrive.pipedrive_delete_comment

Delete a comment related to a note Deletes a comment.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_delete_comment '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_delete_comment '{}' --json

pipedrive.pipedrive_delete_conversation

Delete a conversation Deletes an existing conversation. To use the endpoint, you need to have **Messengers integration** OAuth scope enabled and the Messaging manifest ready for the [Messaging app extension](https://pipedrive.readme.io/docs/messaging-app-extension).

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_delete_conversation '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_delete_conversation '{}' --json

pipedrive.pipedrive_delete_deal_field

Delete a deal field Marks a field as deleted. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/deleting-a-custom-field" target="_blank" rel="noopener noreferrer">deleting a custom field</a>.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_delete_deal_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_delete_deal_field '{}' --json

pipedrive.pipedrive_delete_deal_fields

Delete multiple deal fields in bulk Marks multiple deal fields as deleted.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_delete_deal_fields '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_delete_deal_fields '{}' --json

pipedrive.pipedrive_delete_deal_follower

Delete a follower from a deal Deletes a follower from a deal.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_delete_deal_follower '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_delete_deal_follower '{}' --json

pipedrive.pipedrive_delete_deal_participant

Delete a participant from a deal Deletes a participant from a deal.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_delete_deal_participant '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_delete_deal_participant '{}' --json

pipedrive.pipedrive_delete_file

Delete a file Marks a file as deleted. After 30 days, the file will be permanently deleted.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_delete_file '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_delete_file '{}' --json

pipedrive.pipedrive_delete_filter

Delete a filter Marks a filter as deleted.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_delete_filter '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_delete_filter '{}' --json

pipedrive.pipedrive_delete_filters

Delete multiple filters in bulk Marks multiple filters as deleted.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_delete_filters '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_delete_filters '{}' --json

pipedrive.pipedrive_delete_goal

Delete existing goal Marks a goal as deleted.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_delete_goal '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_delete_goal '{}' --json

pipedrive.pipedrive_delete_lead

Delete a lead Deletes a specific lead.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_delete_lead '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_delete_lead '{}' --json

pipedrive.pipedrive_delete_lead_label

Delete a lead label Deletes a specific lead label.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_delete_lead_label '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_delete_lead_label '{}' --json

pipedrive.pipedrive_delete_mail_thread

Delete mail thread Marks a mail thread as deleted.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_delete_mail_thread '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_delete_mail_thread '{}' --json

pipedrive.pipedrive_delete_note

Delete a note Deletes a specific note.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_delete_note '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_delete_note '{}' --json

pipedrive.pipedrive_delete_organization_field

Delete an organization field Marks a field as deleted. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/deleting-a-custom-field" target="_blank" rel="noopener noreferrer">deleting a custom field</a>.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_delete_organization_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_delete_organization_field '{}' --json

pipedrive.pipedrive_delete_organization_fields

Delete multiple organization fields in bulk Marks multiple fields as deleted.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_delete_organization_fields '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_delete_organization_fields '{}' --json

pipedrive.pipedrive_delete_organization_follower

Delete a follower from an organization Deletes a follower from an organization. You can retrieve the `follower_id` from the <a href="https://developers.pipedrive.com/docs/api/v1/Organizations#getOrganizationFollowers">List followers of an organization</a> endpoint.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_delete_organization_follower '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_delete_organization_follower '{}' --json

pipedrive.pipedrive_delete_organization_relationship

Delete an organization relationship Deletes an organization relationship and returns the deleted ID.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_delete_organization_relationship '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_delete_organization_relationship '{}' --json

pipedrive.pipedrive_delete_person_field

Delete a person field Marks a field as deleted. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/deleting-a-custom-field" target="_blank" rel="noopener noreferrer">deleting a custom field</a>.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_delete_person_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_delete_person_field '{}' --json

pipedrive.pipedrive_delete_person_fields

Delete multiple person fields in bulk Marks multiple fields as deleted.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_delete_person_fields '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_delete_person_fields '{}' --json

pipedrive.pipedrive_delete_person_follower

Delete a follower from a person Deletes a follower from a person.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_delete_person_follower '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_delete_person_follower '{}' --json

pipedrive.pipedrive_delete_person_picture

Delete person picture Deletes a person's picture.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_delete_person_picture '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_delete_person_picture '{}' --json

pipedrive.pipedrive_delete_product_field

Delete a product field Marks a product field as deleted. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/deleting-a-custom-field" target="_blank" rel="noopener noreferrer">deleting a custom field</a>.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_delete_product_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_delete_product_field '{}' --json

pipedrive.pipedrive_delete_product_fields

Delete multiple product fields in bulk Marks multiple fields as deleted.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_delete_product_fields '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_delete_product_fields '{}' --json

pipedrive.pipedrive_delete_product_follower

Delete a follower from a product Deletes a follower from a product.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_delete_product_follower '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_delete_product_follower '{}' --json

pipedrive.pipedrive_delete_project

Delete a project Marks a project as deleted.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_delete_project '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_delete_project '{}' --json

pipedrive.pipedrive_delete_role

Delete a role Marks a role as deleted.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_delete_role '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_delete_role '{}' --json

pipedrive.pipedrive_delete_role_assignment

Delete a role assignment Removes the assigned user from a role and adds to the default role.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_delete_role_assignment '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_delete_role_assignment '{}' --json

pipedrive.pipedrive_delete_task

Delete a task Marks a task as deleted. If the task has subtasks then those will also be deleted.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_delete_task '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_delete_task '{}' --json

pipedrive.pipedrive_delete_team_user

Delete users from a team Deletes users from an existing team.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_delete_team_user '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_delete_team_user '{}' --json

pipedrive.pipedrive_delete_user_provider_link

Delete the link between a user and the installed video call integration A video calling provider must call this endpoint to remove the link between a user and the installed video calling app.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_delete_user_provider_link '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_delete_user_provider_link '{}' --json

pipedrive.pipedrive_delete_webhook

Delete existing Webhook Deletes the specified Webhook.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_delete_webhook '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_delete_webhook '{}' --json

pipedrive.pipedrive_download_file

Download one file Initializes a file download.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_download_file '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_download_file '{}' --json

pipedrive.pipedrive_duplicate_deal

Duplicate deal Duplicates a deal.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_duplicate_deal '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_duplicate_deal '{}' --json

pipedrive.pipedrive_find_users_by_name

Find users by name Finds users by their name.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_find_users_by_name '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_find_users_by_name '{}' --json

pipedrive.pipedrive_get_activity_fields

Get all activity fields Returns all activity fields.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_activity_fields '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_activity_fields '{}' --json

pipedrive.pipedrive_get_activity_types

Get all activity types Returns all activity types.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_activity_types '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_activity_types '{}' --json

pipedrive.pipedrive_get_archived_deals

Get all archived deals Returns all archived deals.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_archived_deals '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_archived_deals '{}' --json

pipedrive.pipedrive_get_archived_deals_summary

Get archived deals summary Returns a summary of all archived deals.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_archived_deals_summary '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_archived_deals_summary '{}' --json

pipedrive.pipedrive_get_archived_deals_timeline

Get archived deals timeline Returns archived open and won deals, grouped by a defined interval of time set in a date-type dealField (`field_key`) - e.g. when month is the chosen interval, and 3 months are asked starting from January 1st, 2012, deals are returned grouped into 3 groups - January, February and March - based on the value of the given `field_key`.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_archived_deals_timeline '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_archived_deals_timeline '{}' --json

pipedrive.pipedrive_get_archived_leads

Get all archived leads Returns multiple archived leads. Leads are sorted by the time they were created, from oldest to newest. Pagination can be controlled using `limit` and `start` query parameters. If a lead contains custom fields, the fields' values will be included in the response in the same format as with the `Deals` endpoints. If a custom field's value hasn't been set for the lead, it won't appear in the response. Please note that leads do not have a separate set of custom fields, instead they inherit the custom fields' structure from deals.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_archived_leads '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_archived_leads '{}' --json

pipedrive.pipedrive_get_call_log

Get details of a call log Returns details of a specific call log.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_call_log '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_call_log '{}' --json

pipedrive.pipedrive_get_comment

Get one comment Returns the details of a comment.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_comment '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_comment '{}' --json

pipedrive.pipedrive_get_company_addons

Get all add-ons for a single company Returns the add-ons for a single company.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_company_addons '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_company_addons '{}' --json

pipedrive.pipedrive_get_currencies

Get all supported currencies Returns all supported currencies in given account which should be used when saving monetary values with other objects. The `code` parameter of the returning objects is the currency code according to ISO 4217 for all non-custom currencies.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_currencies '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_currencies '{}' --json

pipedrive.pipedrive_get_current_user

Get current user data Returns data about an authorized user within the company with bound company data: company ID, company name, and domain. Note that the `locale` property means 'Date/number format' in the Pipedrive account settings, not the chosen language.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_current_user '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_current_user '{}' --json

pipedrive.pipedrive_get_deal

Get details of a deal Returns the details of a specific deal.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_deal '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_deal '{}' --json

pipedrive.pipedrive_get_deal_changelog

List updates about deal field values Lists updates about field values of a deal.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_deal_changelog '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_deal_changelog '{}' --json

pipedrive.pipedrive_get_deal_field

Get one deal field Returns data about a specific deal field.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_deal_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_deal_field '{}' --json

pipedrive.pipedrive_get_deal_fields

Get all deal fields Returns data about all deal fields.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_deal_fields '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_deal_fields '{}' --json

pipedrive.pipedrive_get_deal_files

List files attached to a deal Lists files associated with a deal.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_deal_files '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_deal_files '{}' --json

pipedrive.pipedrive_get_deal_followers

List followers of a deal Lists the followers of a deal.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_deal_followers '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_deal_followers '{}' --json

pipedrive.pipedrive_get_deal_mail_messages

List mail messages associated with a deal Lists mail messages associated with a deal.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_deal_mail_messages '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_deal_mail_messages '{}' --json

pipedrive.pipedrive_get_deal_participants

List participants of a deal Lists the participants associated with a deal.<br>If a company uses the [Campaigns product](https://pipedrive.readme.io/docs/campaigns-in-pipedrive-api), then this endpoint will also return the `data.marketing_status` field.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_deal_participants '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_deal_participants '{}' --json

pipedrive.pipedrive_get_deal_participants_changelog

List updates about participants of a deal. This is a cursor-paginated endpoint. For more information, please refer to our documentation on <a href="https://pipedrive.readme.io/docs/core-api-concepts-pagination" target="_blank" rel="noopener noreferrer">pagination</a>.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_deal_participants_changelog '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_deal_participants_changelog '{}' --json

pipedrive.pipedrive_get_deal_updates

List updates about a deal Lists updates about a deal.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_deal_updates '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_deal_updates '{}' --json

pipedrive.pipedrive_get_deal_users

List permitted users Lists the users permitted to access a deal.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_deal_users '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_deal_users '{}' --json

pipedrive.pipedrive_get_deals_summary

Get deals summary Returns a summary of all not archived deals.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_deals_summary '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_deals_summary '{}' --json

pipedrive.pipedrive_get_deals_timeline

Get deals timeline Returns not archived open and won deals, grouped by a defined interval of time set in a date-type dealField (`field_key`) - e.g. when month is the chosen interval, and 3 months are asked starting from January 1st, 2012, deals are returned grouped into 3 groups - January, February and March - based on the value of the given `field_key`.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_deals_timeline '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_deals_timeline '{}' --json

pipedrive.pipedrive_get_file

Get one file Returns data about a specific file.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_file '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_file '{}' --json

pipedrive.pipedrive_get_files

Get all files Returns data about all files.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_files '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_files '{}' --json

pipedrive.pipedrive_get_filter

Get one filter Returns data about a specific filter. Note that this also returns the condition lines of the filter.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_filter '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_filter '{}' --json

pipedrive.pipedrive_get_filter_helpers

Get all filter helpers Returns all supported filter helpers. It helps to know what conditions and helpers are available when you want to <a href="/docs/api/v1/Filters#addFilter">add</a> or <a href="/docs/api/v1/Filters#updateFilter">update</a> filters. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/adding-a-filter" target="_blank" rel="noopener noreferrer">adding a filter</a>.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_filter_helpers '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_filter_helpers '{}' --json

pipedrive.pipedrive_get_filters

Get all filters Returns data about all filters.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_filters '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_filters '{}' --json

pipedrive.pipedrive_get_goal_result

Get result of a goal Gets the progress of a goal for the specified period.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_goal_result '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_goal_result '{}' --json

pipedrive.pipedrive_get_goals

Find goals Returns data about goals based on criteria. For searching, append `{searchField}={searchValue}` to the URL, where `searchField` can be any one of the lowest-level fields in dot-notation (e.g. `type.params.pipeline_id`; `title`). `searchValue` should be the value you are looking for on that field. Additionally, `is_active=<true|false>` can be provided to search for only active/inactive goals. When providing `period.start`, `period.end` must also be provided and vice versa.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_goals '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_goals '{}' --json

pipedrive.pipedrive_get_lead

Get one lead Returns details of a specific lead. If a lead contains custom fields, the fields' values will be included in the response in the same format as with the `Deals` endpoints. If a custom field's value hasn't been set for the lead, it won't appear in the response. Please note that leads do not have a separate set of custom fields, instead they inherit the custom fields' structure from deals.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_lead '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_lead '{}' --json

pipedrive.pipedrive_get_lead_fields

Get all lead fields Returns data about all lead fields.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_lead_fields '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_lead_fields '{}' --json

pipedrive.pipedrive_get_lead_labels

Get all lead labels Returns details of all lead labels. This endpoint does not support pagination and all labels are always returned.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_lead_labels '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_lead_labels '{}' --json

pipedrive.pipedrive_get_lead_sources

Get all lead sources Returns all lead sources. Please note that the list of lead sources is fixed, it cannot be modified. All leads created through the Pipedrive API will have a lead source `API` assigned.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_lead_sources '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_lead_sources '{}' --json

pipedrive.pipedrive_get_lead_users

List permitted users Lists the users permitted to access a lead.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_lead_users '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_lead_users '{}' --json

pipedrive.pipedrive_get_leads

Get all leads Returns multiple not archived leads. Leads are sorted by the time they were created, from oldest to newest. Pagination can be controlled using `limit` and `start` query parameters. If a lead contains custom fields, the fields' values will be included in the response in the same format as with the `Deals` endpoints. If a custom field's value hasn't been set for the lead, it won't appear in the response. Please note that leads do not have a separate set of custom fields, instead they inherit the custom fields' structure from deals.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_leads '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_leads '{}' --json

pipedrive.pipedrive_get_mail_message

Get one mail message Returns data about a specific mail message.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_mail_message '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_mail_message '{}' --json

pipedrive.pipedrive_get_mail_thread

Get one mail thread Returns a specific mail thread.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_mail_thread '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_mail_thread '{}' --json

pipedrive.pipedrive_get_mail_thread_messages

Get all mail messages of mail thread Returns all the mail messages inside a specified mail thread.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_mail_thread_messages '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_mail_thread_messages '{}' --json

pipedrive.pipedrive_get_mail_threads

Get mail threads Returns mail threads in a specified folder ordered by the most recent message within.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_mail_threads '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_mail_threads '{}' --json

pipedrive.pipedrive_get_note

Get one note Returns details about a specific note.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_note '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_note '{}' --json

pipedrive.pipedrive_get_note_comments

Get all comments for a note Returns all comments associated with a note.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_note_comments '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_note_comments '{}' --json

pipedrive.pipedrive_get_note_fields

Get all note fields Returns data about all note fields.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_note_fields '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_note_fields '{}' --json

pipedrive.pipedrive_get_notes

Get all notes Returns all notes.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_notes '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_notes '{}' --json

pipedrive.pipedrive_get_organization

Get details of a organization Returns the details of a specific organization.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_organization '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_organization '{}' --json

pipedrive.pipedrive_get_organization_changelog

List updates about organization field values Lists updates about field values of an organization.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_organization_changelog '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_organization_changelog '{}' --json

pipedrive.pipedrive_get_organization_field

Get one organization field Returns data about a specific organization field.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_organization_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_organization_field '{}' --json

pipedrive.pipedrive_get_organization_fields

Get all organization fields Returns data about all organization fields.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_organization_fields '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_organization_fields '{}' --json

pipedrive.pipedrive_get_organization_files

List files attached to an organization Lists files associated with an organization.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_organization_files '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_organization_files '{}' --json

pipedrive.pipedrive_get_organization_followers

List followers of an organization Lists the followers of an organization.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_organization_followers '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_organization_followers '{}' --json

pipedrive.pipedrive_get_organization_mail_messages

List mail messages associated with an organization Lists mail messages associated with an organization.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_organization_mail_messages '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_organization_mail_messages '{}' --json

pipedrive.pipedrive_get_organization_relationship

Get one organization relationship Finds and returns an organization relationship from its ID.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_organization_relationship '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_organization_relationship '{}' --json

pipedrive.pipedrive_get_organization_relationships

Get all relationships for organization Gets all of the relationships for a supplied organization ID.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_organization_relationships '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_organization_relationships '{}' --json

pipedrive.pipedrive_get_organization_updates

List updates about an organization Lists updates about an organization.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_organization_updates '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_organization_updates '{}' --json

pipedrive.pipedrive_get_organization_users

List permitted users List users permitted to access an organization.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_organization_users '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_organization_users '{}' --json

pipedrive.pipedrive_get_permission_set

Get one permission set Returns data about a specific permission set.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_permission_set '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_permission_set '{}' --json

pipedrive.pipedrive_get_permission_set_assignments

List permission set assignments Returns the list of assignments for a permission set.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_permission_set_assignments '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_permission_set_assignments '{}' --json

pipedrive.pipedrive_get_permission_sets

Get all permission sets Returns data about all permission sets.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_permission_sets '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_permission_sets '{}' --json

pipedrive.pipedrive_get_person

Get details of a person Returns the details of a specific person. Fields `ims`, `postal_address`, `notes`, `birthday`, and `job_title` are only included if contact sync is enabled for the company.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_person '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_person '{}' --json

pipedrive.pipedrive_get_person_changelog

List updates about person field values Lists updates about field values of a person.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_person_changelog '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_person_changelog '{}' --json

pipedrive.pipedrive_get_person_field

Get one person field Returns data about a specific person field.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_person_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_person_field '{}' --json

pipedrive.pipedrive_get_person_fields

Get all person fields Returns data about all person fields.<br>If a company uses the [Campaigns product](https://pipedrive.readme.io/docs/campaigns-in-pipedrive-api), then this endpoint will also return the `data.marketing_status` field.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_person_fields '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_person_fields '{}' --json

pipedrive.pipedrive_get_person_files

List files attached to a person Lists files associated with a person.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_person_files '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_person_files '{}' --json

pipedrive.pipedrive_get_person_followers

List followers of a person Lists the followers of a person.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_person_followers '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_person_followers '{}' --json

pipedrive.pipedrive_get_person_mail_messages

List mail messages associated with a person Lists mail messages associated with a person.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_person_mail_messages '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_person_mail_messages '{}' --json

pipedrive.pipedrive_get_person_products

List products associated with a person Lists products associated with a person.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_person_products '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_person_products '{}' --json

pipedrive.pipedrive_get_person_updates

List updates about a person Lists updates about a person.<br>If a company uses the [Campaigns product](https://pipedrive.readme.io/docs/campaigns-in-pipedrive-api), then this endpoint's response will also include updates for the `marketing_status` field.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_person_updates '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_person_updates '{}' --json

pipedrive.pipedrive_get_person_users

List permitted users List users permitted to access a person.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_person_users '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_person_users '{}' --json

pipedrive.pipedrive_get_pipeline_conversion_statistics

Get deals conversion rates in pipeline Returns all stage-to-stage conversion and pipeline-to-close rates for the given time period.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_pipeline_conversion_statistics '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_pipeline_conversion_statistics '{}' --json

pipedrive.pipedrive_get_pipeline_deals

Get deals in a pipeline Lists deals in a specific pipeline across all its stages. If no parameters are provided open deals owned by the authorized user will be returned. <br>This endpoint has been deprecated. Please use <a href="https://developers.pipedrive.com/docs/api/v1/Deals#getDeals" target="_blank" rel="noopener noreferrer">GET /api/v2/deals?pipeline_id={id}</a> instead.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_pipeline_deals '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_pipeline_deals '{}' --json

pipedrive.pipedrive_get_pipeline_movement_statistics

Get deals movements in pipeline Returns statistics for deals movements for the given time period.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_pipeline_movement_statistics '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_pipeline_movement_statistics '{}' --json

pipedrive.pipedrive_get_product_deals

Get deals where a product is attached to Returns data about deals that have a product attached to it.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_product_deals '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_product_deals '{}' --json

pipedrive.pipedrive_get_product_field

Get one product field Returns data about a specific product field.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_product_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_product_field '{}' --json

pipedrive.pipedrive_get_product_fields

Get all product fields Returns data about all product fields.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_product_fields '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_product_fields '{}' --json

pipedrive.pipedrive_get_product_files

List files attached to a product Lists files associated with a product.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_product_files '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_product_files '{}' --json

pipedrive.pipedrive_get_product_followers

List followers of a product Lists the followers of a product.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_product_followers '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_product_followers '{}' --json

pipedrive.pipedrive_get_product_users

List permitted users Lists users permitted to access a product.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_product_users '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_product_users '{}' --json

pipedrive.pipedrive_get_project

Get details of a project Returns the details of a specific project. Also note that custom fields appear as long hashes in the resulting data. These hashes can be mapped against the `key` value of project fields.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_project '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_project '{}' --json

pipedrive.pipedrive_get_project_activities

Returns project activities Returns activities linked to a specific project.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_project_activities '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_project_activities '{}' --json

pipedrive.pipedrive_get_project_groups

Returns project groups Returns all active groups under a specific project.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_project_groups '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_project_groups '{}' --json

pipedrive.pipedrive_get_project_plan

Returns project plan Returns information about items in a project plan. Items consists of tasks and activities and are linked to specific project phase and group.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_project_plan '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_project_plan '{}' --json

pipedrive.pipedrive_get_project_tasks

Returns project tasks Returns tasks linked to a specific project.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_project_tasks '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_project_tasks '{}' --json

pipedrive.pipedrive_get_project_template

Get details of a template Returns the details of a specific project template.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_project_template '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_project_template '{}' --json

pipedrive.pipedrive_get_project_templates

Get all project templates Returns all not deleted project templates. This is a cursor-paginated endpoint. For more information, please refer to our documentation on <a href="https://pipedrive.readme.io/docs/core-api-concepts-pagination" target="_blank" rel="noopener noreferrer">pagination</a>.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_project_templates '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_project_templates '{}' --json

pipedrive.pipedrive_get_projects

Get all projects Returns all projects. This is a cursor-paginated endpoint. For more information, please refer to our documentation on <a href="https://pipedrive.readme.io/docs/core-api-concepts-pagination" target="_blank" rel="noopener noreferrer">pagination</a>.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_projects '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_projects '{}' --json

pipedrive.pipedrive_get_projects_board

Get details of a board Returns the details of a specific project board.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_projects_board '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_projects_board '{}' --json

pipedrive.pipedrive_get_projects_boards

Get all project boards Returns all projects boards that are not deleted.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_projects_boards '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_projects_boards '{}' --json

pipedrive.pipedrive_get_projects_phase

Get details of a phase Returns the details of a specific project phase.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_projects_phase '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_projects_phase '{}' --json

pipedrive.pipedrive_get_projects_phases

Get project phases Returns all active project phases under a specific board.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_projects_phases '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_projects_phases '{}' --json

pipedrive.pipedrive_get_recents

Get recents Returns data about all recent changes occurred after the given timestamp.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_recents '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_recents '{}' --json

pipedrive.pipedrive_get_role

Get one role Returns the details of a specific role.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_role '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_role '{}' --json

pipedrive.pipedrive_get_role_assignments

List role assignments Returns all users assigned to a role.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_role_assignments '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_role_assignments '{}' --json

pipedrive.pipedrive_get_role_pipelines

List pipeline visibility for a role Returns the list of either visible or hidden pipeline IDs for a specific role. For more information on pipeline visibility, please refer to the <a href="https://support.pipedrive.com/en/article/visibility-groups" target="_blank" rel="noopener noreferrer">Visibility groups article</a>.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_role_pipelines '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_role_pipelines '{}' --json

pipedrive.pipedrive_get_role_settings

List role settings Returns the visibility settings of a specific role.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_role_settings '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_role_settings '{}' --json

pipedrive.pipedrive_get_roles

Get all roles Returns all the roles within the company.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_roles '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_roles '{}' --json

pipedrive.pipedrive_get_stage_deals

Get deals in a stage Lists deals in a specific stage. If no parameters are provided open deals owned by the authorized user will be returned. <br>This endpoint has been deprecated. Please use <a href="https://developers.pipedrive.com/docs/api/v1/Deals#getDeals" target="_blank" rel="noopener noreferrer">GET /api/v2/deals?stage_id={id}</a> instead.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_stage_deals '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_stage_deals '{}' --json

pipedrive.pipedrive_get_task

Get details of a task Returns the details of a specific task.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_task '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_task '{}' --json

pipedrive.pipedrive_get_tasks

Get all tasks Returns all tasks. This is a cursor-paginated endpoint. For more information, please refer to our documentation on <a href="https://pipedrive.readme.io/docs/core-api-concepts-pagination" target="_blank" rel="noopener noreferrer">pagination</a>.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_tasks '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_tasks '{}' --json

pipedrive.pipedrive_get_team

Get a single team Returns data about a specific team.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_team '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_team '{}' --json

pipedrive.pipedrive_get_team_users

Get all users in a team Returns a list of all user IDs within a team.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_team_users '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_team_users '{}' --json

pipedrive.pipedrive_get_teams

Get all teams Returns data about teams within the company.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_teams '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_teams '{}' --json

pipedrive.pipedrive_get_tokens

Getting the tokens After the customer has confirmed the app installation, you will need to exchange the `authorization_code` to a pair of access and refresh tokens. Using an access token, you can access the user's data through the API.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_tokens '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_tokens '{}' --json

pipedrive.pipedrive_get_user

Get one user Returns data about a specific user within the company.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_user '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_user '{}' --json

pipedrive.pipedrive_get_user_call_logs

Get all call logs assigned to a particular user Returns all call logs assigned to a particular user.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_user_call_logs '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_user_call_logs '{}' --json

pipedrive.pipedrive_get_user_connections

Get all user connections Returns data about all connections for the authorized user.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_user_connections '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_user_connections '{}' --json

pipedrive.pipedrive_get_user_followers

List followers of a user Lists the followers of a specific user.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_user_followers '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_user_followers '{}' --json

pipedrive.pipedrive_get_user_permissions

List user permissions Lists aggregated permissions over all assigned permission sets for a user.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_user_permissions '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_user_permissions '{}' --json

pipedrive.pipedrive_get_user_role_assignments

List role assignments Lists role assignments for a user.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_user_role_assignments '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_user_role_assignments '{}' --json

pipedrive.pipedrive_get_user_role_settings

List user role settings Lists the settings of user's assigned role.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_user_role_settings '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_user_role_settings '{}' --json

pipedrive.pipedrive_get_user_settings

List settings of an authorized user Lists the settings of an authorized user. Example response contains a shortened list of settings.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_user_settings '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_user_settings '{}' --json

pipedrive.pipedrive_get_user_teams

Get all teams of a user Returns data about all teams which have the specified user as a member.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_user_teams '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_user_teams '{}' --json

pipedrive.pipedrive_get_users

Get all users Returns data about all users within the company.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_users '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_users '{}' --json

pipedrive.pipedrive_get_webhooks

Get all Webhooks Returns data about all the Webhooks of a company.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_get_webhooks '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_get_webhooks '{}' --json

pipedrive.pipedrive_link_file_to_item

Link a remote file to an item Links an existing remote file (`googledrive`) to the item you supply. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/adding-a-remote-file" target="_blank" rel="noopener noreferrer">adding a remote file</a>.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_link_file_to_item '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_link_file_to_item '{}' --json

pipedrive.pipedrive_list_deals

Get all deals Returns data about all not archived deals.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_list_deals '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_list_deals '{}' --json

pipedrive.pipedrive_list_organizations

Get all organizations Returns data about all organizations.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_list_organizations '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_list_organizations '{}' --json

pipedrive.pipedrive_list_persons

Get all persons Returns data about all persons. Fields `ims`, `postal_address`, `notes`, `birthday`, and `job_title` are only included if contact sync is enabled for the company.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_list_persons '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_list_persons '{}' --json

pipedrive.pipedrive_list_pipelines

Get all pipelines Returns data about all pipelines.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_list_pipelines '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_list_pipelines '{}' --json

pipedrive.pipedrive_list_stages

Get all stages Returns data about all stages.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_list_stages '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_list_stages '{}' --json

pipedrive.pipedrive_merge_deals

Merge two deals Merges a deal with another deal. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/merging-two-deals" target="_blank" rel="noopener noreferrer">merging two deals</a>.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_merge_deals '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_merge_deals '{}' --json

pipedrive.pipedrive_merge_organizations

Merge two organizations Merges an organization with another organization. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/merging-two-organizations" target="_blank" rel="noopener noreferrer">merging two organizations</a>.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_merge_organizations '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_merge_organizations '{}' --json

pipedrive.pipedrive_merge_persons

Merge two persons Merges a person with another person. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/merging-two-persons" target="_blank" rel="noopener noreferrer">merging two persons</a>.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_merge_persons '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_merge_persons '{}' --json

pipedrive.pipedrive_put_project_plan_activity

Update activity in project plan Updates an activity phase or group in a project.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_put_project_plan_activity '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_put_project_plan_activity '{}' --json

pipedrive.pipedrive_put_project_plan_task

Update task in project plan Updates a task phase or group in a project.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_put_project_plan_task '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_put_project_plan_task '{}' --json

pipedrive.pipedrive_receive_message

Receives an incoming message Adds a message to a conversation. To use the endpoint, you need to have **Messengers integration** OAuth scope enabled and the Messaging manifest ready for the [Messaging app extension](https://pipedrive.readme.io/docs/messaging-app-extension).

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_receive_message '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_receive_message '{}' --json

pipedrive.pipedrive_refresh_tokens

Refreshing the tokens The `access_token` has a lifetime. After a period of time, which was returned to you in `expires_in` JSON property, the `access_token` will be invalid, and you can no longer use it to get data from our API. To refresh the `access_token`, you must use the `refresh_token`.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_refresh_tokens '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_refresh_tokens '{}' --json

pipedrive.pipedrive_save_user_provider_link

Link a user with the installed video call integration A video calling provider must call this endpoint after a user has installed the video calling app so that the new user's information is sent.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_save_user_provider_link '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_save_user_provider_link '{}' --json

pipedrive.pipedrive_search_leads

Search leads Searches all leads by title, notes and/or custom fields. This endpoint is a wrapper of <a href="https://developers.pipedrive.com/docs/api/v1/ItemSearch#searchItem">/v1/itemSearch</a> with a narrower OAuth scope. Found leads can be filtered by the person ID and the organization ID.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_search_leads '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_search_leads '{}' --json

pipedrive.pipedrive_search_organizations

Search organizations Searches all organizations by name, address, notes and/or custom fields. This endpoint is a wrapper of <a href="https://developers.pipedrive.com/docs/api/v1/ItemSearch#searchItem">/v1/itemSearch</a> with a narrower OAuth scope.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_search_organizations '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_search_organizations '{}' --json

pipedrive.pipedrive_search_persons

Search persons Searches all persons by name, email, phone, notes and/or custom fields. This endpoint is a wrapper of <a href="https://developers.pipedrive.com/docs/api/v1/ItemSearch#searchItem">/v1/itemSearch</a> with a narrower OAuth scope. Found persons can be filtered by organization ID.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_search_persons '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_search_persons '{}' --json

pipedrive.pipedrive_update_activity_type

Update an activity type Updates an activity type.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_update_activity_type '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_update_activity_type '{}' --json

pipedrive.pipedrive_update_comment_for_note

Update a comment related to a note Updates a comment related to a note.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_update_comment_for_note '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_update_comment_for_note '{}' --json

pipedrive.pipedrive_update_deal

Update a deal Updates the properties of a deal.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_update_deal '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_update_deal '{}' --json

pipedrive.pipedrive_update_deal_field

Update a deal field Updates a deal field. For more information, see the tutorial for <a href=" https://pipedrive.readme.io/docs/updating-custom-field-value " target="_blank" rel="noopener noreferrer">updating custom fields' values</a>.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_update_deal_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_update_deal_field '{}' --json

pipedrive.pipedrive_update_file

Update file details Updates the properties of a file.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_update_file '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_update_file '{}' --json

pipedrive.pipedrive_update_filter

Update filter Updates an existing filter.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_update_filter '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_update_filter '{}' --json

pipedrive.pipedrive_update_goal

Update existing goal Updates an existing goal.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_update_goal '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_update_goal '{}' --json

pipedrive.pipedrive_update_lead

Update a lead Updates one or more properties of a lead. Only properties included in the request will be updated. Send `null` to unset a property (applicable for example for `value`, `person_id` or `organization_id`). If a lead contains custom fields, the fields' values will be included in the response in the same format as with the `Deals` endpoints. If a custom field's value hasn't been set for the lead, it won't appear in the response. Please note that leads do not have a separate set of custom fields, instead they inherit the custom fields' structure from deals. See an example given in the <a href="https://pipedrive.readme.io/docs/updating-custom-field-value" target="_blank" rel="noopener noreferrer">updating custom fields' values tutorial</a>.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_update_lead '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_update_lead '{}' --json

pipedrive.pipedrive_update_lead_label

Update a lead label Updates one or more properties of a lead label. Only properties included in the request will be updated.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_update_lead_label '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_update_lead_label '{}' --json

pipedrive.pipedrive_update_mail_thread_details

Update mail thread details Updates the properties of a mail thread.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_update_mail_thread_details '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_update_mail_thread_details '{}' --json

pipedrive.pipedrive_update_note

Update a note Updates a note.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_update_note '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_update_note '{}' --json

pipedrive.pipedrive_update_organization

Update a organization Updates the properties of a organization.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_update_organization '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_update_organization '{}' --json

pipedrive.pipedrive_update_organization_field

Update an organization field Updates an organization field. For more information, see the tutorial for <a href=" https://pipedrive.readme.io/docs/updating-custom-field-value " target="_blank" rel="noopener noreferrer">updating custom fields' values</a>.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_update_organization_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_update_organization_field '{}' --json

pipedrive.pipedrive_update_organization_relationship

Update an organization relationship Updates and returns an organization relationship.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_update_organization_relationship '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_update_organization_relationship '{}' --json

pipedrive.pipedrive_update_person

Update a person Updates the properties of a person. <br>If the company uses the [Campaigns product](https://pipedrive.readme.io/docs/campaigns-in-pipedrive-api), then this endpoint will also accept and return the `marketing_status` field.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_update_person '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_update_person '{}' --json

pipedrive.pipedrive_update_person_field

Update a person field Updates a person field. For more information, see the tutorial for <a href=" https://pipedrive.readme.io/docs/updating-custom-field-value " target="_blank" rel="noopener noreferrer">updating custom fields' values</a>.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_update_person_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_update_person_field '{}' --json

pipedrive.pipedrive_update_product_field

Update a product field Updates a product field. For more information, see the tutorial for <a href=" https://pipedrive.readme.io/docs/updating-custom-field-value " target="_blank" rel="noopener noreferrer">updating custom fields' values</a>.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_update_product_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_update_product_field '{}' --json

pipedrive.pipedrive_update_project

Update a project Updates a project.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_update_project '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_update_project '{}' --json

pipedrive.pipedrive_update_role

Update role details Updates the parent role and/or the name of a specific role.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_update_role '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_update_role '{}' --json

pipedrive.pipedrive_update_role_pipelines

Update pipeline visibility for a role Updates the specified pipelines to be visible and/or hidden for a specific role. For more information on pipeline visibility, please refer to the <a href="https://support.pipedrive.com/en/article/visibility-groups" target="_blank" rel="noopener noreferrer">Visibility groups article</a>.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_update_role_pipelines '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_update_role_pipelines '{}' --json

pipedrive.pipedrive_update_task

Update a task Updates a task.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_update_task '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_update_task '{}' --json

pipedrive.pipedrive_update_team

Update a team Updates an existing team and returns the updated object.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_update_team '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_update_team '{}' --json

pipedrive.pipedrive_update_user

Update user details Updates the properties of a user. Currently, only `active_flag` can be updated.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_update_user '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_update_user '{}' --json

pipedrive.pipedrive_v2_add_activity

Add a new activity Adds a new activity.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_add_activity '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_add_activity '{}' --json

pipedrive.pipedrive_v2_add_deal_field

Create one deal field Creates a new deal custom field.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_add_deal_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_add_deal_field '{}' --json

pipedrive.pipedrive_v2_add_deal_field_options

Add deal field options in bulk Adds new options to a deal custom field that supports options (enum or set field types). This operation is atomic - all options are added or none are added. Returns only the newly added options.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_add_deal_field_options '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_add_deal_field_options '{}' --json

pipedrive.pipedrive_v2_add_deal_follower

Add a follower to a deal Adds a user as a follower to the deal.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_add_deal_follower '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_add_deal_follower '{}' --json

pipedrive.pipedrive_v2_add_deal_product

Add a product to a deal Adds a product to a deal, creating a new item called a deal-product.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_add_deal_product '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_add_deal_product '{}' --json

pipedrive.pipedrive_v2_add_many_deal_products

Add multiple products to a deal Adds multiple products to a deal in a single request. Maximum of 100 products allowed per request.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_add_many_deal_products '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_add_many_deal_products '{}' --json

pipedrive.pipedrive_v2_add_organization_field

Create one organization field Creates a new organization custom field.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_add_organization_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_add_organization_field '{}' --json

pipedrive.pipedrive_v2_add_organization_field_options

Add organization field options in bulk Adds new options to an organization custom field that supports options (enum or set field types). This operation is atomic - all options are added or none are added. Returns only the newly added options.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_add_organization_field_options '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_add_organization_field_options '{}' --json

pipedrive.pipedrive_v2_add_organization_follower

Add a follower to an organization Adds a user as a follower to the organization.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_add_organization_follower '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_add_organization_follower '{}' --json

pipedrive.pipedrive_v2_add_person_field

Create one person field Creates a new person custom field.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_add_person_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_add_person_field '{}' --json

pipedrive.pipedrive_v2_add_person_field_options

Add person field options in bulk Adds new options to a person custom field that supports options (enum or set field types). This operation is atomic - all options are added or none are added. Returns only the newly added options.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_add_person_field_options '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_add_person_field_options '{}' --json

pipedrive.pipedrive_v2_add_person_follower

Add a follower to a person Adds a user as a follower to the person.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_add_person_follower '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_add_person_follower '{}' --json

pipedrive.pipedrive_v2_add_pipeline

Add a new pipeline Adds a new pipeline.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_add_pipeline '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_add_pipeline '{}' --json

pipedrive.pipedrive_v2_add_product

Add a product Adds a new product to the Products inventory. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/adding-a-product" target="_blank" rel="noopener noreferrer">adding a product</a>.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_add_product '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_add_product '{}' --json

pipedrive.pipedrive_v2_add_product_field

Create one product field Creates a new product custom field.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_add_product_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_add_product_field '{}' --json

pipedrive.pipedrive_v2_add_product_field_options

Add product field options in bulk Adds new options to a product custom field that supports options (enum or set field types). This operation is atomic - all options are added or none are added. Returns only the newly added options.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_add_product_field_options '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_add_product_field_options '{}' --json

pipedrive.pipedrive_v2_add_product_follower

Add a follower to a product Adds a user as a follower to the product.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_add_product_follower '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_add_product_follower '{}' --json

pipedrive.pipedrive_v2_add_product_variation

Add a product variation Adds a new product variation.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_add_product_variation '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_add_product_variation '{}' --json

pipedrive.pipedrive_v2_add_project

Add a project Adds a new project. Custom fields should be wrapped in the `custom_fields` object.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_add_project '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_add_project '{}' --json

pipedrive.pipedrive_v2_add_project_board

Add a project board Adds a new project board.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_add_project_board '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_add_project_board '{}' --json

pipedrive.pipedrive_v2_add_project_field

Create one project field Creates a new project custom field.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_add_project_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_add_project_field '{}' --json

pipedrive.pipedrive_v2_add_project_field_options

Add project field options in bulk Adds new options to a project custom field that supports options (enum or set field types). This operation is atomic - all options are added or none are added. Returns only the newly added options.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_add_project_field_options '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_add_project_field_options '{}' --json

pipedrive.pipedrive_v2_add_project_phase

Add a project phase Adds a new project phase to a board.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_add_project_phase '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_add_project_phase '{}' --json

pipedrive.pipedrive_v2_add_stage

Add a new stage Adds a new stage, returns the ID upon success.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_add_stage '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_add_stage '{}' --json

pipedrive.pipedrive_v2_add_task

Add a task Adds a new task.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_add_task '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_add_task '{}' --json

pipedrive.pipedrive_v2_archive_project

Archive a project Archives a project.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_archive_project '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_archive_project '{}' --json

pipedrive.pipedrive_v2_convert_deal_to_lead

Convert a deal to a lead Initiates a conversion of a deal to a lead. The return value is an ID of a job that was assigned to perform the conversion. Related entities (notes, files, emails, activities, ...) are transferred during the process to the target entity. There are exceptions for entities like invoices or history that are not transferred and remain linked to the original deal. If the conversion is successful, the deal is marked as deleted. To retrieve the created entity ID and the result of the conversion, call the <a href="https://developers.pipedrive.com/docs/api/v1/Deals#getDealConversionStatus">/api/v2/deals/{deal_id}/convert/status/{conversion_id}</a> endpoint.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_convert_deal_to_lead '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_convert_deal_to_lead '{}' --json

pipedrive.pipedrive_v2_convert_lead_to_deal

Convert a lead to a deal Initiates a conversion of a lead to a deal. The return value is an ID of a job that was assigned to perform the conversion. Related entities (notes, files, emails, activities, ...) are transferred during the process to the target entity. If the conversion is successful, the lead is marked as deleted. To retrieve the created entity ID and the result of the conversion, call the <a href="https://developers.pipedrive.com/docs/api/v1/Leads#getLeadConversionStatus">/api/v2/leads/{lead_id}/convert/status/{conversion_id}</a> endpoint.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_convert_lead_to_deal '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_convert_lead_to_deal '{}' --json

pipedrive.pipedrive_v2_delete_activity

Delete an activity Marks an activity as deleted. After 30 days, the activity will be permanently deleted.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_delete_activity '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_delete_activity '{}' --json

pipedrive.pipedrive_v2_delete_additional_discount

Delete a discount from a deal Removes a discount from a deal, changing the deal value if the deal has one-time products attached.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_delete_additional_discount '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_delete_additional_discount '{}' --json

pipedrive.pipedrive_v2_delete_deal

Delete a deal Marks a deal as deleted. After 30 days, the deal will be permanently deleted.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_delete_deal '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_delete_deal '{}' --json

pipedrive.pipedrive_v2_delete_deal_field

Delete one deal field Marks a custom field as deleted.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_delete_deal_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_delete_deal_field '{}' --json

pipedrive.pipedrive_v2_delete_deal_field_options

Delete deal field options in bulk Removes existing options from a deal custom field. This operation is atomic and fails if any of the specified option IDs do not exist. Returns only the deleted options.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_delete_deal_field_options '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_delete_deal_field_options '{}' --json

pipedrive.pipedrive_v2_delete_deal_follower

Delete a follower from a deal Deletes a user follower from the deal.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_delete_deal_follower '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_delete_deal_follower '{}' --json

pipedrive.pipedrive_v2_delete_deal_product

Delete an attached product from a deal Deletes a product attachment from a deal, using the `product_attachment_id`.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_delete_deal_product '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_delete_deal_product '{}' --json

pipedrive.pipedrive_v2_delete_installment

Delete an installment from a deal Removes an installment from a deal. Only available in Growth and above plans.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_delete_installment '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_delete_installment '{}' --json

pipedrive.pipedrive_v2_delete_many_deal_products

Delete many products from a deal Deletes multiple products from a deal. If no product IDs are specified, up to 100 products will be removed from the deal. A maximum of 100 product IDs can be provided per request.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_delete_many_deal_products '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_delete_many_deal_products '{}' --json

pipedrive.pipedrive_v2_delete_organization

Delete a organization Marks a organization as deleted. After 30 days, the organization will be permanently deleted.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_delete_organization '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_delete_organization '{}' --json

pipedrive.pipedrive_v2_delete_organization_field

Delete one organization field Marks a custom field as deleted.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_delete_organization_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_delete_organization_field '{}' --json

pipedrive.pipedrive_v2_delete_organization_field_options

Delete organization field options in bulk Removes existing options from an organization custom field. This operation is atomic and fails if any of the specified option IDs do not exist. Returns only the deleted options.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_delete_organization_field_options '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_delete_organization_field_options '{}' --json

pipedrive.pipedrive_v2_delete_organization_follower

Delete a follower from an organization Deletes a user follower from the organization.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_delete_organization_follower '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_delete_organization_follower '{}' --json

pipedrive.pipedrive_v2_delete_person

Delete a person Marks a person as deleted. After 30 days, the person will be permanently deleted.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_delete_person '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_delete_person '{}' --json

pipedrive.pipedrive_v2_delete_person_field

Delete one person field Marks a custom field as deleted.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_delete_person_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_delete_person_field '{}' --json

pipedrive.pipedrive_v2_delete_person_field_options

Delete person field options in bulk Removes existing options from a person custom field. This operation is atomic and fails if any of the specified option IDs do not exist. Returns only the deleted options.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_delete_person_field_options '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_delete_person_field_options '{}' --json

pipedrive.pipedrive_v2_delete_person_follower

Delete a follower from a person Deletes a user follower from the person.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_delete_person_follower '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_delete_person_follower '{}' --json

pipedrive.pipedrive_v2_delete_pipeline

Delete a pipeline Marks a pipeline as deleted.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_delete_pipeline '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_delete_pipeline '{}' --json

pipedrive.pipedrive_v2_delete_product

Delete a product Marks a product as deleted. After 30 days, the product will be permanently deleted.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_delete_product '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_delete_product '{}' --json

pipedrive.pipedrive_v2_delete_product_field

Delete one product field Marks a custom field as deleted.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_delete_product_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_delete_product_field '{}' --json

pipedrive.pipedrive_v2_delete_product_field_options

Delete product field options in bulk Removes existing options from a product custom field. This operation is atomic and fails if any of the specified option IDs do not exist. Returns only the deleted options.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_delete_product_field_options '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_delete_product_field_options '{}' --json

pipedrive.pipedrive_v2_delete_product_follower

Delete a follower from a product Deletes a user follower from the product.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_delete_product_follower '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_delete_product_follower '{}' --json

pipedrive.pipedrive_v2_delete_product_image

Delete an image of a product Deletes the image of a product.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_delete_product_image '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_delete_product_image '{}' --json

pipedrive.pipedrive_v2_delete_product_variation

Delete a product variation Deletes a product variation.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_delete_product_variation '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_delete_product_variation '{}' --json

pipedrive.pipedrive_v2_delete_project

Delete a project Marks a project as deleted.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_delete_project '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_delete_project '{}' --json

pipedrive.pipedrive_v2_delete_project_board

Delete a project board Marks a project board as deleted.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_delete_project_board '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_delete_project_board '{}' --json

pipedrive.pipedrive_v2_delete_project_field

Delete one project field Marks a custom field as deleted.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_delete_project_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_delete_project_field '{}' --json

pipedrive.pipedrive_v2_delete_project_field_options

Delete project field options in bulk Removes existing options from a project custom field. This operation is atomic and fails if any of the specified option IDs do not exist. Returns only the deleted options.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_delete_project_field_options '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_delete_project_field_options '{}' --json

pipedrive.pipedrive_v2_delete_project_phase

Delete a project phase Marks a project phase as deleted.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_delete_project_phase '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_delete_project_phase '{}' --json

pipedrive.pipedrive_v2_delete_stage

Delete a stage Marks a stage as deleted.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_delete_stage '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_delete_stage '{}' --json

pipedrive.pipedrive_v2_delete_task

Delete a task Marks a task as deleted. If the task has subtasks, those will also be deleted.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_delete_task '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_delete_task '{}' --json

pipedrive.pipedrive_v2_duplicate_product

Duplicate a product Creates a duplicate of an existing product including all variations, prices, and custom fields.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_duplicate_product '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_duplicate_product '{}' --json

pipedrive.pipedrive_v2_get_activities

Get all activities Returns data about all activities.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_activities '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_activities '{}' --json

pipedrive.pipedrive_v2_get_activity

Get details of an activity Returns the details of a specific activity.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_activity '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_activity '{}' --json

pipedrive.pipedrive_v2_get_activity_field

Get one activity field Returns metadata about a specific activity field.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_activity_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_activity_field '{}' --json

pipedrive.pipedrive_v2_get_activity_fields

Get all activity fields Returns metadata about all activity fields in the company.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_activity_fields '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_activity_fields '{}' --json

pipedrive.pipedrive_v2_get_additional_discounts

List discounts added to a deal Lists discounts attached to a deal.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_additional_discounts '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_additional_discounts '{}' --json

pipedrive.pipedrive_v2_get_archived_deals

Get all archived deals Returns data about all archived deals.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_archived_deals '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_archived_deals '{}' --json

pipedrive.pipedrive_v2_get_archived_projects

Get all archived projects Returns all archived projects.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_archived_projects '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_archived_projects '{}' --json

pipedrive.pipedrive_v2_get_deal_conversion_status

Get Deal conversion status Returns information about the conversion. Status is always present and its value (not_started, running, completed, failed, rejected) represents the current state of the conversion. Lead ID is only present if the conversion was successfully finished. This data is only temporary and removed after a few days.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_deal_conversion_status '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_deal_conversion_status '{}' --json

pipedrive.pipedrive_v2_get_deal_field

Get one deal field Returns metadata about a specific deal field.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_deal_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_deal_field '{}' --json

pipedrive.pipedrive_v2_get_deal_fields

Get all deal fields Returns metadata about all deal fields in the company.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_deal_fields '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_deal_fields '{}' --json

pipedrive.pipedrive_v2_get_deal_followers

List followers of a deal Lists users who are following the deal.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_deal_followers '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_deal_followers '{}' --json

pipedrive.pipedrive_v2_get_deal_followers_changelog

List followers changelog of a deal Lists changelogs about users have followed the deal.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_deal_followers_changelog '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_deal_followers_changelog '{}' --json

pipedrive.pipedrive_v2_get_deal_products

List products attached to a deal Lists products attached to a deal.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_deal_products '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_deal_products '{}' --json

pipedrive.pipedrive_v2_get_deals_products

Get deal products of several deals Returns data about products attached to deals

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_deals_products '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_deals_products '{}' --json

pipedrive.pipedrive_v2_get_installments

List installments added to a list of deals Lists installments attached to a list of deals. Only available in Growth and above plans.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_installments '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_installments '{}' --json

pipedrive.pipedrive_v2_get_lead_conversion_status

Get Lead conversion status Returns data about the conversion. Status is always present and its value (not_started, running, completed, failed, rejected) represents the current state of the conversion. Deal ID is only present if the conversion was successfully finished. This data is only temporary and removed after a few days.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_lead_conversion_status '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_lead_conversion_status '{}' --json

pipedrive.pipedrive_v2_get_organization_field

Get one organization field Returns metadata about a specific organization field.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_organization_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_organization_field '{}' --json

pipedrive.pipedrive_v2_get_organization_fields

Get all organization fields Returns metadata about all organization fields in the company.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_organization_fields '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_organization_fields '{}' --json

pipedrive.pipedrive_v2_get_organization_followers

List followers of an organization Lists users who are following the organization.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_organization_followers '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_organization_followers '{}' --json

pipedrive.pipedrive_v2_get_organization_followers_changelog

List followers changelog of an organization Lists changelogs about users have followed the organization.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_organization_followers_changelog '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_organization_followers_changelog '{}' --json

pipedrive.pipedrive_v2_get_person_field

Get one person field Returns metadata about a specific person field.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_person_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_person_field '{}' --json

pipedrive.pipedrive_v2_get_person_fields

Get all person fields Returns metadata about all person fields in the company.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_person_fields '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_person_fields '{}' --json

pipedrive.pipedrive_v2_get_person_followers

List followers of a person Lists users who are following the person.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_person_followers '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_person_followers '{}' --json

pipedrive.pipedrive_v2_get_person_followers_changelog

List followers changelog of a person Lists changelogs about users have followed the person.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_person_followers_changelog '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_person_followers_changelog '{}' --json

pipedrive.pipedrive_v2_get_person_picture

Get picture of a person Returns the picture associated with a person. The picture URLs include both 128x128 and 512x512 pixel versions.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_person_picture '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_person_picture '{}' --json

pipedrive.pipedrive_v2_get_pipeline

Get one pipeline Returns data about a specific pipeline.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_pipeline '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_pipeline '{}' --json

pipedrive.pipedrive_v2_get_product

Get one product Returns data about a specific product.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_product '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_product '{}' --json

pipedrive.pipedrive_v2_get_product_field

Get one product field Returns metadata about a specific product field.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_product_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_product_field '{}' --json

pipedrive.pipedrive_v2_get_product_fields

Get all product fields Returns metadata about all product fields in the company.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_product_fields '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_product_fields '{}' --json

pipedrive.pipedrive_v2_get_product_followers

List followers of a product Lists users who are following the product.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_product_followers '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_product_followers '{}' --json

pipedrive.pipedrive_v2_get_product_followers_changelog

List followers changelog of a product Lists changelogs about users have followed the product.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_product_followers_changelog '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_product_followers_changelog '{}' --json

pipedrive.pipedrive_v2_get_product_image

Get image of a product Retrieves the image of a product. The public URL has a limited lifetime of 7 days.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_product_image '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_product_image '{}' --json

pipedrive.pipedrive_v2_get_product_variations

Get all product variations Returns data about all product variations.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_product_variations '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_product_variations '{}' --json

pipedrive.pipedrive_v2_get_products

Get all products Returns data about all products.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_products '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_products '{}' --json

pipedrive.pipedrive_v2_get_project

Get details of a project Returns the details of a specific project. Custom fields appear as keys inside the `custom_fields` object.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_project '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_project '{}' --json

pipedrive.pipedrive_v2_get_project_changelog

List updates about project field values Lists updates about field values of a project.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_project_changelog '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_project_changelog '{}' --json

pipedrive.pipedrive_v2_get_project_field

Get one project field Returns metadata about a specific project field.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_project_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_project_field '{}' --json

pipedrive.pipedrive_v2_get_project_fields

Get all project fields Returns metadata about all project fields in the company.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_project_fields '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_project_fields '{}' --json

pipedrive.pipedrive_v2_get_project_template

Get details of a template Returns the details of a specific project template.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_project_template '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_project_template '{}' --json

pipedrive.pipedrive_v2_get_project_templates

Get all project templates Returns all not deleted project templates.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_project_templates '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_project_templates '{}' --json

pipedrive.pipedrive_v2_get_project_users

List permitted users Lists the users permitted to access a project.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_project_users '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_project_users '{}' --json

pipedrive.pipedrive_v2_get_projects

Get all projects Returns all non-archived projects.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_projects '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_projects '{}' --json

pipedrive.pipedrive_v2_get_projects_board

Get details of a project board Returns the details of a specific project board.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_projects_board '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_projects_board '{}' --json

pipedrive.pipedrive_v2_get_projects_boards

Get all project boards Returns all active project boards.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_projects_boards '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_projects_boards '{}' --json

pipedrive.pipedrive_v2_get_projects_phase

Get details of a project phase Returns the details of a specific project phase.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_projects_phase '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_projects_phase '{}' --json

pipedrive.pipedrive_v2_get_projects_phases

Get project phases Returns all active project phases under a specific board.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_projects_phases '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_projects_phases '{}' --json

pipedrive.pipedrive_v2_get_stage

Get one stage Returns data about a specific stage.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_stage '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_stage '{}' --json

pipedrive.pipedrive_v2_get_task

Get details of a task Returns the details of a specific task.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_task '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_task '{}' --json

pipedrive.pipedrive_v2_get_tasks

Get all tasks Returns all tasks.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_tasks '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_tasks '{}' --json

pipedrive.pipedrive_v2_get_user_followers

List followers of a user Lists users who are following the user.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_get_user_followers '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_get_user_followers '{}' --json

pipedrive.pipedrive_v2_post_additional_discount

Add a discount to a deal Adds a discount to a deal, changing the deal value if the deal has one-time products attached.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_post_additional_discount '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_post_additional_discount '{}' --json

pipedrive.pipedrive_v2_post_installment

Add an installment to a deal Adds an installment to a deal. An installment can only be added if the deal includes at least one one-time product. If the deal contains at least one recurring product, adding installments is not allowed. Only available in Growth and above plans.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_post_installment '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_post_installment '{}' --json

pipedrive.pipedrive_v2_search_deals

Search deals Searches all deals by title, notes and/or custom fields. This endpoint is a wrapper of <a href="https://developers.pipedrive.com/docs/api/v1/ItemSearch#searchItem">/v1/itemSearch</a> with a narrower OAuth scope. Found deals can be filtered by the person ID and the organization ID.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_search_deals '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_search_deals '{}' --json

pipedrive.pipedrive_v2_search_item

Perform a search from multiple item types Performs a search from your choice of item types and fields.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_search_item '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_search_item '{}' --json

pipedrive.pipedrive_v2_search_item_by_field

Perform a search using a specific field from an item type Performs a search from the values of a specific field. Results can either be the distinct values of the field (useful for searching autocomplete field values), or the IDs of actual items (deals, leads, persons, organizations or products).

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_search_item_by_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_search_item_by_field '{}' --json

pipedrive.pipedrive_v2_search_leads

Search leads Searches all leads by title, notes and/or custom fields. This endpoint is a wrapper of <a href="https://developers.pipedrive.com/docs/api/v1/ItemSearch#searchItem">/v1/itemSearch</a> with a narrower OAuth scope. Found leads can be filtered by the person ID and the organization ID.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_search_leads '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_search_leads '{}' --json

pipedrive.pipedrive_v2_search_products

Search products Searches all products by name, code and/or custom fields. This endpoint is a wrapper of <a href="https://developers.pipedrive.com/docs/api/v1/ItemSearch#searchItem">/v1/itemSearch</a> with a narrower OAuth scope.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_search_products '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_search_products '{}' --json

pipedrive.pipedrive_v2_search_projects

Search projects Searches all projects by title, description, notes and/or custom fields. This endpoint is a wrapper of <a href="https://developers.pipedrive.com/docs/api/v1/ItemSearch#searchItem">/v1/itemSearch</a> with a narrower OAuth scope. Found projects can be filtered by person ID or organization ID.

Read read
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_search_projects '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_search_projects '{}' --json

pipedrive.pipedrive_v2_update_activity

Update an activity Updates the properties of an activity.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_update_activity '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_update_activity '{}' --json

pipedrive.pipedrive_v2_update_additional_discount

Update a discount added to a deal Edits a discount added to a deal, changing the deal value if the deal has one-time products attached.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_update_additional_discount '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_update_additional_discount '{}' --json

pipedrive.pipedrive_v2_update_deal_field

Update one deal field Updates a deal custom field. The field_code and field_type cannot be changed. At least one field must be provided in the request body.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_update_deal_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_update_deal_field '{}' --json

pipedrive.pipedrive_v2_update_deal_field_options

Update deal field options in bulk Updates existing options for a deal custom field. This operation is atomic and fails if any of the specified option IDs do not exist. Returns only the updated options.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_update_deal_field_options '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_update_deal_field_options '{}' --json

pipedrive.pipedrive_v2_update_deal_product

Update the product attached to a deal Updates the details of the product that has been attached to a deal.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_update_deal_product '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_update_deal_product '{}' --json

pipedrive.pipedrive_v2_update_installment

Update an installment added to a deal Edits an installment added to a deal. Only available in Growth and above plans.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_update_installment '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_update_installment '{}' --json

pipedrive.pipedrive_v2_update_organization_field

Update one organization field Updates an organization custom field. The field_code and field_type cannot be changed. At least one field must be provided in the request body.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_update_organization_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_update_organization_field '{}' --json

pipedrive.pipedrive_v2_update_organization_field_options

Update organization field options in bulk Updates existing options for an organization custom field. This operation is atomic and fails if any of the specified option IDs do not exist. Returns only the updated options.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_update_organization_field_options '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_update_organization_field_options '{}' --json

pipedrive.pipedrive_v2_update_person_field

Update one person field Updates a person custom field. The field_code and field_type cannot be changed. At least one field must be provided in the request body.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_update_person_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_update_person_field '{}' --json

pipedrive.pipedrive_v2_update_person_field_options

Update person field options in bulk Updates existing options for a person custom field. This operation is atomic and fails if any of the specified option IDs do not exist. Returns only the updated options.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_update_person_field_options '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_update_person_field_options '{}' --json

pipedrive.pipedrive_v2_update_pipeline

Update a pipeline Updates the properties of a pipeline.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_update_pipeline '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_update_pipeline '{}' --json

pipedrive.pipedrive_v2_update_product

Update a product Updates product data.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_update_product '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_update_product '{}' --json

pipedrive.pipedrive_v2_update_product_field

Update one product field Updates a product custom field. The field_code and field_type cannot be changed. At least one field must be provided in the request body.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_update_product_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_update_product_field '{}' --json

pipedrive.pipedrive_v2_update_product_field_options

Update product field options in bulk Updates existing options for a product custom field. This operation is atomic and fails if any of the specified option IDs do not exist. Returns only the updated options.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_update_product_field_options '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_update_product_field_options '{}' --json

pipedrive.pipedrive_v2_update_product_image

Update an image for a product Updates the image of a product.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_update_product_image '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_update_product_image '{}' --json

pipedrive.pipedrive_v2_update_product_variation

Update a product variation Updates product variation data.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_update_product_variation '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_update_product_variation '{}' --json

pipedrive.pipedrive_v2_update_project

Update a project Updates the properties of a project.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_update_project '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_update_project '{}' --json

pipedrive.pipedrive_v2_update_project_board

Update a project board Updates the properties of a project board.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_update_project_board '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_update_project_board '{}' --json

pipedrive.pipedrive_v2_update_project_field

Update one project field Updates a project custom field. The field_code and field_type cannot be changed. At least one field must be provided in the request body.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_update_project_field '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_update_project_field '{}' --json

pipedrive.pipedrive_v2_update_project_field_options

Update project field options in bulk Updates existing options for a project custom field. This operation is atomic and fails if any of the specified option IDs do not exist. Returns only the updated options.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_update_project_field_options '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_update_project_field_options '{}' --json

pipedrive.pipedrive_v2_update_project_phase

Update a project phase Updates the properties of a project phase.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_update_project_phase '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_update_project_phase '{}' --json

pipedrive.pipedrive_v2_update_stage

Update stage details Updates the properties of a stage.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_update_stage '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_update_stage '{}' --json

pipedrive.pipedrive_v2_update_task

Update a task Updates a task.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_update_task '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_update_task '{}' --json

pipedrive.pipedrive_v2_upload_product_image

Upload an image for a product Uploads an image for a product.

Write write
Parameters
none
Generic call
kosmo integrations:call pipedrive.pipedrive_v2_upload_product_image '{}' --json
Shortcut
kosmo integrations:pipedrive pipedrive_v2_upload_product_image '{}' --json

Function Schemas

Use these parameter tables when building CLI payloads without calling integrations:schema first.

pipedrive.pipedrive_add_activity_type 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_add_activity_type --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_add_call_log 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_add_call_log --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_add_call_log_audio_file 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_add_call_log_audio_file --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_add_channel 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_add_channel --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_add_deal_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_add_deal_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_add_deal_follower 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_add_deal_follower --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_add_deal_participant 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_add_deal_participant --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_add_file 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_add_file --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_add_filter 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_add_filter --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_add_goal 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_add_goal --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_add_lead 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_add_lead --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_add_lead_label 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_add_lead_label --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_add_note_comment 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_add_note_comment --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_add_or_update_role_setting 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_add_or_update_role_setting --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_add_organization_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_add_organization_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_add_organization_follower 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_add_organization_follower --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_add_organization_relationship 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_add_organization_relationship --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_add_person_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_add_person_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_add_person_follower 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_add_person_follower --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_add_person_picture 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_add_person_picture --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_add_product_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_add_product_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_add_product_follower 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_add_product_follower --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_add_project 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_add_project --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_add_role 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_add_role --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_add_role_assignment 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_add_role_assignment --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_add_task 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_add_task --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_add_team 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_add_team --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_add_team_user 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_add_team_user --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_add_user 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_add_user --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_add_webhook 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_add_webhook --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_archive_project 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_archive_project --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_authorize 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_authorize --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_create_deal 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_create_deal --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_create_note 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_create_note --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_create_organization 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_create_organization --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_create_person 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_create_person --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_delete_activity_type 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_delete_activity_type --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_delete_call_log 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_delete_call_log --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_delete_channel 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_delete_channel --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_delete_comment 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_delete_comment --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_delete_conversation 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_delete_conversation --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_delete_deal_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_delete_deal_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_delete_deal_fields 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_delete_deal_fields --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_delete_deal_follower 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_delete_deal_follower --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_delete_deal_participant 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_delete_deal_participant --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_delete_file 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_delete_file --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_delete_filter 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_delete_filter --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_delete_filters 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_delete_filters --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_delete_goal 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_delete_goal --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_delete_lead 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_delete_lead --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_delete_lead_label 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_delete_lead_label --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_delete_mail_thread 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_delete_mail_thread --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_delete_note 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_delete_note --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_delete_organization_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_delete_organization_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_delete_organization_fields 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_delete_organization_fields --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_delete_organization_follower 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_delete_organization_follower --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_delete_organization_relationship 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_delete_organization_relationship --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_delete_person_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_delete_person_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_delete_person_fields 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_delete_person_fields --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_delete_person_follower 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_delete_person_follower --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_delete_person_picture 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_delete_person_picture --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_delete_product_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_delete_product_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_delete_product_fields 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_delete_product_fields --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_delete_product_follower 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_delete_product_follower --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_delete_project 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_delete_project --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_delete_role 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_delete_role --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_delete_role_assignment 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_delete_role_assignment --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_delete_task 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_delete_task --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_delete_team_user 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_delete_team_user --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_delete_webhook 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_delete_webhook --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_download_file 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_download_file --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_duplicate_deal 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_duplicate_deal --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_find_users_by_name 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_find_users_by_name --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_activity_fields 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_activity_fields --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_activity_types 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_activity_types --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_archived_deals 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_archived_deals --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_archived_deals_summary 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_archived_deals_summary --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_archived_deals_timeline 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_archived_deals_timeline --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_archived_leads 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_archived_leads --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_call_log 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_call_log --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_comment 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_comment --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_company_addons 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_company_addons --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_currencies 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_currencies --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_current_user 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_current_user --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_deal 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_deal --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_deal_changelog 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_deal_changelog --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_deal_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_deal_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_deal_fields 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_deal_fields --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_deal_files 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_deal_files --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_deal_followers 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_deal_followers --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_deal_mail_messages 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_deal_mail_messages --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_deal_participants 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_deal_participants --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_deal_participants_changelog 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_deal_participants_changelog --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_deal_updates 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_deal_updates --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_deal_users 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_deal_users --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_deals_summary 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_deals_summary --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_deals_timeline 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_deals_timeline --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_file 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_file --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_files 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_files --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_filter 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_filter --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_filter_helpers 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_filter_helpers --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_filters 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_filters --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_goal_result 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_goal_result --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_goals 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_goals --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_lead 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_lead --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_lead_fields 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_lead_fields --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_lead_labels 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_lead_labels --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_lead_sources 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_lead_sources --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_lead_users 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_lead_users --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_leads 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_leads --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_mail_message 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_mail_message --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_mail_thread 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_mail_thread --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_mail_thread_messages 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_mail_thread_messages --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_mail_threads 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_mail_threads --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_note 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_note --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_note_comments 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_note_comments --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_note_fields 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_note_fields --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_notes 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_notes --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_organization 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_organization --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_organization_changelog 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_organization_changelog --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_organization_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_organization_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_organization_fields 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_organization_fields --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_organization_files 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_organization_files --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_organization_followers 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_organization_followers --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_organization_mail_messages 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_organization_mail_messages --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_organization_relationship 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_organization_relationship --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_organization_relationships 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_organization_relationships --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_organization_updates 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_organization_updates --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_organization_users 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_organization_users --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_permission_set 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_permission_set --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_permission_set_assignments 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_permission_set_assignments --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_permission_sets 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_permission_sets --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_person 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_person --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_person_changelog 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_person_changelog --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_person_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_person_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_person_fields 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_person_fields --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_person_files 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_person_files --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_person_followers 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_person_followers --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_person_mail_messages 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_person_mail_messages --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_person_products 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_person_products --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_person_updates 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_person_updates --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_person_users 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_person_users --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_pipeline_conversion_statistics 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_pipeline_conversion_statistics --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_pipeline_deals 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_pipeline_deals --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_pipeline_movement_statistics 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_pipeline_movement_statistics --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_product_deals 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_product_deals --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_product_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_product_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_product_fields 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_product_fields --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_product_files 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_product_files --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_product_followers 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_product_followers --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_product_users 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_product_users --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_project 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_project --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_project_activities 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_project_activities --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_project_groups 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_project_groups --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_project_plan 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_project_plan --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_project_tasks 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_project_tasks --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_project_template 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_project_template --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_project_templates 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_project_templates --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_projects 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_projects --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_projects_board 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_projects_board --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_projects_boards 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_projects_boards --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_projects_phase 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_projects_phase --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_projects_phases 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_projects_phases --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_recents 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_recents --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_role 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_role --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_role_assignments 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_role_assignments --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_role_pipelines 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_role_pipelines --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_role_settings 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_role_settings --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_roles 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_roles --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_stage_deals 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_stage_deals --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_task 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_task --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_tasks 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_tasks --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_team 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_team --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_team_users 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_team_users --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_teams 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_teams --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_tokens 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_tokens --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_user 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_user --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_user_call_logs 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_user_call_logs --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_user_connections 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_user_connections --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_user_followers 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_user_followers --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_user_permissions 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_user_permissions --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_user_role_assignments 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_user_role_assignments --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_user_role_settings 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_user_role_settings --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_user_settings 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_user_settings --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_user_teams 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_user_teams --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_users 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_users --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_get_webhooks 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_get_webhooks --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_list_deals 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_list_deals --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_list_organizations 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_list_organizations --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_list_persons 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_list_persons --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_list_pipelines 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_list_pipelines --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_list_stages 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_list_stages --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_merge_deals 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_merge_deals --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_merge_organizations 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_merge_organizations --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_merge_persons 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_merge_persons --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_put_project_plan_activity 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_put_project_plan_activity --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_put_project_plan_task 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_put_project_plan_task --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_receive_message 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_receive_message --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_refresh_tokens 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_refresh_tokens --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_search_leads 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_search_leads --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_search_organizations 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_search_organizations --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_search_persons 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_search_persons --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_update_activity_type 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_update_activity_type --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_update_comment_for_note 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_update_comment_for_note --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_update_deal 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_update_deal --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_update_deal_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_update_deal_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_update_file 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_update_file --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_update_filter 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_update_filter --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_update_goal 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_update_goal --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_update_lead 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_update_lead --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_update_lead_label 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_update_lead_label --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_update_mail_thread_details 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_update_mail_thread_details --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_update_note 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_update_note --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_update_organization 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_update_organization --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_update_organization_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_update_organization_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_update_organization_relationship 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_update_organization_relationship --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_update_person 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_update_person --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_update_person_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_update_person_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_update_product_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_update_product_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_update_project 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_update_project --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_update_role 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_update_role --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_update_role_pipelines 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_update_role_pipelines --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_update_task 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_update_task --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_update_team 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_update_team --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_update_user 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_update_user --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_add_activity 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_add_activity --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_add_deal_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_add_deal_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_add_deal_field_options 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_add_deal_field_options --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_add_deal_follower 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_add_deal_follower --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_add_deal_product 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_add_deal_product --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_add_many_deal_products 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_add_many_deal_products --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_add_organization_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_add_organization_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_add_organization_field_options 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_add_organization_field_options --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_add_organization_follower 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_add_organization_follower --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_add_person_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_add_person_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_add_person_field_options 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_add_person_field_options --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_add_person_follower 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_add_person_follower --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_add_pipeline 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_add_pipeline --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_add_product 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_add_product --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_add_product_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_add_product_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_add_product_field_options 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_add_product_field_options --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_add_product_follower 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_add_product_follower --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_add_product_variation 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_add_product_variation --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_add_project 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_add_project --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_add_project_board 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_add_project_board --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_add_project_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_add_project_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_add_project_field_options 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_add_project_field_options --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_add_project_phase 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_add_project_phase --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_add_stage 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_add_stage --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_add_task 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_add_task --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_archive_project 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_archive_project --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_convert_deal_to_lead 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_convert_deal_to_lead --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_convert_lead_to_deal 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_convert_lead_to_deal --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_delete_activity 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_delete_activity --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_delete_additional_discount 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_delete_additional_discount --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_delete_deal 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_delete_deal --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_delete_deal_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_delete_deal_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_delete_deal_field_options 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_delete_deal_field_options --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_delete_deal_follower 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_delete_deal_follower --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_delete_deal_product 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_delete_deal_product --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_delete_installment 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_delete_installment --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_delete_many_deal_products 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_delete_many_deal_products --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_delete_organization 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_delete_organization --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_delete_organization_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_delete_organization_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_delete_organization_field_options 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_delete_organization_field_options --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_delete_organization_follower 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_delete_organization_follower --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_delete_person 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_delete_person --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_delete_person_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_delete_person_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_delete_person_field_options 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_delete_person_field_options --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_delete_person_follower 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_delete_person_follower --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_delete_pipeline 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_delete_pipeline --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_delete_product 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_delete_product --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_delete_product_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_delete_product_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_delete_product_field_options 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_delete_product_field_options --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_delete_product_follower 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_delete_product_follower --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_delete_product_image 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_delete_product_image --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_delete_product_variation 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_delete_product_variation --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_delete_project 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_delete_project --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_delete_project_board 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_delete_project_board --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_delete_project_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_delete_project_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_delete_project_field_options 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_delete_project_field_options --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_delete_project_phase 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_delete_project_phase --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_delete_stage 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_delete_stage --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_delete_task 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_delete_task --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_duplicate_product 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_duplicate_product --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_activities 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_activities --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_activity 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_activity --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_activity_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_activity_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_activity_fields 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_activity_fields --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_additional_discounts 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_additional_discounts --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_archived_deals 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_archived_deals --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_archived_projects 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_archived_projects --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_deal_conversion_status 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_deal_conversion_status --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_deal_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_deal_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_deal_fields 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_deal_fields --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_deal_followers 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_deal_followers --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_deal_followers_changelog 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_deal_followers_changelog --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_deal_products 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_deal_products --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_deals_products 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_deals_products --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_installments 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_installments --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_lead_conversion_status 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_lead_conversion_status --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_organization_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_organization_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_organization_fields 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_organization_fields --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_organization_followers 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_organization_followers --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_organization_followers_changelog 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_organization_followers_changelog --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_person_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_person_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_person_fields 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_person_fields --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_person_followers 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_person_followers --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_person_followers_changelog 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_person_followers_changelog --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_person_picture 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_person_picture --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_pipeline 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_pipeline --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_product 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_product --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_product_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_product_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_product_fields 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_product_fields --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_product_followers 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_product_followers --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_product_followers_changelog 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_product_followers_changelog --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_product_image 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_product_image --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_product_variations 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_product_variations --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_products 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_products --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_project 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_project --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_project_changelog 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_project_changelog --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_project_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_project_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_project_fields 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_project_fields --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_project_template 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_project_template --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_project_templates 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_project_templates --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_project_users 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_project_users --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_projects 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_projects --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_projects_board 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_projects_board --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_projects_boards 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_projects_boards --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_projects_phase 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_projects_phase --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_projects_phases 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_projects_phases --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_stage 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_stage --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_task 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_task --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_tasks 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_tasks --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_get_user_followers 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_get_user_followers --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_post_additional_discount 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_post_additional_discount --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_post_installment 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_post_installment --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_search_deals 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_search_deals --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_search_item 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_search_item --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_search_item_by_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_search_item_by_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_search_leads 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_search_leads --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_search_products 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_search_products --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_search_projects 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_search_projects --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_update_activity 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_update_activity --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_update_additional_discount 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_update_additional_discount --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_update_deal_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_update_deal_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_update_deal_field_options 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_update_deal_field_options --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_update_deal_product 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_update_deal_product --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_update_installment 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_update_installment --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_update_organization_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_update_organization_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_update_organization_field_options 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_update_organization_field_options --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_update_person_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_update_person_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_update_person_field_options 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_update_person_field_options --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_update_pipeline 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_update_pipeline --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_update_product 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_update_product --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_update_product_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_update_product_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_update_product_field_options 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_update_product_field_options --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_update_product_image 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_update_product_image --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_update_product_variation 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_update_product_variation --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_update_project 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_update_project --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_update_project_board 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_update_project_board --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_update_project_field 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_update_project_field --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_update_project_field_options 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_update_project_field_options --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_update_project_phase 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_update_project_phase --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_update_stage 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_update_stage --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_update_task 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_update_task --json
ParameterTypeRequiredDescription
No parameters.
pipedrive.pipedrive_v2_upload_product_image 0 parameters
Schema command
kosmo integrations:schema pipedrive.pipedrive_v2_upload_product_image --json
ParameterTypeRequiredDescription
No parameters.

Permissions

Headless calls still follow the integration read/write permission policy. Configure read/write defaults with integrations:configure. Add --force only for trusted automation that should bypass that policy.