Launch a regular mailing
Description
Instantly starts a regular mailing if it is active. There is a one-time send.
override_source_type and override_source_id parameters override mailing audience for the run.
override_limit parameter sets sending limitations for the current run.
If no override options are set, mailings will use their default audience sources and sending limitations.
Request URL
Method: POST
https://example.com/api/v1.1/campaigns/regulars/start
Request parameters
| Parameter | Type | Example | Required | Description |
|---|---|---|---|---|
| id | int | 12 | Yes | Mailing ID |
| override_source_type | enum | "list" или "segment" | No | Override audience source |
| override_source_id | int | 5 | No | New audience source ID |
| override_limit | int | 300 | No | Override mailing limitations |
| content | JSON object | {"field":"value"} | No | Additional content for API content filter node and template apicontent variables |
| attach | JSON array | [] | No | Attach file(s) to mailing messages |