AhaSend · Schema
Route
Route schema from AhaSend API
EmailTransactional EmailDeveloper ToolsSMTPWebhooks
Properties
| Name | Type | Description |
|---|---|---|
| object | string | Object type identifier |
| id | string | Unique identifier for the route |
| created_at | string | When the route was created |
| updated_at | string | When the route was last updated |
| name | string | Route name |
| url | string | Webhook URL for the route |
| recipient | string | Recipient filter |
| attachments | boolean | Whether to include attachments in route payload |
| headers | boolean | Whether to include headers in route payload |
| group_by_message_id | boolean | Whether to group by message ID |
| strip_replies | boolean | Whether to strip reply content |
| enabled | boolean | Whether the route is enabled |
| success_count | integer | Number of successful calls |
| error_count | integer | Number of unsuccessful calls |
| errors_since_last_success | integer | Number of consecutive failed calls |
| last_request_at | string | When the route was last called |