AhaSend · Schema
MessageSummary
MessageSummary schema from AhaSend API
EmailTransactional EmailDeveloper ToolsSMTPWebhooks
Properties
| Name | Type | Description |
|---|---|---|
| object | string | Object type identifier |
| created_at | string | When the message was created |
| updated_at | string | When the message was last updated |
| sent_at | string | When the message was sent |
| delivered_at | string | When the message was delivered |
| retain_until | string | When the message data will be purged |
| direction | string | Message direction |
| is_bounce_notification | boolean | Whether this is a bounce notification |
| bounce_classification | string | Classification of bounce if applicable |
| delivery_attempts | array | List of delivery attempts for this message |
| message_id | string | Message-ID header value |
| id | string | API-generated message ID |
| subject | string | Message subject |
| tags | array | Tags associated with the message |
| sender | string | Sender email address |
| recipient | string | Recipient email address |
| status | string | Current message status |
| num_attempts | integer | Number of delivery attempts |
| click_count | integer | Number of clicks tracked for this message |
| open_count | integer | Number of opens tracked for this message |
| reference_message_id | integer | ID of the original message (for bounce messages) |
| domain_id | string | Domain ID this message was sent from |
| account_id | string | Account ID this message belongs to |