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,362 @@
|
|
|
1
|
+
# SendgridApp MCP Server
|
|
2
|
+
|
|
3
|
+
An MCP Server for the SendgridApp API.
|
|
4
|
+
|
|
5
|
+
## 🛠️ Tool List
|
|
6
|
+
|
|
7
|
+
This is automatically generated from OpenAPI schema for the SendgridApp API.
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
| Tool | Description |
|
|
11
|
+
|------|-------------|
|
|
12
|
+
| `list_access_activity` | Retrieves activity settings using the specified limit, allowing for the optional specification of the user on whose behalf the request is made. |
|
|
13
|
+
| `delete_allowed_ips` | Removes a user or IP address from the access whitelist for a resource and returns a 204 No Content response upon success. |
|
|
14
|
+
| `list_allowed_ip` | Retrieves the current list of whitelisted IP addresses for access settings. |
|
|
15
|
+
| `add_ip_to_allow_list` | Adds IP addresses to a whitelist using the provided JSON payload in a POST request to the "/v3/access_settings/whitelist" endpoint. |
|
|
16
|
+
| `delete_allowed_ip` | Deletes the specified whitelist access rule identified by rule_id and returns no content upon success. |
|
|
17
|
+
| `get_allowed_ip` | Retrieves the details of a specific whitelist rule by its identifier using the GET method. |
|
|
18
|
+
| `list_alert` | Retrieves a list of alerts using the GitHub API, returning a successful response with a status code of 200. |
|
|
19
|
+
| `create_alert` | Creates a new Dependabot alert for a repository using the GitHub REST API and returns a status indicating success or failure. |
|
|
20
|
+
| `delete_alert` | Deletes a specified alert by its ID using the GitHub API and returns a status code indicating success. |
|
|
21
|
+
| `get_alert` | Retrieves a specific alert by its unique identifier from the API, returning the alert details in the response. |
|
|
22
|
+
| `update_alert` | Updates a specified Dependabot alert using the GitHub API and returns a status message. |
|
|
23
|
+
| `list_api_key` | Retrieves a list of API keys using the "GET" method at the "/v3/api_keys" path, allowing for optional filtering by a specified limit and supporting authentication on behalf of another user. |
|
|
24
|
+
| `create_api_key` | Creates and returns a new API key for authenticating requests to the API, with optional specification of the user or context on behalf of whom the key is generated. |
|
|
25
|
+
| `delete_api_key` | Deletes an API key identified by the `api_key_id` parameter, returning a successful response without content if the operation is completed. |
|
|
26
|
+
| `get_api_key` | Retrieves details for a specific API key identified by `{api_key_id}` using the `GET` method. |
|
|
27
|
+
| `update_api_key_name` | Updates properties of an existing API key identified by `api_key_id` using patch operations to modify its configuration. |
|
|
28
|
+
| `update_api_key` | Updates an API key identified by `{api_key_id}` using a JSON body, with optional support for operations on behalf of another entity. |
|
|
29
|
+
| `list_asm_group` | Retrieves a list of all suppression groups associated with the specified account, optionally filtered by group ID, using the "GET" method at the "/v3/asm/groups" path. |
|
|
30
|
+
| `creat_asm_group` | Creates a new suppression group for an account, allowing you to manage unsubscribe behavior, using the SendGrid API and returning a status message. |
|
|
31
|
+
| `delete_asm_group` | Deletes an Active Directory group specified by its ID using the GitHub API and returns a successful response if the operation is completed without content. |
|
|
32
|
+
| `get_asm_group` | Retrieves a specific suppression group associated with a user using the Sendgrid API, returning its details. |
|
|
33
|
+
| `update_asm_group` | Updates the settings or details of an ASM group identified by group_id using partial modifications via a PATCH request. |
|
|
34
|
+
| `list_suppression_from_asm_group` | Retrieves a list of email addresses that have been suppressed (unsubscribed) from a specific suppression group in SendGrid. |
|
|
35
|
+
| `add_suppression_to_asm_group` | Adds one or more email addresses to the suppression list for a specified unsubscribe group, preventing future emails from being sent to those addresses under that group. |
|
|
36
|
+
| `search_suppression_from_asm_group` | Searches a suppression group for multiple suppressions using a list of email addresses and a group ID, returning matching suppressions. |
|
|
37
|
+
| `delete_suppression_from_asm_group` | Deletes an email address from a specific suppression group, removing it from that group's suppression list. |
|
|
38
|
+
| `list_asm_suppression` | Retrieves a list of suppressions from an ASM group using the SendGrid API. |
|
|
39
|
+
| `create_global_suppression` | Adds one or more recipient email addresses to the global suppressions group, preventing them from receiving any emails from your account. |
|
|
40
|
+
| `delete_global_suppression` | Removes the specified email address from the global suppression (global unsubscribe) list and returns no content upon successful deletion[1][3][4]. |
|
|
41
|
+
| `get_global_suppression` | Retrieves information about a specific email address in the global suppression group using the SendGrid API. |
|
|
42
|
+
| `get_asm_suppression` | Retrieves a list of suppression groups from which a specified email address has been unsubscribed. |
|
|
43
|
+
| `list_browser_stat` | Retrieves statistical data for specified browsers, allowing filtering and pagination by date, browser name, and other query parameters. |
|
|
44
|
+
| `list_campaign` | Retrieves a list of campaigns with optional pagination and filtering by limit and offset, allowing operations on behalf of another entity. |
|
|
45
|
+
| `create_campaign` | Creates a new campaign resource using the provided JSON payload and returns a status code upon success or failure. |
|
|
46
|
+
| `delete_campaign` | Deletes the specified campaign identified by campaign_id and returns a 204 No Content status on successful deletion. |
|
|
47
|
+
| `get_campaign` | Retrieves details for a specific campaign identified by its ID using the GET method. |
|
|
48
|
+
| `update_campaign` | Modifies a specific campaign by updating selected fields identified by the `{campaign_id}` using JSON data in the request body, returning a status response. |
|
|
49
|
+
| `un_schedule_campaign` | Deletes the scheduled delivery of a campaign, returning a 204 (No Content) response if successful. |
|
|
50
|
+
| `get_scheduled_campaign` | Retrieves schedule details for a specified campaign using the "GET" method, optionally executed on behalf of another entity. |
|
|
51
|
+
| `update_scheduled_campaign` | Modifies the schedule of a campaign with the specified ID using a PATCH request, allowing partial updates to the schedule details. |
|
|
52
|
+
| `schedule_campaign` | Creates a new schedule for a specified campaign using the POST method, accepting JSON-formatted data and returning a "201 Created" response upon successful creation. |
|
|
53
|
+
| `send_campaign` | Initiates a currently scheduled campaign using the provided campaign ID and returns a status message if successful. |
|
|
54
|
+
| `send_test_campaign` | Tests the schedule configuration for a specific campaign using the POST method and returns a status code, with the campaign identified by the provided campaign ID. |
|
|
55
|
+
| `list_category` | Retrieves a list of the latest 1,000 unique categories associated with all Single Sends in ascending order. |
|
|
56
|
+
| `list_category_stat` | Retrieves statistical data for specified categories within a date range, optionally aggregated by a given parameter. |
|
|
57
|
+
| `list_category_stat_sum` | Retrieves summary statistics for categories using the "GET" method, allowing filtering by date range, sorting, and aggregation options. |
|
|
58
|
+
| `list_client_stat` | Retrieves client statistics for a specified period, allowing aggregation options, using the "GET" method at the "/v3/clients/stats" endpoint. |
|
|
59
|
+
| `get_client_stat` | Get statistical data for a specified client type with optional filtering by date range and aggregation parameters. |
|
|
60
|
+
| `list_custom_field` | Retrieves a list of custom fields from a contact database using the "GET" method, allowing for on-behalf-of parameters to specify the user making the request. |
|
|
61
|
+
| `create_custom_field` | Creates a new custom field in the contact database using a POST request with a JSON body. |
|
|
62
|
+
| `delete_custom_field` | Removes the specified custom field from the contact database, returning appropriate status codes based on success or failure. |
|
|
63
|
+
| `get_custom_field` | Retrieves the details of a specific custom field in the contact database, including its name, type, and other attributes. |
|
|
64
|
+
| `delete_contact_db_lists` | Deletes a contact list in the contact database using the provided JSON body and returns a successful status without content if the operation is successful. |
|
|
65
|
+
| `list_contact_db_list` | Retrieves a list of all recipient lists from the contact database using the SendGrid API. |
|
|
66
|
+
| `create_contact_db_list` | Creates a new contact list in the contact database and returns the created list resource. |
|
|
67
|
+
| `delete_contact_db_list` | Deletes a contact list identified by `{list_id}` in the contact database, optionally removing associated contacts if specified, and returns a status message. |
|
|
68
|
+
| `get_contact_db_list` | Retrieves details of a contact list specified by its ID using the "GET" method. |
|
|
69
|
+
| `update_contact_db_list` | Updates specific properties of a contact list identified by {list_id} using a JSON Patch request. |
|
|
70
|
+
| `list_recipients_from_contact_db_list` | Retrieves a list of recipients for a specified contact list, allowing optional pagination via page and page size parameters. |
|
|
71
|
+
| `add_recipients_to_contact_db_list` | Adds recipients to a specified contact list using the POST method and returns a success status upon creation. |
|
|
72
|
+
| `delete_recipient_from_contact_db_list` | Deletes a specific recipient from a contact list identified by list_id and recipient_id. |
|
|
73
|
+
| `add_recipient_to_contact_db_list` | Adds a recipient to a specific contact list by list ID and recipient ID. |
|
|
74
|
+
| `delete_recipients` | Deletes one or more recipients from the contact database according to the details provided in the JSON request body. |
|
|
75
|
+
| `list_recipient` | Get a paginated list of recipients from the contact database. |
|
|
76
|
+
| `update_recipient` | Updates a contact database recipient using the PATCH method with JSON content, allowing for partial modifications to an existing recipient's details. |
|
|
77
|
+
| `add_recipient` | Creates a new contact recipient in the contact database and returns the result, with the data provided in the request body. |
|
|
78
|
+
| `get_billable` | Retrieves the current count of billable recipients in the Marketing Campaigns contact database. |
|
|
79
|
+
| `list_recipient_count` | Retrieves the total count of recipients in the contact database. |
|
|
80
|
+
| `list_search_recipient` | Retrieves recipients from SendGrid's contact database matching a specified field name using a GET request to allow filtering by custom recipient attributes. |
|
|
81
|
+
| `search_recipient` | Searches recipients using segment conditions without creating a segment, allowing filters like equality, inequality, and containment, and returns a list of matching recipients. |
|
|
82
|
+
| `delete_recipient` | Deletes a recipient from the contact database by the specified recipient ID and returns a status code indicating the outcome. |
|
|
83
|
+
| `get_recipient` | Retrieves a single recipient from the contact database by ID using the SendGrid API. |
|
|
84
|
+
| `get_recipient_list` | Retrieves a list of contact lists associated with a specific recipient identified by their recipient ID. |
|
|
85
|
+
| `list_reserved_field` | Retrieves a list of reserved field names in SendGrid's contact database that cannot be used for custom field names. |
|
|
86
|
+
| `list_segment` | Retrieves a list of all segments defined in the contact database using the SendGrid API. |
|
|
87
|
+
| `delete_segment` | Deletes a marketing segment identified by the segment ID using the DELETE method, returning a status code indicating the outcome of the operation. |
|
|
88
|
+
| `list_recipient_for_segment` | Retrieves a list of recipients for a specified contact database segment using pagination controls. |
|
|
89
|
+
| `list_status` | Retrieves the status of current and recent contact export jobs from the SendGrid contact database. |
|
|
90
|
+
| `list_design` | Retrieves a paginated list of design resources, supporting optional filtering by page size, page token, and summary mode. |
|
|
91
|
+
| `create_design` | Creates a new design using the provided JSON data and returns a success response with a 201 status code upon successful creation. |
|
|
92
|
+
| `list_pre_built_design` | Retrieves a list of pre-built designs using the "/v3/designs/pre-builts" endpoint, allowing for pagination and optional summarization of the results. |
|
|
93
|
+
| `get_pre_built_design` | Retrieves the details of a pre-built design by its ID using the "GET" method. |
|
|
94
|
+
| `duplicate_pre_built_design` | Creates or updates a pre-built design by ID using the provided data and returns a status response. |
|
|
95
|
+
| `delete_design` | Deletes a design resource identified by the specified ID using the DELETE method and returns a status code indicating success or failure. |
|
|
96
|
+
| `get_design` | Retrieves the details of a design by its ID using the "GET" method and returns a successful response if the design exists. |
|
|
97
|
+
| `update_design` | Updates a specific design resource by modifying partial attributes identified by the `{id}` at the `/v3/designs/{id}` endpoint using JSON data in the request body. |
|
|
98
|
+
| `duplicate_design` | Updates a design with the specified ID using the provided data and returns a successful creation response. |
|
|
99
|
+
| `list_device_stat` | Retrieves device statistics using the "GET" method, allowing for customization through parameters such as on behalf of, advanced query strings for limit and offset, aggregation, and start and end dates. |
|
|
100
|
+
| `list_engagement_quality_score` | Retrieves SendGrid Engagement Quality scores for a specified date range using the GET method. |
|
|
101
|
+
| `list_subuser_engagement_quality_score` | Retrieves engagement quality scores for specified subusers, including overall scores and contributing metrics, using optional parameters for date range and pagination. |
|
|
102
|
+
| `list_geo_stat` | Retrieves geographic statistics for a specified country using the GET method, allowing for advanced filtering by date range and aggregation options. |
|
|
103
|
+
| `list_ip` | Retrieves a list of IP addresses based on specified query parameters, including filtering by lease status, enabled status, pool assignment, and other criteria. |
|
|
104
|
+
| `list_assigned_ip` | Retrieves a list of assigned IP addresses using the "GET" method at the "/v3/ips/assigned" path. |
|
|
105
|
+
| `add_ip_to_ip_pool` | Adds a new IP address to the specified IP pool. |
|
|
106
|
+
| `delete_ip_from_ip_pool` | Deletes the specified IP address from the given IP pool. |
|
|
107
|
+
| `list_remaining_ip_count` | Retrieves the number of remaining IP addresses available for allocation. |
|
|
108
|
+
| `list_warm_up_ip` | Retrieves and returns data related to the IP warm-up process using the GET method at the "/v3/ips/warmup" path. |
|
|
109
|
+
| `warm_up_ip` | Initiates the warmup process for one or more IP addresses by submitting a request in JSON format and returns a success or not found response. |
|
|
110
|
+
| `stop_ip_warm_up` | Removes the specified IP address from the warmup pool and returns no content upon successful deletion. |
|
|
111
|
+
| `get_warm_up_ip` | Retrieves information about warming up a specific IP address using the GET method and returns a response based on the operation's success or failure. |
|
|
112
|
+
| `create_mail_batch` | Creates and submits a batch of emails in a single request, supporting optional delegation and returning a confirmation upon successful processing. |
|
|
113
|
+
| `get_mail_batch` | Retrieves the status and details of a specific batch mail operation by its batch ID. |
|
|
114
|
+
| `send_mail` | Sends an email using the specified mail service by transmitting the required data via the POST method at the "/v3/mail/send" endpoint. |
|
|
115
|
+
| `list_mail_setting` | Retrieves mail settings using the GET method, allowing optional parameters for pagination and acting on behalf of another party. |
|
|
116
|
+
| `list_address_whitelist` | Retrieves the current list of whitelisted email addresses for mail settings. |
|
|
117
|
+
| `update_address_whitelist` | Modifies the email address whitelist settings using the PATCH method, accepting JSON payload updates at the "/v3/mail_settings/address_whitelist" endpoint. |
|
|
118
|
+
| `list_bounce_purge` | Retrieves the current bounce purge mail settings using the SendGrid API, which define how and when bounced email addresses are automatically removed from suppression lists. |
|
|
119
|
+
| `update_bounce_purge` | Updates the bounce purge mail settings by applying partial modifications to the resource using a JSON request body. |
|
|
120
|
+
| `list_footer` | Retrieves the footer settings for mail using the specified parameters. |
|
|
121
|
+
| `update_footer` | Updates the footer settings for mail using the PATCH method, allowing partial modifications to existing mail settings. |
|
|
122
|
+
| `list_forward_bounce` | Retrieves the current mail settings for forwarding bounced emails to a specified address. |
|
|
123
|
+
| `update_forward_bounce` | Modifies mail settings for forwarding and bouncing using the "PATCH" method, updating specified fields in the resource located at "/v3/mail_settings/forward_bounce". |
|
|
124
|
+
| `list_forward_spam` | Retrieves the current Forward Spam mail settings, including the enabled status and any email addresses designated to receive forwarded spam reports[2][3]. |
|
|
125
|
+
| `update_forward_spam` | Updates mail settings for spam forwarding using the "PATCH" method, allowing partial modifications to the existing configuration. |
|
|
126
|
+
| `list_mailbox_provider_stat` | Retrieves email statistics segmented by recipient mailbox provider, allowing for filtering by provider, date range, and aggregation type. |
|
|
127
|
+
| `list_contact` | Retrieves a list of contacts from the marketing service, returning their details in the response. |
|
|
128
|
+
| `update_contact` | Updates or adds marketing contact information by replacing the existing contact data with the provided JSON payload. |
|
|
129
|
+
| `list_batched_contact` | Creates a batch of contacts in the marketing system using a JSON payload and returns a success status upon completion. |
|
|
130
|
+
| `list_export_contact` | Retrieves a list or details of marketing contact exports using the "GET" method at the "/v3/marketing/contacts/exports" path. |
|
|
131
|
+
| `export_contact` | Exports contacts using a POST request to the "/v3/marketing/contacts/exports" endpoint, accepting JSON data in the request body. |
|
|
132
|
+
| `get_export_contact` | Retrieves the details of a specific marketing contacts export by its ID using the "GET" method. |
|
|
133
|
+
| `import_contact` | Imports or updates marketing contacts in bulk by replacing or creating the contact data using a JSON payload. |
|
|
134
|
+
| `get_import_contact` | Retrieves details about a specific contact import operation by its ID using the "GET" method. |
|
|
135
|
+
| `search_contact` | Searches for contacts using a SendGrid API endpoint by sending a POST request with a JSON body containing a valid SGQL query, returning up to 50 contacts that match the search criteria. |
|
|
136
|
+
| `list_contact_by_email` | Searches for marketing contacts by their email addresses via a POST request and returns matching contact records or error responses if the request is invalid. |
|
|
137
|
+
| `get_contact_by_identifiers` | Searches marketing contacts by a specified identifier type using a POST request with JSON payload and returns matching contact information. |
|
|
138
|
+
| `delete_contact_identifier` | Deletes a contact identifier with the specified contact ID and returns a status indicating whether the operation was accepted or encountered errors. |
|
|
139
|
+
| `get_contact` | Retrieves detailed information for a specified contact in the marketing contacts database. |
|
|
140
|
+
| `list_field_definition` | Retrieves the definitions of marketing fields available for use in marketing-related API operations. |
|
|
141
|
+
| `create_field_definition` | Creates new custom field definitions for marketing purposes using the "POST" method at the "/v3/marketing/field_definitions" endpoint, accepting JSON-formatted data in the request body. |
|
|
142
|
+
| `delete_field_definition` | Deletes the specified marketing field definition by custom field ID and returns a 204 (No Content) on success or 404 (Not Found) if the resource does not exist. |
|
|
143
|
+
| `update_field_definition` | Updates a specific custom field definition in the marketing system using the provided field ID and returns a status or error response. |
|
|
144
|
+
| `delete_integration` | Deletes marketing integrations specified by the IDs provided in the request, returning no content upon successful deletion. |
|
|
145
|
+
| `get_integrations_by_user` | Retrieves a list of available marketing integrations and their API connection details. |
|
|
146
|
+
| `add_integration` | Creates a new marketing integration by accepting required JSON data and returns a confirmation on success or an error otherwise. |
|
|
147
|
+
| `find_integration_by_id` | Retrieves details about a specific marketing integration by its ID using the "GET" method at the path "/v3/marketing/integrations/{id}". |
|
|
148
|
+
| `update_integration` | Updates a marketing integration identified by its ID using the provided JSON Patch document. |
|
|
149
|
+
| `create_marketing_list` | Creates a new marketing list for managing contacts in marketing campaigns using the SendGrid API. |
|
|
150
|
+
| `delete_marketing_list` | Deletes a specific marketing list using the provided ID and optionally deletes associated contacts if the `delete_contacts` query parameter is set to true. |
|
|
151
|
+
| `get_marketing_list` | Retrieves details of a marketing list by its ID using the "GET" method, optionally filtering by contact sample if specified. |
|
|
152
|
+
| `update_marketing_list` | Modifies a specific marketing list identified by its ID using the PATCH method, allowing for partial updates to the list's properties. |
|
|
153
|
+
| `delete_contact` | Deletes contacts in the marketing system using the specified IDs or clears all contacts if the "delete_all_contacts" parameter is set, returning status codes to indicate the outcome of the operation. |
|
|
154
|
+
| `list_contact_count` | Retrieves the total number of contacts in the specified marketing list. |
|
|
155
|
+
| `list_marketing_segment` | Retrieves a list of marketing lists, allowing pagination through optional parameters for page size and page token. |
|
|
156
|
+
| `create_segment` | Creates a new segment in the contact database using a JSON payload. |
|
|
157
|
+
| `refresh_segment` | Refreshes a specified marketing segment by its ID, ensuring that the segment is updated to reflect any changes in contact data or segment criteria. |
|
|
158
|
+
| `update_segment` | Updates a marketing segment using the PATCH method, allowing partial modifications to the specified segment resource. |
|
|
159
|
+
| `get_segment` | Retrieves details for a specific marketing segment, identified by its segment ID, with optional filtering by sampling contacts. |
|
|
160
|
+
| `list_sender` | Retrieves a list of senders using the API endpoint at "/v3/senders" with the "GET" method, potentially operating on behalf of another entity. |
|
|
161
|
+
| `delete_sender` | Deletes a marketing sender with the specified ID using the DELETE method, returning a successful response with no content if found, or an error if unauthorized or not found. |
|
|
162
|
+
| `update_sender` | Updates the properties of a marketing sender resource identified by the given ID using a PATCH request and returns the appropriate status code. |
|
|
163
|
+
| `delete_single_sends` | Deletes one or more Single Sends from SendGrid's marketing campaigns by ID, permanently removing them from the system. |
|
|
164
|
+
| `list_single_send` | Retrieves a paginated list of all Single Sends (one-time, non-automated email campaigns) with condensed details about each, allowing optional page size and token parameters for result pagination. |
|
|
165
|
+
| `create_single_send` | Creates a new single send email campaign using the provided request data. |
|
|
166
|
+
| `search_single_send` | Searches yielded no direct description of the specific "/v3/marketing/singlesends/search" POST operation, but based on standard REST API and endpoint conventions, this endpoint likely performs a search for single-send marketing campaigns using parameters such as pagination (page_size, page_token) provided in the query and a JSON request body. |
|
|
167
|
+
| `delete_single_send` | Deletes a single send marketing campaign identified by the specified ID using the DELETE method. |
|
|
168
|
+
| `get_single_send` | Retrieves detailed information about a specific Single Send using its ID. |
|
|
169
|
+
| `update_single_send` | Modifies an existing single send resource by partially updating its properties using the PATCH method at the "/v3/marketing/singlesends/{id}" endpoint. |
|
|
170
|
+
| `duplicate_single_send` | Creates and returns a new single send email draft in the marketing automation system, optionally setting initial configurations such as send time and template data. |
|
|
171
|
+
| `delete_scheduled_single_send` | Deletes a scheduled Single Send using the provided Single Send ID, effectively canceling its future delivery. |
|
|
172
|
+
| `schedule_single_send` | Schedules a Single Send email campaign for future delivery by updating its schedule using the specified ID and returns a success status upon completion. |
|
|
173
|
+
| `list_automation_stat` | Retrieves marketing automation statistics for specified automation IDs with support for pagination. |
|
|
174
|
+
| `export_automation_stat` | Exports marketing automation statistics based on the provided ids and timezone. |
|
|
175
|
+
| `get_automation_stat` | Retrieves detailed statistics for a specific automation identified by its ID, supporting filtering, grouping, date ranges, timezone selection, and pagination. |
|
|
176
|
+
| `list_click_tracking_stat` | Retrieves and paginates statistics for links contained within a specified automation workflow, optionally grouped or filtered by step. |
|
|
177
|
+
| `list_single_send_stat` | Retrieves statistics for single sends identified by the specified IDs, with optional pagination. |
|
|
178
|
+
| `export_single_send_stat` | Exports statistics for specified single sends in a downloadable format, with options to filter by IDs and set the timezone for timestamps. |
|
|
179
|
+
| `get_single_send_stat` | Retrieves aggregated marketing statistics for a specific single send campaign, supporting filtering by date, timezone, pagination, and optional grouping. |
|
|
180
|
+
| `list_single_send_tracking_stat` | Retrieves statistics for links in a single send campaign identified by {id}, allowing for pagination and filtering by group by, variation ID, and phase ID. |
|
|
181
|
+
| `send_test_marketing_email` | Sends an email for marketing testing purposes using the provided JSON data and returns a success status when processed successfully. |
|
|
182
|
+
| `list_message` | Retrieves a list of messages based on a query string, optionally limited by a specified number of results. |
|
|
183
|
+
| `request_csv` | Downloads messages using the provided query parameters and returns a successful response upon completion. |
|
|
184
|
+
| `download_csv` | Downloads a message file identified by the provided download UUID using the GET method. |
|
|
185
|
+
| `get_message` | Retrieves details of a specific message by its ID using the "GET" method at the "/v3/messages/{msg_id}" path. |
|
|
186
|
+
| `list_partner_setting` | Retrieves a paginated list of partner settings with support for limiting and offsetting results. |
|
|
187
|
+
| `create_account` | Creates a new partner account using the provided JSON data and returns a "201 Created" response upon success. |
|
|
188
|
+
| `delete_account` | Deletes a partner account identified by the specified `accountID` using the DELETE method, returning a 204 status on success. |
|
|
189
|
+
| `list_account_offering` | Retrieves a list of offerings associated with a specific partner account using the account ID. |
|
|
190
|
+
| `update_account_offering` | Updates an existing offering for a specific account using the "PUT" method, sending the updated offering details in JSON format to the "/v3/partners/accounts/{accountID}/offerings" endpoint. |
|
|
191
|
+
| `authenticate_account` | Initiates a single sign-on (SSO) process for the specified partner account identified by accountID. |
|
|
192
|
+
| `get_account_state` | Retrieves the current state information of a partner account identified by the specified accountID. |
|
|
193
|
+
| `update_account_state` | Updates the state of a partner account using JSON data and returns a status code indicating success or failure. |
|
|
194
|
+
| `list_offering` | Retrieves a list of offerings for partners using the GET method at the "/v3/partners/offerings" path. |
|
|
195
|
+
| `erase_recipient_email_data` | Initiates an erase job for recipients using the provided JSON data in the request body and returns a status message. |
|
|
196
|
+
| `list_scope` | Retrieves a list of authentication scopes using the GitHub API. |
|
|
197
|
+
| `list_scope_request` | Retrieves a list of scope requests using the "GET" method, allowing optional parameters for pagination and limit. |
|
|
198
|
+
| `deny_scope_request` | Deletes a scope request with the specified request ID using the GitHub API and returns a status message if successful. |
|
|
199
|
+
| `approve_scope_request` | Approves a pending scope request with the specified `request_id` using the GitHub API and returns a status message. |
|
|
200
|
+
| `add_ip` | Submits a list of IP addresses using a JSON payload via the POST method to the "/v3/send_ips/ips" endpoint, returning a success status code upon completion. |
|
|
201
|
+
| `get_ip` | Retrieves detailed information for a specified IP address, including assignment status, associated pools, and optional region details. |
|
|
202
|
+
| `update_ip` | Partially updates the IP resource at the specified path "/v3/send_ips/ips/{ip}" using a JSON payload to modify specific properties. |
|
|
203
|
+
| `list_sub_user_assigned_to_ip` | Retrieves information about subusers associated with a specified IP address, allowing optional filtering by a limit parameter. |
|
|
204
|
+
| `add_sub_users_to_ip` | Adds multiple subusers to a specific IP address in a single batch operation using the provided data in the request body. |
|
|
205
|
+
| `delete_sub_users_from_ip` | Deletes multiple subusers associated with a specified IP address in a single batch operation, supporting various response status codes including success (204), bad request (400), unauthorized (401), and server error (500). |
|
|
206
|
+
| `list_ip_pool` | Retrieves a list of IP pools using the "GET" method at the "/v3/ips/pools" path. |
|
|
207
|
+
| `create_ip_pool` | Creates IP pools using a JSON payload and returns a successful creation status upon completion. |
|
|
208
|
+
| `delete_ip_pool` | Deletes a specific IP pool identified by the {poolid} using the DELETE method, returning a 204 No Content response upon successful deletion. |
|
|
209
|
+
| `get_ip_pool` | Retrieves details for a specified IP pool, including its name, ID, and a sample list of associated IP addresses[1]. |
|
|
210
|
+
| `update_ip_pool` | Updates a specified IP pool using the provided JSON data and returns a status message. |
|
|
211
|
+
| `list_ip_assigned_to_ip_pool` | Retrieves a list of IP addresses within a specified pool, optionally including region information and limited by a specified after key. |
|
|
212
|
+
| `add_ips_to_ip_pool` | Adds multiple IP addresses to a pool using a batch operation via the POST method. |
|
|
213
|
+
| `delete_ips_from_ip_pool` | Deletes multiple IP addresses in a specified pool using the POST method with a JSON body containing IP details and returns a status message based on the response codes 204, 400, 401, or 500. |
|
|
214
|
+
| `create_sender` | Adds a new sender to the marketing senders list using the SendGrid API and returns a status code indicating the success or failure of the operation. |
|
|
215
|
+
| `get_sender` | Retrieves the details of a specific sender by ID using the GET method at the "/v3/marketing/senders/{id}" endpoint. |
|
|
216
|
+
| `reset_sender_verification` | Resends a verification email for a specified sender identity using the SendGrid API. |
|
|
217
|
+
| `create_sso_certificate` | Creates a new SSO certificate using the provided JSON data, enabling Single Sign-On configurations between an Identity Provider (IdP) and a service. |
|
|
218
|
+
| `delete_sso_certificate` | Deletes a certificate with the specified ID from the system using the "DELETE" method, returning appropriate status codes based on the operation's success or failure. |
|
|
219
|
+
| `get_sso_certificate` | Retrieves detailed information about a specific SSO certificate identified by the given certificate ID. |
|
|
220
|
+
| `update_sso_certificate` | Updates an existing SSO certificate identified by its certificate ID and returns the updated certificate details in the response. |
|
|
221
|
+
| `list_sso_integration` | Retrieves Single Sign-On (SSO) integrations using the API, optionally filtering by a specified condition with the "si" query parameter. |
|
|
222
|
+
| `create_sso_integration` | Creates a new Single Sign-On (SSO) integration using the provided details, returning a status message indicating the outcome of the operation. |
|
|
223
|
+
| `delete_sso_integration` | Deletes a specified SSO integration and returns a successful status with no content upon completion. |
|
|
224
|
+
| `get_sso_integration` | Retrieves details about a specific SSO integration identified by {id} using the GET method, with an optional query parameter "si" for additional filtering or inclusion. |
|
|
225
|
+
| `update_sso_integration` | Updates an existing single sign-on integration identified by {id} at path "/v3/sso/integrations/{id}" using the "PATCH" method. |
|
|
226
|
+
| `list_sso_integration_certificate` | Retrieves information about certificates associated with a specific SSO integration identified by the `integration_id`. |
|
|
227
|
+
| `create_sso_teammate` | Adds team members using single sign-on (SSO) and returns a status message upon successful addition. |
|
|
228
|
+
| `update_sso_teammate` | Updates the team membership or role of a specified user in a team using their username, supporting various permission checks and returning appropriate status codes. |
|
|
229
|
+
| `list_subuser` | Retrieves a list of subusers for a given username, allowing filtering by region and customization of the response through pagination and optional inclusion of the region. |
|
|
230
|
+
| `create_subuser` | Creates a new subuser using the GitHub API and returns a response based on the request's outcome. |
|
|
231
|
+
| `list_reputation` | Retrieves the reputation information for specified usernames using the GET method. |
|
|
232
|
+
| `list_stat` | Retrieves statistical data for specified subusers within a defined time period, allowing for optional filtering by date range, aggregation method, and pagination control. |
|
|
233
|
+
| `list_monthly_stat` | Retrieves and returns monthly statistics for subusers, filterable by date and customizable with sorting, pagination, and subuser selection. |
|
|
234
|
+
| `list_stat_sum` | Retrieves summary statistics for subusers, allowing optional filtering by sort direction, start and end dates, data aggregation, and sorting metrics. |
|
|
235
|
+
| `delete_subuser` | Deletes the specified subuser from the account, removing their access and related data. |
|
|
236
|
+
| `update_subuser` | Updates properties of a specified subuser using a PATCH request with JSON data and returns a success status (204) or relevant error codes. |
|
|
237
|
+
| `get_subuser_credit` | Retrieves the credits information for a specified subuser, identified by {subuser_name}, and returns the details in response. |
|
|
238
|
+
| `update_subuser_credit` | Updates the credits of a subuser identified by `{subuser_name}` using a JSON payload. |
|
|
239
|
+
| `update_subuser_remaining_credit` | Updates the remaining credits for a specified subuser and returns status information. |
|
|
240
|
+
| `update_subuser_ip` | Updates the IP configuration for a specified subuser using the provided JSON data and returns a success status if the operation is successful. |
|
|
241
|
+
| `list_subuser_monthly_stat` | Retrieves monthly statistics for a specified subuser using the "GET" method, allowing filtering by date and optional sorting and pagination parameters. |
|
|
242
|
+
| `update_subuser_website_access` | Updates a subuser's website access using the GitHub API, returning a status message upon successful modification. |
|
|
243
|
+
| `delete_suppression_blocks` | Removes a suppression block using the "DELETE" method at the "/v3/suppression/blocks" path, returning a successful response with no content. |
|
|
244
|
+
| `list_suppression_block` | Retrieves a list of suppression blocks within a specified time range using optional pagination and partial matching parameters. |
|
|
245
|
+
| `delete_suppression_block` | Removes the specified email address from the suppression block list and returns no content upon success. |
|
|
246
|
+
| `get_suppression_block` | Retrieves the block status of an email address using a GET request to the "/v3/suppression/blocks/{email}" endpoint. |
|
|
247
|
+
| `delete_suppression_bounces` | Removes bounce suppression records via DELETE, returning 204 No Content on success or 401 Unauthorized if not authenticated. |
|
|
248
|
+
| `list_suppression_bounces` | Retrieves a paginated list of bounced email addresses and their details, optionally filtered by time range, email address, and other query parameters. |
|
|
249
|
+
| `list_suppression_bounces_classifications` | Retrieves email bounces by specific classification using the SendGrid API, allowing filtering by date range and classification types such as 'Content', 'Frequency or Volume Too High', 'Invalid Address', 'Mailbox Unavailable', 'Reputation', 'Technical Failure', and 'Unclassified'. |
|
|
250
|
+
| `get_suppression_bounces_classifications` | Retrieves bounces from the suppression list filtered by a specified classification and optional date range. |
|
|
251
|
+
| `delete_suppression_bounce` | Deletes a suppression bounce entry for a specified email address. |
|
|
252
|
+
| `get_suppression_bounces` | Retrieves bounce suppression details for a specific email address from the suppression list. |
|
|
253
|
+
| `delete_invalid_emails` | Deletes a specified invalid email from suppression using the "DELETE" method and returns no content upon successful removal. |
|
|
254
|
+
| `list_invalid_email` | Retrieves a list of invalid emails for suppression, optionally filtered by start and end time, email address, and pagination parameters. |
|
|
255
|
+
| `delete_invalid_email` | Deletes an invalid email from the suppression list at path "/v3/suppression/invalid_emails/{email}" using the DELETE method and returns a 204 No Content response. |
|
|
256
|
+
| `get_invalid_email` | Retrieves details about a specific invalid email address from the suppression list. |
|
|
257
|
+
| `delete_spam_reports` | Removes spam report records via a DELETE request to the specified endpoint, returning a 204 No Content response upon success. |
|
|
258
|
+
| `list_spam_report` | Retrieves a list of spam reports based on query parameters for start and end times, with optional filtering by pagination and email partial matching. |
|
|
259
|
+
| `delete_spam_report` | Deletes the specified email address from the spam reports suppression list and returns no content upon successful removal. |
|
|
260
|
+
| `get_spam_report` | Retrieves the spam report details for the specified email address from the suppression list. |
|
|
261
|
+
| `list_global_suppression` | Retrieves a paginated list of email addresses that were unsubscribed within a specified time range, optionally filtered by partial email match and supporting pagination parameters. |
|
|
262
|
+
| `list_teammate` | Retrieves a list of teammates using the specified parameters, including pagination options and the ability to act on behalf of another user. |
|
|
263
|
+
| `invite_teammate` | Creates a new teammate by sending a POST request to the "/v3/teammates" endpoint, accepting JSON content, and returns a 201 status upon successful creation. |
|
|
264
|
+
| `list_pending_teammate` | Retrieves a list of pending teammates using the GitHub API and returns a successful response with relevant details. |
|
|
265
|
+
| `delete_pending_teammate` | Deletes a pending teammate invitation using the provided token, returning a 204 status if successful. |
|
|
266
|
+
| `resend_teammate_invite` | Resends a pending teammate invitation associated with the given token using the API. |
|
|
267
|
+
| `list_subuser_by_template` | Retrieves the list of Subusers and their available scopes that a specified Teammate can access and act on behalf of. |
|
|
268
|
+
| `delete_teammate` | Removes a teammate from a GitHub organization using the GitHub API and returns a status code indicating success or failure. |
|
|
269
|
+
| `get_teammate` | Retrieves information about a GitHub user's teammate with the specified username using the "GET" method. |
|
|
270
|
+
| `update_teammate` | Updates the details of a teammate identified by username within an organization using JSON-formatted data and supports acting on behalf of another user. |
|
|
271
|
+
| `list_template` | Retrieves the current template mail settings for the specified account using the SendGrid API. |
|
|
272
|
+
| `create_template` | Creates a new template using the JSON data provided in the request body and returns a successful creation response with a 201 status code. |
|
|
273
|
+
| `delete_template` | Deletes a template identified by the `template_id` in the `/v3/templates/{template_id}` path, returning a successful response with no content (204). |
|
|
274
|
+
| `get_template` | Retrieves detailed information for the specified template identified by its template_id. |
|
|
275
|
+
| `update_template` | Updates the mail settings template using the PATCH method, allowing for partial modifications to the existing resource. |
|
|
276
|
+
| `duplicate_template` | Creates a new resource related to a template identified by `{template_id}` using a JSON payload and returns a successful creation status with a 201 response code. |
|
|
277
|
+
| `create_template_version` | Creates a new version for a specified template using the POST method and returns a 201 Created response upon success. |
|
|
278
|
+
| `delete_template_version` | Deletes a specific version of a template identified by the provided template ID and version ID. |
|
|
279
|
+
| `get_template_version` | Retrieves a specific version of a transactional template by its template ID and version ID using the SendGrid API. |
|
|
280
|
+
| `activate_template_version` | Activates a specific version of a template by sending a POST request with the template and version IDs. |
|
|
281
|
+
| `list_tracking_setting` | Retrieves the current tracking settings for an account using the SendGrid API. |
|
|
282
|
+
| `list_click_tracking_setting` | Retrieves the current click tracking settings for the specified configuration using the "GET" method. |
|
|
283
|
+
| `update_click_tracking_setting` | Updates the click tracking settings for email links using a PATCH request to the "/v3/tracking_settings/click" endpoint. |
|
|
284
|
+
| `list_google_analytics_tracking_setting` | Retrieves the Google Analytics tracking settings using the API. |
|
|
285
|
+
| `update_google_analytics_tracking_setting` | Updates the Google Analytics tracking settings for the specified resource using the provided configuration. |
|
|
286
|
+
| `list_open_tracking_setting` | Retrieves the open tracking settings for the specified configuration using the "GET" method, optionally executed on behalf of another user. |
|
|
287
|
+
| `update_open_tracking_setting` | Updates tracking settings for open events by sending a JSON payload to the specified endpoint, returning a successful status upon completion. |
|
|
288
|
+
| `list_subscription_tracking_setting` | Retrieves the current subscription tracking settings for your SendGrid account, which control the inclusion of subscription management links in your emails. [1][2][3] |
|
|
289
|
+
| `update_subscription_tracking_setting` | Modifies the tracking settings subscription using the PATCH method, allowing partial updates to specific fields of the resource at the "/v3/tracking_settings/subscription" path. |
|
|
290
|
+
| `list_account` | Retrieves information about the GitHub user account using the "GET /v3/user/account" method. |
|
|
291
|
+
| `list_credit` | Retrieves user credits information using the specified API endpoint. |
|
|
292
|
+
| `list_email` | Retrieves a user's email address using the GET method, optionally acting on behalf of another user. |
|
|
293
|
+
| `update_email` | Updates a user's email address using the PUT method at the "/v3/user/email" endpoint, accepting a JSON body and returning a successful response upon completion. |
|
|
294
|
+
| `update_password` | Updates the password for the authenticated user using the GitHub API. |
|
|
295
|
+
| `list_profile` | Retrieves the authenticated user's public and private profile information. |
|
|
296
|
+
| `update_profile` | Updates specific fields in the authenticated user's profile using partial modifications with a JSON request payload. |
|
|
297
|
+
| `list_scheduled_send` | Retrieves a list of all scheduled sends for a user using the specified API endpoint. |
|
|
298
|
+
| `create_scheduled_send` | Creates a new scheduled send for a user with the provided details and returns a status indicating the result of the operation. |
|
|
299
|
+
| `delete_scheduled_send` | Deletes a scheduled send batch identified by the specified `batch_id` in the user's account, returning no content upon successful deletion. |
|
|
300
|
+
| `get_scheduled_send` | Retrieves details about a scheduled send operation for the specified batch ID. |
|
|
301
|
+
| `update_scheduled_send` | Updates a scheduled send batch by modifying specific fields using JSON Patch operations, returning a response code indicating the outcome of the update operation. |
|
|
302
|
+
| `list_enforced_tls_setting` | Retrieves the TLS enforcement settings for the user, including whether TLS is required for connections, and returns the current configuration. |
|
|
303
|
+
| `update_enforced_tls_setting` | Updates the Enforced TLS settings for a user, specifying whether TLS support and a valid certificate are required for recipients, using the "PATCH" method. |
|
|
304
|
+
| `list_username` | Retrieves the authenticated user's profile information, supporting requests made on behalf of another user. |
|
|
305
|
+
| `update_username` | Updates the username of the authenticated user with the provided new username data. |
|
|
306
|
+
| `create_event_webhook` | Configures event settings for user webhooks using the POST method, accepting JSON data in the request body. |
|
|
307
|
+
| `list_event_webhook` | Retrieves the configuration and settings for all user webhook events and their associated preferences. |
|
|
308
|
+
| `get_signed_event_webhook` | Retrieves the signed event settings for a specific webhook event identified by the provided ID using the GET method. |
|
|
309
|
+
| `update_signed_event_webhook` | Updates the configuration settings for a signed event webhook identified by the given ID using the PATCH method and returns the updated settings. |
|
|
310
|
+
| `delete_event_webhook` | Removes the event webhook settings with the specified ID and returns no content (204) or not found (404) if the settings do not exist. |
|
|
311
|
+
| `get_event_webhook` | Retrieves the webhook event settings for a specific user by ID. |
|
|
312
|
+
| `update_event_webhook` | Updates the configuration for a specific user webhook event setting using the PATCH method and the provided JSON data. |
|
|
313
|
+
| `test_event_webhook` | Sends a test event to the user's webhook endpoint to verify its functionality. |
|
|
314
|
+
| `list_parse_setting` | Retrieves and returns the settings for parsing webhooks in the user's webhooks configuration. |
|
|
315
|
+
| `create_parse_setting` | Configures and parses webhook settings for a user using the POST method. |
|
|
316
|
+
| `delete_parse_setting` | Deletes the parse webhook settings associated with the specified hostname for the authenticated user. |
|
|
317
|
+
| `get_parse_setting` | Retrieves the settings for parsing webhooks from a specified hostname using the GET method. |
|
|
318
|
+
| `update_parse_setting` | Updates the settings for parsing webhooks for a specified hostname using the PATCH method, returning a status message upon success. |
|
|
319
|
+
| `list_parse_static` | Retrieves statistical data for webhook parsing, allowing users to filter results by limit, offset, aggregation, and date range. |
|
|
320
|
+
| `validate_email` | Validates the format and deliverability of an email address by submitting the email data in JSON format to the API. |
|
|
321
|
+
| `get_validations_email_jobs` | Retrieves a list of email validation jobs processed by the API. |
|
|
322
|
+
| `list_email_job_for_verification` | Updates an existing email job validation resource using a JSON payload at the "/v3/validations/email/jobs" endpoint and returns a status message upon successful modification. |
|
|
323
|
+
| `get_email_job_for_verification` | Get the status and details of an email validation job by its job ID. |
|
|
324
|
+
| `list_verified_sender` | Retrieves a list of verified senders using the GET method, allowing optional filtering by limit, last seen ID, and specific ID. |
|
|
325
|
+
| `create_verified_sender` | Creates a new verified sender using the provided details and returns a successful response upon creation. |
|
|
326
|
+
| `list_verified_sender_domain` | Retrieves a list of verified sender domains. |
|
|
327
|
+
| `resend_verified_sender` | Resends a verification request for a specified verified sender using the POST method. |
|
|
328
|
+
| `list_verified_sender_steps_completed` | Retrieves the completed steps associated with verified senders in the system. |
|
|
329
|
+
| `verify_sender_token` | Verifies a sender using the provided token and returns a successful response if valid. |
|
|
330
|
+
| `delete_verified_sender` | Deletes a verified sender with the specified ID using the DELETE method and returns a successful response with a 204 status code if the operation is successful. |
|
|
331
|
+
| `update_verified_sender` | Updates specific details of a verified sender identified by \{id\} using partial modifications. |
|
|
332
|
+
| `email_dns_record` | Creates a new whitelabel DNS configuration for email by submitting the required details in JSON format. |
|
|
333
|
+
| `list_authenticated_domain` | Retrieves a list of whitelabel domains for the specified criteria, supporting optional filters by username, domain name, and excluding subusers. |
|
|
334
|
+
| `authenticate_domain` | Creates a new whitelabeled domain using the provided JSON content in the request body, allowing for customized domain configurations. |
|
|
335
|
+
| `list_default_authenticated_domain` | Retrieves the default domain for a whitelabel setup, optionally filtered by a specified domain. |
|
|
336
|
+
| `disassociate_authenticated_domain_from_user` | Removes a domain from the whitelist for the specified subuser and returns no content upon success. |
|
|
337
|
+
| `list_authenticated_domain_with_user` | Get a list of whitelabel domains associated with a specified subuser by providing their username. |
|
|
338
|
+
| `list_all_authenticated_domain_with_user` | Retrieves a list of all subusers associated with whitelabel domains for a specified username. |
|
|
339
|
+
| `delete_authenticated_domain` | Deletes a whitelabel domain identified by `{domain_id}` using the DELETE method, returning a successful response with no content. |
|
|
340
|
+
| `get_authenticated_domain` | Retrieves details about a specific whitelabeled domain identified by the provided domain ID. |
|
|
341
|
+
| `update_authenticated_domain` | Updates the settings of an authenticated domain by modifying specified attributes using the PATCH method. |
|
|
342
|
+
| `disassociate_subuser_from_domain` | Deletes a specified subuser associated with a given whitelabel domain by domain ID and username. |
|
|
343
|
+
| `associate_subuser_with_domain` | Creates a subuser for the specified domain using the provided JSON data. |
|
|
344
|
+
| `associate_subuser_with_domain_multiple` | Associates a specific authenticated domain with a subuser using the SendGrid API. |
|
|
345
|
+
| `add_ip_to_authenticated_domain` | Associates IP addresses with a specific authenticated domain using the POST method and returns a status message. |
|
|
346
|
+
| `delete_ip_from_authenticated_domain` | Deletes an IP address associated with a specific domain in the whitelabel service. |
|
|
347
|
+
| `validate_authenticated_domain` | Validates a domain with the specified ID for whitelabel purposes using the provided parameters. |
|
|
348
|
+
| `list_reverse_dns` | Get a list of whitelabel IP addresses with optional filtering by IP, pagination, and on-behalf-of user context. |
|
|
349
|
+
| `set_up_reverse_dns` | Adds IP addresses to a whitelist using the "POST" method at the "/v3/whitelabel/ips" path, allowing specified IP addresses to access certain resources. |
|
|
350
|
+
| `delete_reverse_dns` | Deletes the specified whitelabel IP address identified by its ID and returns a 204 No Content status upon successful removal. |
|
|
351
|
+
| `get_reverse_dns` | Retrieves information about a specific whitelabel IP address identified by its ID using the "GET" method. |
|
|
352
|
+
| `validate_reverse_dns` | Validates a specified IP address for whitelabeling using the POST method and returns a validation result. |
|
|
353
|
+
| `list_branded_link` | Retrieves a list of whitelabeled links, allowing optional filtering by a specified limit and execution on behalf of another entity. |
|
|
354
|
+
| `create_branded_link` | Creates a new whitelabel link resource using the provided JSON payload and returns a 201 status code upon successful creation. |
|
|
355
|
+
| `list_default_branded_link` | Retrieves the default whitelabel link for a specified domain using the "GET" method. |
|
|
356
|
+
| `disassociate_branded_link_from_subuser` | Deletes a subuser link for a specified whitelabel using the provided username and returns no content upon successful deletion. |
|
|
357
|
+
| `list_subuser_branded_link` | Retrieves and provides information about a subuser in the context of whitelabel links using the "GET" method, requiring a username as a query parameter. |
|
|
358
|
+
| `delete_branded_link` | Deletes a whitelabel link specified by the `{id}` parameter and returns a successful response without content. |
|
|
359
|
+
| `get_branded_link` | Retrieves the details of a whitelabel link specified by its ID using the GET method. |
|
|
360
|
+
| `update_branded_link` | Partially updates a whitelabel link by ID using JSON data and returns a success response. |
|
|
361
|
+
| `validate_branded_link` | Validates a specific whitelabel link by ID using the "POST" method. |
|
|
362
|
+
| `associate_branded_link_with_subuser` | Creates a new subuser link for the specified whitelabel link ID using a JSON request body and returns a success response. |
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
from .app import SendgridApp
|