Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 965 Bytes

SuppressionList.md

File metadata and controls

42 lines (27 loc) · 965 Bytes

SuppressionList

Suppression list schema

Properties

Name Type Description Notes
id Integer [optional] [readonly]
value String Suppressed value [optional]
type TypeEnum Suppression type [optional]
method MethodEnum Suppression method [optional]
campaignHash String [optional] [readonly]
created OffsetDateTime [optional] [readonly]

Enum: TypeEnum

Name Value
EMAIL "email"
EMAIL_DOMAIN "email_domain"
EMAIL_USER "email_user"
CELLPHONE "cellphone"
PHONE "phone"

Enum: MethodEnum

Name Value
UNSUBSCRIBE "unsubscribe"
BOUNCE "bounce"
MANUAL "manual"
OTHER "other"
FORGOTTEN "forgotten"