Suppression list schema
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] |
Name | Value |
---|---|
"email" | |
EMAIL_DOMAIN | "email_domain" |
EMAIL_USER | "email_user" |
CELLPHONE | "cellphone" |
PHONE | "phone" |
Name | Value |
---|---|
UNSUBSCRIBE | "unsubscribe" |
BOUNCE | "bounce" |
MANUAL | "manual" |
OTHER | "other" |
FORGOTTEN | "forgotten" |