models.CampaignStatuses

The lifecycle status of a campaign.

Usage

Source

models.CampaignStatuses()

Attributes

draft

Created but not queued; safe to edit.

scheduled

Will start automatically at the campaign’s send_at time.

running

Actively sending to the target lists.

paused

Sending has been halted and can be resumed.

cancelled

Sending was stopped and will not resume.

finished
All messages have been sent.

Attributes

Name Description
cancelled The lifecycle status of a campaign.
draft The lifecycle status of a campaign.
finished The lifecycle status of a campaign.
paused The lifecycle status of a campaign.
running The lifecycle status of a campaign.
scheduled The lifecycle status of a campaign.

cancelled

The lifecycle status of a campaign.

cancelled="cancelled"

Attributes: draft: Created but not queued; safe to edit. scheduled: Will start automatically at the campaign’s send_at time. running: Actively sending to the target lists. paused: Sending has been halted and can be resumed. cancelled: Sending was stopped and will not resume. finished: All messages have been sent.


draft

The lifecycle status of a campaign.

draft="draft"

Attributes: draft: Created but not queued; safe to edit. scheduled: Will start automatically at the campaign’s send_at time. running: Actively sending to the target lists. paused: Sending has been halted and can be resumed. cancelled: Sending was stopped and will not resume. finished: All messages have been sent.


finished

The lifecycle status of a campaign.

finished="finished"

Attributes: draft: Created but not queued; safe to edit. scheduled: Will start automatically at the campaign’s send_at time. running: Actively sending to the target lists. paused: Sending has been halted and can be resumed. cancelled: Sending was stopped and will not resume. finished: All messages have been sent.


paused

The lifecycle status of a campaign.

paused="paused"

Attributes: draft: Created but not queued; safe to edit. scheduled: Will start automatically at the campaign’s send_at time. running: Actively sending to the target lists. paused: Sending has been halted and can be resumed. cancelled: Sending was stopped and will not resume. finished: All messages have been sent.


running

The lifecycle status of a campaign.

running="running"

Attributes: draft: Created but not queued; safe to edit. scheduled: Will start automatically at the campaign’s send_at time. running: Actively sending to the target lists. paused: Sending has been halted and can be resumed. cancelled: Sending was stopped and will not resume. finished: All messages have been sent.


scheduled

The lifecycle status of a campaign.

scheduled="scheduled"

Attributes: draft: Created but not queued; safe to edit. scheduled: Will start automatically at the campaign’s send_at time. running: Actively sending to the target lists. paused: Sending has been halted and can be resumed. cancelled: Sending was stopped and will not resume. finished: All messages have been sent.