Skip to main content

Append to Audience

PUT 

/audiences/:id/append

Appending members in existing audience from csv file

Appends email addresses to an existing Audience list by importing customer email addresses from a CSV file. Use this endpoint to efficiently add multiple recipients to an existing Audience in a single operation, making it easy to grow and manage your audience without creating a new list.

Request

Path Parameters

    id uuidrequired

    ID of the Audience to append members

Body

required
    contactFile binaryrequired

    The CSV file to upload

Responses

Successful operation

Schema
    id uuid
    name string
    status string

    Possible values: [IN_PROGRESS, COMPLETED, FAILED, DELETING, VERIFICATION]

Loading...