# Objects / Mail

# Mail

**Object**
## Mail

| Fields | Type | Description |
| --- | --- | --- |
| id | [ID!](/documentation/Types/UUID#UUID) | The unique ID for the mail |
| externalId | *String* | The external ID linked to the mail |
| status | *String* | The status of the mail |
| recipient | *String* | Who the mail was sent to |
| sentAt | [DateTime](/documentation/Types/Date-Time#DateTime) | The time the mail was sent at |
| reason | *String* | The reason for the mail being sent |
| subject | *String* | The subject of the mail |
| hasAttachment | *Boolean!* | Whether or not the mail included an attachment |