# Email model
You can manage your emails campaigns also from the REST API side.
# Properties
Attributes | Type | Description |
---|---|---|
id | integer | A unique identifier for the campaign which is given by User.com |
category | integer | An email category. |
created_at | string | A creation date of email campaign. |
description | string | A description of email campaign. |
eta | string | A datetime when email campaign should start. Will start instantly if not provided |
finished_at | string | A date when campaign finished. |
name | string | An email campaign name. |
smtp | string | A SMTP settings used for campaign |
started_at | string | A date when campaign started. |
status | integer | An email campaign status. |
type | integer | An identifier of email campaign type. |
updated_at | string | A last update of email campaign |