universal-mcp-applications 0.1.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- universal_mcp/applications/ahrefs/README.md +51 -0
- universal_mcp/applications/ahrefs/__init__.py +1 -0
- universal_mcp/applications/ahrefs/app.py +2291 -0
- universal_mcp/applications/airtable/README.md +22 -0
- universal_mcp/applications/airtable/__init__.py +1 -0
- universal_mcp/applications/airtable/app.py +479 -0
- universal_mcp/applications/apollo/README.md +44 -0
- universal_mcp/applications/apollo/__init__.py +1 -0
- universal_mcp/applications/apollo/app.py +1847 -0
- universal_mcp/applications/asana/README.md +199 -0
- universal_mcp/applications/asana/__init__.py +1 -0
- universal_mcp/applications/asana/app.py +9509 -0
- universal_mcp/applications/aws-s3/README.md +0 -0
- universal_mcp/applications/aws-s3/__init__.py +1 -0
- universal_mcp/applications/aws-s3/app.py +552 -0
- universal_mcp/applications/bill/README.md +0 -0
- universal_mcp/applications/bill/__init__.py +1 -0
- universal_mcp/applications/bill/app.py +8705 -0
- universal_mcp/applications/box/README.md +307 -0
- universal_mcp/applications/box/__init__.py +1 -0
- universal_mcp/applications/box/app.py +15987 -0
- universal_mcp/applications/braze/README.md +106 -0
- universal_mcp/applications/braze/__init__.py +1 -0
- universal_mcp/applications/braze/app.py +4754 -0
- universal_mcp/applications/cal-com-v2/README.md +150 -0
- universal_mcp/applications/cal-com-v2/__init__.py +1 -0
- universal_mcp/applications/cal-com-v2/app.py +5541 -0
- universal_mcp/applications/calendly/README.md +53 -0
- universal_mcp/applications/calendly/__init__.py +1 -0
- universal_mcp/applications/calendly/app.py +1436 -0
- universal_mcp/applications/canva/README.md +43 -0
- universal_mcp/applications/canva/__init__.py +1 -0
- universal_mcp/applications/canva/app.py +941 -0
- universal_mcp/applications/clickup/README.md +135 -0
- universal_mcp/applications/clickup/__init__.py +1 -0
- universal_mcp/applications/clickup/app.py +5009 -0
- universal_mcp/applications/coda/README.md +108 -0
- universal_mcp/applications/coda/__init__.py +1 -0
- universal_mcp/applications/coda/app.py +3671 -0
- universal_mcp/applications/confluence/README.md +198 -0
- universal_mcp/applications/confluence/__init__.py +1 -0
- universal_mcp/applications/confluence/app.py +6273 -0
- universal_mcp/applications/contentful/README.md +17 -0
- universal_mcp/applications/contentful/__init__.py +1 -0
- universal_mcp/applications/contentful/app.py +364 -0
- universal_mcp/applications/crustdata/README.md +25 -0
- universal_mcp/applications/crustdata/__init__.py +1 -0
- universal_mcp/applications/crustdata/app.py +586 -0
- universal_mcp/applications/dialpad/README.md +202 -0
- universal_mcp/applications/dialpad/__init__.py +1 -0
- universal_mcp/applications/dialpad/app.py +5949 -0
- universal_mcp/applications/digitalocean/README.md +463 -0
- universal_mcp/applications/digitalocean/__init__.py +1 -0
- universal_mcp/applications/digitalocean/app.py +20835 -0
- universal_mcp/applications/domain-checker/README.md +13 -0
- universal_mcp/applications/domain-checker/__init__.py +1 -0
- universal_mcp/applications/domain-checker/app.py +265 -0
- universal_mcp/applications/e2b/README.md +12 -0
- universal_mcp/applications/e2b/__init__.py +1 -0
- universal_mcp/applications/e2b/app.py +187 -0
- universal_mcp/applications/elevenlabs/README.md +88 -0
- universal_mcp/applications/elevenlabs/__init__.py +1 -0
- universal_mcp/applications/elevenlabs/app.py +3235 -0
- universal_mcp/applications/exa/README.md +15 -0
- universal_mcp/applications/exa/__init__.py +1 -0
- universal_mcp/applications/exa/app.py +221 -0
- universal_mcp/applications/falai/README.md +17 -0
- universal_mcp/applications/falai/__init__.py +1 -0
- universal_mcp/applications/falai/app.py +331 -0
- universal_mcp/applications/figma/README.md +49 -0
- universal_mcp/applications/figma/__init__.py +1 -0
- universal_mcp/applications/figma/app.py +1090 -0
- universal_mcp/applications/firecrawl/README.md +20 -0
- universal_mcp/applications/firecrawl/__init__.py +1 -0
- universal_mcp/applications/firecrawl/app.py +514 -0
- universal_mcp/applications/fireflies/README.md +25 -0
- universal_mcp/applications/fireflies/__init__.py +1 -0
- universal_mcp/applications/fireflies/app.py +506 -0
- universal_mcp/applications/fpl/README.md +23 -0
- universal_mcp/applications/fpl/__init__.py +1 -0
- universal_mcp/applications/fpl/app.py +1327 -0
- universal_mcp/applications/fpl/utils/api.py +142 -0
- universal_mcp/applications/fpl/utils/fixtures.py +629 -0
- universal_mcp/applications/fpl/utils/helper.py +982 -0
- universal_mcp/applications/fpl/utils/league_utils.py +546 -0
- universal_mcp/applications/fpl/utils/position_utils.py +68 -0
- universal_mcp/applications/ghost-content/README.md +25 -0
- universal_mcp/applications/ghost-content/__init__.py +1 -0
- universal_mcp/applications/ghost-content/app.py +654 -0
- universal_mcp/applications/github/README.md +1049 -0
- universal_mcp/applications/github/__init__.py +1 -0
- universal_mcp/applications/github/app.py +50600 -0
- universal_mcp/applications/gong/README.md +63 -0
- universal_mcp/applications/gong/__init__.py +1 -0
- universal_mcp/applications/gong/app.py +2297 -0
- universal_mcp/applications/google-ads/README.md +0 -0
- universal_mcp/applications/google-ads/__init__.py +1 -0
- universal_mcp/applications/google-ads/app.py +23 -0
- universal_mcp/applications/google-calendar/README.md +21 -0
- universal_mcp/applications/google-calendar/__init__.py +1 -0
- universal_mcp/applications/google-calendar/app.py +574 -0
- universal_mcp/applications/google-docs/README.md +25 -0
- universal_mcp/applications/google-docs/__init__.py +1 -0
- universal_mcp/applications/google-docs/app.py +760 -0
- universal_mcp/applications/google-drive/README.md +68 -0
- universal_mcp/applications/google-drive/__init__.py +1 -0
- universal_mcp/applications/google-drive/app.py +4936 -0
- universal_mcp/applications/google-gemini/README.md +25 -0
- universal_mcp/applications/google-gemini/__init__.py +1 -0
- universal_mcp/applications/google-gemini/app.py +663 -0
- universal_mcp/applications/google-mail/README.md +31 -0
- universal_mcp/applications/google-mail/__init__.py +1 -0
- universal_mcp/applications/google-mail/app.py +1354 -0
- universal_mcp/applications/google-searchconsole/README.md +21 -0
- universal_mcp/applications/google-searchconsole/__init__.py +1 -0
- universal_mcp/applications/google-searchconsole/app.py +320 -0
- universal_mcp/applications/google-sheet/README.md +36 -0
- universal_mcp/applications/google-sheet/__init__.py +1 -0
- universal_mcp/applications/google-sheet/app.py +1941 -0
- universal_mcp/applications/hashnode/README.md +20 -0
- universal_mcp/applications/hashnode/__init__.py +1 -0
- universal_mcp/applications/hashnode/app.py +455 -0
- universal_mcp/applications/heygen/README.md +44 -0
- universal_mcp/applications/heygen/__init__.py +1 -0
- universal_mcp/applications/heygen/app.py +961 -0
- universal_mcp/applications/http-tools/README.md +16 -0
- universal_mcp/applications/http-tools/__init__.py +1 -0
- universal_mcp/applications/http-tools/app.py +153 -0
- universal_mcp/applications/hubspot/README.md +239 -0
- universal_mcp/applications/hubspot/__init__.py +1 -0
- universal_mcp/applications/hubspot/app.py +416 -0
- universal_mcp/applications/jira/README.md +600 -0
- universal_mcp/applications/jira/__init__.py +1 -0
- universal_mcp/applications/jira/app.py +28804 -0
- universal_mcp/applications/klaviyo/README.md +313 -0
- universal_mcp/applications/klaviyo/__init__.py +1 -0
- universal_mcp/applications/klaviyo/app.py +11236 -0
- universal_mcp/applications/linkedin/README.md +15 -0
- universal_mcp/applications/linkedin/__init__.py +1 -0
- universal_mcp/applications/linkedin/app.py +243 -0
- universal_mcp/applications/mailchimp/README.md +281 -0
- universal_mcp/applications/mailchimp/__init__.py +1 -0
- universal_mcp/applications/mailchimp/app.py +10937 -0
- universal_mcp/applications/markitdown/README.md +12 -0
- universal_mcp/applications/markitdown/__init__.py +1 -0
- universal_mcp/applications/markitdown/app.py +63 -0
- universal_mcp/applications/miro/README.md +151 -0
- universal_mcp/applications/miro/__init__.py +1 -0
- universal_mcp/applications/miro/app.py +5429 -0
- universal_mcp/applications/ms-teams/README.md +42 -0
- universal_mcp/applications/ms-teams/__init__.py +1 -0
- universal_mcp/applications/ms-teams/app.py +1823 -0
- universal_mcp/applications/neon/README.md +74 -0
- universal_mcp/applications/neon/__init__.py +1 -0
- universal_mcp/applications/neon/app.py +2018 -0
- universal_mcp/applications/notion/README.md +30 -0
- universal_mcp/applications/notion/__init__.py +1 -0
- universal_mcp/applications/notion/app.py +527 -0
- universal_mcp/applications/openai/README.md +22 -0
- universal_mcp/applications/openai/__init__.py +1 -0
- universal_mcp/applications/openai/app.py +759 -0
- universal_mcp/applications/outlook/README.md +20 -0
- universal_mcp/applications/outlook/__init__.py +1 -0
- universal_mcp/applications/outlook/app.py +444 -0
- universal_mcp/applications/perplexity/README.md +12 -0
- universal_mcp/applications/perplexity/__init__.py +1 -0
- universal_mcp/applications/perplexity/app.py +65 -0
- universal_mcp/applications/pipedrive/README.md +284 -0
- universal_mcp/applications/pipedrive/__init__.py +1 -0
- universal_mcp/applications/pipedrive/app.py +12924 -0
- universal_mcp/applications/posthog/README.md +132 -0
- universal_mcp/applications/posthog/__init__.py +1 -0
- universal_mcp/applications/posthog/app.py +7125 -0
- universal_mcp/applications/reddit/README.md +135 -0
- universal_mcp/applications/reddit/__init__.py +1 -0
- universal_mcp/applications/reddit/app.py +4652 -0
- universal_mcp/applications/replicate/README.md +18 -0
- universal_mcp/applications/replicate/__init__.py +1 -0
- universal_mcp/applications/replicate/app.py +495 -0
- universal_mcp/applications/resend/README.md +40 -0
- universal_mcp/applications/resend/__init__.py +1 -0
- universal_mcp/applications/resend/app.py +881 -0
- universal_mcp/applications/retell/README.md +21 -0
- universal_mcp/applications/retell/__init__.py +1 -0
- universal_mcp/applications/retell/app.py +333 -0
- universal_mcp/applications/rocketlane/README.md +70 -0
- universal_mcp/applications/rocketlane/__init__.py +1 -0
- universal_mcp/applications/rocketlane/app.py +4346 -0
- universal_mcp/applications/semanticscholar/README.md +25 -0
- universal_mcp/applications/semanticscholar/__init__.py +1 -0
- universal_mcp/applications/semanticscholar/app.py +482 -0
- universal_mcp/applications/semrush/README.md +44 -0
- universal_mcp/applications/semrush/__init__.py +1 -0
- universal_mcp/applications/semrush/app.py +2081 -0
- universal_mcp/applications/sendgrid/README.md +362 -0
- universal_mcp/applications/sendgrid/__init__.py +1 -0
- universal_mcp/applications/sendgrid/app.py +9752 -0
- universal_mcp/applications/sentry/README.md +186 -0
- universal_mcp/applications/sentry/__init__.py +1 -0
- universal_mcp/applications/sentry/app.py +7471 -0
- universal_mcp/applications/serpapi/README.md +14 -0
- universal_mcp/applications/serpapi/__init__.py +1 -0
- universal_mcp/applications/serpapi/app.py +293 -0
- universal_mcp/applications/sharepoint/README.md +0 -0
- universal_mcp/applications/sharepoint/__init__.py +1 -0
- universal_mcp/applications/sharepoint/app.py +215 -0
- universal_mcp/applications/shopify/README.md +321 -0
- universal_mcp/applications/shopify/__init__.py +1 -0
- universal_mcp/applications/shopify/app.py +15392 -0
- universal_mcp/applications/shortcut/README.md +128 -0
- universal_mcp/applications/shortcut/__init__.py +1 -0
- universal_mcp/applications/shortcut/app.py +4478 -0
- universal_mcp/applications/slack/README.md +0 -0
- universal_mcp/applications/slack/__init__.py +1 -0
- universal_mcp/applications/slack/app.py +570 -0
- universal_mcp/applications/spotify/README.md +91 -0
- universal_mcp/applications/spotify/__init__.py +1 -0
- universal_mcp/applications/spotify/app.py +2526 -0
- universal_mcp/applications/supabase/README.md +87 -0
- universal_mcp/applications/supabase/__init__.py +1 -0
- universal_mcp/applications/supabase/app.py +2970 -0
- universal_mcp/applications/tavily/README.md +12 -0
- universal_mcp/applications/tavily/__init__.py +1 -0
- universal_mcp/applications/tavily/app.py +51 -0
- universal_mcp/applications/trello/README.md +266 -0
- universal_mcp/applications/trello/__init__.py +1 -0
- universal_mcp/applications/trello/app.py +10875 -0
- universal_mcp/applications/twillo/README.md +0 -0
- universal_mcp/applications/twillo/__init__.py +1 -0
- universal_mcp/applications/twillo/app.py +269 -0
- universal_mcp/applications/twitter/README.md +100 -0
- universal_mcp/applications/twitter/__init__.py +1 -0
- universal_mcp/applications/twitter/api_segments/__init__.py +0 -0
- universal_mcp/applications/twitter/api_segments/api_segment_base.py +51 -0
- universal_mcp/applications/twitter/api_segments/compliance_api.py +122 -0
- universal_mcp/applications/twitter/api_segments/dm_conversations_api.py +255 -0
- universal_mcp/applications/twitter/api_segments/dm_events_api.py +140 -0
- universal_mcp/applications/twitter/api_segments/likes_api.py +159 -0
- universal_mcp/applications/twitter/api_segments/lists_api.py +395 -0
- universal_mcp/applications/twitter/api_segments/openapi_json_api.py +34 -0
- universal_mcp/applications/twitter/api_segments/spaces_api.py +309 -0
- universal_mcp/applications/twitter/api_segments/trends_api.py +40 -0
- universal_mcp/applications/twitter/api_segments/tweets_api.py +1403 -0
- universal_mcp/applications/twitter/api_segments/usage_api.py +40 -0
- universal_mcp/applications/twitter/api_segments/users_api.py +1498 -0
- universal_mcp/applications/twitter/app.py +46 -0
- universal_mcp/applications/unipile/README.md +28 -0
- universal_mcp/applications/unipile/__init__.py +1 -0
- universal_mcp/applications/unipile/app.py +829 -0
- universal_mcp/applications/whatsapp/README.md +23 -0
- universal_mcp/applications/whatsapp/__init__.py +1 -0
- universal_mcp/applications/whatsapp/app.py +595 -0
- universal_mcp/applications/whatsapp-business/README.md +34 -0
- universal_mcp/applications/whatsapp-business/__init__.py +1 -0
- universal_mcp/applications/whatsapp-business/app.py +1065 -0
- universal_mcp/applications/wrike/README.md +46 -0
- universal_mcp/applications/wrike/__init__.py +1 -0
- universal_mcp/applications/wrike/app.py +1583 -0
- universal_mcp/applications/youtube/README.md +57 -0
- universal_mcp/applications/youtube/__init__.py +1 -0
- universal_mcp/applications/youtube/app.py +1696 -0
- universal_mcp/applications/zenquotes/README.md +12 -0
- universal_mcp/applications/zenquotes/__init__.py +1 -0
- universal_mcp/applications/zenquotes/app.py +31 -0
- universal_mcp_applications-0.1.1.dist-info/METADATA +172 -0
- universal_mcp_applications-0.1.1.dist-info/RECORD +268 -0
- universal_mcp_applications-0.1.1.dist-info/WHEEL +4 -0
- universal_mcp_applications-0.1.1.dist-info/licenses/LICENSE +21 -0
|
@@ -0,0 +1,284 @@
|
|
|
1
|
+
# PipedriveApp MCP Server
|
|
2
|
+
|
|
3
|
+
An MCP Server for the PipedriveApp API.
|
|
4
|
+
|
|
5
|
+
## 🛠️ Tool List
|
|
6
|
+
|
|
7
|
+
This is automatically generated from OpenAPI schema for the PipedriveApp API.
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
| Tool | Description |
|
|
11
|
+
|------|-------------|
|
|
12
|
+
| `oauth_request_authorization` | Redirects the user to an authorization server toassistant |
|
|
13
|
+
| `oauth_refresh_token` | Issues OAuth 2.0 access tokens, ID tokens, and refresh tokens in response to authentication grants using the POST method. |
|
|
14
|
+
| `activities_delete_bulk` | Deletes multiple activities by their IDs using query parameters and returns a success response upon completion. |
|
|
15
|
+
| `activities_list_user_activities` | Retrieves a list of activities filtered by user_id, type, date range, completion status, and other parameters. |
|
|
16
|
+
| `activities_add_new_activity` | Creates a new activity resource and returns a success status upon creation. |
|
|
17
|
+
| `activities_get_all_activities` | Retrieves a paginated collection of activities filtered by parameters such as user, time range, completion status, and activity type. |
|
|
18
|
+
| `activities_mark_as_deleted` | Deletes the specified activity by its unique identifier. |
|
|
19
|
+
| `activities_get_details` | Retrieves details of an activity by its ID using the GET method. |
|
|
20
|
+
| `update_activity` | Updates an existing activity specified by {id} and returns a success status upon completion. |
|
|
21
|
+
| `activity_fields_get_all` | Retrieves all activity fields from the Pipedrive API using the "GET" method at the path "/activityFields". |
|
|
22
|
+
| `delete_activity_types` | Deletes specified activity types by IDs using their identifiers and returns a success status upon completion. |
|
|
23
|
+
| `get_activity_types` | Retrieves a list of available activity types with their details from the Fitbit activity database. |
|
|
24
|
+
| `activity_types_add_new_type` | Creates a new activity type using the specified data and returns a success status upon completion. |
|
|
25
|
+
| `activity_types_mark_as_deleted` | Deletes an activity type by its ID using the Pipedrive API. |
|
|
26
|
+
| `activity_types_update_type` | Updates an existing activity type by modifying its details using the API and returns a successful response. |
|
|
27
|
+
| `list_addons` | Retrieves available addons for billing subscriptions, returning a list of additional features or services that can be added to a subscription plan. |
|
|
28
|
+
| `call_logs_add_new_log` | Logs API calls at the "/callLogs" endpoint via POST and returns HTTP status codes for operation results. |
|
|
29
|
+
| `call_logs_get_all_logs` | Retrieves a list of call logs based on specified query parameters, allowing users to view and manage call history by setting a start point and limiting the number of results returned. |
|
|
30
|
+
| `call_logs_delete_log` | Deletes a call log (including any attached audio recordings) without affecting related activities using the specified ID. |
|
|
31
|
+
| `call_logs_get_details` | Retrieves a specific call log entry by its unique identifier. |
|
|
32
|
+
| `call_logs_attach_recording` | Records a call log using the provided ID by sending a POST request to the specified API endpoint. |
|
|
33
|
+
| `channels_create_new_channel` | Creates a new channel resource and returns the operation status. |
|
|
34
|
+
| `channels_delete_channel_by_id` | Deletes a channel specified by the ID in the path and returns an empty response on success. |
|
|
35
|
+
| `channels_receive_message` | Receives messages on a specified channel and returns a success or error status. |
|
|
36
|
+
| `channels_delete_conversation` | Deletes a specific conversation within a channel and returns a success status upon completion. |
|
|
37
|
+
| `currencies_get_all_supported` | Retrieves a list of currencies based on a search term using the "GET" method at the "/currencies" path. |
|
|
38
|
+
| `deals_get_all_deals` | Retrieves a list of deals based on specified parameters such as user ID, filter ID, stage ID, status, and sorting options, allowing for pagination and filtering by ownership. |
|
|
39
|
+
| `deals_create_deal` | Creates a new deal in a CRM system using the POST method at the "/deals" endpoint and returns a success response with a status code of 201. |
|
|
40
|
+
| `deals_delete_bulk` | Deletes multiple deals by their comma-separated IDs and returns a success status. |
|
|
41
|
+
| `dealsget_all_deals` | Retrieves a paginated list of deals with filtering options for cursor-based navigation, date ranges, user association, stage, and status. |
|
|
42
|
+
| `deals_search_by_title_and_notes` | Retrieves a list of deals based on search criteria, including terms, fields, and filters such as person ID, organization ID, status, and other parameters, using the GET method at the "/deals/search" endpoint. |
|
|
43
|
+
| `deals_get_summary` | Retrieves a summary of deals based on specified parameters such as status, filter ID, user ID, and stage ID using the GET method at the "/deals/summary" path. |
|
|
44
|
+
| `deals_get_timeline_data` | Retrieves a timeline of deal events, allowing users to list and group deals by specified intervals and criteria, including start date, interval type, and additional filters like user or pipeline, and optionally convert totals into a specified currency. |
|
|
45
|
+
| `deals_mark_as_deleted` | Deletes a deal by its ID using the "DELETE" method, removing the specified deal from the system. |
|
|
46
|
+
| `deals_get_details` | Retrieves details about a specific deal by its ID using the API endpoint "/deals/{id}" with the GET method. |
|
|
47
|
+
| `deals_update_properties` | Updates a specific deal by replacing it with new data at the path "/deals/{id}". |
|
|
48
|
+
| `deals_list_activities` | Retrieves a list of activities associated with a specific deal, optionally filtered by status and pagination parameters. |
|
|
49
|
+
| `deals_duplicate_deal` | Creates a duplicate of the specified deal using its ID and returns the new deal in the response. |
|
|
50
|
+
| `deals_list_deal_files` | Retrieves a list of files associated with a specific deal by ID, allowing pagination and sorting of the results. |
|
|
51
|
+
| `deals_list_deal_updates` | Retrieves the workflow history and associated changes for a specific deal, optionally filtered by parameters like start time, limit, and item types. |
|
|
52
|
+
| `get_participants_changelog` | Retrieves paginated changelog data tracking participant-related modifications for a specific deal using cursor-based pagination. |
|
|
53
|
+
| `deals_list_followers` | Retrieves a list of users following a deal, identified by its ID, using the GET method at the "/deals/{id}/followers" path. |
|
|
54
|
+
| `deals_add_follower` | Adds followers to a specified deal and returns a success status. |
|
|
55
|
+
| `deals_remove_follower` | Removes a specific follower from a deal using the "DELETE" method at the "/deals/{id}/followers/{follower_id}" endpoint. |
|
|
56
|
+
| `deals_list_mail_messages` | Retrieves a list of mail messages associated with a specific deal identified by its ID, allowing pagination through optional start and limit parameters. |
|
|
57
|
+
| `deals_merge_deals` | Merges a specific deal identified by its ID with another deal and returns the merged result. |
|
|
58
|
+
| `deals_list_participants` | Retrieves participants associated with a specific deal, including their marketing status if applicable, and supports pagination parameters. |
|
|
59
|
+
| `deals_add_participant` | Lists participants associated with a specific deal in Pipedrive using the provided deal ID. |
|
|
60
|
+
| `deals_delete_participant` | Removes a participant from a deal using the DELETE method at the endpoint "/deals/{id}/participants/{deal_participant_id}". |
|
|
61
|
+
| `deals_list_permitted_users` | Retrieves the list of users with permission to access a specific deal in Pipedrive. |
|
|
62
|
+
| `deals_list_persons_associated` | Retrieves a list of persons associated with a specific deal, optionally paginated using start and limit query parameters. |
|
|
63
|
+
| `deals_list_deal_products` | Retrieves a list of products associated with a specific deal, optionally including product data and pagination support. |
|
|
64
|
+
| `deals_add_product_to_deal` | Adds one or more products to a deal identified by the specified ID and returns a success status. |
|
|
65
|
+
| `deals_update_product_attachment` | Updates or replaces product attachment information associated with a specific deal using the provided `id` and `product_attachment_id`. |
|
|
66
|
+
| `deals_delete_attached_product` | Deletes a specific product attachment associated with a deal identified by both IDs and returns a success status upon removal. |
|
|
67
|
+
| `deal_fields_get_all_fields` | Retrieves all deal fields configuration with pagination support using start and limit parameters. |
|
|
68
|
+
| `deal_fields_add_new_field` | Creates a new custom deal field in the Pipedrive CRM system. |
|
|
69
|
+
| `deal_fields_delete_multiple_bulk` | Deletes multiple custom deal fields in Pipedrive by specifying their IDs via a DELETE request to the "/dealFields" endpoint. |
|
|
70
|
+
| `deal_fields_get_one_field` | Retrieves the details of a specific deal field by its ID, including schema and configuration. |
|
|
71
|
+
| `deal_fields_mark_as_deleted` | Deletes a specific deal field by its ID using the Pipedrive API. |
|
|
72
|
+
| `deal_fields_update_field` | Updates an existing deal field's configuration by ID, modifying its properties and schema definition. |
|
|
73
|
+
| `files_get_all_files` | Retrieves a list of files using the "GET" method, allowing optional filtering by start position, number of items, and sorting order. |
|
|
74
|
+
| `files_upload_and_associate` | Uploads files to the server and returns a success status upon completion. |
|
|
75
|
+
| `files_create_remote_file_and_link` | Uploads a remote file using the POST method at the "/files/remote" endpoint. |
|
|
76
|
+
| `files_link_remote_file` | Creates a remote link for a file and returns a success status upon completion. |
|
|
77
|
+
| `files_mark_as_deleted` | Deletes a specified file using the provided ID and returns a success status upon completion. |
|
|
78
|
+
| `files_get_one_file` | Retrieves a file resource identified by the provided ID using the GET method. |
|
|
79
|
+
| `files_update_details` | Updates or replaces a file with the specified ID using the PUT method, returning a successful status upon completion. |
|
|
80
|
+
| `files_download_file` | Downloads a file from the server using the provided ID and returns the file content upon success. |
|
|
81
|
+
| `filters_delete_bulk` | Deletes one or more filters identified by their IDs passed as query parameters. |
|
|
82
|
+
| `filters_get_all` | Retrieves a list of filters based on the specified type. |
|
|
83
|
+
| `filters_add_new_filter` | Applies filters using the API at the "/filters" endpoint via the POST method and returns a response. |
|
|
84
|
+
| `filters_get_helpers` | Retrieves a list of filter helper resources. |
|
|
85
|
+
| `filters_mark_as_deleted` | Deletes the specified filter by its ID and returns a success response upon completion. |
|
|
86
|
+
| `filters_get_details` | Retrieves a specific filter by its unique identifier from the API. |
|
|
87
|
+
| `filters_update_filter` | Updates a filter with a specified ID using the PUT method, allowing for modification of its properties. |
|
|
88
|
+
| `goals_create_report` | Creates a new goal entry in the system and returns a status message upon successful creation. |
|
|
89
|
+
| `goals_get_by_criteria` | Retrieves a list of goals based on specified criteria, such as type, title, status, assignee, expected outcome details, and timeframe, using the "GET" method at the "/goals/find" endpoint. |
|
|
90
|
+
| `goals_update_existing_goal` | Updates an existing goal with the specified ID using the provided data and returns a success response upon completion. |
|
|
91
|
+
| `goals_mark_as_deleted` | Deletes a goal identified by its ID using the DELETE method. |
|
|
92
|
+
| `goals_get_result` | Retrieves results for a specific goal using a goal ID, optionally filtered by start and end date periods. |
|
|
93
|
+
| `item_search_search_multiple_items` | Searches for items using optional filters like term, item types, and exact match, supporting pagination and field selection in the results. |
|
|
94
|
+
| `item_search_by_field_values` | Performs a search for specific field values across various entity types, allowing for exact or partial matches, and returns either distinct field values for autocomplete or item IDs based on the specified search criteria. |
|
|
95
|
+
| `leads_get_all` | Retrieves a list of leads using the "GET" method at the "/leads" endpoint, allowing filtering by various criteria such as limit, start, archived status, owner ID, person ID, organization ID, filter ID, and sort options. |
|
|
96
|
+
| `leads_create_lead` | Creates a new lead by sending a POST request to the "/leads" endpoint, returning a success response upon creation. |
|
|
97
|
+
| `leads_get_details` | Retrieves a lead by its unique identifier from the system. |
|
|
98
|
+
| `leads_update_lead_properties` | Updates a specific lead by partially modifying its details using the provided ID. |
|
|
99
|
+
| `leads_delete_lead` | Deletes a lead with the specified ID and removes all associated data from the system. |
|
|
100
|
+
| `leads_list_permitted_users` | Retrieves a list of permitted users for a specific lead, identified by the provided lead ID, using the GET method on the "/leads/{id}/permittedUsers" endpoint. |
|
|
101
|
+
| `leads_search_leads` | Retrieves a list of leads based on search criteria, allowing filtering by term, person, or organization, and supports pagination and field selection. |
|
|
102
|
+
| `lead_labels_get_all` | Retrieves a list of all lead labels from the Pipedrive API, allowing users to view and manage the labels used to categorize leads visually. |
|
|
103
|
+
| `lead_labels_add_new_label` | Creates a new lead label in Pipedrive with specified name and color. |
|
|
104
|
+
| `lead_labels_update_properties` | Updates one or more properties of a lead label using the Pipedrive API, allowing for partial modification of a label with the specified ID. |
|
|
105
|
+
| `lead_labels_delete_label` | Deletes a specific lead label by its unique identifier. |
|
|
106
|
+
| `lead_sources_get_all` | Retrieves a list of available lead sources using the `GET` method at the `/leadSources` path. |
|
|
107
|
+
| `legacy_teams_get_all_teams` | Retrieves a list of legacy teams within an organization using the GET method, allowing for optional sorting by specific fields and excluding user IDs from the response. |
|
|
108
|
+
| `legacy_teams_add_new_team` | Creates a new team within an organization using the Pipedrive API and returns the team details upon successful creation. |
|
|
109
|
+
| `legacy_teams_get_data` | Retrieves data about a specific team identified by its ID, optionally excluding user information, using the Pipedrive Legacy Teams API. |
|
|
110
|
+
| `legacy_teams_update_team_object` | Updates an existing team with the specified ID using the Pipedrive API, potentially allowing modifications to team details such as name, manager, or members. |
|
|
111
|
+
| `legacy_teams_get_all_users` | Retrieves the list of user IDs belonging to a specified legacy team by team ID. |
|
|
112
|
+
| `legacy_teams_add_users_to_team` | Adds users to an existing team in Pipedrive using the API endpoint "/legacyTeams/{id}/users" with the POST method. |
|
|
113
|
+
| `legacy_teams_get_user_teams` | Retrieves information about the team memberships of a specific user identified by `{id}` using the Pipedrive API, with options to customize the response by sorting teams and excluding user IDs. |
|
|
114
|
+
| `mailbox_get_mail_message` | Retrieves details of a specific email message from the mailbox, optionally including the full message body. |
|
|
115
|
+
| `mailbox_get_mail_threads` | Retrieves a list of email threads from a mailbox, filtered by a specified folder, starting from a certain position, and limited to a defined number of results. |
|
|
116
|
+
| `mailbox_mark_thread_deleted` | Deletes a specific mail thread by its ID from the mailbox using the "DELETE" method. |
|
|
117
|
+
| `mailbox_get_mail_thread` | Retrieves a specific email thread from the mailbox by its ID using the Pipedrive API. |
|
|
118
|
+
| `update_mail_thread_by_id` | Updates the properties of a mail thread (e.g., associated deal, read status, or archived state) for the specified thread ID. |
|
|
119
|
+
| `mailbox_get_all_mail_messages` | Retrieves all email messages within a specified mail thread using the provided thread ID. |
|
|
120
|
+
| `meetings_link_user_provider` | Creates user provider links for meetings using the POST method and returns a status message upon success. |
|
|
121
|
+
| `delete_user_provider_link_by_id` | Deletes a user provider link by the specified ID using the DELETE method. |
|
|
122
|
+
| `notes_get_all` | Retrieves a filtered list of notes based on specified query parameters like user, lead, deal, person, organization IDs, date ranges, and pinned statuses. |
|
|
123
|
+
| `notes_create_note` | Creates a new note entry via the specified endpoint and returns a success status upon completion. |
|
|
124
|
+
| `notes_delete_note` | Deletes a note with the specified {id} from the collection of notes using the DELETE method. |
|
|
125
|
+
| `notes_get_details` | Retrieves a specific note by its ID using the "GET" method at "/notes/{id}". |
|
|
126
|
+
| `notes_update_note` | Updates an existing note resource identified by the path ID and returns the updated data. |
|
|
127
|
+
| `notes_get_all_comments` | Retrieves comments for a specific note with pagination support using path and query parameters. |
|
|
128
|
+
| `notes_add_new_comment` | Adds a new comment to a note specified by its ID using the POST method. |
|
|
129
|
+
| `notes_get_comment_details` | Retrieves a specific comment from a note by its ID and comment ID using the API. |
|
|
130
|
+
| `notes_update_comment` | Updates a specific comment for a note using the PUT method, allowing complete replacement of the comment's content identified by the note ID and comment ID. |
|
|
131
|
+
| `notes_delete_comment` | Deletes a specific comment from a note using the provided comment identifier and note ID. |
|
|
132
|
+
| `note_fields_get_all_note_fields` | Retrieves a list of note fields using the API endpoint at "/noteFields" via the GET method. |
|
|
133
|
+
| `delete_organizations` | Deletes one or more organizations identified by their IDs using the "DELETE" method on the "/organizations" path. |
|
|
134
|
+
| `organizations_get_all` | Retrieves a list of organizations filtered by user ID, filter criteria, alphabetical starting character, pagination settings, and sorting parameters. |
|
|
135
|
+
| `create_organization` | Creates a new organization using the API and returns a success status upon creation. |
|
|
136
|
+
| `list_organizations` | Retrieves a list of organizations with optional filtering by owner, time range, and alphabetical criteria[1][2][5]. |
|
|
137
|
+
| `organizations_search_by_criteria` | Retrieves a list of organizations based on a search term, allowing for customization by specifying fields, exact match, and pagination parameters using the "GET" method. |
|
|
138
|
+
| `delete_organization_by_id` | Deletes an organization and disassociates all members from it using the specified organization ID in the path. |
|
|
139
|
+
| `organizations_get_details` | Retrieves details of a specific organization by its unique identifier. |
|
|
140
|
+
| `organizations_update_properties` | Updates the specified organization's details using the provided ID and returns a success status upon completion. |
|
|
141
|
+
| `organizations_list_activities` | Retrieves a filtered list of activities for an organization including optional parameters for start time, result limits, completion status, and exclusions. |
|
|
142
|
+
| `organizations_list_deals` | Retrieves a list of deals associated with a specific organization using the Pipedrive API, allowing for pagination and filtering by status. |
|
|
143
|
+
| `get_organization_files` | Retrieves a list of files associated with a specific organization, optionally filtered, paginated, and sorted by query parameters. |
|
|
144
|
+
| `organizations_list_updates_about` | Retrieves flow-related data for a specific organization, optionally filtered by time range, item type, and pagination parameters. |
|
|
145
|
+
| `organizations_list_followers` | Retrieves a list of followers for an organization with the specified ID using the GitHub API. |
|
|
146
|
+
| `organizations_add_follower` | Adds a follower to a GitHub organization using the POST method at the "/organizations/{id}/followers" endpoint. |
|
|
147
|
+
| `organizations_delete_follower` | Removes a follower from an organization with the specified ID and follower ID using the GitHub API. |
|
|
148
|
+
| `organizations_list_mail_messages` | Retrieves a list of mail messages associated with an organization identified by the specified ID, allowing pagination through the start and limit parameters. |
|
|
149
|
+
| `organizations_merge_two` | Configures merge settings for a GitHub organization using the provided organization ID and returns a success status upon completion. |
|
|
150
|
+
| `list_permitted_users_by_org_id` | Retrieves a list of permitted users for a specified organization using the "GET" method at the "/organizations/{id}/permittedUsers" endpoint. |
|
|
151
|
+
| `organizations_list_persons` | Retrieves a list of persons associated with an organization, identified by the organization ID, with optional pagination using start and limit parameters. |
|
|
152
|
+
| `list_organization_fields` | Retrieves a list of organization fields, including custom fields, using the "GET" method at "/organizationFields", supporting query parameters like "start" and "limit" for pagination. |
|
|
153
|
+
| `organization_fields_add_new_field` | Adds a new organization field using the POST method at the "/organizationFields" path, allowing the creation of custom fields for organizational data management. |
|
|
154
|
+
| `delete_organization_fields` | Deletes specified organization fields by their IDs and returns a success status upon completion. |
|
|
155
|
+
| `get_organization_field_by_id` | Retrieves data about a specific organization field based on the provided field ID using the Pipedrive API. |
|
|
156
|
+
| `delete_organization_field_by_id` | Deletes an organization field identified by the provided ID using the DELETE method. |
|
|
157
|
+
| `organization_fields_update_field` | Updates an existing organization field by ID and returns the updated field data upon success. |
|
|
158
|
+
| `get_organization_relationships` | Retrieves organization relationships based on the specified organization ID. |
|
|
159
|
+
| `create_organization_relationship` | Creates an organization relationship and returns a success confirmation upon completion. |
|
|
160
|
+
| `delete_org_relationship_by_id` | Deletes a specific organization relationship by its ID using the GitHub API. |
|
|
161
|
+
| `get_org_relationship_by_id` | Retrieves a specific organization relationship by its ID along with calculated values for the base organization. |
|
|
162
|
+
| `update_org_relationship_by_id` | Updates an organizational relationship identified by `{id}` using the GitHub API and returns a success status upon completion. |
|
|
163
|
+
| `permission_sets_get_all` | Retrieves all permission sets for a specified application using query parameters. |
|
|
164
|
+
| `permission_sets_get_one` | Retrieves a specific permission set by its ID from the collection of permission sets using the GET method, returning detailed information about the set. |
|
|
165
|
+
| `permission_sets_list_assignments` | Retrieves a paginated list of assignments associated with a specific permission set using the provided ID and query parameters for pagination. |
|
|
166
|
+
| `persons_delete_multiple_bulk` | Deletes one or more persons from a database by specifying their IDs in the query parameters. |
|
|
167
|
+
| `persons_list_all_persons` | Retrieves a list of persons based on specified parameters such as user ID, filter ID, first character, start index, limit, and sort order. |
|
|
168
|
+
| `persons_create_new_person` | Creates a new person record in the system and returns the created resource. |
|
|
169
|
+
| `persons_get_all` | Retrieves a collection of persons based on specified criteria such as cursor, limit, date range, owner ID, and first character, using the GET method at the "/persons/collection" endpoint. |
|
|
170
|
+
| `persons_search_by_criteria` | Searches for persons based on a given term, allowing filtering by fields, exact match, organization ID, and additional options to customize the search results, using the GET method at the "/persons/search" endpoint. |
|
|
171
|
+
| `persons_mark_as_deleted` | Deletes a specific person by ID and returns a success status upon completion. |
|
|
172
|
+
| `persons_get_person_details` | Retrieves details of a specific person by their unique identifier. |
|
|
173
|
+
| `persons_update_properties` | Updates a person's details at the specified ID using the PUT method, replacing the entire existing record with the new data provided. |
|
|
174
|
+
| `persons_list_activities` | Retrieves a list of activities for a person identified by `{id}`, allowing optional filtering by start time, activity limit, completion status, and exclusions. |
|
|
175
|
+
| `persons_list_deals` | Retrieves a list of deals associated with a person, filtered by status, sorted as specified, and paginated based on the provided start and limit parameters. |
|
|
176
|
+
| `persons_list_person_files` | Retrieves a list of files associated with a specific person ID, optionally filtered by start date, size limit, and sorting parameters. |
|
|
177
|
+
| `persons_list_updates_about` | Retrieves a workflow or process flow associated with a specific person ID, optionally filtered by start time, result limit, inclusion of all changes, and specific items. |
|
|
178
|
+
| `persons_list_followers` | Retrieves a list of followers associated with the specified person ID. |
|
|
179
|
+
| `persons_add_follower` | Adds followers to a person with the specified ID using the API. |
|
|
180
|
+
| `persons_delete_follower` | Removes a specific follower from a person's followers list using the "DELETE" method. |
|
|
181
|
+
| `persons_list_mail_messages` | Retrieves mail messages associated with a specific person ID, with pagination support via start and limit parameters. |
|
|
182
|
+
| `persons_merge_two` | Merges user data by updating the specified person's record using the provided ID in the path. |
|
|
183
|
+
| `persons_list_permitted_users` | Retrieves a list of users permitted to access or interact with the specified person's data or resources. |
|
|
184
|
+
| `persons_delete_picture` | Deletes the profile picture associated with the specified person ID and returns a success status. |
|
|
185
|
+
| `persons_add_picture` | Adds a picture to a person's profile using their ID. |
|
|
186
|
+
| `persons_list_products` | Retrieves a list of products associated with a person identified by their ID, with optional filtering by start index and limit. |
|
|
187
|
+
| `person_fields_get_all_fields` | Retrieves data about all person fields associated with the authorized user's company using the Pipedrive API, returning a schema that includes custom fields. |
|
|
188
|
+
| `person_fields_add_new_field` | Creates or updates person field definitions in the Pipedrive API, returning a success status upon completion. |
|
|
189
|
+
| `delete_person_fields` | Deletes one or more person fields in Pipedrive by specifying their IDs using the `ids` parameter in the API request. |
|
|
190
|
+
| `person_fields_get_specific_field` | Retrieves specific details about a person field using the "GET" method at the path "/personFields/{id}". |
|
|
191
|
+
| `person_fields_mark_as_deleted` | Deletes a custom person field in Pipedrive using the specified field ID. |
|
|
192
|
+
| `person_fields_update_field` | Updates a specific person's fields identified by `{id}` using the PUT method. |
|
|
193
|
+
| `pipelines_get_all` | Retrieves a list of pipelines and returns them in the response. |
|
|
194
|
+
| `pipelines_create_new_pipeline` | Creates a new pipeline using the POST method and returns a response upon successful creation. |
|
|
195
|
+
| `pipelines_delete_pipeline` | Deletes a pipeline with the specified ID using the DELETE method. |
|
|
196
|
+
| `get_pipeline_by_id` | Retrieves details for a specific pipeline identified by its ID, optionally converting totals to a specified currency. |
|
|
197
|
+
| `pipelines_update_properties` | Updates a pipeline by its ID using the specified data and returns a successful response upon completion. |
|
|
198
|
+
| `get_conversion_stats_for_pipeline` | Retrieves pipeline conversion statistics (e.g., rates or metrics) for a specified pipeline ID, filtered by date range and/or user ID. |
|
|
199
|
+
| `pipelines_list_deals` | Retrieves deals in a specific pipeline across all stages, optionally filtered by user, stage, or custom criteria, and supports pagination and summary conversion. |
|
|
200
|
+
| `get_pipeline_movement_stats` | Retrieves movement statistics for a specific pipeline identified by `{id}`, allowing users to filter the data by `start_date`, `end_date`, and `user_id`. |
|
|
201
|
+
| `products_get_all_products` | Retrieves a list of products using the "GET" method at the "/products" endpoint, allowing filtering by user ID, filter ID, product IDs, first character, summary preference, and pagination controls via start and limit parameters. |
|
|
202
|
+
| `products_create_product` | Creates a new product resource and returns a success status upon creation. |
|
|
203
|
+
| `products_search_by_fields` | Retrieves a list of products based on a search term, allowing for customization with parameters such as fields to include, exact match requirements, and pagination options. |
|
|
204
|
+
| `products_mark_as_deleted` | Deletes the specified product by its ID and returns a success status upon completion. |
|
|
205
|
+
| `products_get_details` | Retrieves product details by ID. |
|
|
206
|
+
| `products_update_product_data` | Updates an entire product at the specified ID using the PUT method, replacing all existing data with new values. |
|
|
207
|
+
| `products_get_deals` | Retrieves a list of deals associated with a specific product, identified by its ID, using the "GET" method at the "/products/{id}/deals" path. |
|
|
208
|
+
| `products_list_product_files` | Retrieves a list of files for a specific product by ID, with options to filter using start index, limit results, and sort order. |
|
|
209
|
+
| `products_list_product_followers` | Retrieves a list of followers for a specific product identified by `{id}`, allowing optional filtering by pagination parameters `start` and `limit`. |
|
|
210
|
+
| `products_add_follower` | Adds a follower to a product using the provided product ID and returns a success status upon addition. |
|
|
211
|
+
| `products_delete_follower` | Deletes a follower from a product, specified by the product's ID and the follower's ID. |
|
|
212
|
+
| `products_list_permitted_users` | Retrieves a list of permitted users for a specific product identified by its ID using the "GET" method. |
|
|
213
|
+
| `delete_product_fields_by_ids` | Deletes product fields by ID using the DELETE method at the "/productFields" path. |
|
|
214
|
+
| `product_fields_get_all_fields` | Retrieves a paginated list of product fields, supporting optional start and limit parameters for result filtering. |
|
|
215
|
+
| `product_fields_add_new_field` | Adds a new product field using the "POST" method at the "/productFields" endpoint, allowing customization of product data fields for integration purposes. |
|
|
216
|
+
| `product_fields_mark_as_deleted` | Deletes a specific product field by its ID via the Pipedrive API. |
|
|
217
|
+
| `product_fields_get_one_field` | Retrieves specific product fields by ID using the "GET" method at the "/productFields/{id}" endpoint. |
|
|
218
|
+
| `product_fields_update_field` | Updates a product field by replacing its entire record with a new version, specified by the ID provided in the path. |
|
|
219
|
+
| `projects_get_all_projects` | Retrieves a list of projects using the "GET" method at the "/projects" endpoint, allowing users to filter results by ID, status, phase, and include archived projects. |
|
|
220
|
+
| `projects_create_project` | Creates a new GitLab project and returns the created project details. |
|
|
221
|
+
| `projects_get_details` | Retrieves a project by its specified ID using the GET method and returns the associated data. |
|
|
222
|
+
| `projects_update_project` | Updates a project with the specified ID at the path "/projects/{id}" by replacing its entire resource with the provided data using the PUT method. |
|
|
223
|
+
| `projects_mark_as_deleted` | Deletes a project by its ID using the specified DELETE method. |
|
|
224
|
+
| `projects_archive_project` | Archives a project using the provided project ID and returns a status message. |
|
|
225
|
+
| `projects_get_project_plan` | Retrieves the plan details for a specific project identified by its unique ID. |
|
|
226
|
+
| `update_project_plan_activity` | Updates a project activity using the PUT method, specifying the project and activity IDs in the path. |
|
|
227
|
+
| `projects_update_plan_task` | Updates a specific task in a project plan and returns the updated task details. |
|
|
228
|
+
| `projects_get_groups` | Retrieves a list of groups associated with a specific project based on the provided project ID. |
|
|
229
|
+
| `projects_get_project_tasks` | Retrieves a list of tasks for a specific project using the project ID. |
|
|
230
|
+
| `projects_get_project_activities` | Retrieves a list of activities for a specific project identified by the path parameter "id" using the "GET" method. |
|
|
231
|
+
| `projects_get_all_boards` | Retrieves a list of project boards using the GET method. |
|
|
232
|
+
| `get_project_board_by_id` | Retrieves a specific project board by its ID using the "GET" method at the "/projects/boards/{id}" endpoint. |
|
|
233
|
+
| `projects_get_phases` | Retrieves a list of project phases filtered by board_id. |
|
|
234
|
+
| `get_project_phase_by_id` | Retrieves a specific project phase by its unique identifier. |
|
|
235
|
+
| `list_project_templates` | Retrieves a list of project templates using the "GET" method at the "/projectTemplates" path, allowing pagination via optional query parameters for cursor and limit. |
|
|
236
|
+
| `project_templates_get_details` | Retrieves the details of a specific project template by its ID. |
|
|
237
|
+
| `recents_get_changes_after` | Retrieves a paginated list of recent items filtered by timestamp and quantity parameters. |
|
|
238
|
+
| `roles_get_all_roles` | Retrieves a list of roles with optional pagination parameters (start and limit) for managing or displaying role-based data. |
|
|
239
|
+
| `roles_create_role` | Creates a new role using the API by sending a POST request to the "/roles" endpoint. |
|
|
240
|
+
| `roles_mark_as_deleted` | Deletes a role by its unique identifier and returns a success status upon removal. |
|
|
241
|
+
| `roles_get_one_role` | Retrieves role details by ID using the GET method from the "/roles/{id}" endpoint. |
|
|
242
|
+
| `roles_update_role_details` | Updates an existing role identified by the specified ID using the PUT method. |
|
|
243
|
+
| `roles_list_role_assignments` | Retrieves a list of assignments for a role identified by `{id}`, allowing optional pagination with `start` and `limit` query parameters. |
|
|
244
|
+
| `roles_assign_user` | Assigns roles to specific resources using the "POST" method at the path "/roles/{id}/assignments". |
|
|
245
|
+
| `roles_get_role_settings` | Retrieves the settings for a specific role identified by the provided ID. |
|
|
246
|
+
| `roles_add_or_update_setting` | Updates the settings for a specific role identified by the ID and returns a success status. |
|
|
247
|
+
| `roles_list_pipeline_visibility` | Retrieves a list of pipelines for a role identified by `{id}` using the `GET` method, allowing optional filtering by visibility. |
|
|
248
|
+
| `roles_update_pipeline_visibility` | Updates or creates a pipeline for a specific role identified by the "id" parameter using the PUT method. |
|
|
249
|
+
| `stages_delete_bulk` | Deletes a specified stage in Amazon API Gateway, which removes the stage resource and may impact API usability if it's the only stage associated with a deployment. |
|
|
250
|
+
| `stages_get_all` | Retrieves a list of stages filtered by pipeline, paginated with start and limit parameters. |
|
|
251
|
+
| `stages_create_new_stage` | Creates a new stage entry via the specified path and returns a success status upon completion. |
|
|
252
|
+
| `stages_delete_stage` | Deletes a stage by its ID using the DELETE method at the "/stages/{id}" path. |
|
|
253
|
+
| `stages_get_one_stage` | Retrieves specific stage details by ID, optionally filtering by visibility using the "everyone" query parameter. |
|
|
254
|
+
| `stages_update_details` | Updates a stage with the specified ID using the "PUT" method at the path "/stages/{id}". |
|
|
255
|
+
| `stages_get_stage_deals` | Retrieves a list of deals in a specific stage using optional filtering, pagination, and ownership parameters. |
|
|
256
|
+
| `subscriptions_get_details` | Retrieves the subscription details for the specified subscription ID. |
|
|
257
|
+
| `subscriptions_delete_marked` | Deletes a specific subscription using its identifier. |
|
|
258
|
+
| `subscriptions_find_by_deal_id` | Retrieves subscription details for a specific deal using the provided deal ID. |
|
|
259
|
+
| `subscriptions_get_payments` | Retrieves payment details for a specific subscription identified by its ID. |
|
|
260
|
+
| `subscriptions_add_recurring` | Creates a new recurring subscription using the POST method at the "/subscriptions/recurring" path, allowing for scheduled payments to be set up for ongoing services or products. |
|
|
261
|
+
| `create_installment_plan` | Creates an installment subscription with variable payment amounts and dates for a deal, returning details upon successful creation. |
|
|
262
|
+
| `subscriptions_update_recurring` | Updates a recurring subscription identified by the provided ID using the PUT method. |
|
|
263
|
+
| `update_installment_subscription` | Updates an installment subscription by modifying its details using the provided ID. |
|
|
264
|
+
| `cancel_recurring_subscription` | Cancels a recurring subscription by ID using the specified HTTP PUT method and returns a success status upon successful cancellation. |
|
|
265
|
+
| `tasks_list_all_tasks` | Retrieves a list of tasks with optional filtering by assignee, project, parent task, status, and pagination parameters. |
|
|
266
|
+
| `tasks_create_task` | Creates a new task entity and returns a success status upon resource creation. |
|
|
267
|
+
| `tasks_get_details` | Retrieves a specific task by its unique identifier. |
|
|
268
|
+
| `tasks_update_task` | Updates a specific task by replacing it entirely with new data using the provided task ID. |
|
|
269
|
+
| `tasks_delete_task` | Deletes the specified task by its unique identifier and returns a success status upon completion. |
|
|
270
|
+
| `users_get_all` | Retrieves a list of users using the "GET" method at the "/users" path. |
|
|
271
|
+
| `users_add_new_user` | Creates a new user account using the POST method and returns a success message upon completion. |
|
|
272
|
+
| `users_find_by_name` | Searches for users by specified criteria or email and returns matching results. |
|
|
273
|
+
| `users_get_current_user_data` | Retrieves information about the currently authenticated user using the API. |
|
|
274
|
+
| `users_get_user` | Retrieves a specific user's details by their unique identifier. |
|
|
275
|
+
| `users_update_details` | Updates a user's information by replacing the entire resource at the specified ID using the PUT method, returning success or error status codes based on the operation's outcome. |
|
|
276
|
+
| `users_list_followers` | Retrieves the list of followers for a specified user. |
|
|
277
|
+
| `users_list_permissions` | Retrieves the permissions associated with a specific user identified by their unique ID. |
|
|
278
|
+
| `users_list_role_assignments` | Retrieves a list of role assignments for a specified user, allowing pagination with optional start and limit query parameters. |
|
|
279
|
+
| `users_list_role_settings` | Retrieves the role settings for a specific user identified by the `id` path parameter. |
|
|
280
|
+
| `get_user_connections` | Retrieves user connections using the "GET" method and returns relevant data. |
|
|
281
|
+
| `get_user_settings` | Retrieves user settings metadata including available endpoints for managing user configurations. |
|
|
282
|
+
| `webhooks_get_all` | Retrieves information about existing webhooks, returning details about registered endpoints and event triggers. |
|
|
283
|
+
| `webhooks_create_new_webhook` | Sends a webhook notification via the POST method to the "/webhooks" endpoint, triggering event-driven data transfer and processing between systems. |
|
|
284
|
+
| `webhooks_delete_existing_webhook` | Deletes a webhook endpoint by its ID and returns a confirmation or error message. |
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
from .app import PipedriveApp
|