# SMS campaign model
You can send SMS and get statistics of your campaigns through API.
# Properties
| Attributes | Type | Description |
|---|---|---|
| id | integer | A unique identifier for the campaign which is given by User.com automatically. |
| created_at | string | A creation date of a campaign. |
| description | string | A description of the SMS campaign. |
| eta | string | A datetime when a campaign should be sent. If not provided, the campaign will be sent right away. |
| finished_at | string | A finish date of a campaign. |
| name | string | A SMS campaign name. |
| phone_number | string | A phone number where SMS will be sent |
| recipients | object | A list of user ids. |
| recipients_count | integer | A number of recipients. |
| started_at | string | A date when SMS campaign started. |
| status | integer | A status of your campaign (1 - draft, 2 - active, 3 - finished, 4- archived). |
| type | integer | A type of SMS campaign (1 - simple, 2 - automated). |
| updated_at | string | A date of last campaign update. |