agentmail 0.1.12 → 0.1.14

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.
Files changed (114) hide show
  1. package/dist/cjs/BaseClient.js +2 -2
  2. package/dist/cjs/api/resources/attachments/types/AttachmentInline.d.ts +1 -1
  3. package/dist/cjs/api/resources/domains/types/FeedbackEnabled.d.ts +1 -1
  4. package/dist/cjs/api/resources/events/types/EventTypes.d.ts +1 -1
  5. package/dist/cjs/api/resources/events/types/InboxIds.d.ts +4 -0
  6. package/dist/cjs/api/resources/events/types/PodIds.d.ts +4 -0
  7. package/dist/cjs/api/resources/events/types/PodIds.js +3 -0
  8. package/dist/cjs/api/resources/events/types/index.d.ts +2 -0
  9. package/dist/cjs/api/resources/events/types/index.js +2 -0
  10. package/dist/cjs/api/resources/inboxes/resources/messages/client/Client.js +4 -1
  11. package/dist/cjs/api/resources/inboxes/resources/messages/client/requests/ListMessagesRequest.d.ts +1 -0
  12. package/dist/cjs/api/resources/inboxes/resources/threads/client/Client.js +4 -1
  13. package/dist/cjs/api/resources/inboxes/resources/threads/client/requests/ListThreadsRequest.d.ts +1 -0
  14. package/dist/cjs/api/resources/pods/resources/domains/client/Client.js +1 -14
  15. package/dist/cjs/api/resources/pods/resources/domains/client/requests/ListDomainsRequest.d.ts +0 -4
  16. package/dist/cjs/api/resources/pods/resources/inboxes/client/Client.js +1 -14
  17. package/dist/cjs/api/resources/pods/resources/inboxes/client/requests/ListInboxesRequest.d.ts +0 -4
  18. package/dist/cjs/api/resources/pods/resources/threads/client/Client.js +4 -1
  19. package/dist/cjs/api/resources/pods/resources/threads/client/requests/ListThreadsRequest.d.ts +1 -0
  20. package/dist/cjs/api/resources/threads/client/Client.js +4 -1
  21. package/dist/cjs/api/resources/threads/client/requests/ListThreadsRequest.d.ts +1 -0
  22. package/dist/cjs/api/resources/webhooks/types/CreateWebhookRequest.d.ts +2 -1
  23. package/dist/cjs/api/resources/webhooks/types/Webhook.d.ts +3 -2
  24. package/dist/cjs/api/resources/webhooks/types/index.d.ts +0 -1
  25. package/dist/cjs/api/resources/webhooks/types/index.js +0 -1
  26. package/dist/cjs/api/resources/websockets/types/Subscribe.d.ts +2 -4
  27. package/dist/cjs/api/resources/websockets/types/Subscribed.d.ts +2 -4
  28. package/dist/cjs/api/types/Ascending.d.ts +1 -1
  29. package/dist/cjs/api/types/IncludeSpam.d.ts +4 -0
  30. package/dist/cjs/api/types/IncludeSpam.js +3 -0
  31. package/dist/cjs/api/types/index.d.ts +1 -0
  32. package/dist/cjs/api/types/index.js +1 -0
  33. package/dist/cjs/serialization/resources/{webhooks → events}/types/InboxIds.d.ts +1 -1
  34. package/dist/cjs/serialization/resources/events/types/PodIds.d.ts +7 -0
  35. package/dist/cjs/serialization/resources/events/types/PodIds.js +39 -0
  36. package/dist/cjs/serialization/resources/events/types/index.d.ts +2 -0
  37. package/dist/cjs/serialization/resources/events/types/index.js +2 -0
  38. package/dist/cjs/serialization/resources/webhooks/types/CreateWebhookRequest.d.ts +3 -1
  39. package/dist/cjs/serialization/resources/webhooks/types/CreateWebhookRequest.js +3 -1
  40. package/dist/cjs/serialization/resources/webhooks/types/Webhook.d.ts +3 -1
  41. package/dist/cjs/serialization/resources/webhooks/types/Webhook.js +3 -1
  42. package/dist/cjs/serialization/resources/webhooks/types/index.d.ts +0 -1
  43. package/dist/cjs/serialization/resources/webhooks/types/index.js +0 -1
  44. package/dist/cjs/serialization/resources/websockets/types/Subscribe.d.ts +4 -2
  45. package/dist/cjs/serialization/resources/websockets/types/Subscribe.js +4 -2
  46. package/dist/cjs/serialization/resources/websockets/types/Subscribed.d.ts +4 -2
  47. package/dist/cjs/serialization/resources/websockets/types/Subscribed.js +4 -2
  48. package/dist/cjs/serialization/types/IncludeSpam.d.ts +7 -0
  49. package/dist/cjs/serialization/types/IncludeSpam.js +39 -0
  50. package/dist/cjs/serialization/types/index.d.ts +1 -0
  51. package/dist/cjs/serialization/types/index.js +1 -0
  52. package/dist/cjs/version.d.ts +1 -1
  53. package/dist/cjs/version.js +1 -1
  54. package/dist/esm/BaseClient.mjs +2 -2
  55. package/dist/esm/api/resources/attachments/types/AttachmentInline.d.mts +1 -1
  56. package/dist/esm/api/resources/domains/types/FeedbackEnabled.d.mts +1 -1
  57. package/dist/esm/api/resources/events/types/EventTypes.d.mts +1 -1
  58. package/dist/esm/api/resources/events/types/InboxIds.d.mts +4 -0
  59. package/dist/esm/api/resources/events/types/PodIds.d.mts +4 -0
  60. package/dist/esm/api/resources/events/types/PodIds.mjs +2 -0
  61. package/dist/esm/api/resources/events/types/index.d.mts +2 -0
  62. package/dist/esm/api/resources/events/types/index.mjs +2 -0
  63. package/dist/esm/api/resources/inboxes/resources/messages/client/Client.mjs +4 -1
  64. package/dist/esm/api/resources/inboxes/resources/messages/client/requests/ListMessagesRequest.d.mts +1 -0
  65. package/dist/esm/api/resources/inboxes/resources/threads/client/Client.mjs +4 -1
  66. package/dist/esm/api/resources/inboxes/resources/threads/client/requests/ListThreadsRequest.d.mts +1 -0
  67. package/dist/esm/api/resources/pods/resources/domains/client/Client.mjs +1 -14
  68. package/dist/esm/api/resources/pods/resources/domains/client/requests/ListDomainsRequest.d.mts +0 -4
  69. package/dist/esm/api/resources/pods/resources/inboxes/client/Client.mjs +1 -14
  70. package/dist/esm/api/resources/pods/resources/inboxes/client/requests/ListInboxesRequest.d.mts +0 -4
  71. package/dist/esm/api/resources/pods/resources/threads/client/Client.mjs +4 -1
  72. package/dist/esm/api/resources/pods/resources/threads/client/requests/ListThreadsRequest.d.mts +1 -0
  73. package/dist/esm/api/resources/threads/client/Client.mjs +4 -1
  74. package/dist/esm/api/resources/threads/client/requests/ListThreadsRequest.d.mts +1 -0
  75. package/dist/esm/api/resources/webhooks/types/CreateWebhookRequest.d.mts +2 -1
  76. package/dist/esm/api/resources/webhooks/types/Webhook.d.mts +3 -2
  77. package/dist/esm/api/resources/webhooks/types/index.d.mts +0 -1
  78. package/dist/esm/api/resources/webhooks/types/index.mjs +0 -1
  79. package/dist/esm/api/resources/websockets/types/Subscribe.d.mts +2 -4
  80. package/dist/esm/api/resources/websockets/types/Subscribed.d.mts +2 -4
  81. package/dist/esm/api/types/Ascending.d.mts +1 -1
  82. package/dist/esm/api/types/IncludeSpam.d.mts +4 -0
  83. package/dist/esm/api/types/IncludeSpam.mjs +2 -0
  84. package/dist/esm/api/types/index.d.mts +1 -0
  85. package/dist/esm/api/types/index.mjs +1 -0
  86. package/dist/esm/serialization/resources/{webhooks → events}/types/InboxIds.d.mts +1 -1
  87. package/dist/esm/serialization/resources/events/types/PodIds.d.mts +7 -0
  88. package/dist/esm/serialization/resources/events/types/PodIds.mjs +3 -0
  89. package/dist/esm/serialization/resources/events/types/index.d.mts +2 -0
  90. package/dist/esm/serialization/resources/events/types/index.mjs +2 -0
  91. package/dist/esm/serialization/resources/webhooks/types/CreateWebhookRequest.d.mts +3 -1
  92. package/dist/esm/serialization/resources/webhooks/types/CreateWebhookRequest.mjs +3 -1
  93. package/dist/esm/serialization/resources/webhooks/types/Webhook.d.mts +3 -1
  94. package/dist/esm/serialization/resources/webhooks/types/Webhook.mjs +3 -1
  95. package/dist/esm/serialization/resources/webhooks/types/index.d.mts +0 -1
  96. package/dist/esm/serialization/resources/webhooks/types/index.mjs +0 -1
  97. package/dist/esm/serialization/resources/websockets/types/Subscribe.d.mts +4 -2
  98. package/dist/esm/serialization/resources/websockets/types/Subscribe.mjs +4 -2
  99. package/dist/esm/serialization/resources/websockets/types/Subscribed.d.mts +4 -2
  100. package/dist/esm/serialization/resources/websockets/types/Subscribed.mjs +4 -2
  101. package/dist/esm/serialization/types/IncludeSpam.d.mts +7 -0
  102. package/dist/esm/serialization/types/IncludeSpam.mjs +3 -0
  103. package/dist/esm/serialization/types/index.d.mts +1 -0
  104. package/dist/esm/serialization/types/index.mjs +1 -0
  105. package/dist/esm/version.d.mts +1 -1
  106. package/dist/esm/version.mjs +1 -1
  107. package/dist/llms-full.txt +190 -150
  108. package/package.json +1 -1
  109. package/dist/cjs/api/resources/webhooks/types/InboxIds.d.ts +0 -4
  110. package/dist/esm/api/resources/webhooks/types/InboxIds.d.mts +0 -4
  111. /package/dist/cjs/api/resources/{webhooks → events}/types/InboxIds.js +0 -0
  112. /package/dist/cjs/serialization/resources/{webhooks → events}/types/InboxIds.js +0 -0
  113. /package/dist/esm/api/resources/{webhooks → events}/types/InboxIds.mjs +0 -0
  114. /package/dist/esm/serialization/resources/{webhooks → events}/types/InboxIds.mjs +0 -0
@@ -5,7 +5,7 @@
5
5
  <Tip title="Welcome to AgentMail!" icon="fa-solid fa-star" />
6
6
 
7
7
  <Frame caption="We're excited to have you onboard!">
8
- <img src="file:e3f88ce1-e53f-439a-aeac-faf190593e5b" alt="We're excited to have you onboard!" />
8
+ <img src="file:7e31e22e-f85c-4c5a-b25b-b83579d445d7" alt="We're excited to have you onboard!" />
9
9
  </Frame>
10
10
 
11
11
  AgentMail is an API platform for giving AI agents their own inboxes to send, receive, and act upon emails. This allows agents to assume their own identity and communicate via the universal protocol of email with services, people, and other agents.
@@ -171,7 +171,7 @@ This guide will walk you through installing the AgentMail SDK, authenticating wi
171
171
  <Step title="Create an API Key">
172
172
  Now that you're in the console, you'll need to create an API key to
173
173
  authenticate your requests. Navigate to the API Keys section in your console
174
- dashboard. ![API Key Creation Screenshot](file:2fa577e4-6c00-4f62-ae2b-9ba5079d20cb) Click
174
+ dashboard. ![API Key Creation Screenshot](file:7ec4475a-6fe5-4cfc-8e16-e8aa1dc51a8d) Click
175
175
  "Create New API Key" and give it a descriptive name. Once created, copy the
176
176
  API key and store it securely. Create a `.env` file in your project's root
177
177
  directory and add your key to it. We recommend using environment variables to
@@ -322,7 +322,7 @@ Unlike traditional email providers that are designed for human scale, AgentMail
322
322
 
323
323
  As the diagram below illustrates, your `organization` is the top-level container that holds all your resources. You can provision many `Inboxes` within your `organization`, each with its own `Threads`, `Messages`, and `Attachments`, allowing you to manage a large fleet of agents seamlessly.
324
324
 
325
- <img src="file:6419a54d-fe30-4f23-b249-ac2842dc7b83" alt="AgentMail Organizational Hierarchy" />
325
+ <img src="file:c85a1de1-ac59-4d3c-bf3d-be58c1e545fe" alt="AgentMail Organizational Hierarchy" />
326
326
 
327
327
  <Steps>
328
328
  <Step title="Organization">
@@ -742,7 +742,7 @@ Here is an example of a well-structured and styled HTML header:
742
742
  </CodeBlocks>
743
743
 
744
744
  <Frame caption="Look how pretty this message looks!">
745
- <img src="file:10d09a4f-c2d8-4127-899a-025a124b54f1" alt="rendered css" />
745
+ <img src="file:d544decc-f10a-4531-a0ed-c5d90ad5c4bd" alt="rendered css" />
746
746
  </Frame>
747
747
 
748
748
  ## Receiving `Messages`
@@ -1981,10 +1981,29 @@ Configuring your domain is a three-step process: add the domain via API, copy th
1981
1981
  After creating your domain in the AgentMail Console, click the "Download BIND Zone File" button to get the complete zone file.
1982
1982
 
1983
1983
  <Frame caption="Downloading BIND zone file from AgentMail Console">
1984
- <img src="file:bc58b8c2-8e6f-4282-82ae-d5bab90972e4" alt="Download BIND Zone File from Console" />
1984
+ <img src="file:d4a4f23e-5b69-4258-9516-a9b5bce15090" alt="Download BIND Zone File from Console" />
1985
1985
  </Frame>
1986
1986
 
1987
1987
  <Tabs>
1988
+ <Tab title="Cloudflare">
1989
+ **Step 2: Import to Cloudflare**
1990
+
1991
+ 1. Go to your Cloudflare dashboard and select your domain
1992
+ 2. Navigate to **DNS > Records**
1993
+
1994
+ <Frame caption="This is what the page looks like">
1995
+ <img src="file:dc3c97c7-14ba-4e76-8043-9f4db1d4ee15" alt="Cloudflare BIND Import" />
1996
+ </Frame>
1997
+
1998
+ 3. Click **"Import and Export"**
1999
+
2000
+ <Frame caption="You should be able to just drop the file in">
2001
+ <img src="file:2c1ab1ff-9580-4873-bd7c-71bef79ba387" alt="Cloudflare BIND Import" />
2002
+ </Frame>
2003
+
2004
+ 4. Upload the downloaded BIND zone file as is
2005
+ </Tab>
2006
+
1988
2007
  <Tab title="AWS Route 53">
1989
2008
  **Step 2: Import to Route 53**
1990
2009
 
@@ -1992,35 +2011,32 @@ Configuring your domain is a three-step process: add the domain via API, copy th
1992
2011
  2. Click **"Import zone file"** in the top right corner
1993
2012
 
1994
2013
  <Frame caption="Importing BIND zone file in AWS Route 53">
1995
- <img src="file:b13c1ad1-3e9a-4673-992c-fb5ef7d689aa" alt="AWS Route 53 BIND Import" />
2014
+ <img src="file:bc92f8b9-ca2b-42b3-80d7-7a8bad684cbb" alt="AWS Route 53 BIND Import" />
1996
2015
  </Frame>
1997
2016
 
1998
2017
  3. Paste the CONTENTS of downloaded BIND zone file
1999
2018
 
2000
2019
  <Frame caption="Open the file with text editor and paste the contents. It should look similar to what we have in this image.">
2001
- <img src="file:c44a24d3-4c13-4dc0-a0c8-1acbff875faf" alt="AWS Route 53 BIND Import" />
2020
+ <img src="file:85169b02-214a-41fe-9e04-7ef8eff1fa2c" alt="AWS Route 53 BIND Import" />
2002
2021
  </Frame>
2003
2022
 
2004
2023
  4. Review the records and click **"Import"**
2005
- </Tab>
2006
2024
 
2007
- <Tab title="Cloudflare">
2008
- **Step 2: Import to Cloudflare**
2025
+ <Warning title="CRITICAL: Route 53 TXT Record 255 Character Limit">
2026
+ **AWS Route 53 has a 255 character maximum per string.** It will get angry at the DKIM record since it is longer than 255 chars (we use more secure encryption key so we get better deliverability with Gmail!)
2009
2027
 
2010
- 1. Go to your Cloudflare dashboard and select your domain
2011
- 2. Navigate to **DNS > Records**
2028
+ **When entering TXT values in the Route 53 UI, you MUST do the following.**
2012
2029
 
2013
- <Frame caption="This is what the page looks like">
2014
- <img src="file:780cb57b-57ac-4019-93e9-56db287eadaa" alt="Cloudflare BIND Import" />
2015
- </Frame>
2030
+ 1. Split the value into two quoted strings.
2031
+ a. e.g.: "abcd" -> "ab""cd"
2032
+ 2. Ensure there is NO SPACE between the quoted strings. This will make or break validation.
2016
2033
 
2017
- 3. Click **"Import and Export"**
2034
+ **Correct:** `"first-part-of-value""second-part-of-value"`
2018
2035
 
2019
- <Frame caption="You should be able to just drop the file in">
2020
- <img src="file:ff8604b6-bc3f-4665-b21e-35753a033a93" alt="Cloudflare BIND Import" />
2021
- </Frame>
2036
+ **Wrong:** `"first-part-of-value" "second-part-of-value"` (space between strings)
2022
2037
 
2023
- 4. Upload the downloaded BIND zone file as is
2038
+ If you accidentally include a space or click enter, Route 53 will create **two separate TXT records** instead of one concatenated record. This will cause email authentication to fail, and providers like **Gmail will reject your emails**.
2039
+ </Warning>
2024
2040
  </Tab>
2025
2041
 
2026
2042
  <Tab title="Porkbun">
@@ -2030,13 +2046,13 @@ Configuring your domain is a three-step process: add the domain via API, copy th
2030
2046
  2. Navigate to the **DNS** subtab of the domain you want to send from
2031
2047
 
2032
2048
  <Frame caption="Click on this button!">
2033
- <img src="file:e68ed8f1-092a-40cc-971d-adb5bcd868cc" alt="Porkbun DNS Management" />
2049
+ <img src="file:afc83fd7-56ca-4401-a9bb-8b2b97dc1c98" alt="Porkbun DNS Management" />
2034
2050
  </Frame>
2035
2051
 
2036
2052
  3. Scroll down to the quick upload section
2037
2053
 
2038
2054
  <Frame caption="Upload your BIND zone file here">
2039
- <img src="file:5d596ae8-43ee-4c8a-af62-459f250b7301" alt="Porkbun Zone File Import" />
2055
+ <img src="file:1338c4d9-2241-4bb6-9004-47b443bda49d" alt="Porkbun Zone File Import" />
2040
2056
  </Frame>
2041
2057
 
2042
2058
  4. Upload the downloaded BIND zone file as is
@@ -2054,7 +2070,7 @@ Configuring your domain is a three-step process: add the domain via API, copy th
2054
2070
  </Tabs>
2055
2071
 
2056
2072
  <Callout type="info" title="BIND Zone File Format">
2057
- Check that all records (CNAME, TXT, MX) have been correctly imported in the
2073
+ Check that all records (TXT, MX) have been correctly imported in the
2058
2074
  console(the console will show in real time if we can find the records,
2059
2075
  typically within seconds).
2060
2076
  </Callout>
@@ -2068,38 +2084,46 @@ Configuring your domain is a three-step process: add the domain via API, copy th
2068
2084
  If you created your domain through the [AgentMail Console](https://console.agentmail.to), the DNS records are displayed in a simplified format that's ready for copy-paste into your DNS provider.
2069
2085
 
2070
2086
  <Tabs>
2087
+ <Tab title="Cloudflare">
2088
+ In the dashboard (**DNS > Records**), click **"Add record"**.
2089
+
2090
+ * **TXT (DMARC/SPF/DKIM):**
2091
+ * **Name:** Copy the **Name** value directly from the console.
2092
+ * **Content:** Copy the **Value** from the console.
2093
+
2094
+ * **MX:**
2095
+ * **Name:** Enter `@` to apply the record to the root domain.
2096
+ * **Mail server:** Copy the **Value** from the console.
2097
+ * **Priority:** Use the priority shown in the console.
2098
+ </Tab>
2099
+
2071
2100
  <Tab title="AWS Route 53">
2072
2101
  In your hosted zone, click **"Create record"**.
2073
2102
 
2074
- * **CNAME (DKIM):**
2075
- * **Record name:** Copy the **Name** value directly from the console (e.g., `abc123._domainkey`).
2076
- * **Value:** Copy the **Value** from the console (e.g., `abc123.dkim.amazonses.com`).
2077
-
2078
2103
  * **TXT (DMARC/SPF):**
2079
- * **Record name:** Copy the **Name** value directly from the console (e.g., `_dmarc` or `mail`).
2104
+ * **Record name:** Copy the **Name** value directly from the console (e.g., `_dmarc` or `mail` or `agentmail._domainkey`).
2080
2105
  * **Value:** Copy the **Value** from the console, ensuring it is enclosed in quotes.
2081
2106
 
2082
- * **MX:**
2083
- * **Record name:** Enter the value exactly as we return it, whether its `@` or the subdomain.
2084
- * **Value:** Copy the **Value** from the console (e.g., `inbound-smtp.us-east-1.amazonaws.com`).
2085
- * **Priority:** Use the priority shown in the console (typically `10`).
2086
- </Tab>
2107
+ <Warning title="CRITICAL: Route 53 TXT Record 255 Character Limit">
2108
+ **AWS Route 53 has a 255 character maximum per string.** It will get angry at the DKIM record since it is longer than 255 chars (we use more secure encryption key so we get better deliverability with Gmail!)
2087
2109
 
2088
- <Tab title="Cloudflare">
2089
- In the dashboard (**DNS > Records**), click **"Add record"**.
2110
+ **When entering TXT values in the Route 53 UI, you MUST do the following.**
2090
2111
 
2091
- * **CNAME (DKIM):**
2092
- * **Name:** Copy the **Name** value directly from the console.
2093
- * **Target:** Copy the **Value** from the console.
2112
+ 1. Split the value into two quoted strings.
2113
+ a. e.g.: "abcd" -> "ab""cd"
2114
+ 2. Ensure there is NO SPACE between the quoted strings. This will make or break validation.
2094
2115
 
2095
- * **TXT (DMARC/SPF):**
2096
- * **Name:** Copy the **Name** value directly from the console.
2097
- * **Content:** Copy the **Value** from the console.
2116
+ **Correct:** `"first-part-of-value""second-part-of-value"`
2117
+
2118
+ **Wrong:** `"first-part-of-value" "second-part-of-value"` (space between strings)
2119
+
2120
+ If you accidentally include a space or click enter, Route 53 will create **two separate TXT records** instead of one concatenated record. This will cause email authentication to fail, and providers like **Gmail will reject your emails**.
2121
+ </Warning>
2098
2122
 
2099
2123
  * **MX:**
2100
- * **Name:** Enter `@` to apply the record to the root domain.
2101
- * **Mail server:** Copy the **Value** from the console.
2102
- * **Priority:** Use the priority shown in the console.
2124
+ * **Record name:** Enter the value exactly as we return it, whether its `@` or the subdomain.
2125
+ * **Value:** Copy the **Value** from the console (e.g., `inbound-smtp.us-east-1.amazonaws.com`).
2126
+ * **Priority:** Use the priority shown in the console (typically `10`).
2103
2127
  </Tab>
2104
2128
  </Tabs>
2105
2129
 
@@ -2112,41 +2136,45 @@ Configuring your domain is a three-step process: add the domain via API, copy th
2112
2136
  If you're using the API directly, the DNS records are returned as fully qualified domain names (FQDNs) that require some manual parsing.
2113
2137
 
2114
2138
  <Tabs>
2139
+ <Tab title="Cloudflare">
2140
+ In the dashboard (**DNS > Records**), click **"Add record"**.
2141
+
2142
+ * **TXT (DMARC/SPF/DKIM):**
2143
+ * **Name:** Enter the part of the `name` before your root domain (e.g. `_dmarc`).
2144
+ * **Content:** Copy paste the `value` from the API response.
2145
+
2146
+ * **MX:**
2147
+ * **Name:** Enter the part of the name before your root domain
2148
+ * **Mail server:** Enter the `value` from the API.
2149
+ * **Priority:** Enter the `priority` from the API.
2150
+ </Tab>
2151
+
2115
2152
  <Tab title="AWS Route 53">
2116
2153
  In your hosted zone, click **"Create record"**.
2117
2154
 
2118
- * **CNAME (DKIM):**
2119
- * **Record name:** Enter the part of the `name` before your root domain (e.g., `{random_letters_numbers}._domainkey` for a `name` of `{random_letters_numbers}._domainkey.domain.com`).
2120
- * **Value:** Can directly copy paste the `value` from the API response (e.g., `{random_letters_numbers}.dkim.amazonses.com`).
2155
+ * **TXT (DMARC/SPF/DKIM):**
2156
+ * **Record name:** Enter the part of the `name` before your root domain (e.g., `_dmarc` for a `name` of `_dmarc.domain.com`, or `mail` for a `name` of `mail.domain.com`, or `agentmail._domainkey` for a `name` of agentmail.\_domainkey.agents.com).
2157
+ * **Value:** Can copy paste the`value` from the API, ensuring it is enclosed in quotes.
2121
2158
 
2122
- <Frame caption="Example of adding a CNAME record in Route 53. Notice that AWS already appends the root domain (agentmail.cc) to the end of the name value!">
2123
- <img src="file:496e2c29-5f47-4ab0-8f86-752e2b9ee25e" alt="AWS Route 53 Record Configuration" />
2124
- </Frame>
2159
+ <Warning title="CRITICAL: Route 53 TXT Record 255 Character Limit">
2160
+ **AWS Route 53 has a 255 character maximum per string.** It will get angry at the DKIM record since it is longer than 255 chars (we use more secure encryption key so we get better deliverability with Gmail!)
2125
2161
 
2126
- * **TXT (DMARC/SPF):**
2127
- * **Record name:** Enter the part of the `name` before your root domain (e.g., `_dmarc` for a `name` of `_dmarc.domain.com`, or `mail` for a `name` of `mail.domain.com`).
2128
- * **Value:** Can copy paste the`value` from the API, ensuring it is enclosed in quotes.
2162
+ **When entering TXT values in the Route 53 UI, you MUST do the following.**
2129
2163
 
2130
- * **MX:**
2131
- * **Record name:** Leave this field blank to apply the record to the root domain.
2132
- * **Value:** This is critical. You must combine the `priority` and `value` from the API into a single string, separated by a space. For example: `10 inbound-smtp.us-east-1.amazonaws.com`.
2133
- </Tab>
2164
+ 1. Split the value into two quoted strings.
2165
+ a. e.g.: "abcd" -> "ab""cd"
2166
+ 2. Ensure there is NO SPACE between the quoted strings. This will make or break validation.
2134
2167
 
2135
- <Tab title="Cloudflare">
2136
- In the dashboard (**DNS > Records**), click **"Add record"**.
2168
+ **Correct:** `"first-part-of-value""second-part-of-value"`
2137
2169
 
2138
- * **CNAME (DKIM):**
2139
- * **Name:** Enter the part of the `name` before your root domain (e.g., `{random_letters_numbers}._domainkey`).
2140
- * **Target:** Copy paste the `value` from the API response.
2170
+ **Wrong:** `"first-part-of-value" "second-part-of-value"` (space between strings)
2141
2171
 
2142
- * **TXT (DMARC/SPF):**
2143
- * **Name:** Enter the part of the `name` before your root domain (e.g. `_dmarc`).
2144
- * **Content:** Copy paste the `value` from the API response.
2172
+ If you accidentally include a space or click enter, Route 53 will create **two separate TXT records** instead of one concatenated record. This will cause email authentication to fail, and providers like **Gmail will reject your emails**.
2173
+ </Warning>
2145
2174
 
2146
2175
  * **MX:**
2147
- * **Name:** Enter the part of the name before your root domain
2148
- * **Mail server:** Enter the `value` from the API.
2149
- * **Priority:** Enter the `priority` from the API.
2176
+ * **Record name:** Leave this field blank to apply the record to the root domain.
2177
+ * **Value:** This is critical. You must combine the `priority` and `value` from the API into a single string, separated by a space. For example: `10 inbound-smtp.us-east-1.amazonaws.com`.
2150
2178
  </Tab>
2151
2179
  </Tabs>
2152
2180
  </Tab>
@@ -2176,15 +2204,15 @@ Configuring your domain is a three-step process: add the domain via API, copy th
2176
2204
 
2177
2205
  Here are instructions for some common DNS providers. This list is not exhaustive, so please consult your provider's documentation if you don't see it here.
2178
2206
 
2179
- | DNS/Hosting Provider | Documentation Link |
2180
- | :------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
2181
- | **GoDaddy** | [CNAME: Add a CNAME record](https://www.godaddy.com/help/add-a-cname-record-19236) <br /> [MX: Add an MX record](https://www.godaddy.com/help/add-an-mx-record-19234) <br /> [TXT: Add a TXT record](https://www.godaddy.com/help/add-a-txt-record-19232) |
2182
- | **DreamHost** | [CNAME/MX/TXT: How do I add custom DNS records?](https://help.dreamhost.com/hc/en-us/articles/215414867-How-do-I-add-custom-DNS-records) |
2183
- | **Cloudflare** | [MX: How do I add or edit mail or MX records?](https://support.cloudflare.com/hc/en-us/articles/200168806-Managing-DNS-records-in-Cloudflare) <br /> [TXT: Managing DNS records in Cloudflare](https://support.cloudflare.com/hc/en-us/articles/200168806-Managing-DNS-records-in-Cloudflare) |
2184
- | **HostGator** | [CNAME/MX/TXT: Manage DNS Records with HostGator/eNom](https://www.hostgator.com/help/article/manage-dns-records-with-hostgator-enom) |
2185
- | **Namecheap** | [CNAME: How to create a CNAME record](https://www.namecheap.com/support/knowledgebase/article.aspx/9646/2237/how-to-create-a-cname-record-for-your-domain/) <br /> [MX: How can I set up MX records required for mail service?](https://www.namecheap.com/support/knowledgebase/article.aspx/434/2237/how-can-i-set-up-mx-records-required-for-mail-service) <br /> [TXT: How do I add TXT/SPF/DKIM/DMARC records for my domain?](https://www.namecheap.com/support/knowledgebase/article.aspx/317/2237/how-do-i-add-txtspfdkimdmarc-records-for-my-domain) |
2186
- | **Names.co.uk** | [CNAME/MX/TXT: Changing your domain's DNS settings](https://www.names.co.uk/support/articles/changing-your-domains-dns-settings/) |
2187
- | **Wix** | [CNAME: Adding or Updating CNAME Records](https://support.wix.com/en/article/adding-or-updating-cname-records-in-your-wix-account) <br /> [MX: Adding or Updating MX Records in Your Wix Account](https://support.wix.com/en/article/adding-or-updating-mx-records-in-your-wix-account) <br /> [TXT: Adding or Updating TXT Records in Your Wix Account](https://support.wix.com/en/article/adding-or-updating-txt-records-in-your-wix-account) |
2207
+ | DNS/Hosting Provider | Documentation Link |
2208
+ | :------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
2209
+ | **GoDaddy** | [MX: Add an MX record](https://www.godaddy.com/help/add-an-mx-record-19234) <br /> [TXT: Add a TXT record](https://www.godaddy.com/help/add-a-txt-record-19232) |
2210
+ | **DreamHost** | [How do I add custom DNS records?](https://help.dreamhost.com/hc/en-us/articles/215414867-How-do-I-add-custom-DNS-records) |
2211
+ | **Cloudflare** | [MX: How do I add or edit mail or MX records?](https://support.cloudflare.com/hc/en-us/articles/200168806-Managing-DNS-records-in-Cloudflare) <br /> [TXT: Managing DNS records in Cloudflare](https://support.cloudflare.com/hc/en-us/articles/200168806-Managing-DNS-records-in-Cloudflare) |
2212
+ | **HostGator** | [Manage DNS Records with HostGator/eNom](https://www.hostgator.com/help/article/manage-dns-records-with-hostgator-enom) |
2213
+ | **Namecheap** | [MX: How can I set up MX records required for mail service?](https://www.namecheap.com/support/knowledgebase/article.aspx/434/2237/how-can-i-set-up-mx-records-required-for-mail-service) <br /> [TXT: How do I add TXT/SPF/DKIM/DMARC records for my domain?](https://www.namecheap.com/support/knowledgebase/article.aspx/317/2237/how-do-i-add-txtspfdkimdmarc-records-for-my-domain) |
2214
+ | **Names.co.uk** | [Changing your domain's DNS settings](https://www.names.co.uk/support/articles/changing-your-domains-dns-settings/) |
2215
+ | **Wix** | [MX: Adding or Updating MX Records in Your Wix Account](https://support.wix.com/en/article/adding-or-updating-mx-records-in-your-wix-account) <br /> [TXT: Adding or Updating TXT Records in Your Wix Account](https://support.wix.com/en/article/adding-or-updating-txt-records-in-your-wix-account) |
2188
2216
 
2189
2217
  <Callout type="success" title="Ready to Go!" icon="fa-solid fa-rocket">
2190
2218
  Once your domain status is `ready`, you can start creating `Inboxes` with your
@@ -2842,13 +2870,13 @@ Ngrok creates a secure tunnel from a public URL to your local development server
2842
2870
 
2843
2871
  Visit [ngrok.com](https://ngrok.com/) and click "Sign up" to create a free account.
2844
2872
 
2845
- <img src="file:12e912a8-9a87-4eca-bf52-b8b22ca64196" alt="Ngrok homepage" />
2873
+ <img src="file:9836b58f-369e-4dcc-9813-b0ff5613e37d" alt="Ngrok homepage" />
2846
2874
 
2847
2875
  ### 1.2 Choose your platform and install
2848
2876
 
2849
2877
  After logging in, ngrok will guide you through the setup process. Select your operating system and follow the installation instructions.
2850
2878
 
2851
- <img src="file:36deb6da-c444-4272-9156-2afdfe357619" alt="Ngrok setup instructions" />
2879
+ <img src="file:8a4a7ad0-6c03-4e13-a7dc-f986ce988f19" alt="Ngrok setup instructions" />
2852
2880
 
2853
2881
  For macOS, you can install ngrok via Homebrew:
2854
2882
 
@@ -2894,7 +2922,7 @@ ngrok http 3000
2894
2922
 
2895
2923
  You should see output similar to this:
2896
2924
 
2897
- <img src="file:f0447993-8b76-4dad-af12-a208a27dba82" alt="Ngrok terminal output" />
2925
+ <img src="file:dbd52d4e-2186-4925-85a8-40f7e08dd062" alt="Ngrok terminal output" />
2898
2926
 
2899
2927
  Copy the **Forwarding URL** (e.g., `https://your-subdomain.ngrok-free.app`). This is the public URL that AgentMail will use to send webhooks.
2900
2928
 
@@ -2991,7 +3019,7 @@ python webhook_receiver.py
2991
3019
 
2992
3020
  Open your browser and visit `http://127.0.0.1:3000` to see the status page confirming your webhook receiver is running:
2993
3021
 
2994
- <img src="file:10c88199-7f82-479b-ab0a-eb727623ef3c" alt="Webhook receiver status page" />
3022
+ <img src="file:bea7ba98-6cd7-4dba-a73f-92b14c538c61" alt="Webhook receiver status page" />
2995
3023
 
2996
3024
  ## Testing Your Setup
2997
3025
 
@@ -3488,7 +3516,7 @@ How you send your emails is just as important as what you send. If you're sendin
3488
3516
  more natural to email providers. AgentMail's ability to create inboxes at
3489
3517
  scale makes this strategy easy to implement.
3490
3518
 
3491
- <img src="file:3417d8c2-94bc-4f35-aaad-c01abf678422" alt="Diagram comparing one inbox sending 1000 emails vs. five inboxes sending 200 each." />
3519
+ <img src="file:809afcab-40b2-4798-93ca-5b7cc0b19b7a" alt="Diagram comparing one inbox sending 1000 emails vs. five inboxes sending 200 each." />
3492
3520
  </Step>
3493
3521
 
3494
3522
  <Step title="Protect Your Reputation with Multiple Domains">
@@ -5507,7 +5535,7 @@ Done
5507
5535
 
5508
5536
  Go to your AgentMail inbox and filter by labels to organize your emails:
5509
5537
 
5510
- <img src="file:a6b17d0b-afdd-4747-a4bb-eec153ba7fbc" alt="Test image" />
5538
+ <img src="file:4332462e-7efd-4695-a8e1-daa0da6699f4" alt="Test image" />
5511
5539
 
5512
5540
  **Filter by sentiment:**
5513
5541
 
@@ -7630,6 +7658,11 @@ paths:
7630
7658
  required: false
7631
7659
  schema:
7632
7660
  $ref: '#/components/schemas/type_:Ascending'
7661
+ - name: include_spam
7662
+ in: query
7663
+ required: false
7664
+ schema:
7665
+ $ref: '#/components/schemas/type_:IncludeSpam'
7633
7666
  - name: Authorization
7634
7667
  in: header
7635
7668
  description: >-
@@ -7668,6 +7701,8 @@ components:
7668
7701
  format: date-time
7669
7702
  type_:Ascending:
7670
7703
  type: boolean
7704
+ type_:IncludeSpam:
7705
+ type: boolean
7671
7706
  type_:Count:
7672
7707
  type: integer
7673
7708
  type_threads:ThreadId:
@@ -8099,6 +8134,10 @@ components:
8099
8134
  type: array
8100
8135
  items:
8101
8136
  type: string
8137
+ type_messages:MessageHeaders:
8138
+ type: object
8139
+ additionalProperties:
8140
+ type: string
8102
8141
  type_messages:MessageSize:
8103
8142
  type: integer
8104
8143
  type_messages:MessageUpdatedAt:
@@ -8155,6 +8194,8 @@ components:
8155
8194
  $ref: '#/components/schemas/type_messages:MessageInReplyTo'
8156
8195
  references:
8157
8196
  $ref: '#/components/schemas/type_messages:MessageReferences'
8197
+ headers:
8198
+ $ref: '#/components/schemas/type_messages:MessageHeaders'
8158
8199
  size:
8159
8200
  $ref: '#/components/schemas/type_messages:MessageSize'
8160
8201
  updated_at:
@@ -8788,6 +8829,11 @@ paths:
8788
8829
  required: false
8789
8830
  schema:
8790
8831
  $ref: '#/components/schemas/type_:Ascending'
8832
+ - name: include_spam
8833
+ in: query
8834
+ required: false
8835
+ schema:
8836
+ $ref: '#/components/schemas/type_:IncludeSpam'
8791
8837
  - name: Authorization
8792
8838
  in: header
8793
8839
  description: >-
@@ -8826,6 +8872,8 @@ components:
8826
8872
  format: date-time
8827
8873
  type_:Ascending:
8828
8874
  type: boolean
8875
+ type_:IncludeSpam:
8876
+ type: boolean
8829
8877
  type_:Count:
8830
8878
  type: integer
8831
8879
  type_threads:ThreadId:
@@ -8894,6 +8942,10 @@ components:
8894
8942
  type: array
8895
8943
  items:
8896
8944
  type: string
8945
+ type_messages:MessageHeaders:
8946
+ type: object
8947
+ additionalProperties:
8948
+ type: string
8897
8949
  type_messages:MessageSize:
8898
8950
  type: integer
8899
8951
  type_messages:MessageUpdatedAt:
@@ -8933,6 +8985,8 @@ components:
8933
8985
  $ref: '#/components/schemas/type_messages:MessageInReplyTo'
8934
8986
  references:
8935
8987
  $ref: '#/components/schemas/type_messages:MessageReferences'
8988
+ headers:
8989
+ $ref: '#/components/schemas/type_messages:MessageHeaders'
8936
8990
  size:
8937
8991
  $ref: '#/components/schemas/type_messages:MessageSize'
8938
8992
  updated_at:
@@ -9219,6 +9273,10 @@ components:
9219
9273
  type: array
9220
9274
  items:
9221
9275
  type: string
9276
+ type_messages:MessageHeaders:
9277
+ type: object
9278
+ additionalProperties:
9279
+ type: string
9222
9280
  type_messages:MessageSize:
9223
9281
  type: integer
9224
9282
  type_messages:MessageUpdatedAt:
@@ -9275,6 +9333,8 @@ components:
9275
9333
  $ref: '#/components/schemas/type_messages:MessageInReplyTo'
9276
9334
  references:
9277
9335
  $ref: '#/components/schemas/type_messages:MessageReferences'
9336
+ headers:
9337
+ $ref: '#/components/schemas/type_messages:MessageHeaders'
9278
9338
  size:
9279
9339
  $ref: '#/components/schemas/type_messages:MessageSize'
9280
9340
  updated_at:
@@ -10825,6 +10885,10 @@ components:
10825
10885
  type: array
10826
10886
  items:
10827
10887
  type: string
10888
+ type_messages:MessageHeaders:
10889
+ type: object
10890
+ additionalProperties:
10891
+ type: string
10828
10892
  type_messages:MessageSize:
10829
10893
  type: integer
10830
10894
  type_messages:MessageUpdatedAt:
@@ -10881,6 +10945,8 @@ components:
10881
10945
  $ref: '#/components/schemas/type_messages:MessageInReplyTo'
10882
10946
  references:
10883
10947
  $ref: '#/components/schemas/type_messages:MessageReferences'
10948
+ headers:
10949
+ $ref: '#/components/schemas/type_messages:MessageHeaders'
10884
10950
  size:
10885
10951
  $ref: '#/components/schemas/type_messages:MessageSize'
10886
10952
  updated_at:
@@ -13172,6 +13238,11 @@ paths:
13172
13238
  required: false
13173
13239
  schema:
13174
13240
  $ref: '#/components/schemas/type_:Ascending'
13241
+ - name: include_spam
13242
+ in: query
13243
+ required: false
13244
+ schema:
13245
+ $ref: '#/components/schemas/type_:IncludeSpam'
13175
13246
  - name: Authorization
13176
13247
  in: header
13177
13248
  description: >-
@@ -13208,6 +13279,8 @@ components:
13208
13279
  format: date-time
13209
13280
  type_:Ascending:
13210
13281
  type: boolean
13282
+ type_:IncludeSpam:
13283
+ type: boolean
13211
13284
  type_:Count:
13212
13285
  type: integer
13213
13286
  type_inboxes:InboxId:
@@ -13633,6 +13706,10 @@ components:
13633
13706
  type: array
13634
13707
  items:
13635
13708
  type: string
13709
+ type_messages:MessageHeaders:
13710
+ type: object
13711
+ additionalProperties:
13712
+ type: string
13636
13713
  type_messages:MessageSize:
13637
13714
  type: integer
13638
13715
  type_messages:MessageUpdatedAt:
@@ -13689,6 +13766,8 @@ components:
13689
13766
  $ref: '#/components/schemas/type_messages:MessageInReplyTo'
13690
13767
  references:
13691
13768
  $ref: '#/components/schemas/type_messages:MessageReferences'
13769
+ headers:
13770
+ $ref: '#/components/schemas/type_messages:MessageHeaders'
13692
13771
  size:
13693
13772
  $ref: '#/components/schemas/type_messages:MessageSize'
13694
13773
  updated_at:
@@ -16118,7 +16197,7 @@ components:
16118
16197
  description: Secret for webhook signature verification.
16119
16198
  enabled:
16120
16199
  type: boolean
16121
- description: Whether the webhook is enabled.
16200
+ description: Webhook is enabled.
16122
16201
  updated_at:
16123
16202
  type: string
16124
16203
  format: date-time
@@ -16365,7 +16444,7 @@ components:
16365
16444
  description: Secret for webhook signature verification.
16366
16445
  enabled:
16367
16446
  type: boolean
16368
- description: Whether the webhook is enabled.
16447
+ description: Webhook is enabled.
16369
16448
  updated_at:
16370
16449
  type: string
16371
16450
  format: date-time
@@ -16612,7 +16691,7 @@ components:
16612
16691
  description: Secret for webhook signature verification.
16613
16692
  enabled:
16614
16693
  type: boolean
16615
- description: Whether the webhook is enabled.
16694
+ description: Webhook is enabled.
16616
16695
  updated_at:
16617
16696
  type: string
16618
16697
  format: date-time
@@ -17095,6 +17174,10 @@ components:
17095
17174
  type: array
17096
17175
  items:
17097
17176
  type: string
17177
+ type_messages:MessageHeaders:
17178
+ type: object
17179
+ additionalProperties:
17180
+ type: string
17098
17181
  type_messages:MessageSize:
17099
17182
  type: integer
17100
17183
  type_messages:MessageUpdatedAt:
@@ -17151,6 +17234,8 @@ components:
17151
17234
  $ref: '#/components/schemas/type_messages:MessageInReplyTo'
17152
17235
  references:
17153
17236
  $ref: '#/components/schemas/type_messages:MessageReferences'
17237
+ headers:
17238
+ $ref: '#/components/schemas/type_messages:MessageHeaders'
17154
17239
  size:
17155
17240
  $ref: '#/components/schemas/type_messages:MessageSize'
17156
17241
  updated_at:
@@ -18232,6 +18317,10 @@ components:
18232
18317
  type: array
18233
18318
  items:
18234
18319
  type: string
18320
+ type_messages:MessageHeaders:
18321
+ type: object
18322
+ additionalProperties:
18323
+ type: string
18235
18324
  type_messages:MessageSize:
18236
18325
  type: integer
18237
18326
  type_messages:MessageUpdatedAt:
@@ -18288,6 +18377,8 @@ components:
18288
18377
  $ref: '#/components/schemas/type_messages:MessageInReplyTo'
18289
18378
  references:
18290
18379
  $ref: '#/components/schemas/type_messages:MessageReferences'
18380
+ headers:
18381
+ $ref: '#/components/schemas/type_messages:MessageHeaders'
18291
18382
  size:
18292
18383
  $ref: '#/components/schemas/type_messages:MessageSize'
18293
18384
  updated_at:
@@ -20547,26 +20638,6 @@ paths:
20547
20638
  required: false
20548
20639
  schema:
20549
20640
  $ref: '#/components/schemas/type_:PageToken'
20550
- - name: labels
20551
- in: query
20552
- required: false
20553
- schema:
20554
- $ref: '#/components/schemas/type_:Labels'
20555
- - name: before
20556
- in: query
20557
- required: false
20558
- schema:
20559
- $ref: '#/components/schemas/type_:Before'
20560
- - name: after
20561
- in: query
20562
- required: false
20563
- schema:
20564
- $ref: '#/components/schemas/type_:After'
20565
- - name: ascending
20566
- in: query
20567
- required: false
20568
- schema:
20569
- $ref: '#/components/schemas/type_:Ascending'
20570
20641
  - name: Authorization
20571
20642
  in: header
20572
20643
  description: >-
@@ -20593,18 +20664,6 @@ components:
20593
20664
  type: integer
20594
20665
  type_:PageToken:
20595
20666
  type: string
20596
- type_:Labels:
20597
- type: array
20598
- items:
20599
- type: string
20600
- type_:Before:
20601
- type: string
20602
- format: date-time
20603
- type_:After:
20604
- type: string
20605
- format: date-time
20606
- type_:Ascending:
20607
- type: boolean
20608
20667
  type_:Count:
20609
20668
  type: integer
20610
20669
  type_inboxes:InboxId:
@@ -21480,6 +21539,11 @@ paths:
21480
21539
  required: false
21481
21540
  schema:
21482
21541
  $ref: '#/components/schemas/type_:Ascending'
21542
+ - name: include_spam
21543
+ in: query
21544
+ required: false
21545
+ schema:
21546
+ $ref: '#/components/schemas/type_:IncludeSpam'
21483
21547
  - name: Authorization
21484
21548
  in: header
21485
21549
  description: >-
@@ -21518,6 +21582,8 @@ components:
21518
21582
  format: date-time
21519
21583
  type_:Ascending:
21520
21584
  type: boolean
21585
+ type_:IncludeSpam:
21586
+ type: boolean
21521
21587
  type_:Count:
21522
21588
  type: integer
21523
21589
  type_inboxes:InboxId:
@@ -21953,6 +22019,10 @@ components:
21953
22019
  type: array
21954
22020
  items:
21955
22021
  type: string
22022
+ type_messages:MessageHeaders:
22023
+ type: object
22024
+ additionalProperties:
22025
+ type: string
21956
22026
  type_messages:MessageSize:
21957
22027
  type: integer
21958
22028
  type_messages:MessageUpdatedAt:
@@ -22009,6 +22079,8 @@ components:
22009
22079
  $ref: '#/components/schemas/type_messages:MessageInReplyTo'
22010
22080
  references:
22011
22081
  $ref: '#/components/schemas/type_messages:MessageReferences'
22082
+ headers:
22083
+ $ref: '#/components/schemas/type_messages:MessageHeaders'
22012
22084
  size:
22013
22085
  $ref: '#/components/schemas/type_messages:MessageSize'
22014
22086
  updated_at:
@@ -23106,26 +23178,6 @@ paths:
23106
23178
  required: false
23107
23179
  schema:
23108
23180
  $ref: '#/components/schemas/type_:PageToken'
23109
- - name: labels
23110
- in: query
23111
- required: false
23112
- schema:
23113
- $ref: '#/components/schemas/type_:Labels'
23114
- - name: before
23115
- in: query
23116
- required: false
23117
- schema:
23118
- $ref: '#/components/schemas/type_:Before'
23119
- - name: after
23120
- in: query
23121
- required: false
23122
- schema:
23123
- $ref: '#/components/schemas/type_:After'
23124
- - name: ascending
23125
- in: query
23126
- required: false
23127
- schema:
23128
- $ref: '#/components/schemas/type_:Ascending'
23129
23181
  - name: Authorization
23130
23182
  in: header
23131
23183
  description: >-
@@ -23152,18 +23204,6 @@ components:
23152
23204
  type: integer
23153
23205
  type_:PageToken:
23154
23206
  type: string
23155
- type_:Labels:
23156
- type: array
23157
- items:
23158
- type: string
23159
- type_:Before:
23160
- type: string
23161
- format: date-time
23162
- type_:After:
23163
- type: string
23164
- format: date-time
23165
- type_:Ascending:
23166
- type: boolean
23167
23207
  type_:Count:
23168
23208
  type: integer
23169
23209
  type_domains:DomainId: