AgentMail object
This page describes the agent_mail object, which represents mail received at a registered agent address on behalf of a company.
Example JSON response
AgentMail attributes
| Attribute | Type | Description |
|---|---|---|
object | string | Object type identifier. Always agent_mail. |
id | string (uuid) | Unique identifier for the mail item. |
arrived_at | timestamp | null | When the mail physically arrived. |
external_id | string | null | External identifier for the mail item in your system. |
sender_name | string | null | Name of the mail sender. |
recipient_name | string | null | Name of the mail recipient. |
created_at | timestamp | When the mail record was created. |
updated_at | timestamp | When the mail record was last updated. |
mail_viewed | boolean | Whether the mail has been viewed. |
agency_name | string | null | Name of the government agency if applicable. |
tag_names | array[string] | List of tags associated with the mail item. |
internal_status | string | Internal processing status. |
notes | string | null | Notes about the mail item. |
document_url | string (uri) | null | URL to download the scanned document. |
summary_payload | object | null | Structured summary of the mail contents. |
suggested_mail_tag | string | null | AI-suggested tag for the mail. |
suggested_partner_name | string | null | AI-suggested company name match. |
suggested_action_request | boolean | Whether the mail suggests action is required. |
mailbox_name | string | null | Name of the mailbox where mail was received. |
registration_request_id | string (uuid) | null | Associated registration request ID. |
state | string | null | US state abbreviation. |
source | object | Source of the mail item. |
company | object | Company associated with this mail. |
document | object | null | Associated document details. |
Source attributes
| Attribute | Type | Description |
|---|---|---|
type | string | Type of the source object (for example, registration_request). |
id | string (uuid) | null | ID of the source object. |
Company attributes
| Attribute | Type | Description |
|---|---|---|
id | string (uuid) | Unique identifier for the company. |
legal_name | string | null | The company’s legal name. |
dba_name | string | null | The company’s doing business as (DBA) name. |
provider_company_id | string | null | Provider’s company identifier. |
external_id | string | null | External identifier for the company in your system. |
parent_account_name | string | null | Name of the parent account. |
State values
The state attribute uses standard two-letter US state abbreviations (for example, CA, NY, TX).