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
{
"object": "agent_mail",
"id": "d290f1ee-6c54-4b01-90e6-d701748f0851",
"arrived_at": "2024-01-15T09:30:00Z",
"external_id": "mail-ext-12345",
"sender_name": "California Secretary of State",
"recipient_name": "Acme Corporation",
"created_at": "2024-01-15T10:00:00Z",
"updated_at": "2024-01-15T10:30:00Z",
"mail_viewed": true,
"agency_name": "California Franchise Tax Board",
"tag_names": ["tax", "annual_report"],
"internal_status": "processed",
"notes": "Annual franchise tax notice",
"document_url": "https://example.com/documents/abc123",
"summary_payload": {
"type": "tax_notice",
"due_date": "2024-03-15"
},
"suggested_mail_tag": "tax_notice",
"suggested_partner_name": "Acme Corporation",
"suggested_action_request": false,
"mailbox_name": "CA Registered Agent",
"registration_request_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"state": "CA",
"source": {
"type": "registration_request",
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
},
"company": {
"id": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
"legal_name": "Acme Corporation",
"dba_name": "Acme Co",
"provider_company_id": "prov-123",
"external_id": "ext-12345",
"parent_account_name": "Acme Holdings"
},
"document": null
}

AgentMail attributes

AttributeTypeDescription
objectstringObject type identifier. Always agent_mail.
idstring (uuid)Unique identifier for the mail item.
arrived_attimestamp | nullWhen the mail physically arrived.
external_idstring | nullExternal identifier for the mail item in your system.
sender_namestring | nullName of the mail sender.
recipient_namestring | nullName of the mail recipient.
created_attimestampWhen the mail record was created.
updated_attimestampWhen the mail record was last updated.
mail_viewedbooleanWhether the mail has been viewed.
agency_namestring | nullName of the government agency if applicable.
tag_namesarray[string]List of tags associated with the mail item.
internal_statusstringInternal processing status.
notesstring | nullNotes about the mail item.
document_urlstring (uri) | nullURL to download the scanned document.
summary_payloadobject | nullStructured summary of the mail contents.
suggested_mail_tagstring | nullAI-suggested tag for the mail.
suggested_partner_namestring | nullAI-suggested company name match.
suggested_action_requestbooleanWhether the mail suggests action is required.
mailbox_namestring | nullName of the mailbox where mail was received.
registration_request_idstring (uuid) | nullAssociated registration request ID.
statestring | nullUS state abbreviation.
sourceobjectSource of the mail item.
companyobjectCompany associated with this mail.
documentobject | nullAssociated document details.

Source attributes

AttributeTypeDescription
typestringType of the source object (for example, registration_request).
idstring (uuid) | nullID of the source object.

Company attributes

AttributeTypeDescription
idstring (uuid)Unique identifier for the company.
legal_namestring | nullThe company’s legal name.
dba_namestring | nullThe company’s doing business as (DBA) name.
provider_company_idstring | nullProvider’s company identifier.
external_idstring | nullExternal identifier for the company in your system.
parent_account_namestring | nullName of the parent account.

State values

The state attribute uses standard two-letter US state abbreviations (for example, CA, NY, TX).

Get a demo
Contact your account manager or contact sales to inquire about access.