Skip to main content

Append to Suppression List

POST 

/suppression/:id/append

Append a CSV file to an existing suppression list

Adds customer email addresses from a CSV file to an existing suppression list instead of creating a new one. The list's name and scope are inherited from the existing list, and its suppressed count accumulates across all appended files.

Request

Path Parameters

    id int64required

    ID of the suppression list to append to

Body

    file binaryrequired

    The CSV file containing email addresses to suppress - File should have a header 'Value' and email addresses in the subsequent rows

Responses

Successful operation

Schema
    id int64
    name string
    type string

    Possible values: [EMAIL, MD5, SHA256]

    scope string

    Possible values: [LOCAL, GLOBAL]

Loading...