Pipedrive
Catalog 暂无描述。
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
调用示例
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "PIPEDRIVE_ADD_ACTIVITY_TYPE", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("PIPEDRIVE_ADD_ACTIVITY_TYPE", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute PIPEDRIVE_ADD_ACTIVITY_TYPE --data '{ }'Tool 目录
可用 Tools
213 个可调用操作
Add new activity typePIPEDRIVE_ADD_ACTIVITY_TYPEAdds a new activity type.需要连接1 scope
Adds a new activity type.
认证
需要 Connected AccountScopes
adminTags
Add a call logPIPEDRIVE_ADD_CALL_LOGAdds a new call log.需要连接1 scope
Adds a new call log.
认证
需要 Connected AccountScopes
phone-integrationTags
Attach an audio file to the call logPIPEDRIVE_ADD_CALL_LOG_AUDIO_FILEAdds an audio recording to the call log. That audio can be played by those who have access to the call log object.需要连接1 scope
Adds an audio recording to the call log. That audio can be played by those who have access to the call log object.
认证
需要 Connected AccountScopes
phone-integrationTags
Add a channelPIPEDRIVE_ADD_CHANNELAdds 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).需要连接1 scope
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).
认证
需要 Connected AccountScopes
messengers-integrationTags
Add a new deal fieldPIPEDRIVE_ADD_DEAL_FIELDAdds 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>.需要连接2 scopes
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>.
认证
需要 Connected AccountScopes
deal-fields:fulladminTags
Add a follower to a dealPIPEDRIVE_ADD_DEAL_FOLLOWERAdds a follower to a deal.需要连接1 scope
Adds a follower to a deal.
认证
需要 Connected AccountScopes
deals:fullTags
Add a participant to a dealPIPEDRIVE_ADD_DEAL_PARTICIPANTAdds a participant to a deal.需要连接1 scope
Adds a participant to a deal.
认证
需要 Connected AccountScopes
deals:fullTags
Add filePIPEDRIVE_ADD_FILELets 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>.需要连接3 scopes
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>.
认证
需要 Connected AccountScopes
deals:fullactivities:fullcontacts:fullTags
Create a remote file and link it to an itemPIPEDRIVE_ADD_FILE_AND_LINK_ITCreates 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>.需要连接3 scopes
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>.
认证
需要 Connected AccountScopes
deals:fullactivities:fullcontacts:fullTags
Add a new filterPIPEDRIVE_ADD_FILTERAdds 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>.需要连接3 scopes
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>.
认证
需要 Connected AccountScopes
deals:fullactivities:fullcontacts:fullTags
Add a new goalPIPEDRIVE_ADD_GOALAdds a new goal. Along with adding a new goal, a report is created to track the progress of your goal.需要连接1 scope
Adds a new goal. Along with adding a new goal, a report is created to track the progress of your goal.
认证
需要 Connected AccountScopes
goals:fullTags
Add a leadPIPEDRIVE_ADD_LEADCreates 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>.需要连接1 scope
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>.
认证
需要 Connected AccountScopes
leads:fullTags
Add a lead labelPIPEDRIVE_ADD_LEAD_LABELCreates a lead label.需要连接1 scope
Creates a lead label.
认证
需要 Connected AccountScopes
leads:fullTags
Add a notePIPEDRIVE_ADD_NOTEAdds a new note.需要连接2 scopes
Adds a new note.
认证
需要 Connected AccountScopes
deals:fullcontacts:fullTags
Add a comment to a notePIPEDRIVE_ADD_NOTE_COMMENTAdds a new comment to a note.需要连接2 scopes
Adds a new comment to a note.
认证
需要 Connected AccountScopes
deals:fullcontacts:fullTags
Add or update role settingPIPEDRIVE_ADD_OR_UPDATE_ROLE_SETTINGAdds or updates the visibility setting for a role.需要连接1 scope
Adds or updates the visibility setting for a role.
认证
需要 Connected AccountScopes
adminTags
Add a new organization fieldPIPEDRIVE_ADD_ORGANIZATION_FIELDAdds 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>.需要连接2 scopes
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>.
认证
需要 Connected AccountScopes
contact-fields:fulladminTags
Add a follower to an organizationPIPEDRIVE_ADD_ORGANIZATION_FOLLOWERAdds a follower to an organization.需要连接1 scope
Adds a follower to an organization.
认证
需要 Connected AccountScopes
contacts:fullTags
Create an organization relationshipPIPEDRIVE_ADD_ORGANIZATION_RELATIONSHIPCreates and returns an organization relationship.需要连接1 scope
Creates and returns an organization relationship.
认证
需要 Connected AccountScopes
contacts:fullTags
Add a new person fieldPIPEDRIVE_ADD_PERSON_FIELDAdds 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>.需要连接2 scopes
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>.
认证
需要 Connected AccountScopes
contact-fields:fulladminTags
Add a follower to a personPIPEDRIVE_ADD_PERSON_FOLLOWERAdds a follower to a person.需要连接1 scope
Adds a follower to a person.
认证
需要 Connected AccountScopes
contacts:fullTags
Add person picturePIPEDRIVE_ADD_PERSON_PICTUREAdds 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.需要连接1 scope
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.
认证
需要 Connected AccountScopes
contacts:fullTags
Add a new product fieldPIPEDRIVE_ADD_PRODUCT_FIELDAdds 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>.需要连接2 scopes
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>.
认证
需要 Connected AccountScopes
product-fields:fullproducts:fullTags
Add a follower to a productPIPEDRIVE_ADD_PRODUCT_FOLLOWERAdds a follower to a product.需要连接1 scope
Adds a follower to a product.
认证
需要 Connected AccountScopes
products:fullTags
Add a projectPIPEDRIVE_ADD_PROJECTAdds 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.需要连接1 scope
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.
认证
需要 Connected AccountScopes
projects:fullTags
Add a rolePIPEDRIVE_ADD_ROLEAdds a new role.需要连接1 scope
Adds a new role.
认证
需要 Connected AccountScopes
adminTags
Add role assignmentPIPEDRIVE_ADD_ROLE_ASSIGNMENTAssigns a user to a role.需要连接1 scope
Assigns a user to a role.
认证
需要 Connected AccountScopes
adminTags
Add a taskPIPEDRIVE_ADD_TASKAdds a new task.需要连接1 scope
Adds a new task.
认证
需要 Connected AccountScopes
projects:fullTags
Add a new teamPIPEDRIVE_ADD_TEAMAdds a new team to the company and returns the created object.需要连接1 scope
Adds a new team to the company and returns the created object.
认证
需要 Connected AccountScopes
adminTags
Add users to a teamPIPEDRIVE_ADD_TEAM_USERAdds users to an existing team.需要连接1 scope
Adds users to an existing team.
认证
需要 Connected AccountScopes
adminTags
Add a new userPIPEDRIVE_ADD_USERAdds a new user to the company, returns the ID upon success.需要连接1 scope
Adds a new user to the company, returns the ID upon success.
认证
需要 Connected AccountScopes
adminTags
Create a new WebhookPIPEDRIVE_ADD_WEBHOOKCreates 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.需要连接1 scope
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.
认证
需要 Connected AccountScopes
adminTags
Archive a projectPIPEDRIVE_ARCHIVE_PROJECTArchives a project.需要连接1 scope
Archives a project.
认证
需要 Connected AccountScopes
projects:fullTags
Requesting authorizationPIPEDRIVE_AUTHORIZEAuthorize 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.需要连接
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.
认证
需要 Connected AccountTags
Delete an activity typePIPEDRIVE_DELETE_ACTIVITY_TYPEMarks an activity type as deleted.需要连接1 scope
Marks an activity type as deleted.
认证
需要 Connected AccountScopes
adminTags
Delete a call logPIPEDRIVE_DELETE_CALL_LOGDeletes 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.需要连接1 scope
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.
认证
需要 Connected AccountScopes
phone-integrationTags
Delete a channelPIPEDRIVE_DELETE_CHANNELDeletes 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).需要连接1 scope
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).
认证
需要 Connected AccountScopes
messengers-integrationTags
Delete a comment related to a notePIPEDRIVE_DELETE_COMMENTDeletes a comment.需要连接2 scopes
Deletes a comment.
认证
需要 Connected AccountScopes
deals:fullcontacts:fullTags
Delete a conversationPIPEDRIVE_DELETE_CONVERSATIONDeletes 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).需要连接1 scope
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).
认证
需要 Connected AccountScopes
messengers-integrationTags
Delete a deal fieldPIPEDRIVE_DELETE_DEAL_FIELDMarks 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>.需要连接2 scopes
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>.
认证
需要 Connected AccountScopes
deal-fields:fulladminTags
Delete multiple deal fields in bulkPIPEDRIVE_DELETE_DEAL_FIELDSMarks multiple deal fields as deleted.需要连接2 scopes
Marks multiple deal fields as deleted.
认证
需要 Connected AccountScopes
deal-fields:fulladminTags
Delete a follower from a dealPIPEDRIVE_DELETE_DEAL_FOLLOWERDeletes a follower from a deal.需要连接1 scope
Deletes a follower from a deal.
认证
需要 Connected AccountScopes
deals:fullTags
Delete a participant from a dealPIPEDRIVE_DELETE_DEAL_PARTICIPANTDeletes a participant from a deal.需要连接1 scope
Deletes a participant from a deal.
认证
需要 Connected AccountScopes
deals:fullTags
Delete a filePIPEDRIVE_DELETE_FILEMarks a file as deleted. After 30 days, the file will be permanently deleted.需要连接3 scopes
Marks a file as deleted. After 30 days, the file will be permanently deleted.
认证
需要 Connected AccountScopes
deals:fullactivities:fullcontacts:fullTags
Delete a filterPIPEDRIVE_DELETE_FILTERMarks a filter as deleted.需要连接3 scopes
Marks a filter as deleted.
认证
需要 Connected AccountScopes
deals:fullactivities:fullcontacts:fullTags
Delete multiple filters in bulkPIPEDRIVE_DELETE_FILTERSMarks multiple filters as deleted.需要连接3 scopes
Marks multiple filters as deleted.
认证
需要 Connected AccountScopes
deals:fullactivities:fullcontacts:fullTags
Delete existing goalPIPEDRIVE_DELETE_GOALMarks a goal as deleted.需要连接1 scope
Marks a goal as deleted.
认证
需要 Connected AccountScopes
goals:fullTags
Delete a leadPIPEDRIVE_DELETE_LEADDeletes a specific lead.需要连接1 scope
Deletes a specific lead.
认证
需要 Connected AccountScopes
leads:fullTags
Delete a lead labelPIPEDRIVE_DELETE_LEAD_LABELDeletes a specific lead label.需要连接1 scope
Deletes a specific lead label.
认证
需要 Connected AccountScopes
leads:fullTags
Delete mail threadPIPEDRIVE_DELETE_MAIL_THREADMarks a mail thread as deleted.需要连接1 scope
Marks a mail thread as deleted.
认证
需要 Connected AccountScopes
mail:fullTags
Delete a notePIPEDRIVE_DELETE_NOTEDeletes a specific note.需要连接2 scopes
Deletes a specific note.
认证
需要 Connected AccountScopes
deals:fullcontacts:fullTags
Delete an organization fieldPIPEDRIVE_DELETE_ORGANIZATION_FIELDMarks 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>.需要连接2 scopes
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>.
认证
需要 Connected AccountScopes
contact-fields:fulladminTags
Delete multiple organization fields in bulkPIPEDRIVE_DELETE_ORGANIZATION_FIELDSMarks multiple fields as deleted.需要连接2 scopes
Marks multiple fields as deleted.
认证
需要 Connected AccountScopes
contact-fields:fulladminTags
Delete a follower from an organizationPIPEDRIVE_DELETE_ORGANIZATION_FOLLOWERDeletes 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.需要连接1 scope
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.
认证
需要 Connected AccountScopes
contacts:fullTags
Delete an organization relationshipPIPEDRIVE_DELETE_ORGANIZATION_RELATIONSHIPDeletes an organization relationship and returns the deleted ID.需要连接1 scope
Deletes an organization relationship and returns the deleted ID.
认证
需要 Connected AccountScopes
contacts:fullTags
Delete a person fieldPIPEDRIVE_DELETE_PERSON_FIELDMarks 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>.需要连接2 scopes
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>.
认证
需要 Connected AccountScopes
contact-fields:fulladminTags
Delete multiple person fields in bulkPIPEDRIVE_DELETE_PERSON_FIELDSMarks multiple fields as deleted.需要连接2 scopes
Marks multiple fields as deleted.
认证
需要 Connected AccountScopes
contact-fields:fulladminTags
Delete a follower from a personPIPEDRIVE_DELETE_PERSON_FOLLOWERDeletes a follower from a person.需要连接1 scope
Deletes a follower from a person.
认证
需要 Connected AccountScopes
contacts:fullTags
Delete person picturePIPEDRIVE_DELETE_PERSON_PICTUREDeletes a person’s picture.需要连接1 scope
Deletes a person’s picture.
认证
需要 Connected AccountScopes
contacts:fullTags
Delete a product fieldPIPEDRIVE_DELETE_PRODUCT_FIELDMarks 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>.需要连接2 scopes
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>.
认证
需要 Connected AccountScopes
product-fields:fullproducts:fullTags
Delete multiple product fields in bulkPIPEDRIVE_DELETE_PRODUCT_FIELDSMarks multiple fields as deleted.需要连接2 scopes
Marks multiple fields as deleted.
认证
需要 Connected AccountScopes
product-fields:fullproducts:fullTags
Delete a follower from a productPIPEDRIVE_DELETE_PRODUCT_FOLLOWERDeletes a follower from a product.需要连接1 scope
Deletes a follower from a product.
认证
需要 Connected AccountScopes
products:fullTags
Delete a projectPIPEDRIVE_DELETE_PROJECTMarks a project as deleted.需要连接1 scope
Marks a project as deleted.
认证
需要 Connected AccountScopes
projects:fullTags
Delete a rolePIPEDRIVE_DELETE_ROLEMarks a role as deleted.需要连接1 scope
Marks a role as deleted.
认证
需要 Connected AccountScopes
adminTags
Delete a role assignmentPIPEDRIVE_DELETE_ROLE_ASSIGNMENTRemoves the assigned user from a role and adds to the default role.需要连接1 scope
Removes the assigned user from a role and adds to the default role.
认证
需要 Connected AccountScopes
adminTags
Delete a taskPIPEDRIVE_DELETE_TASKMarks a task as deleted. If the task has subtasks then those will also be deleted.需要连接1 scope
Marks a task as deleted. If the task has subtasks then those will also be deleted.
认证
需要 Connected AccountScopes
projects:fullTags
Delete users from a teamPIPEDRIVE_DELETE_TEAM_USERDeletes users from an existing team.需要连接1 scope
Deletes users from an existing team.
认证
需要 Connected AccountScopes
adminTags
Delete the link between a user and the installed video call integrationPIPEDRIVE_DELETE_USER_PROVIDER_LINKA video calling provider must call this endpoint to remove the link between a user and the installed video calling app.需要连接1 scope
A video calling provider must call this endpoint to remove the link between a user and the installed video calling app.
认证
需要 Connected AccountScopes
video-callsTags
Delete existing WebhookPIPEDRIVE_DELETE_WEBHOOKDeletes the specified Webhook.需要连接1 scope
Deletes the specified Webhook.
认证
需要 Connected AccountScopes
adminTags
Download one filePIPEDRIVE_DOWNLOAD_FILEInitializes a file download.需要连接6 scopes
Initializes a file download.
认证
需要 Connected AccountScopes
deals:readdeals:fullactivities:readactivities:fullcontacts:readcontacts:fullTags
Duplicate dealPIPEDRIVE_DUPLICATE_DEALDuplicates a deal.需要连接1 scope
Duplicates a deal.
认证
需要 Connected AccountScopes
deals:fullTags
Find users by namePIPEDRIVE_FIND_USERS_BY_NAMEFinds users by their name.需要连接1 scope
Finds users by their name.
认证
需要 Connected AccountScopes
users:readTags
Get all activity fieldsPIPEDRIVE_GET_ACTIVITY_FIELDSReturns all activity fields.需要连接2 scopes
Returns all activity fields.
认证
需要 Connected AccountScopes
activities:readactivities:fullTags
Get all activity typesPIPEDRIVE_GET_ACTIVITY_TYPESReturns all activity types.需要连接3 scopes
Returns all activity types.
认证
需要 Connected AccountScopes
activities:readactivities:fulladminTags
Get all archived dealsPIPEDRIVE_GET_ARCHIVED_DEALSReturns all archived deals.需要连接2 scopes
Returns all archived deals.
认证
需要 Connected AccountScopes
deals:readdeals:fullTags
Get archived deals summaryPIPEDRIVE_GET_ARCHIVED_DEALS_SUMMARYReturns a summary of all archived deals.需要连接2 scopes
Returns a summary of all archived deals.
认证
需要 Connected AccountScopes
deals:readdeals:fullTags
Get archived deals timelinePIPEDRIVE_GET_ARCHIVED_DEALS_TIMELINEReturns 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`.需要连接2 scopes
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`.
认证
需要 Connected AccountScopes
deals:readdeals:fullTags
Get all archived leadsPIPEDRIVE_GET_ARCHIVED_LEADSReturns 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.需要连接2 scopes
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.
认证
需要 Connected AccountScopes
leads:readleads:fullTags
Get details of a call logPIPEDRIVE_GET_CALL_LOGReturns details of a specific call log.需要连接1 scope
Returns details of a specific call log.
认证
需要 Connected AccountScopes
phone-integrationTags
Get one commentPIPEDRIVE_GET_COMMENTReturns the details of a comment.需要连接4 scopes
Returns the details of a comment.
认证
需要 Connected AccountScopes
deals:readdeals:fullcontacts:readcontacts:fullTags
Get all add-ons for a single companyPIPEDRIVE_GET_COMPANY_ADDONSReturns the add-ons for a single company.需要连接1 scope
Returns the add-ons for a single company.
认证
需要 Connected AccountScopes
users:readTags
Get all supported currenciesPIPEDRIVE_GET_CURRENCIESReturns 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.需要连接1 scope
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.
认证
需要 Connected AccountScopes
baseTags
Get current user dataPIPEDRIVE_GET_CURRENT_USERReturns 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.需要连接1 scope
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.
认证
需要 Connected AccountScopes
baseTags
List updates about deal field valuesPIPEDRIVE_GET_DEAL_CHANGELOGLists updates about field values of a deal.需要连接1 scope
Lists updates about field values of a deal.
认证
需要 Connected AccountScopes
recents:readTags
Get one deal fieldPIPEDRIVE_GET_DEAL_FIELDReturns data about a specific deal field.需要连接4 scopes
Returns data about a specific deal field.
认证
需要 Connected AccountScopes
deals:readdeals:fulldeal-fields:fulladminTags
Get all deal fieldsPIPEDRIVE_GET_DEAL_FIELDSReturns data about all deal fields.需要连接4 scopes
Returns data about all deal fields.
认证
需要 Connected AccountScopes
deals:readdeals:fulldeal-fields:fulladminTags
List files attached to a dealPIPEDRIVE_GET_DEAL_FILESLists files associated with a deal.需要连接2 scopes
Lists files associated with a deal.
认证
需要 Connected AccountScopes
deals:readdeals:fullTags
List followers of a dealPIPEDRIVE_GET_DEAL_FOLLOWERSLists the followers of a deal.需要连接2 scopes
Lists the followers of a deal.
认证
需要 Connected AccountScopes
deals:readdeals:fullTags
List mail messages associated with a dealPIPEDRIVE_GET_DEAL_MAIL_MESSAGESLists mail messages associated with a deal.需要连接2 scopes
Lists mail messages associated with a deal.
认证
需要 Connected AccountScopes
mail:readmail:fullTags
List participants of a dealPIPEDRIVE_GET_DEAL_PARTICIPANTSLists 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.需要连接2 scopes
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.
认证
需要 Connected AccountScopes
deals:readdeals:fullTags
List updates about participants of a dealPIPEDRIVE_GET_DEAL_PARTICIPANTS_CHANGELOGList 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>.需要连接2 scopes
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>.
认证
需要 Connected AccountScopes
deals:readdeals:fullTags
List updates about a dealPIPEDRIVE_GET_DEAL_UPDATESLists updates about a deal.需要连接1 scope
Lists updates about a deal.
认证
需要 Connected AccountScopes
recents:readTags
List permitted usersPIPEDRIVE_GET_DEAL_USERSLists the users permitted to access a deal.需要连接2 scopes
Lists the users permitted to access a deal.
认证
需要 Connected AccountScopes
deals:readdeals:fullTags
Get deals summaryPIPEDRIVE_GET_DEALS_SUMMARYReturns a summary of all not archived deals.需要连接2 scopes
Returns a summary of all not archived deals.
认证
需要 Connected AccountScopes
deals:readdeals:fullTags
Get deals timelinePIPEDRIVE_GET_DEALS_TIMELINEReturns 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`.需要连接2 scopes
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`.
认证
需要 Connected AccountScopes
deals:readdeals:fullTags
Get one filePIPEDRIVE_GET_FILEReturns data about a specific file.需要连接6 scopes
Returns data about a specific file.
认证
需要 Connected AccountScopes
deals:readdeals:fullactivities:readactivities:fullcontacts:readcontacts:fullTags
Get all filesPIPEDRIVE_GET_FILESReturns data about all files.需要连接6 scopes
Returns data about all files.
认证
需要 Connected AccountScopes
deals:readdeals:fullactivities:readactivities:fullcontacts:readcontacts:fullTags
Get one filterPIPEDRIVE_GET_FILTERReturns data about a specific filter. Note that this also returns the condition lines of the filter.需要连接6 scopes
Returns data about a specific filter. Note that this also returns the condition lines of the filter.
认证
需要 Connected AccountScopes
deals:readdeals:fullactivities:readactivities:fullcontacts:readcontacts:fullTags
Get all filter helpersPIPEDRIVE_GET_FILTER_HELPERSReturns 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>.需要连接6 scopes
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>.
认证
需要 Connected AccountScopes
deals:readdeals:fullactivities:readactivities:fullcontacts:readcontacts:fullTags
Get all filtersPIPEDRIVE_GET_FILTERSReturns data about all filters.需要连接6 scopes
Returns data about all filters.
认证
需要 Connected AccountScopes
deals:readdeals:fullactivities:readactivities:fullcontacts:readcontacts:fullTags
Get result of a goalPIPEDRIVE_GET_GOAL_RESULTGets the progress of a goal for the specified period.需要连接2 scopes
Gets the progress of a goal for the specified period.
认证
需要 Connected AccountScopes
goals:readgoals:fullTags
Find goalsPIPEDRIVE_GET_GOALSReturns 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.需要连接2 scopes
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.
认证
需要 Connected AccountScopes
goals:readgoals:fullTags
Get one leadPIPEDRIVE_GET_LEADReturns 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.需要连接2 scopes
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.
认证
需要 Connected AccountScopes
leads:readleads:fullTags
Get all lead fieldsPIPEDRIVE_GET_LEAD_FIELDSReturns data about all lead fields.需要连接3 scopes
Returns data about all lead fields.
认证
需要 Connected AccountScopes
leads:readleads:fulladminTags
Get all lead labelsPIPEDRIVE_GET_LEAD_LABELSReturns details of all lead labels. This endpoint does not support pagination and all labels are always returned.需要连接2 scopes
Returns details of all lead labels. This endpoint does not support pagination and all labels are always returned.
认证
需要 Connected AccountScopes
leads:readleads:fullTags
Get all lead sourcesPIPEDRIVE_GET_LEAD_SOURCESReturns 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.需要连接2 scopes
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.
认证
需要 Connected AccountScopes
leads:readleads:fullTags
List permitted usersPIPEDRIVE_GET_LEAD_USERSLists the users permitted to access a lead.需要连接2 scopes
Lists the users permitted to access a lead.
认证
需要 Connected AccountScopes
leads:readleads:fullTags
Get all leadsPIPEDRIVE_GET_LEADSReturns 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.需要连接2 scopes
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.
认证
需要 Connected AccountScopes
leads:readleads:fullTags
Get one mail messagePIPEDRIVE_GET_MAIL_MESSAGEReturns data about a specific mail message.需要连接2 scopes
Returns data about a specific mail message.
认证
需要 Connected AccountScopes
mail:readmail:fullTags
Get one mail threadPIPEDRIVE_GET_MAIL_THREADReturns a specific mail thread.需要连接2 scopes
Returns a specific mail thread.
认证
需要 Connected AccountScopes
mail:readmail:fullTags
Get all mail messages of mail threadPIPEDRIVE_GET_MAIL_THREAD_MESSAGESReturns all the mail messages inside a specified mail thread.需要连接2 scopes
Returns all the mail messages inside a specified mail thread.
认证
需要 Connected AccountScopes
mail:readmail:fullTags
Get mail threadsPIPEDRIVE_GET_MAIL_THREADSReturns mail threads in a specified folder ordered by the most recent message within.需要连接2 scopes
Returns mail threads in a specified folder ordered by the most recent message within.
认证
需要 Connected AccountScopes
mail:readmail:fullTags
Get one notePIPEDRIVE_GET_NOTEReturns details about a specific note.需要连接4 scopes
Returns details about a specific note.
认证
需要 Connected AccountScopes
deals:readdeals:fullcontacts:readcontacts:fullTags
Get all comments for a notePIPEDRIVE_GET_NOTE_COMMENTSReturns all comments associated with a note.需要连接4 scopes
Returns all comments associated with a note.
认证
需要 Connected AccountScopes
deals:readdeals:fullcontacts:readcontacts:fullTags
Get all note fieldsPIPEDRIVE_GET_NOTE_FIELDSReturns data about all note fields.需要连接4 scopes
Returns data about all note fields.
认证
需要 Connected AccountScopes
deals:readdeals:fullcontacts:readcontacts:fullTags
Get all notesPIPEDRIVE_GET_NOTESReturns all notes.需要连接4 scopes
Returns all notes.
认证
需要 Connected AccountScopes
deals:readdeals:fullcontacts:readcontacts:fullTags
List updates about organization field valuesPIPEDRIVE_GET_ORGANIZATION_CHANGELOGLists updates about field values of an organization.需要连接1 scope
Lists updates about field values of an organization.
认证
需要 Connected AccountScopes
recents:readTags
Get one organization fieldPIPEDRIVE_GET_ORGANIZATION_FIELDReturns data about a specific organization field.需要连接4 scopes
Returns data about a specific organization field.
认证
需要 Connected AccountScopes
contacts:readcontacts:fullcontact-fields:fulladminTags
Get all organization fieldsPIPEDRIVE_GET_ORGANIZATION_FIELDSReturns data about all organization fields.需要连接4 scopes
Returns data about all organization fields.
认证
需要 Connected AccountScopes
contacts:readcontacts:fullcontact-fields:fulladminTags
List files attached to an organizationPIPEDRIVE_GET_ORGANIZATION_FILESLists files associated with an organization.需要连接2 scopes
Lists files associated with an organization.
认证
需要 Connected AccountScopes
contacts:readcontacts:fullTags
List followers of an organizationPIPEDRIVE_GET_ORGANIZATION_FOLLOWERSLists the followers of an organization.需要连接2 scopes
Lists the followers of an organization.
认证
需要 Connected AccountScopes
contacts:readcontacts:fullTags
List mail messages associated with an organizationPIPEDRIVE_GET_ORGANIZATION_MAIL_MESSAGESLists mail messages associated with an organization.需要连接2 scopes
Lists mail messages associated with an organization.
认证
需要 Connected AccountScopes
mail:readmail:fullTags
Get one organization relationshipPIPEDRIVE_GET_ORGANIZATION_RELATIONSHIPFinds and returns an organization relationship from its ID.需要连接2 scopes
Finds and returns an organization relationship from its ID.
认证
需要 Connected AccountScopes
contacts:readcontacts:fullTags
Get all relationships for organizationPIPEDRIVE_GET_ORGANIZATION_RELATIONSHIPSGets all of the relationships for a supplied organization ID.需要连接2 scopes
Gets all of the relationships for a supplied organization ID.
认证
需要 Connected AccountScopes
contacts:readcontacts:fullTags
List updates about an organizationPIPEDRIVE_GET_ORGANIZATION_UPDATESLists updates about an organization.需要连接1 scope
Lists updates about an organization.
认证
需要 Connected AccountScopes
recents:readTags
List permitted usersPIPEDRIVE_GET_ORGANIZATION_USERSList users permitted to access an organization.需要连接2 scopes
List users permitted to access an organization.
认证
需要 Connected AccountScopes
contacts:readcontacts:fullTags
Get one permission setPIPEDRIVE_GET_PERMISSION_SETReturns data about a specific permission set.需要连接1 scope
Returns data about a specific permission set.
认证
需要 Connected AccountScopes
adminTags
List permission set assignmentsPIPEDRIVE_GET_PERMISSION_SET_ASSIGNMENTSReturns the list of assignments for a permission set.需要连接1 scope
Returns the list of assignments for a permission set.
认证
需要 Connected AccountScopes
adminTags
Get all permission setsPIPEDRIVE_GET_PERMISSION_SETSReturns data about all permission sets.需要连接1 scope
Returns data about all permission sets.
认证
需要 Connected AccountScopes
adminTags
List updates about person field valuesPIPEDRIVE_GET_PERSON_CHANGELOGLists updates about field values of a person.需要连接1 scope
Lists updates about field values of a person.
认证
需要 Connected AccountScopes
recents:readTags
Get one person fieldPIPEDRIVE_GET_PERSON_FIELDReturns data about a specific person field.需要连接4 scopes
Returns data about a specific person field.
认证
需要 Connected AccountScopes
contacts:readcontacts:fullcontact-fields:fulladminTags
Get all person fieldsPIPEDRIVE_GET_PERSON_FIELDSReturns 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.需要连接4 scopes
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.
认证
需要 Connected AccountScopes
contacts:readcontacts:fullcontact-fields:fulladminTags
List files attached to a personPIPEDRIVE_GET_PERSON_FILESLists files associated with a person.需要连接2 scopes
Lists files associated with a person.
认证
需要 Connected AccountScopes
contacts:readcontacts:fullTags
List followers of a personPIPEDRIVE_GET_PERSON_FOLLOWERSLists the followers of a person.需要连接2 scopes
Lists the followers of a person.
认证
需要 Connected AccountScopes
contacts:readcontacts:fullTags
List mail messages associated with a personPIPEDRIVE_GET_PERSON_MAIL_MESSAGESLists mail messages associated with a person.需要连接2 scopes
Lists mail messages associated with a person.
认证
需要 Connected AccountScopes
mail:readmail:fullTags
List products associated with a personPIPEDRIVE_GET_PERSON_PRODUCTSLists products associated with a person.需要连接2 scopes
Lists products associated with a person.
认证
需要 Connected AccountScopes
contacts:readcontacts:fullTags
List updates about a personPIPEDRIVE_GET_PERSON_UPDATESLists 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.需要连接1 scope
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.
认证
需要 Connected AccountScopes
recents:readTags
List permitted usersPIPEDRIVE_GET_PERSON_USERSList users permitted to access a person.需要连接2 scopes
List users permitted to access a person.
认证
需要 Connected AccountScopes
contacts:readcontacts:fullTags
Get deals conversion rates in pipelinePIPEDRIVE_GET_PIPELINE_CONVERSION_STATISTICSReturns all stage-to-stage conversion and pipeline-to-close rates for the given time period.需要连接2 scopes
Returns all stage-to-stage conversion and pipeline-to-close rates for the given time period.
认证
需要 Connected AccountScopes
deals:readdeals:fullTags
Get deals in a pipelinePIPEDRIVE_GET_PIPELINE_DEALSLists 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.需要连接2 scopes
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.
认证
需要 Connected AccountScopes
deals:readdeals:fullTags
Get deals movements in pipelinePIPEDRIVE_GET_PIPELINE_MOVEMENT_STATISTICSReturns statistics for deals movements for the given time period.需要连接2 scopes
Returns statistics for deals movements for the given time period.
认证
需要 Connected AccountScopes
deals:readdeals:fullTags
Get deals where a product is attached toPIPEDRIVE_GET_PRODUCT_DEALSReturns data about deals that have a product attached to it.需要连接2 scopes
Returns data about deals that have a product attached to it.
认证
需要 Connected AccountScopes
deals:readdeals:fullTags
Get one product fieldPIPEDRIVE_GET_PRODUCT_FIELDReturns data about a specific product field.需要连接3 scopes
Returns data about a specific product field.
认证
需要 Connected AccountScopes
products:readproduct-fields:fullproducts:fullTags
Get all product fieldsPIPEDRIVE_GET_PRODUCT_FIELDSReturns data about all product fields.需要连接3 scopes
Returns data about all product fields.
认证
需要 Connected AccountScopes
products:readproduct-fields:fullproducts:fullTags
List files attached to a productPIPEDRIVE_GET_PRODUCT_FILESLists files associated with a product.需要连接2 scopes
Lists files associated with a product.
认证
需要 Connected AccountScopes
products:readproducts:fullTags
List followers of a productPIPEDRIVE_GET_PRODUCT_FOLLOWERSLists the followers of a product.需要连接2 scopes
Lists the followers of a product.
认证
需要 Connected AccountScopes
products:readproducts:fullTags
List permitted usersPIPEDRIVE_GET_PRODUCT_USERSLists users permitted to access a product.需要连接2 scopes
Lists users permitted to access a product.
认证
需要 Connected AccountScopes
products:readproducts:fullTags
Get details of a projectPIPEDRIVE_GET_PROJECTReturns 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.需要连接2 scopes
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.
认证
需要 Connected AccountScopes
projects:readprojects:fullTags
Returns project activitiesPIPEDRIVE_GET_PROJECT_ACTIVITIESReturns activities linked to a specific project.需要连接2 scopes
Returns activities linked to a specific project.
认证
需要 Connected AccountScopes
projects:readprojects:fullTags
Returns project groupsPIPEDRIVE_GET_PROJECT_GROUPSReturns all active groups under a specific project.需要连接2 scopes
Returns all active groups under a specific project.
认证
需要 Connected AccountScopes
projects:readprojects:fullTags
Returns project planPIPEDRIVE_GET_PROJECT_PLANReturns information about items in a project plan. Items consists of tasks and activities and are linked to specific project phase and group.需要连接2 scopes
Returns information about items in a project plan. Items consists of tasks and activities and are linked to specific project phase and group.
认证
需要 Connected AccountScopes
projects:readprojects:fullTags
Returns project tasksPIPEDRIVE_GET_PROJECT_TASKSReturns tasks linked to a specific project.需要连接2 scopes
Returns tasks linked to a specific project.
认证
需要 Connected AccountScopes
projects:readprojects:fullTags
Get details of a templatePIPEDRIVE_GET_PROJECT_TEMPLATEReturns the details of a specific project template.需要连接2 scopes
Returns the details of a specific project template.
认证
需要 Connected AccountScopes
projects:readprojects:fullTags
Get all project templatesPIPEDRIVE_GET_PROJECT_TEMPLATESReturns 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>.需要连接2 scopes
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>.
认证
需要 Connected AccountScopes
projects:readprojects:fullTags
Get all projectsPIPEDRIVE_GET_PROJECTSReturns 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>.需要连接2 scopes
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>.
认证
需要 Connected AccountScopes
projects:readprojects:fullTags
Get details of a boardPIPEDRIVE_GET_PROJECTS_BOARDReturns the details of a specific project board.需要连接2 scopes
Returns the details of a specific project board.
认证
需要 Connected AccountScopes
projects:readprojects:fullTags
Get all project boardsPIPEDRIVE_GET_PROJECTS_BOARDSReturns all projects boards that are not deleted.需要连接2 scopes
Returns all projects boards that are not deleted.
认证
需要 Connected AccountScopes
projects:readprojects:fullTags
Get details of a phasePIPEDRIVE_GET_PROJECTS_PHASEReturns the details of a specific project phase.需要连接1 scope
Returns the details of a specific project phase.
认证
需要 Connected AccountScopes
projects:readTags
Get project phasesPIPEDRIVE_GET_PROJECTS_PHASESReturns all active project phases under a specific board.需要连接2 scopes
Returns all active project phases under a specific board.
认证
需要 Connected AccountScopes
projects:readprojects:fullTags
Get recentsPIPEDRIVE_GET_RECENTSReturns data about all recent changes occurred after the given timestamp.需要连接2 scopes
Returns data about all recent changes occurred after the given timestamp.
认证
需要 Connected AccountScopes
recents:readsearch:readTags
Get one rolePIPEDRIVE_GET_ROLEReturns the details of a specific role.需要连接1 scope
Returns the details of a specific role.
认证
需要 Connected AccountScopes
adminTags
List role assignmentsPIPEDRIVE_GET_ROLE_ASSIGNMENTSReturns all users assigned to a role.需要连接1 scope
Returns all users assigned to a role.
认证
需要 Connected AccountScopes
adminTags
List pipeline visibility for a rolePIPEDRIVE_GET_ROLE_PIPELINESReturns 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>.需要连接1 scope
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>.
认证
需要 Connected AccountScopes
adminTags
List role settingsPIPEDRIVE_GET_ROLE_SETTINGSReturns the visibility settings of a specific role.需要连接1 scope
Returns the visibility settings of a specific role.
认证
需要 Connected AccountScopes
adminTags
Get all rolesPIPEDRIVE_GET_ROLESReturns all the roles within the company.需要连接1 scope
Returns all the roles within the company.
认证
需要 Connected AccountScopes
adminTags
Get deals in a stagePIPEDRIVE_GET_STAGE_DEALSLists 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.需要连接2 scopes
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.
认证
需要 Connected AccountScopes
deals:readdeals:fullTags
Get details of a taskPIPEDRIVE_GET_TASKReturns the details of a specific task.需要连接2 scopes
Returns the details of a specific task.
认证
需要 Connected AccountScopes
projects:readprojects:fullTags
Get all tasksPIPEDRIVE_GET_TASKSReturns 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>.需要连接2 scopes
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>.
认证
需要 Connected AccountScopes
projects:readprojects:fullTags
Get a single teamPIPEDRIVE_GET_TEAMReturns data about a specific team.需要连接1 scope
Returns data about a specific team.
认证
需要 Connected AccountScopes
users:readTags
Get all users in a teamPIPEDRIVE_GET_TEAM_USERSReturns a list of all user IDs within a team.需要连接1 scope
Returns a list of all user IDs within a team.
认证
需要 Connected AccountScopes
users:readTags
Get all teamsPIPEDRIVE_GET_TEAMSReturns data about teams within the company.需要连接1 scope
Returns data about teams within the company.
认证
需要 Connected AccountScopes
users:readTags
Getting the tokensPIPEDRIVE_GET_TOKENSAfter 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.需要连接
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.
认证
需要 Connected AccountTags
Get one userPIPEDRIVE_GET_USERReturns data about a specific user within the company.需要连接1 scope
Returns data about a specific user within the company.
认证
需要 Connected AccountScopes
users:readTags
Get all call logs assigned to a particular userPIPEDRIVE_GET_USER_CALL_LOGSReturns all call logs assigned to a particular user.需要连接1 scope
Returns all call logs assigned to a particular user.
认证
需要 Connected AccountScopes
phone-integrationTags
Get all user connectionsPIPEDRIVE_GET_USER_CONNECTIONSReturns data about all connections for the authorized user.需要连接1 scope
Returns data about all connections for the authorized user.
认证
需要 Connected AccountScopes
baseTags
List followers of a userPIPEDRIVE_GET_USER_FOLLOWERSLists the followers of a specific user.需要连接1 scope
Lists the followers of a specific user.
认证
需要 Connected AccountScopes
users:readTags
List user permissionsPIPEDRIVE_GET_USER_PERMISSIONSLists aggregated permissions over all assigned permission sets for a user.需要连接1 scope
Lists aggregated permissions over all assigned permission sets for a user.
认证
需要 Connected AccountScopes
users:readTags
List role assignmentsPIPEDRIVE_GET_USER_ROLE_ASSIGNMENTSLists role assignments for a user.需要连接1 scope
Lists role assignments for a user.
认证
需要 Connected AccountScopes
users:readTags
List user role settingsPIPEDRIVE_GET_USER_ROLE_SETTINGSLists the settings of user's assigned role.需要连接1 scope
Lists the settings of user's assigned role.
认证
需要 Connected AccountScopes
users:readTags
List settings of an authorized userPIPEDRIVE_GET_USER_SETTINGSLists the settings of an authorized user. Example response contains a shortened list of settings.需要连接1 scope
Lists the settings of an authorized user. Example response contains a shortened list of settings.
认证
需要 Connected AccountScopes
baseTags
Get all teams of a userPIPEDRIVE_GET_USER_TEAMSReturns data about all teams which have the specified user as a member.需要连接1 scope
Returns data about all teams which have the specified user as a member.
认证
需要 Connected AccountScopes
users:readTags
Get all usersPIPEDRIVE_GET_USERSReturns data about all users within the company.需要连接1 scope
Returns data about all users within the company.
认证
需要 Connected AccountScopes
users:readTags
Get all WebhooksPIPEDRIVE_GET_WEBHOOKSReturns data about all the Webhooks of a company.需要连接1 scope
Returns data about all the Webhooks of a company.
认证
需要 Connected AccountScopes
adminTags
Link a remote file to an itemPIPEDRIVE_LINK_FILE_TO_ITEMLinks 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>.需要连接3 scopes
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>.
认证
需要 Connected AccountScopes
deals:fullactivities:fullcontacts:fullTags
Merge two dealsPIPEDRIVE_MERGE_DEALSMerges 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>.需要连接1 scope
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>.
认证
需要 Connected AccountScopes
deals:fullTags
Merge two organizationsPIPEDRIVE_MERGE_ORGANIZATIONSMerges 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>.需要连接1 scope
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>.
认证
需要 Connected AccountScopes
contacts:fullTags
Merge two personsPIPEDRIVE_MERGE_PERSONSMerges 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>.需要连接1 scope
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>.
认证
需要 Connected AccountScopes
contacts:fullTags
Update activity in project planPIPEDRIVE_PUT_PROJECT_PLAN_ACTIVITYUpdates an activity phase or group in a project.需要连接1 scope
Updates an activity phase or group in a project.
认证
需要 Connected AccountScopes
projects:fullTags
Update task in project planPIPEDRIVE_PUT_PROJECT_PLAN_TASKUpdates a task phase or group in a project.需要连接1 scope
Updates a task phase or group in a project.
认证
需要 Connected AccountScopes
projects:fullTags
Receives an incoming messagePIPEDRIVE_RECEIVE_MESSAGEAdds 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).需要连接1 scope
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).
认证
需要 Connected AccountScopes
messengers-integrationTags
Refreshing the tokensPIPEDRIVE_REFRESH_TOKENSThe `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`.需要连接
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`.
认证
需要 Connected AccountTags
Link a user with the installed video call integrationPIPEDRIVE_SAVE_USER_PROVIDER_LINKA 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.需要连接1 scope
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.
认证
需要 Connected AccountScopes
video-callsTags
Search leadsPIPEDRIVE_SEARCH_LEADSSearches 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.需要连接3 scopes
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.
认证
需要 Connected AccountScopes
leads:readleads:fullsearch:readTags
Update an activity typePIPEDRIVE_UPDATE_ACTIVITY_TYPEUpdates an activity type.需要连接1 scope
Updates an activity type.
认证
需要 Connected AccountScopes
adminTags
Update a comment related to a notePIPEDRIVE_UPDATE_COMMENT_FOR_NOTEUpdates a comment related to a note.需要连接2 scopes
Updates a comment related to a note.
认证
需要 Connected AccountScopes
deals:fullcontacts:fullTags
Update a deal fieldPIPEDRIVE_UPDATE_DEAL_FIELDUpdates 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>.需要连接2 scopes
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>.
认证
需要 Connected AccountScopes
deal-fields:fulladminTags
Update file detailsPIPEDRIVE_UPDATE_FILEUpdates the properties of a file.需要连接3 scopes
Updates the properties of a file.
认证
需要 Connected AccountScopes
deals:fullactivities:fullcontacts:fullTags
Update filterPIPEDRIVE_UPDATE_FILTERUpdates an existing filter.需要连接3 scopes
Updates an existing filter.
认证
需要 Connected AccountScopes
deals:fullactivities:fullcontacts:fullTags
Update existing goalPIPEDRIVE_UPDATE_GOALUpdates an existing goal.需要连接1 scope
Updates an existing goal.
认证
需要 Connected AccountScopes
goals:fullTags
Update a leadPIPEDRIVE_UPDATE_LEADUpdates 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>.需要连接1 scope
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>.
认证
需要 Connected AccountScopes
leads:fullTags
Update a lead labelPIPEDRIVE_UPDATE_LEAD_LABELUpdates one or more properties of a lead label. Only properties included in the request will be updated.需要连接1 scope
Updates one or more properties of a lead label. Only properties included in the request will be updated.
认证
需要 Connected AccountScopes
leads:fullTags
Update mail thread detailsPIPEDRIVE_UPDATE_MAIL_THREAD_DETAILSUpdates the properties of a mail thread.需要连接1 scope
Updates the properties of a mail thread.
认证
需要 Connected AccountScopes
mail:fullTags
Update a notePIPEDRIVE_UPDATE_NOTEUpdates a note.需要连接2 scopes
Updates a note.
认证
需要 Connected AccountScopes
deals:fullcontacts:fullTags
Update an organization fieldPIPEDRIVE_UPDATE_ORGANIZATION_FIELDUpdates 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>.需要连接2 scopes
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>.
认证
需要 Connected AccountScopes
contact-fields:fulladminTags
Update an organization relationshipPIPEDRIVE_UPDATE_ORGANIZATION_RELATIONSHIPUpdates and returns an organization relationship.需要连接1 scope
Updates and returns an organization relationship.
认证
需要 Connected AccountScopes
contacts:fullTags
Update a person fieldPIPEDRIVE_UPDATE_PERSON_FIELDUpdates 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>.需要连接2 scopes
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>.
认证
需要 Connected AccountScopes
contact-fields:fulladminTags
Update a product fieldPIPEDRIVE_UPDATE_PRODUCT_FIELDUpdates 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>.需要连接2 scopes
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>.
认证
需要 Connected AccountScopes
product-fields:fullproducts:fullTags
Update a projectPIPEDRIVE_UPDATE_PROJECTUpdates a project.需要连接1 scope
Updates a project.
认证
需要 Connected AccountScopes
projects:fullTags
Update role detailsPIPEDRIVE_UPDATE_ROLEUpdates the parent role and/or the name of a specific role.需要连接1 scope
Updates the parent role and/or the name of a specific role.
认证
需要 Connected AccountScopes
adminTags
Update pipeline visibility for a rolePIPEDRIVE_UPDATE_ROLE_PIPELINESUpdates 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>.需要连接1 scope
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>.
认证
需要 Connected AccountScopes
adminTags
Update a taskPIPEDRIVE_UPDATE_TASKUpdates a task.需要连接1 scope
Updates a task.
认证
需要 Connected AccountScopes
projects:fullTags
Update a teamPIPEDRIVE_UPDATE_TEAMUpdates an existing team and returns the updated object.需要连接1 scope
Updates an existing team and returns the updated object.
认证
需要 Connected AccountScopes
adminTags
Update user detailsPIPEDRIVE_UPDATE_USERUpdates the properties of a user. Currently, only `active_flag` can be updated.需要连接1 scope
Updates the properties of a user. Currently, only `active_flag` can be updated.
认证
需要 Connected AccountScopes
adminTags