Inbox
A representation of an inbox workspace created via Paced Email.
Properties
This resource includes the following properties:
Property | Type | Description |
---|---|---|
id |
string | The inbox ID. |
alias |
string | The inbox alias email address. |
periodicity |
string | The frequency of the email digest. |
message_count |
integer | The number of pending messages due for delivery in the next digest. |
next_due |
string | The date when the next digest is due to be sent. |
paused |
boolean | The inbox digest sending status. |
created_at |
string | The ISO-8601 timestamp when the inbox was created. |
updated_at |
string | The ISO-8601 timestamp when the inbox was updated. |
Example
Here is an example representation of this resource:
{ "id": "inbox_bXz0jn6pWOrbQu0O4g2Rlw85", "alias": "johndoe.newsletters@weekly.paced.email", "periodicity": "weekly", "message_count": 2, "next_due": "Sep 25, 2022 12am", "paused": false, "created_at": "2022-09-06T09:08:05Z", "updated_at": "2022-09-06T09:08:05Z" }