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,202 @@
|
|
|
1
|
+
# DialpadApp MCP Server
|
|
2
|
+
|
|
3
|
+
An MCP Server for the DialpadApp API.
|
|
4
|
+
|
|
5
|
+
## 🛠️ Tool List
|
|
6
|
+
|
|
7
|
+
This is automatically generated from OpenAPI schema for the DialpadApp API.
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
| Tool | Description |
|
|
11
|
+
|------|-------------|
|
|
12
|
+
| `accesscontrolpolicies_assign` | Assigns an access control policy to a target entity using the provided policy ID and returns a success status. |
|
|
13
|
+
| `accesscontrolpolicies_list` | Retrieves a list of access control policies using the "GET" method, optionally paginating results with a cursor parameter. |
|
|
14
|
+
| `accesscontrolpolicies_create` | Creates a new access control policy using JSON data and returns a successful response upon completion. |
|
|
15
|
+
| `accesscontrolpolicies_delete` | Deletes the specified access control policy identified by the provided ID. |
|
|
16
|
+
| `accesscontrolpolicies_get` | Retrieves a specific access control policy by its ID using the GET method. |
|
|
17
|
+
| `accesscontrolpolicies_update` | Partially updates an existing access control policy by its ID using a JSON payload. |
|
|
18
|
+
| `accesscontrolpolicies_assignments` | Retrieves the assignments of an access control policy identified by the specified ID. |
|
|
19
|
+
| `accesscontrolpolicies_unassign` | Unassigns an access control policy from a specified ID using a POST request, allowing for the removal of policy assignments based on the provided ID. |
|
|
20
|
+
| `app_settings_get` | Retrieves application settings using the provided target ID and type from version 2 of the API. |
|
|
21
|
+
| `blockednumbers_add` | Adds a phone number to the blocked numbers list using a JSON-formatted request body and returns a success status. |
|
|
22
|
+
| `blockednumbers_get` | Retrieves information about a specific blocked number identified by the given number parameter. |
|
|
23
|
+
| `blockednumbers_remove` | Removes a blocked number using the POST method, sending data in JSON format to the defined API endpoint and returns a status response. |
|
|
24
|
+
| `blockednumbers_list` | Retrieves a list of blocked numbers using the provided cursor for pagination. |
|
|
25
|
+
| `call_participants_add` | Adds participants to a call using the provided call ID. |
|
|
26
|
+
| `call_get_call_info` | Retrieves details of a call resource by its unique identifier. |
|
|
27
|
+
| `call_initiate_ivr_call` | Initiates an outbound call to ring an IVR workflow by sending a POST request and returns a confirmation upon success[1]. |
|
|
28
|
+
| `call_list` | Retrieves a list of calls using the provided query parameters for filtering by cursor, start time, end time, target ID, and target type, and returns the results. |
|
|
29
|
+
| `call_call` | Initiates a call using a JSON payload and returns a successful response upon completion. |
|
|
30
|
+
| `call_transfer_call` | Transfers a call identified by the provided ID using the POST method, sending the request body in JSON format. |
|
|
31
|
+
| `call_unpark` | Unparks a call with the specified ID using the POST method. |
|
|
32
|
+
| `call_actions_hangup` | Hangs up a call with the specified ID using the PUT method. |
|
|
33
|
+
| `call_put_call_labels` | Updates the labels of a call with the specified ID using the provided JSON data. |
|
|
34
|
+
| `call_callback` | Registers a callback endpoint using a POST request to the "/api/v2/callback" path, accepting a JSON payload in the request body, and returns a successful response upon registration. |
|
|
35
|
+
| `call_validate_callback` | Validates a callback using the provided JSON data and returns a success response if the validation is successful. |
|
|
36
|
+
| `callcenters_listall` | Retrieves a list of call centers using the specified query parameters, such as cursor for pagination, office_id for filtering by office, and name_search for searching by name. |
|
|
37
|
+
| `callcenters_create` | Creates a new call center resource using JSON data and returns a successful response upon completion. |
|
|
38
|
+
| `callcenters_delete` | Deletes a call center identified by the specified ID. |
|
|
39
|
+
| `callcenters_get` | Retrieves details for the specified call center identified by its unique ID. |
|
|
40
|
+
| `callcenters_update` | Updates partial properties of the call center resource identified by the given ID using a JSON Patch document. |
|
|
41
|
+
| `callcenters_status` | Retrieves the status of a call center identified by the provided ID. |
|
|
42
|
+
| `callcenters_operators_get_dutystatus` | Retrieves the duty status of a specific call center operator identified by the provided ID. |
|
|
43
|
+
| `callcenters_operators_dutystatus` | Updates the duty status of a call center operator with the specified ID using the PATCH method and returns a 200 OK response upon success. |
|
|
44
|
+
| `callcenters_operators_get_skilllevel` | Retrieves the skill information for a specific operator associated with a given call center. |
|
|
45
|
+
| `callcenters_operators_skilllevel` | Updates the skill information for a specific operator in a call center using the PATCH method, requiring a JSON payload with the updated details. |
|
|
46
|
+
| `callcenters_operators_delete` | Deletes an operator associated with a specific call center identified by the provided ID. |
|
|
47
|
+
| `callcenters_operators_get` | Retrieves the list of operators associated with the specified call center by its ID. |
|
|
48
|
+
| `callcenters_operators_post` | Adds a new operator to the call center specified by the given ID using a JSON request body. |
|
|
49
|
+
| `calllabel_list` | Retrieves a list of call labels, optionally limited by the specified number of results. |
|
|
50
|
+
| `call_review_share_link_create` | Creates a shareable link for a call review, returning the generated link upon successful creation. |
|
|
51
|
+
| `call_review_share_link_delete` | Deletes a call review share link identified by the provided ID using the DELETE method. |
|
|
52
|
+
| `call_review_share_link_get` | Retrieves a share link for a call review by its ID using the Dialpad API. |
|
|
53
|
+
| `call_review_share_link_update` | Updates a call review share link for the specified ID using the provided JSON data. |
|
|
54
|
+
| `callrouters_list` | Retrieves a list of call routers, optionally filtered by office ID and paginated using a cursor. |
|
|
55
|
+
| `callrouters_create` | Creates a new call router configuration using the provided JSON data and returns a successful response upon completion. |
|
|
56
|
+
| `callrouters_delete` | Deletes a call router identified by the provided ID from the system. |
|
|
57
|
+
| `callrouters_get` | Retrieves details for a specific call router identified by its unique ID. |
|
|
58
|
+
| `callrouters_update` | Updates a call router with a specified ID using partial modifications via a JSON Patch document. |
|
|
59
|
+
| `numbers_assign_call_router_number_post` | Assigns a phone number to a call router with the specified ID using the provided JSON data. |
|
|
60
|
+
| `channels_delete` | Deletes the channel identified by the specified ID and returns a status response confirming the deletion. |
|
|
61
|
+
| `channels_get` | Retrieves information about a specific channel by its ID using the GET method. |
|
|
62
|
+
| `channels_list` | Retrieves a paginated list of channels, optionally filtered by state, using the provided cursor for pagination. |
|
|
63
|
+
| `channels_post` | Creates a new channel by submitting channel details in JSON format. |
|
|
64
|
+
| `channels_members_delete` | Removes a member from a channel specified by the given ID using the DELETE method. |
|
|
65
|
+
| `channels_members_list` | Get a list of members in a specific channel, optionally paginated using a cursor. |
|
|
66
|
+
| `channels_members_post` | Adds a member to a channel specified by the provided ID using the provided JSON data. |
|
|
67
|
+
| `coaching_team_members_get` | Retrieves the members of a coaching team identified by the provided ID. |
|
|
68
|
+
| `coaching_team_members_add` | Adds a new member to a coaching team identified by the provided ID using the POST method and returns a status message. |
|
|
69
|
+
| `coaching_team_get` | Retrieves information about a coaching team specified by its identifier using the GET method. |
|
|
70
|
+
| `coaching_team_listall` | Retrieves a list of coaching teams using the GET method, optionally allowing pagination with a cursor query parameter. |
|
|
71
|
+
| `company_get` | Retrieves company data using the "GET" method at the "/api/v2/company" endpoint and returns the response. |
|
|
72
|
+
| `company_sms_opt_out` | Retrieves a list of SMS opt-out information for a specified company, filtered by optional parameters such as a2p campaign ID and cursor, with a required opt-out state parameter. |
|
|
73
|
+
| `conference_rooms_list` | Retrieves a list of conference rooms using the "GET" method, optionally paginating results with a query parameter cursor, secured by either an API key in the URL or a Bearer token. |
|
|
74
|
+
| `conference_meetings_list` | Retrieves a list of meetings for a conference, allowing optional filtering by room ID and pagination using a cursor. |
|
|
75
|
+
| `contacts_delete` | Deletes a specific contact by ID and removes all associated list memberships for that contact. |
|
|
76
|
+
| `contacts_get` | Retrieves detailed information for a specific contact identified by the given ID. |
|
|
77
|
+
| `contacts_update` | Partially updates the contact resource identified by the given ID with the provided JSON data. |
|
|
78
|
+
| `contacts_list` | Retrieves a paginated list of contacts, optionally filtered by owner and local inclusion status. |
|
|
79
|
+
| `contacts_create` | Creates or updates one or multiple contacts by submitting their data in JSON format to the server. |
|
|
80
|
+
| `contacts_create_with_uid` | Updates or replaces the entire contact resource at the specified path with the provided request data, returning a status code on success. |
|
|
81
|
+
| `ivr_delete` | Deletes a specific customer IVR configuration based on the target type, target ID, and IVR type using the provided JSON payload. |
|
|
82
|
+
| `ivr_update` | Modifies a custom IVR configuration using the PATCH method by updating specific properties for a target identified by type, ID, and IVR type. |
|
|
83
|
+
| `custom_ivrs_get` | Retrieves custom IVR data based on the specified target type and ID, with optional pagination using a cursor. |
|
|
84
|
+
| `ivr_create` | Creates a new custom IVR entry via API and returns a confirmation upon success. |
|
|
85
|
+
| `ivr_details_update` | Updates a custom IVR configuration identified by the `ivr_id` using partial modifications specified in the JSON request body. |
|
|
86
|
+
| `departments_delete` | Deletes the department identified by the specified ID from the system. |
|
|
87
|
+
| `departments_get` | Retrieves detailed information for a department by its ID using the GET method. |
|
|
88
|
+
| `departments_update` | Updates a department partially using the provided JSON data at the specified department ID. |
|
|
89
|
+
| `departments_listall` | Retrieves a list of departments, optionally filtered by office ID or name, and supports pagination via cursor. |
|
|
90
|
+
| `departments_create` | Creates a new department resource using the provided JSON data and returns a successful response if the operation is completed. |
|
|
91
|
+
| `departments_operators_delete` | Deletes a department operator by ID using the specified API endpoint and returns a status message. |
|
|
92
|
+
| `departments_operators_get` | Retrieves information about operators associated with a specific department by department ID using the GET method. |
|
|
93
|
+
| `departments_operators_post` | Creates a new operator for the specified department and returns a successful status on completion. |
|
|
94
|
+
| `faxline_create` | Creates a new fax line resource using the provided JSON data and returns a successful response upon creation. |
|
|
95
|
+
| `numbers_assign_number_post` | Assigns a specified number to a resource by sending a POST request with the number as a path parameter and the assignment details in the request body. |
|
|
96
|
+
| `numbers_assign_target_number_post` | Assigns numbers using a JSON payload in the request body via the "POST" method and returns a successful response upon completion. |
|
|
97
|
+
| `numbers_delete` | Deletes a number resource identified by the path parameter "number" and optionally considers the "release" status if specified in the query. |
|
|
98
|
+
| `numbers_get` | Retrieves information for a specific number using the provided number identifier. |
|
|
99
|
+
| `numbers_list` | Retrieves a list of numbers with optional filtering by status and supports pagination using a cursor parameter. |
|
|
100
|
+
| `format_post` | Formats a given number according to the specified country code and returns the formatted result. |
|
|
101
|
+
| `oauth2_authorize_get` | Initiates the OAuth 2.0 authorization code flow by redirecting the user to authenticate and grant permissions, then redirects back to the specified callback URL with an authorization code or error. |
|
|
102
|
+
| `oauth2_deauthorize_post` | Revokes OAuth 2.0 access tokens associated with the client or user, returning a successful response with no content. |
|
|
103
|
+
| `plan_get` | Retrieves the plan details for a specified office identified by its office_id. |
|
|
104
|
+
| `callcenters_list` | Retrieves a list of call centers associated with a specific office, supporting pagination via a cursor parameter. |
|
|
105
|
+
| `coaching_team_list` | Retrieves a list of teams associated with a specific office, identified by the office ID provided in the path, with optional pagination using the cursor query parameter. |
|
|
106
|
+
| `departments_list` | Retrieves a list of departments associated with a specific office identified by the provided office ID. |
|
|
107
|
+
| `numbers_assign_office_number_post` | Assigns a phone number to an office identified by the specified ID using a JSON request body. |
|
|
108
|
+
| `numbers_office_unassign_number_post` | Unassigns a phone number from an office using the POST method by specifying the office ID in the path and providing additional details in the JSON request body. |
|
|
109
|
+
| `offices_e911_get` | Retrieves Enhanced 911 (E911) information for a specific office identified by the provided office ID. |
|
|
110
|
+
| `offices_e911_update` | Updates or replaces the E911 configuration for the specified office using the provided data in the request body. |
|
|
111
|
+
| `plan_available_licenses_get` | Retrieves the available licenses for a specific office identified by its ID. |
|
|
112
|
+
| `offices_offdutystatuses_get` | Retrieves a list of off-duty statuses for the specified office, identified by its ID. |
|
|
113
|
+
| `offices_get` | Retrieves details about a specific office by ID using the API. |
|
|
114
|
+
| `offices_list` | Retrieves a list of offices, optionally filtering by active status and supporting pagination with a cursor parameter. |
|
|
115
|
+
| `offices_create` | Creates a new office using the provided JSON data in the request body. |
|
|
116
|
+
| `offices_operators_delete` | Deletes the specified operator(s) associated with the office whose ID is provided in the path, returning a success status upon completion. |
|
|
117
|
+
| `offices_operators_get` | Get the list of operators associated with the specified office by its ID. |
|
|
118
|
+
| `offices_operators_post` | Creates a new operator resource within the specified office using the provided data and returns a success status. |
|
|
119
|
+
| `recording_share_link_create` | Creates a recording share link by accepting JSON input and returns a success response upon completion. |
|
|
120
|
+
| `recording_share_link_delete` | Deletes the recording share link identified by the specified ID and returns a confirmation upon successful completion. |
|
|
121
|
+
| `recording_share_link_get` | Retrieves a recording share link by its ID using the GET method. |
|
|
122
|
+
| `recording_share_link_update` | Updates or replaces the recording share link resource identified by the given ID with the provided data. |
|
|
123
|
+
| `numbers_assign_room_number_post` | Assigns a number to the specified room and returns a success status. |
|
|
124
|
+
| `numbers_room_unassign_number_post` | Unassigns a phone number from a room using the API and returns a success status. |
|
|
125
|
+
| `rooms_delete` | Deletes a room by its ID and returns a successful response. |
|
|
126
|
+
| `rooms_get` | Retrieves details of a specific room identified by its ID using the GET method. |
|
|
127
|
+
| `rooms_patch` | Updates a room with the specified ID by partially modifying its properties using the provided JSON payload. |
|
|
128
|
+
| `rooms_list` | Retrieves a list of rooms, optionally filtered by office ID, using the provided cursor for pagination. |
|
|
129
|
+
| `rooms_post` | Creates a new room resource and returns a success response upon completion. |
|
|
130
|
+
| `deskphones_rooms_create_international_pin` | Creates an international PIN for a room and returns the result. |
|
|
131
|
+
| `deskphones_rooms_delete` | Deletes a deskphone with the specified ID from a room with the given parent ID using the DELETE method. |
|
|
132
|
+
| `deskphones_rooms_get` | Retrieves details of a specific desk phone identified by `{id}` within a room associated with `{parent_id}`. |
|
|
133
|
+
| `deskphones_rooms_list` | Retrieves a list of desk phones associated with a specific room, identified by the parent ID. |
|
|
134
|
+
| `schedule_reports_delete` | Deletes a schedule report by ID using the DELETE method, returning a successful response if the operation is completed. |
|
|
135
|
+
| `schedule_reports_get` | Retrieves a scheduled report by its ID using the "GET" method, returning details or results of the specified report. |
|
|
136
|
+
| `schedule_reports_update` | Updates a scheduled report by modifying specific properties of the resource identified by the provided ID using a JSON payload. |
|
|
137
|
+
| `schedule_reports_list` | Retrieves a list of scheduled reports, optionally paginated by a cursor, and returns them in response. |
|
|
138
|
+
| `schedule_reports_create` | Schedules reports for retrieval using the POST method, sending a JSON request to configure the reporting parameters. |
|
|
139
|
+
| `sms_send` | Sends an SMS message using the provided JSON data in the request body and returns a status message upon successful execution. |
|
|
140
|
+
| `stats_get` | Retrieves statistics for the specified resource identified by the provided ID. |
|
|
141
|
+
| `stats_create` | Submits statistical data via a POST request to the "/api/v2/stats" endpoint and expects a successful (200) response upon completion. |
|
|
142
|
+
| `webhook_agent_status_event_subscription_list` | Retrieves the current status of agent subscriptions, optionally paginated using a cursor parameter. |
|
|
143
|
+
| `webhook_agent_status_event_subscription_create` | Updates the agent status for a subscription using JSON data and returns a successful response. |
|
|
144
|
+
| `webhook_agent_status_event_subscription_delete` | Deletes an agent status event subscription by its unique identifier. |
|
|
145
|
+
| `webhook_agent_status_event_subscription_get` | Retrieves the status information of a subscription agent identified by the given ID. |
|
|
146
|
+
| `webhook_agent_status_event_subscription_update` | Updates the status of a specific agent subscription using a JSON payload. |
|
|
147
|
+
| `webhook_call_event_subscription_list` | Retrieves information about a call subscription using optional parameters for cursor, target type, and target ID. |
|
|
148
|
+
| `webhook_call_event_subscription_create` | Subscribes a user to a call notification service using a JSON payload and returns a success response upon successful subscription. |
|
|
149
|
+
| `webhook_call_event_subscription_delete` | Cancels a subscription identified by the provided ID using the DELETE method, preventing future charges and updating the subscription status to canceled. |
|
|
150
|
+
| `webhook_call_event_subscription_get` | Retrieves the subscription details identified by the specified subscription ID. |
|
|
151
|
+
| `webhook_call_event_subscription_update` | Partially updates a subscription identified by the provided ID using the PATCH method, allowing for selective modification of specific fields in the subscription resource. |
|
|
152
|
+
| `webhook_change_log_event_subscription_list` | Retrieves a changelog of subscription updates using the "GET" method, optionally filtering results by a specified cursor, and authenticates via either an API key or Bearer token. |
|
|
153
|
+
| `webhook_change_log_event_subscription_create` | Submits a subscription changelog entry by posting JSON data and returns a 200 response if successful, with authentication handled via API key or bearer token. |
|
|
154
|
+
| `webhook_change_log_event_subscription_delete` | Deletes a specific changelog entry identified by the provided ID using the "DELETE" method. |
|
|
155
|
+
| `webhook_change_log_event_subscription_get` | Retrieves the changelog for a specific subscription with the given ID using a GET request, requiring either an API key in the URL or a Bearer token for authentication. |
|
|
156
|
+
| `webhook_change_log_event_subscription_update` | Updates a specific changelog subscription by modifying its properties using a JSON patch document, and returns a status message indicating the success of the operation. |
|
|
157
|
+
| `webhook_contact_event_subscription_list` | Retrieves a list of contact details for subscriptions, allowing pagination via a cursor parameter. |
|
|
158
|
+
| `webhook_contact_event_subscription_create` | Creates a new contact subscription using the provided JSON data and returns a successful response. |
|
|
159
|
+
| `webhook_contact_event_subscription_delete` | Deletes a subscription associated with a specific contact ID, removing the subscription from the system and preventing future charges. |
|
|
160
|
+
| `webhook_contact_event_subscription_get` | Retrieves a subscription associated with a specific contact by their ID using the GET method. |
|
|
161
|
+
| `webhook_contact_event_subscription_update` | Modifies a specific subscription contact by ID using a JSON patch document to update its properties. |
|
|
162
|
+
| `webhook_sms_event_subscription_list` | Retrieves a list of SMS subscriptions, optionally filtered by cursor, target type, and target ID. |
|
|
163
|
+
| `webhook_sms_event_subscription_create` | Sends a subscription request for SMS notifications by creating an SMS subscription. |
|
|
164
|
+
| `webhook_sms_event_subscription_delete` | Cancels an SMS subscription by its ID using the DELETE method, removing future charges and updating the subscription status to reflect cancellation. |
|
|
165
|
+
| `webhook_sms_event_subscription_get` | Retrieves the details of a specific SMS subscription identified by the provided subscription ID. |
|
|
166
|
+
| `webhook_sms_event_subscription_update` | Updates an SMS subscription identified by its ID, modifying specific properties using JSON Patch operations. |
|
|
167
|
+
| `transcripts_get` | Retrieves a transcript for a specific call identified by the call ID using the GET method. |
|
|
168
|
+
| `transcripts_get_url` | Retrieves the URL for a transcript associated with a specific call ID using the GET method. |
|
|
169
|
+
| `userdevices_get` | Retrieves details about a user device specified by its ID using the GET method. |
|
|
170
|
+
| `userdevices_list` | Retrieves a list of user devices, optionally filtered by a user ID or a cursor for pagination. |
|
|
171
|
+
| `users_initiate_call` | Initiates a call for a user identified by the provided ID using the POST method, sending JSON data in the request body. |
|
|
172
|
+
| `users_update_active_call` | Updates the active call status for a user with the specified ID using the PATCH method and returns a status message. |
|
|
173
|
+
| `users_toggle_call_vi` | Toggles the "vi" setting for a user with the specified ID using the PATCH method. |
|
|
174
|
+
| `caller_id_users_get` | Retrieves the caller ID information for a user identified by the provided ID using the GET method. |
|
|
175
|
+
| `caller_id_users_post` | Updates the caller ID for a user with the specified ID using a JSON payload and returns a successful response upon completion. |
|
|
176
|
+
| `deskphones_users_delete` | Deletes a specific deskphone associated with a user identified by the parent ID and deskphone ID using the DELETE method. |
|
|
177
|
+
| `deskphones_users_get` | Retrieves details of a specific desk phone associated with a user, identified by the parent ID and desk phone ID. |
|
|
178
|
+
| `deskphones_users_list` | Retrieves a list of desk phones associated with a specific parent ID. |
|
|
179
|
+
| `numbers_assign_user_number_post` | Assigns a number to the user identified by the given ID using a POST request with JSON payload and returns a 200 status on success. |
|
|
180
|
+
| `numbers_user_unassign_number_post` | Unassigns a phone number from a user using the POST method by providing the user ID in the path and the necessary details in the JSON request body. |
|
|
181
|
+
| `users_toggle_dnd` | Toggles the DND status for a user with the specified ID using the PATCH method, accepting a JSON payload. |
|
|
182
|
+
| `users_e911_get` | Retrieves the Enhanced 911 (E911) information for a specific user identified by their ID. |
|
|
183
|
+
| `users_e911_update` | Updates the E911 (Enhanced 911) location information for a user identified by the specified ID. |
|
|
184
|
+
| `users_personas_get` | Retrieves the personas associated with a user identified by the provided `{id}` parameter using the `GET` method. |
|
|
185
|
+
| `screen_pop_initiate` | Triggers a screen pop for the specified user by their ID, requiring a JSON request body, and returns a success status upon completion. |
|
|
186
|
+
| `users_delete` | Deletes a user with the specified ID from the system, potentially removing associated data and roles. |
|
|
187
|
+
| `users_get` | Retrieves the details of a specific user identified by the provided ID. |
|
|
188
|
+
| `users_update` | Partially updates the user identified by the given ID with the specified JSON data and returns a success response. |
|
|
189
|
+
| `users_list` | Retrieves a list of users with optional filtering by cursor, state, company admin status, email, or number using the "/api/v2/users" GET endpoint. |
|
|
190
|
+
| `users_create` | Creates a new user resource using JSON data and returns a success response with a status code of 200 OK. |
|
|
191
|
+
| `users_move_office_patch` | Updates the office location of a user with the specified ID using a JSON payload. |
|
|
192
|
+
| `users_update_status` | Updates the status of a user with the specified ID using the PATCH method. |
|
|
193
|
+
| `webhooks_list` | Retrieves a list of webhooks, optionally supporting pagination with a cursor query parameter. |
|
|
194
|
+
| `webhooks_create` | Creates a new webhook endpoint that sends HTTP notifications in response to specified events. |
|
|
195
|
+
| `webhooks_delete` | Deletes the webhook with the specified ID and returns a success status. |
|
|
196
|
+
| `webhooks_get` | Retrieves details of a webhook by its ID using the "GET" method. |
|
|
197
|
+
| `webhook_update` | Updates a specific webhook resource by its ID using a partial payload sent via PATCH. |
|
|
198
|
+
| `websockets_list` | Establishes a WebSocket connection at "/api/v2/websockets" using the GET method, allowing optional specification of a cursor for resuming data consumption. |
|
|
199
|
+
| `websockets_create` | Establishes a WebSocket connection using the POST method to the "/api/v2/websockets" endpoint, accepting JSON data in the request body. |
|
|
200
|
+
| `websockets_delete` | Deletes a WebSocket by its ID, specified in the path, using the "DELETE" method. |
|
|
201
|
+
| `websockets_get` | Retrieves details for a specific WebSocket connection identified by its integer ID. |
|
|
202
|
+
| `websockets_update` | Updates the WebSocket connection resource identified by the specified ID using a JSON-formatted patch request. |
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
from .app import DialpadApp
|