latestSwagger 2.02026-08-1213288150.0 KB

b05c9b904be4

mailings

return lists of mailings. πŸ”“

returns lists of mailings according to following filter settings<br/> <br/> <strong>NOTE:</strong> The <code>start</code> and <code>end</code> fields depend on the <code>state</code> field.<br/> Β Β -Β finished mails are filtered by finished time<br/> Β Β -Β draft mails are filtered by creation time<br/> Β Β -Β waiting mails are filtered by the time they will be sent<br/> Β Β -Β running mails are filtered by the time they have been started<br/>

get/v3/mailings

Query parameters

limitinteger

number of items (max 1000; max 100 when state is not 'all')

state'all' | 'finished' | 'draft' | 'waiting' | 'running' | 'automation'

state of mailing

channel_idstring

(optional): if specified, it will only return matching results

startinteger

(optional) Filter by start time (see note)

endinteger

(optional) Filter by end time (see note)

pageinteger

(optional) page number, 0-based; only effective when state is not 'all'

Response

List of mailings

string[] required