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 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.
kosmo integrations:call pipedrive.pipedrive_add_activity_type '{}' --json 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.
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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_add_activity_type '{}' --json kosmo integrations:pipedrive pipedrive_add_activity_type '{}' --json pipedrive.pipedrive_add_call_log
Add a call log Adds a new call log.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_add_call_log '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_add_call_log_audio_file '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_add_channel '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_add_deal_field '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_add_deal_follower '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_add_deal_participant '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_add_file '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_add_file_and_link_it '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_add_filter '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_add_goal '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_add_lead '{}' --json kosmo integrations:pipedrive pipedrive_add_lead '{}' --json pipedrive.pipedrive_add_lead_label
Add a lead label Creates a lead label.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_add_lead_label '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_add_note_comment '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_add_or_update_role_setting '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_add_organization_field '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_add_organization_follower '{}' --json kosmo integrations:pipedrive pipedrive_add_organization_follower '{}' --json pipedrive.pipedrive_add_organization_relationship
Create an organization relationship Creates and returns an organization relationship.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_add_organization_relationship '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_add_person_field '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_add_person_follower '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_add_person_picture '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_add_product_field '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_add_product_follower '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_add_project '{}' --json kosmo integrations:pipedrive pipedrive_add_project '{}' --json pipedrive.pipedrive_add_role
Add a role Adds a new role.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_add_role '{}' --json kosmo integrations:pipedrive pipedrive_add_role '{}' --json pipedrive.pipedrive_add_role_assignment
Add role assignment Assigns a user to a role.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_add_role_assignment '{}' --json kosmo integrations:pipedrive pipedrive_add_role_assignment '{}' --json pipedrive.pipedrive_add_task
Add a task Adds a new task.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_add_task '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_add_team '{}' --json kosmo integrations:pipedrive pipedrive_add_team '{}' --json pipedrive.pipedrive_add_team_user
Add users to a team Adds users to an existing team.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_add_team_user '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_add_user '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_add_webhook '{}' --json kosmo integrations:pipedrive pipedrive_add_webhook '{}' --json pipedrive.pipedrive_archive_project
Archive a project Archives a project.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_archive_project '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_authorize '{}' --json kosmo integrations:pipedrive pipedrive_authorize '{}' --json pipedrive.pipedrive_create_deal
Add a new deal Adds a new deal.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_create_deal '{}' --json kosmo integrations:pipedrive pipedrive_create_deal '{}' --json pipedrive.pipedrive_create_note
Add a note Adds a new note.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_create_note '{}' --json kosmo integrations:pipedrive pipedrive_create_note '{}' --json pipedrive.pipedrive_create_organization
Add a new organization Adds a new organization.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_create_organization '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_create_person '{}' --json kosmo integrations:pipedrive pipedrive_create_person '{}' --json pipedrive.pipedrive_delete_activity_type
Delete an activity type Marks an activity type as deleted.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_delete_activity_type '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_delete_call_log '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_delete_channel '{}' --json kosmo integrations:pipedrive pipedrive_delete_channel '{}' --json pipedrive.pipedrive_delete_comment
Delete a comment related to a note Deletes a comment.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_delete_comment '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_delete_conversation '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_delete_deal_field '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_delete_deal_fields '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_delete_deal_follower '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_delete_deal_participant '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_delete_file '{}' --json kosmo integrations:pipedrive pipedrive_delete_file '{}' --json pipedrive.pipedrive_delete_filter
Delete a filter Marks a filter as deleted.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_delete_filter '{}' --json kosmo integrations:pipedrive pipedrive_delete_filter '{}' --json pipedrive.pipedrive_delete_filters
Delete multiple filters in bulk Marks multiple filters as deleted.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_delete_filters '{}' --json kosmo integrations:pipedrive pipedrive_delete_filters '{}' --json pipedrive.pipedrive_delete_goal
Delete existing goal Marks a goal as deleted.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_delete_goal '{}' --json kosmo integrations:pipedrive pipedrive_delete_goal '{}' --json pipedrive.pipedrive_delete_lead
Delete a lead Deletes a specific lead.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_delete_lead '{}' --json kosmo integrations:pipedrive pipedrive_delete_lead '{}' --json pipedrive.pipedrive_delete_lead_label
Delete a lead label Deletes a specific lead label.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_delete_lead_label '{}' --json kosmo integrations:pipedrive pipedrive_delete_lead_label '{}' --json pipedrive.pipedrive_delete_mail_thread
Delete mail thread Marks a mail thread as deleted.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_delete_mail_thread '{}' --json kosmo integrations:pipedrive pipedrive_delete_mail_thread '{}' --json pipedrive.pipedrive_delete_note
Delete a note Deletes a specific note.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_delete_note '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_delete_organization_field '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_delete_organization_fields '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_delete_organization_follower '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_delete_organization_relationship '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_delete_person_field '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_delete_person_fields '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_delete_person_follower '{}' --json kosmo integrations:pipedrive pipedrive_delete_person_follower '{}' --json pipedrive.pipedrive_delete_person_picture
Delete person picture Deletes a person's picture.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_delete_person_picture '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_delete_product_field '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_delete_product_fields '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_delete_product_follower '{}' --json kosmo integrations:pipedrive pipedrive_delete_product_follower '{}' --json pipedrive.pipedrive_delete_project
Delete a project Marks a project as deleted.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_delete_project '{}' --json kosmo integrations:pipedrive pipedrive_delete_project '{}' --json pipedrive.pipedrive_delete_role
Delete a role Marks a role as deleted.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_delete_role '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_delete_role_assignment '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_delete_task '{}' --json kosmo integrations:pipedrive pipedrive_delete_task '{}' --json pipedrive.pipedrive_delete_team_user
Delete users from a team Deletes users from an existing team.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_delete_team_user '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_delete_user_provider_link '{}' --json kosmo integrations:pipedrive pipedrive_delete_user_provider_link '{}' --json pipedrive.pipedrive_delete_webhook
Delete existing Webhook Deletes the specified Webhook.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_delete_webhook '{}' --json kosmo integrations:pipedrive pipedrive_delete_webhook '{}' --json pipedrive.pipedrive_download_file
Download one file Initializes a file download.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_download_file '{}' --json kosmo integrations:pipedrive pipedrive_download_file '{}' --json pipedrive.pipedrive_duplicate_deal
Duplicate deal Duplicates a deal.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_duplicate_deal '{}' --json kosmo integrations:pipedrive pipedrive_duplicate_deal '{}' --json pipedrive.pipedrive_find_users_by_name
Find users by name Finds users by their name.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_find_users_by_name '{}' --json kosmo integrations:pipedrive pipedrive_find_users_by_name '{}' --json pipedrive.pipedrive_get_activity_fields
Get all activity fields Returns all activity fields.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_activity_fields '{}' --json kosmo integrations:pipedrive pipedrive_get_activity_fields '{}' --json pipedrive.pipedrive_get_activity_types
Get all activity types Returns all activity types.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_activity_types '{}' --json kosmo integrations:pipedrive pipedrive_get_activity_types '{}' --json pipedrive.pipedrive_get_archived_deals
Get all archived deals Returns all archived deals.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_archived_deals '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_archived_deals_summary '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_archived_deals_timeline '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_archived_leads '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_call_log '{}' --json kosmo integrations:pipedrive pipedrive_get_call_log '{}' --json pipedrive.pipedrive_get_comment
Get one comment Returns the details of a comment.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_comment '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_company_addons '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_currencies '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_current_user '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_deal '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_deal_changelog '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_deal_field '{}' --json kosmo integrations:pipedrive pipedrive_get_deal_field '{}' --json pipedrive.pipedrive_get_deal_fields
Get all deal fields Returns data about all deal fields.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_deal_fields '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_deal_files '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_deal_followers '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_deal_mail_messages '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_deal_participants '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_deal_participants_changelog '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_deal_updates '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_deal_users '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_deals_summary '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_deals_timeline '{}' --json kosmo integrations:pipedrive pipedrive_get_deals_timeline '{}' --json pipedrive.pipedrive_get_file
Get one file Returns data about a specific file.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_file '{}' --json kosmo integrations:pipedrive pipedrive_get_file '{}' --json pipedrive.pipedrive_get_files
Get all files Returns data about all files.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_files '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_filter '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_filter_helpers '{}' --json kosmo integrations:pipedrive pipedrive_get_filter_helpers '{}' --json pipedrive.pipedrive_get_filters
Get all filters Returns data about all filters.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_filters '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_goal_result '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_goals '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_lead '{}' --json kosmo integrations:pipedrive pipedrive_get_lead '{}' --json pipedrive.pipedrive_get_lead_fields
Get all lead fields Returns data about all lead fields.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_lead_fields '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_lead_labels '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_lead_sources '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_lead_users '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_leads '{}' --json kosmo integrations:pipedrive pipedrive_get_leads '{}' --json pipedrive.pipedrive_get_mail_message
Get one mail message Returns data about a specific mail message.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_mail_message '{}' --json kosmo integrations:pipedrive pipedrive_get_mail_message '{}' --json pipedrive.pipedrive_get_mail_thread
Get one mail thread Returns a specific mail thread.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_mail_thread '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_mail_thread_messages '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_mail_threads '{}' --json kosmo integrations:pipedrive pipedrive_get_mail_threads '{}' --json pipedrive.pipedrive_get_note
Get one note Returns details about a specific note.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_note '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_note_comments '{}' --json kosmo integrations:pipedrive pipedrive_get_note_comments '{}' --json pipedrive.pipedrive_get_note_fields
Get all note fields Returns data about all note fields.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_note_fields '{}' --json kosmo integrations:pipedrive pipedrive_get_note_fields '{}' --json pipedrive.pipedrive_get_notes
Get all notes Returns all notes.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_notes '{}' --json kosmo integrations:pipedrive pipedrive_get_notes '{}' --json pipedrive.pipedrive_get_organization
Get details of a organization Returns the details of a specific organization.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_organization '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_organization_changelog '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_organization_field '{}' --json kosmo integrations:pipedrive pipedrive_get_organization_field '{}' --json pipedrive.pipedrive_get_organization_fields
Get all organization fields Returns data about all organization fields.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_organization_fields '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_organization_files '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_organization_followers '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_organization_mail_messages '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_organization_relationship '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_organization_relationships '{}' --json kosmo integrations:pipedrive pipedrive_get_organization_relationships '{}' --json pipedrive.pipedrive_get_organization_updates
List updates about an organization Lists updates about an organization.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_organization_updates '{}' --json kosmo integrations:pipedrive pipedrive_get_organization_updates '{}' --json pipedrive.pipedrive_get_organization_users
List permitted users List users permitted to access an organization.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_organization_users '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_permission_set '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_permission_set_assignments '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_permission_sets '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_person '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_person_changelog '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_person_field '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_person_fields '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_person_files '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_person_followers '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_person_mail_messages '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_person_products '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_person_updates '{}' --json kosmo integrations:pipedrive pipedrive_get_person_updates '{}' --json pipedrive.pipedrive_get_person_users
List permitted users List users permitted to access a person.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_person_users '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_pipeline_conversion_statistics '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_pipeline_deals '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_pipeline_movement_statistics '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_product_deals '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_product_field '{}' --json kosmo integrations:pipedrive pipedrive_get_product_field '{}' --json pipedrive.pipedrive_get_product_fields
Get all product fields Returns data about all product fields.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_product_fields '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_product_files '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_product_followers '{}' --json kosmo integrations:pipedrive pipedrive_get_product_followers '{}' --json pipedrive.pipedrive_get_product_users
List permitted users Lists users permitted to access a product.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_product_users '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_project '{}' --json kosmo integrations:pipedrive pipedrive_get_project '{}' --json pipedrive.pipedrive_get_project_activities
Returns project activities Returns activities linked to a specific project.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_project_activities '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_project_groups '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_project_plan '{}' --json kosmo integrations:pipedrive pipedrive_get_project_plan '{}' --json pipedrive.pipedrive_get_project_tasks
Returns project tasks Returns tasks linked to a specific project.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_project_tasks '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_project_template '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_project_templates '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_projects '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_projects_board '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_projects_boards '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_projects_phase '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_projects_phases '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_recents '{}' --json kosmo integrations:pipedrive pipedrive_get_recents '{}' --json pipedrive.pipedrive_get_role
Get one role Returns the details of a specific role.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_role '{}' --json kosmo integrations:pipedrive pipedrive_get_role '{}' --json pipedrive.pipedrive_get_role_assignments
List role assignments Returns all users assigned to a role.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_role_assignments '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_role_pipelines '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_role_settings '{}' --json kosmo integrations:pipedrive pipedrive_get_role_settings '{}' --json pipedrive.pipedrive_get_roles
Get all roles Returns all the roles within the company.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_roles '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_stage_deals '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_task '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_tasks '{}' --json kosmo integrations:pipedrive pipedrive_get_tasks '{}' --json pipedrive.pipedrive_get_team
Get a single team Returns data about a specific team.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_team '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_team_users '{}' --json kosmo integrations:pipedrive pipedrive_get_team_users '{}' --json pipedrive.pipedrive_get_teams
Get all teams Returns data about teams within the company.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_teams '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_tokens '{}' --json kosmo integrations:pipedrive pipedrive_get_tokens '{}' --json pipedrive.pipedrive_get_user
Get one user Returns data about a specific user within the company.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_user '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_user_call_logs '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_user_connections '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_user_followers '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_user_permissions '{}' --json kosmo integrations:pipedrive pipedrive_get_user_permissions '{}' --json pipedrive.pipedrive_get_user_role_assignments
List role assignments Lists role assignments for a user.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_user_role_assignments '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_user_role_settings '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_user_settings '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_user_teams '{}' --json kosmo integrations:pipedrive pipedrive_get_user_teams '{}' --json pipedrive.pipedrive_get_users
Get all users Returns data about all users within the company.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_users '{}' --json kosmo integrations:pipedrive pipedrive_get_users '{}' --json pipedrive.pipedrive_get_webhooks
Get all Webhooks Returns data about all the Webhooks of a company.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_get_webhooks '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_link_file_to_item '{}' --json kosmo integrations:pipedrive pipedrive_link_file_to_item '{}' --json pipedrive.pipedrive_list_deals
Get all deals Returns data about all not archived deals.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_list_deals '{}' --json kosmo integrations:pipedrive pipedrive_list_deals '{}' --json pipedrive.pipedrive_list_organizations
Get all organizations Returns data about all organizations.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_list_organizations '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_list_persons '{}' --json kosmo integrations:pipedrive pipedrive_list_persons '{}' --json pipedrive.pipedrive_list_pipelines
Get all pipelines Returns data about all pipelines.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_list_pipelines '{}' --json kosmo integrations:pipedrive pipedrive_list_pipelines '{}' --json pipedrive.pipedrive_list_stages
Get all stages Returns data about all stages.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_list_stages '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_merge_deals '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_merge_organizations '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_merge_persons '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_put_project_plan_activity '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_put_project_plan_task '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_receive_message '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_refresh_tokens '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_save_user_provider_link '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_search_leads '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_search_organizations '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_search_persons '{}' --json kosmo integrations:pipedrive pipedrive_search_persons '{}' --json pipedrive.pipedrive_update_activity_type
Update an activity type Updates an activity type.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_update_activity_type '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_update_comment_for_note '{}' --json kosmo integrations:pipedrive pipedrive_update_comment_for_note '{}' --json pipedrive.pipedrive_update_deal
Update a deal Updates the properties of a deal.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_update_deal '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_update_deal_field '{}' --json kosmo integrations:pipedrive pipedrive_update_deal_field '{}' --json pipedrive.pipedrive_update_file
Update file details Updates the properties of a file.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_update_file '{}' --json kosmo integrations:pipedrive pipedrive_update_file '{}' --json pipedrive.pipedrive_update_filter
Update filter Updates an existing filter.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_update_filter '{}' --json kosmo integrations:pipedrive pipedrive_update_filter '{}' --json pipedrive.pipedrive_update_goal
Update existing goal Updates an existing goal.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_update_goal '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_update_lead '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_update_lead_label '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_update_mail_thread_details '{}' --json kosmo integrations:pipedrive pipedrive_update_mail_thread_details '{}' --json pipedrive.pipedrive_update_note
Update a note Updates a note.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_update_note '{}' --json kosmo integrations:pipedrive pipedrive_update_note '{}' --json pipedrive.pipedrive_update_organization
Update a organization Updates the properties of a organization.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_update_organization '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_update_organization_field '{}' --json kosmo integrations:pipedrive pipedrive_update_organization_field '{}' --json pipedrive.pipedrive_update_organization_relationship
Update an organization relationship Updates and returns an organization relationship.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_update_organization_relationship '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_update_person '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_update_person_field '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_update_product_field '{}' --json kosmo integrations:pipedrive pipedrive_update_product_field '{}' --json pipedrive.pipedrive_update_project
Update a project Updates a project.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_update_project '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_update_role '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_update_role_pipelines '{}' --json kosmo integrations:pipedrive pipedrive_update_role_pipelines '{}' --json pipedrive.pipedrive_update_task
Update a task Updates a task.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_update_task '{}' --json kosmo integrations:pipedrive pipedrive_update_task '{}' --json pipedrive.pipedrive_update_team
Update a team Updates an existing team and returns the updated object.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_update_team '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_update_user '{}' --json kosmo integrations:pipedrive pipedrive_update_user '{}' --json pipedrive.pipedrive_v2_add_activity
Add a new activity Adds a new activity.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_add_activity '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_add_deal_field '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_add_deal_field_options '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_add_deal_follower '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_add_deal_product '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_add_many_deal_products '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_add_organization_field '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_add_organization_field_options '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_add_organization_follower '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_add_person_field '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_add_person_field_options '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_add_person_follower '{}' --json kosmo integrations:pipedrive pipedrive_v2_add_person_follower '{}' --json pipedrive.pipedrive_v2_add_pipeline
Add a new pipeline Adds a new pipeline.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_add_pipeline '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_add_product '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_add_product_field '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_add_product_field_options '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_add_product_follower '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_add_product_variation '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_add_project '{}' --json kosmo integrations:pipedrive pipedrive_v2_add_project '{}' --json pipedrive.pipedrive_v2_add_project_board
Add a project board Adds a new project board.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_add_project_board '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_add_project_field '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_add_project_field_options '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_add_project_phase '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_add_stage '{}' --json kosmo integrations:pipedrive pipedrive_v2_add_stage '{}' --json pipedrive.pipedrive_v2_add_task
Add a task Adds a new task.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_add_task '{}' --json kosmo integrations:pipedrive pipedrive_v2_add_task '{}' --json pipedrive.pipedrive_v2_archive_project
Archive a project Archives a project.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_archive_project '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_convert_deal_to_lead '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_convert_lead_to_deal '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_delete_activity '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_delete_additional_discount '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_delete_deal '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_delete_deal_field '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_delete_deal_field_options '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_delete_deal_follower '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_delete_deal_product '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_delete_installment '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_delete_many_deal_products '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_delete_organization '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_delete_organization_field '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_delete_organization_field_options '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_delete_organization_follower '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_delete_person '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_delete_person_field '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_delete_person_field_options '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_delete_person_follower '{}' --json kosmo integrations:pipedrive pipedrive_v2_delete_person_follower '{}' --json pipedrive.pipedrive_v2_delete_pipeline
Delete a pipeline Marks a pipeline as deleted.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_delete_pipeline '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_delete_product '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_delete_product_field '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_delete_product_field_options '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_delete_product_follower '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_delete_product_image '{}' --json kosmo integrations:pipedrive pipedrive_v2_delete_product_image '{}' --json pipedrive.pipedrive_v2_delete_product_variation
Delete a product variation Deletes a product variation.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_delete_product_variation '{}' --json kosmo integrations:pipedrive pipedrive_v2_delete_product_variation '{}' --json pipedrive.pipedrive_v2_delete_project
Delete a project Marks a project as deleted.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_delete_project '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_delete_project_board '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_delete_project_field '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_delete_project_field_options '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_delete_project_phase '{}' --json kosmo integrations:pipedrive pipedrive_v2_delete_project_phase '{}' --json pipedrive.pipedrive_v2_delete_stage
Delete a stage Marks a stage as deleted.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_delete_stage '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_delete_task '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_duplicate_product '{}' --json kosmo integrations:pipedrive pipedrive_v2_duplicate_product '{}' --json pipedrive.pipedrive_v2_get_activities
Get all activities Returns data about all activities.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_activities '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_activity '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_activity_field '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_activity_fields '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_additional_discounts '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_archived_deals '{}' --json kosmo integrations:pipedrive pipedrive_v2_get_archived_deals '{}' --json pipedrive.pipedrive_v2_get_archived_projects
Get all archived projects Returns all archived projects.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_archived_projects '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_deal_conversion_status '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_deal_field '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_deal_fields '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_deal_followers '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_deal_followers_changelog '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_deal_products '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_deals_products '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_installments '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_lead_conversion_status '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_organization_field '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_organization_fields '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_organization_followers '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_organization_followers_changelog '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_person_field '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_person_fields '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_person_followers '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_person_followers_changelog '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_person_picture '{}' --json kosmo integrations:pipedrive pipedrive_v2_get_person_picture '{}' --json pipedrive.pipedrive_v2_get_pipeline
Get one pipeline Returns data about a specific pipeline.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_pipeline '{}' --json kosmo integrations:pipedrive pipedrive_v2_get_pipeline '{}' --json pipedrive.pipedrive_v2_get_product
Get one product Returns data about a specific product.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_product '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_product_field '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_product_fields '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_product_followers '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_product_followers_changelog '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_product_image '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_product_variations '{}' --json kosmo integrations:pipedrive pipedrive_v2_get_product_variations '{}' --json pipedrive.pipedrive_v2_get_products
Get all products Returns data about all products.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_products '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_project '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_project_changelog '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_project_field '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_project_fields '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_project_template '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_project_templates '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_project_users '{}' --json kosmo integrations:pipedrive pipedrive_v2_get_project_users '{}' --json pipedrive.pipedrive_v2_get_projects
Get all projects Returns all non-archived projects.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_projects '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_projects_board '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_projects_boards '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_projects_phase '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_projects_phases '{}' --json kosmo integrations:pipedrive pipedrive_v2_get_projects_phases '{}' --json pipedrive.pipedrive_v2_get_stage
Get one stage Returns data about a specific stage.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_stage '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_task '{}' --json kosmo integrations:pipedrive pipedrive_v2_get_task '{}' --json pipedrive.pipedrive_v2_get_tasks
Get all tasks Returns all tasks.
read - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_tasks '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_get_user_followers '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_post_additional_discount '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_post_installment '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_search_deals '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_search_item '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_search_item_by_field '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_search_leads '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_search_products '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_search_projects '{}' --json kosmo integrations:pipedrive pipedrive_v2_search_projects '{}' --json pipedrive.pipedrive_v2_update_activity
Update an activity Updates the properties of an activity.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_update_activity '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_update_additional_discount '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_update_deal_field '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_update_deal_field_options '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_update_deal_product '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_update_installment '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_update_organization_field '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_update_organization_field_options '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_update_person_field '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_update_person_field_options '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_update_pipeline '{}' --json kosmo integrations:pipedrive pipedrive_v2_update_pipeline '{}' --json pipedrive.pipedrive_v2_update_product
Update a product Updates product data.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_update_product '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_update_product_field '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_update_product_field_options '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_update_product_image '{}' --json kosmo integrations:pipedrive pipedrive_v2_update_product_image '{}' --json pipedrive.pipedrive_v2_update_product_variation
Update a product variation Updates product variation data.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_update_product_variation '{}' --json kosmo integrations:pipedrive pipedrive_v2_update_product_variation '{}' --json pipedrive.pipedrive_v2_update_project
Update a project Updates the properties of a project.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_update_project '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_update_project_board '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_update_project_field '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_update_project_field_options '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_update_project_phase '{}' --json kosmo integrations:pipedrive pipedrive_v2_update_project_phase '{}' --json pipedrive.pipedrive_v2_update_stage
Update stage details Updates the properties of a stage.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_update_stage '{}' --json kosmo integrations:pipedrive pipedrive_v2_update_stage '{}' --json pipedrive.pipedrive_v2_update_task
Update a task Updates a task.
write - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_update_task '{}' --json 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 - Parameters
- none
kosmo integrations:call pipedrive.pipedrive_v2_upload_product_image '{}' --json 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
kosmo integrations:schema pipedrive.pipedrive_add_activity_type --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_add_call_log 0 parameters
kosmo integrations:schema pipedrive.pipedrive_add_call_log --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_add_call_log_audio_file 0 parameters
kosmo integrations:schema pipedrive.pipedrive_add_call_log_audio_file --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_add_channel 0 parameters
kosmo integrations:schema pipedrive.pipedrive_add_channel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_add_deal_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_add_deal_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_add_deal_follower 0 parameters
kosmo integrations:schema pipedrive.pipedrive_add_deal_follower --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_add_deal_participant 0 parameters
kosmo integrations:schema pipedrive.pipedrive_add_deal_participant --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_add_file 0 parameters
kosmo integrations:schema pipedrive.pipedrive_add_file --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_add_file_and_link_it 0 parameters
kosmo integrations:schema pipedrive.pipedrive_add_file_and_link_it --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_add_filter 0 parameters
kosmo integrations:schema pipedrive.pipedrive_add_filter --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_add_goal 0 parameters
kosmo integrations:schema pipedrive.pipedrive_add_goal --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_add_lead 0 parameters
kosmo integrations:schema pipedrive.pipedrive_add_lead --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_add_lead_label 0 parameters
kosmo integrations:schema pipedrive.pipedrive_add_lead_label --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_add_note_comment 0 parameters
kosmo integrations:schema pipedrive.pipedrive_add_note_comment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_add_or_update_role_setting 0 parameters
kosmo integrations:schema pipedrive.pipedrive_add_or_update_role_setting --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_add_organization_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_add_organization_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_add_organization_follower 0 parameters
kosmo integrations:schema pipedrive.pipedrive_add_organization_follower --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_add_organization_relationship 0 parameters
kosmo integrations:schema pipedrive.pipedrive_add_organization_relationship --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_add_person_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_add_person_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_add_person_follower 0 parameters
kosmo integrations:schema pipedrive.pipedrive_add_person_follower --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_add_person_picture 0 parameters
kosmo integrations:schema pipedrive.pipedrive_add_person_picture --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_add_product_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_add_product_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_add_product_follower 0 parameters
kosmo integrations:schema pipedrive.pipedrive_add_product_follower --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_add_project 0 parameters
kosmo integrations:schema pipedrive.pipedrive_add_project --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_add_role 0 parameters
kosmo integrations:schema pipedrive.pipedrive_add_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_add_role_assignment 0 parameters
kosmo integrations:schema pipedrive.pipedrive_add_role_assignment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_add_task 0 parameters
kosmo integrations:schema pipedrive.pipedrive_add_task --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_add_team 0 parameters
kosmo integrations:schema pipedrive.pipedrive_add_team --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_add_team_user 0 parameters
kosmo integrations:schema pipedrive.pipedrive_add_team_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_add_user 0 parameters
kosmo integrations:schema pipedrive.pipedrive_add_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_add_webhook 0 parameters
kosmo integrations:schema pipedrive.pipedrive_add_webhook --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_archive_project 0 parameters
kosmo integrations:schema pipedrive.pipedrive_archive_project --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_authorize 0 parameters
kosmo integrations:schema pipedrive.pipedrive_authorize --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_create_deal 0 parameters
kosmo integrations:schema pipedrive.pipedrive_create_deal --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_create_note 0 parameters
kosmo integrations:schema pipedrive.pipedrive_create_note --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_create_organization 0 parameters
kosmo integrations:schema pipedrive.pipedrive_create_organization --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_create_person 0 parameters
kosmo integrations:schema pipedrive.pipedrive_create_person --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_delete_activity_type 0 parameters
kosmo integrations:schema pipedrive.pipedrive_delete_activity_type --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_delete_call_log 0 parameters
kosmo integrations:schema pipedrive.pipedrive_delete_call_log --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_delete_channel 0 parameters
kosmo integrations:schema pipedrive.pipedrive_delete_channel --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_delete_comment 0 parameters
kosmo integrations:schema pipedrive.pipedrive_delete_comment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_delete_conversation 0 parameters
kosmo integrations:schema pipedrive.pipedrive_delete_conversation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_delete_deal_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_delete_deal_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_delete_deal_fields 0 parameters
kosmo integrations:schema pipedrive.pipedrive_delete_deal_fields --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_delete_deal_follower 0 parameters
kosmo integrations:schema pipedrive.pipedrive_delete_deal_follower --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_delete_deal_participant 0 parameters
kosmo integrations:schema pipedrive.pipedrive_delete_deal_participant --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_delete_file 0 parameters
kosmo integrations:schema pipedrive.pipedrive_delete_file --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_delete_filter 0 parameters
kosmo integrations:schema pipedrive.pipedrive_delete_filter --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_delete_filters 0 parameters
kosmo integrations:schema pipedrive.pipedrive_delete_filters --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_delete_goal 0 parameters
kosmo integrations:schema pipedrive.pipedrive_delete_goal --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_delete_lead 0 parameters
kosmo integrations:schema pipedrive.pipedrive_delete_lead --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_delete_lead_label 0 parameters
kosmo integrations:schema pipedrive.pipedrive_delete_lead_label --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_delete_mail_thread 0 parameters
kosmo integrations:schema pipedrive.pipedrive_delete_mail_thread --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_delete_note 0 parameters
kosmo integrations:schema pipedrive.pipedrive_delete_note --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_delete_organization_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_delete_organization_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_delete_organization_fields 0 parameters
kosmo integrations:schema pipedrive.pipedrive_delete_organization_fields --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_delete_organization_follower 0 parameters
kosmo integrations:schema pipedrive.pipedrive_delete_organization_follower --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_delete_organization_relationship 0 parameters
kosmo integrations:schema pipedrive.pipedrive_delete_organization_relationship --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_delete_person_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_delete_person_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_delete_person_fields 0 parameters
kosmo integrations:schema pipedrive.pipedrive_delete_person_fields --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_delete_person_follower 0 parameters
kosmo integrations:schema pipedrive.pipedrive_delete_person_follower --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_delete_person_picture 0 parameters
kosmo integrations:schema pipedrive.pipedrive_delete_person_picture --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_delete_product_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_delete_product_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_delete_product_fields 0 parameters
kosmo integrations:schema pipedrive.pipedrive_delete_product_fields --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_delete_product_follower 0 parameters
kosmo integrations:schema pipedrive.pipedrive_delete_product_follower --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_delete_project 0 parameters
kosmo integrations:schema pipedrive.pipedrive_delete_project --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_delete_role 0 parameters
kosmo integrations:schema pipedrive.pipedrive_delete_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_delete_role_assignment 0 parameters
kosmo integrations:schema pipedrive.pipedrive_delete_role_assignment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_delete_task 0 parameters
kosmo integrations:schema pipedrive.pipedrive_delete_task --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_delete_team_user 0 parameters
kosmo integrations:schema pipedrive.pipedrive_delete_team_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_delete_user_provider_link 0 parameters
kosmo integrations:schema pipedrive.pipedrive_delete_user_provider_link --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_delete_webhook 0 parameters
kosmo integrations:schema pipedrive.pipedrive_delete_webhook --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_download_file 0 parameters
kosmo integrations:schema pipedrive.pipedrive_download_file --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_duplicate_deal 0 parameters
kosmo integrations:schema pipedrive.pipedrive_duplicate_deal --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_find_users_by_name 0 parameters
kosmo integrations:schema pipedrive.pipedrive_find_users_by_name --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_activity_fields 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_activity_fields --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_activity_types 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_activity_types --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_archived_deals 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_archived_deals --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_archived_deals_summary 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_archived_deals_summary --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_archived_deals_timeline 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_archived_deals_timeline --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_archived_leads 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_archived_leads --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_call_log 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_call_log --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_comment 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_comment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_company_addons 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_company_addons --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_currencies 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_currencies --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_current_user 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_current_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_deal 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_deal --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_deal_changelog 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_deal_changelog --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_deal_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_deal_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_deal_fields 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_deal_fields --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_deal_files 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_deal_files --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_deal_followers 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_deal_followers --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_deal_mail_messages 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_deal_mail_messages --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_deal_participants 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_deal_participants --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_deal_participants_changelog 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_deal_participants_changelog --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_deal_updates 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_deal_updates --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_deal_users 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_deal_users --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_deals_summary 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_deals_summary --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_deals_timeline 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_deals_timeline --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_file 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_file --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_files 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_files --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_filter 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_filter --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_filter_helpers 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_filter_helpers --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_filters 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_filters --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_goal_result 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_goal_result --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_goals 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_goals --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_lead 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_lead --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_lead_fields 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_lead_fields --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_lead_labels 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_lead_labels --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_lead_sources 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_lead_sources --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_lead_users 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_lead_users --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_leads 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_leads --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_mail_message 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_mail_message --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_mail_thread 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_mail_thread --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_mail_thread_messages 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_mail_thread_messages --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_mail_threads 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_mail_threads --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_note 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_note --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_note_comments 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_note_comments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_note_fields 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_note_fields --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_notes 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_notes --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_organization 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_organization --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_organization_changelog 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_organization_changelog --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_organization_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_organization_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_organization_fields 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_organization_fields --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_organization_files 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_organization_files --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_organization_followers 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_organization_followers --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_organization_mail_messages 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_organization_mail_messages --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_organization_relationship 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_organization_relationship --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_organization_relationships 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_organization_relationships --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_organization_updates 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_organization_updates --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_organization_users 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_organization_users --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_permission_set 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_permission_set --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_permission_set_assignments 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_permission_set_assignments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_permission_sets 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_permission_sets --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_person 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_person --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_person_changelog 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_person_changelog --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_person_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_person_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_person_fields 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_person_fields --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_person_files 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_person_files --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_person_followers 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_person_followers --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_person_mail_messages 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_person_mail_messages --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_person_products 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_person_products --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_person_updates 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_person_updates --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_person_users 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_person_users --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_pipeline_conversion_statistics 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_pipeline_conversion_statistics --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_pipeline_deals 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_pipeline_deals --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_pipeline_movement_statistics 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_pipeline_movement_statistics --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_product_deals 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_product_deals --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_product_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_product_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_product_fields 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_product_fields --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_product_files 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_product_files --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_product_followers 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_product_followers --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_product_users 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_product_users --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_project 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_project --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_project_activities 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_project_activities --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_project_groups 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_project_groups --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_project_plan 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_project_plan --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_project_tasks 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_project_tasks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_project_template 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_project_template --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_project_templates 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_project_templates --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_projects 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_projects --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_projects_board 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_projects_board --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_projects_boards 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_projects_boards --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_projects_phase 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_projects_phase --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_projects_phases 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_projects_phases --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_recents 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_recents --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_role 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_role_assignments 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_role_assignments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_role_pipelines 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_role_pipelines --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_role_settings 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_role_settings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_roles 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_roles --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_stage_deals 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_stage_deals --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_task 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_task --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_tasks 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_tasks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_team 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_team --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_team_users 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_team_users --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_teams 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_teams --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_tokens 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_tokens --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_user 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_user_call_logs 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_user_call_logs --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_user_connections 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_user_connections --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_user_followers 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_user_followers --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_user_permissions 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_user_permissions --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_user_role_assignments 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_user_role_assignments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_user_role_settings 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_user_role_settings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_user_settings 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_user_settings --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_user_teams 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_user_teams --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_users 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_users --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_get_webhooks 0 parameters
kosmo integrations:schema pipedrive.pipedrive_get_webhooks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_link_file_to_item 0 parameters
kosmo integrations:schema pipedrive.pipedrive_link_file_to_item --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_list_deals 0 parameters
kosmo integrations:schema pipedrive.pipedrive_list_deals --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_list_organizations 0 parameters
kosmo integrations:schema pipedrive.pipedrive_list_organizations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_list_persons 0 parameters
kosmo integrations:schema pipedrive.pipedrive_list_persons --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_list_pipelines 0 parameters
kosmo integrations:schema pipedrive.pipedrive_list_pipelines --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_list_stages 0 parameters
kosmo integrations:schema pipedrive.pipedrive_list_stages --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_merge_deals 0 parameters
kosmo integrations:schema pipedrive.pipedrive_merge_deals --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_merge_organizations 0 parameters
kosmo integrations:schema pipedrive.pipedrive_merge_organizations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_merge_persons 0 parameters
kosmo integrations:schema pipedrive.pipedrive_merge_persons --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_put_project_plan_activity 0 parameters
kosmo integrations:schema pipedrive.pipedrive_put_project_plan_activity --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_put_project_plan_task 0 parameters
kosmo integrations:schema pipedrive.pipedrive_put_project_plan_task --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_receive_message 0 parameters
kosmo integrations:schema pipedrive.pipedrive_receive_message --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_refresh_tokens 0 parameters
kosmo integrations:schema pipedrive.pipedrive_refresh_tokens --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_save_user_provider_link 0 parameters
kosmo integrations:schema pipedrive.pipedrive_save_user_provider_link --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_search_leads 0 parameters
kosmo integrations:schema pipedrive.pipedrive_search_leads --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_search_organizations 0 parameters
kosmo integrations:schema pipedrive.pipedrive_search_organizations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_search_persons 0 parameters
kosmo integrations:schema pipedrive.pipedrive_search_persons --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_update_activity_type 0 parameters
kosmo integrations:schema pipedrive.pipedrive_update_activity_type --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_update_comment_for_note 0 parameters
kosmo integrations:schema pipedrive.pipedrive_update_comment_for_note --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_update_deal 0 parameters
kosmo integrations:schema pipedrive.pipedrive_update_deal --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_update_deal_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_update_deal_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_update_file 0 parameters
kosmo integrations:schema pipedrive.pipedrive_update_file --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_update_filter 0 parameters
kosmo integrations:schema pipedrive.pipedrive_update_filter --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_update_goal 0 parameters
kosmo integrations:schema pipedrive.pipedrive_update_goal --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_update_lead 0 parameters
kosmo integrations:schema pipedrive.pipedrive_update_lead --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_update_lead_label 0 parameters
kosmo integrations:schema pipedrive.pipedrive_update_lead_label --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_update_mail_thread_details 0 parameters
kosmo integrations:schema pipedrive.pipedrive_update_mail_thread_details --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_update_note 0 parameters
kosmo integrations:schema pipedrive.pipedrive_update_note --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_update_organization 0 parameters
kosmo integrations:schema pipedrive.pipedrive_update_organization --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_update_organization_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_update_organization_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_update_organization_relationship 0 parameters
kosmo integrations:schema pipedrive.pipedrive_update_organization_relationship --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_update_person 0 parameters
kosmo integrations:schema pipedrive.pipedrive_update_person --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_update_person_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_update_person_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_update_product_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_update_product_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_update_project 0 parameters
kosmo integrations:schema pipedrive.pipedrive_update_project --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_update_role 0 parameters
kosmo integrations:schema pipedrive.pipedrive_update_role --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_update_role_pipelines 0 parameters
kosmo integrations:schema pipedrive.pipedrive_update_role_pipelines --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_update_task 0 parameters
kosmo integrations:schema pipedrive.pipedrive_update_task --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_update_team 0 parameters
kosmo integrations:schema pipedrive.pipedrive_update_team --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_update_user 0 parameters
kosmo integrations:schema pipedrive.pipedrive_update_user --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_add_activity 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_add_activity --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_add_deal_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_add_deal_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_add_deal_field_options 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_add_deal_field_options --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_add_deal_follower 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_add_deal_follower --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_add_deal_product 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_add_deal_product --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_add_many_deal_products 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_add_many_deal_products --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_add_organization_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_add_organization_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_add_organization_field_options 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_add_organization_field_options --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_add_organization_follower 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_add_organization_follower --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_add_person_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_add_person_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_add_person_field_options 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_add_person_field_options --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_add_person_follower 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_add_person_follower --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_add_pipeline 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_add_pipeline --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_add_product 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_add_product --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_add_product_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_add_product_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_add_product_field_options 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_add_product_field_options --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_add_product_follower 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_add_product_follower --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_add_product_variation 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_add_product_variation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_add_project 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_add_project --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_add_project_board 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_add_project_board --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_add_project_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_add_project_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_add_project_field_options 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_add_project_field_options --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_add_project_phase 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_add_project_phase --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_add_stage 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_add_stage --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_add_task 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_add_task --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_archive_project 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_archive_project --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_convert_deal_to_lead 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_convert_deal_to_lead --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_convert_lead_to_deal 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_convert_lead_to_deal --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_delete_activity 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_delete_activity --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_delete_additional_discount 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_delete_additional_discount --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_delete_deal 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_delete_deal --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_delete_deal_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_delete_deal_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_delete_deal_field_options 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_delete_deal_field_options --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_delete_deal_follower 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_delete_deal_follower --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_delete_deal_product 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_delete_deal_product --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_delete_installment 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_delete_installment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_delete_many_deal_products 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_delete_many_deal_products --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_delete_organization 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_delete_organization --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_delete_organization_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_delete_organization_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_delete_organization_field_options 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_delete_organization_field_options --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_delete_organization_follower 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_delete_organization_follower --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_delete_person 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_delete_person --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_delete_person_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_delete_person_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_delete_person_field_options 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_delete_person_field_options --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_delete_person_follower 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_delete_person_follower --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_delete_pipeline 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_delete_pipeline --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_delete_product 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_delete_product --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_delete_product_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_delete_product_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_delete_product_field_options 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_delete_product_field_options --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_delete_product_follower 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_delete_product_follower --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_delete_product_image 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_delete_product_image --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_delete_product_variation 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_delete_product_variation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_delete_project 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_delete_project --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_delete_project_board 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_delete_project_board --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_delete_project_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_delete_project_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_delete_project_field_options 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_delete_project_field_options --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_delete_project_phase 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_delete_project_phase --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_delete_stage 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_delete_stage --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_delete_task 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_delete_task --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_duplicate_product 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_duplicate_product --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_activities 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_activities --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_activity 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_activity --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_activity_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_activity_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_activity_fields 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_activity_fields --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_additional_discounts 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_additional_discounts --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_archived_deals 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_archived_deals --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_archived_projects 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_archived_projects --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_deal_conversion_status 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_deal_conversion_status --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_deal_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_deal_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_deal_fields 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_deal_fields --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_deal_followers 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_deal_followers --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_deal_followers_changelog 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_deal_followers_changelog --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_deal_products 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_deal_products --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_deals_products 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_deals_products --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_installments 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_installments --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_lead_conversion_status 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_lead_conversion_status --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_organization_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_organization_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_organization_fields 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_organization_fields --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_organization_followers 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_organization_followers --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_organization_followers_changelog 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_organization_followers_changelog --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_person_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_person_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_person_fields 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_person_fields --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_person_followers 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_person_followers --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_person_followers_changelog 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_person_followers_changelog --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_person_picture 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_person_picture --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_pipeline 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_pipeline --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_product 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_product --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_product_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_product_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_product_fields 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_product_fields --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_product_followers 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_product_followers --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_product_followers_changelog 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_product_followers_changelog --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_product_image 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_product_image --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_product_variations 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_product_variations --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_products 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_products --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_project 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_project --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_project_changelog 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_project_changelog --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_project_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_project_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_project_fields 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_project_fields --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_project_template 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_project_template --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_project_templates 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_project_templates --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_project_users 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_project_users --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_projects 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_projects --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_projects_board 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_projects_board --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_projects_boards 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_projects_boards --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_projects_phase 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_projects_phase --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_projects_phases 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_projects_phases --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_stage 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_stage --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_task 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_task --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_tasks 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_tasks --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_get_user_followers 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_get_user_followers --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_post_additional_discount 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_post_additional_discount --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_post_installment 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_post_installment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_search_deals 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_search_deals --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_search_item 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_search_item --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_search_item_by_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_search_item_by_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_search_leads 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_search_leads --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_search_products 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_search_products --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_search_projects 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_search_projects --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_update_activity 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_update_activity --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_update_additional_discount 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_update_additional_discount --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_update_deal_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_update_deal_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_update_deal_field_options 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_update_deal_field_options --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_update_deal_product 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_update_deal_product --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_update_installment 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_update_installment --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_update_organization_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_update_organization_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_update_organization_field_options 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_update_organization_field_options --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_update_person_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_update_person_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_update_person_field_options 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_update_person_field_options --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_update_pipeline 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_update_pipeline --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_update_product 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_update_product --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_update_product_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_update_product_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_update_product_field_options 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_update_product_field_options --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_update_product_image 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_update_product_image --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_update_product_variation 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_update_product_variation --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_update_project 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_update_project --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_update_project_board 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_update_project_board --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_update_project_field 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_update_project_field --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_update_project_field_options 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_update_project_field_options --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_update_project_phase 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_update_project_phase --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_update_stage 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_update_stage --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_update_task 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_update_task --json | Parameter | Type | Required | Description |
|---|---|---|---|
| No parameters. | |||
pipedrive.pipedrive_v2_upload_product_image 0 parameters
kosmo integrations:schema pipedrive.pipedrive_v2_upload_product_image --json | Parameter | Type | Required | Description |
|---|---|---|---|
| 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.