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
1{
2 "object": "agent_mail",
3 "id": "d290f1ee-6c54-4b01-90e6-d701748f0851",
4 "arrived_at": "2024-01-15T09:30:00Z",
5 "external_id": "mail-ext-12345",
6 "sender_name": "California Secretary of State",
7 "recipient_name": "Acme Corporation",
8 "created_at": "2024-01-15T10:00:00Z",
9 "updated_at": "2024-01-15T10:30:00Z",
10 "mail_viewed": true,
11 "agency_name": "California Franchise Tax Board",
12 "tag_names": ["tax", "annual_report"],
13 "internal_status": "processed",
14 "notes": "Annual franchise tax notice",
15 "document_url": "https://example.com/documents/abc123",
16 "summary_payload": {
17 "type": "tax_notice",
18 "due_date": "2024-03-15"
19 },
20 "suggested_mail_tag": "tax_notice",
21 "suggested_partner_name": "Acme Corporation",
22 "suggested_action_request": false,
23 "mailbox_name": "CA Registered Agent",
24 "registration_request_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
25 "state": "CA",
26 "source": {
27 "type": "registration_request",
28 "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
29 },
30 "company": {
31 "id": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
32 "legal_name": "Acme Corporation",
33 "dba_name": "Acme Co",
34 "provider_company_id": "prov-123",
35 "external_id": "ext-12345",
36 "parent_account_name": "Acme Holdings"
37 },
38 "document": null
39}

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.