models.SubscriberStatuses
The subscription status of a subscriber within a given mailing list.
Usage
models.SubscriberStatuses()Attributes
enabled-
The subscriber is actively subscribed and will receive campaigns.
disabled-
The subscription exists but is paused; the subscriber will not receive campaigns.
blocklisted- The subscriber has been blocked and will not receive any mail.
Attributes
| Name | Description |
|---|---|
| blocklisted | The subscription status of a subscriber within a given mailing list. |
| disabled | The subscription status of a subscriber within a given mailing list. |
| enabled | The subscription status of a subscriber within a given mailing list. |
blocklisted
The subscription status of a subscriber within a given mailing list.
blocklisted="blocklisted"
Attributes: enabled: The subscriber is actively subscribed and will receive campaigns. disabled: The subscription exists but is paused; the subscriber will not receive campaigns. blocklisted: The subscriber has been blocked and will not receive any mail.
disabled
The subscription status of a subscriber within a given mailing list.
disabled="disabled"
Attributes: enabled: The subscriber is actively subscribed and will receive campaigns. disabled: The subscription exists but is paused; the subscriber will not receive campaigns. blocklisted: The subscriber has been blocked and will not receive any mail.
enabled
The subscription status of a subscriber within a given mailing list.
enabled="enabled"
Attributes: enabled: The subscriber is actively subscribed and will receive campaigns. disabled: The subscription exists but is paused; the subscriber will not receive campaigns. blocklisted: The subscriber has been blocked and will not receive any mail.