Bulk mailing model.
| Name | Type | Description |
|---|---|---|
| connected_integration_id | String | Connected integration ID. Takes precedence over integration_key. |
| date | Int64 | Mailing creation date as Unix time in seconds. |
| id | Int64 | Campaign ID. |
| image_url | String | Mailing image. |
| last_update | Int64 | Parameter last update date as Unix time in seconds. |
| message | String | Mailing text. |
| name | String | Mailing name. |
| recipient_count | Int32 | Number of mailing recipients. |
| run_date | Int64 | Mailing run date as Unix time in seconds. |
| run_immediately | Boolean | Indicates whether the mailing starts immediately after creation: true - starts immediately and run_date is ignored, false - starts on the date specified in run_date. |
| scheduler_uuid | String | UUID in the scheduler. |
| status | String | Mailing status. Allowed values: Default, New, Waiting, Progress, Completed, Error. |
| type | String | Mailing type. Allowed values: Default, SMS, Telegram, Email. |