Add a destination to an export

Adds one more delivery destination to an existing export. The destination is the same shape as destination on create, and references a saved integration by id. An export can have at most 5 destinations, each on a different connection; marketplace destinations cannot be combined with others, and a DelivrDSP destination cannot be added to an existing export.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The export id (UUID).

Body Params

File-write options supported by S3 and email destinations (not Slack).

string
enum
required
Allowed:
uuid
required

A saved s3 integration.

string

Object key prefix (folder path) within the bucket.

string
enum
Allowed:
string
enum
required

What each output record encodes. The value valid for a given export depends on its source (e.g. contacts_only for an audience export, raw_events for a pixel or DSP event export).

string
enum
required
Allowed:
fields
array of strings

Output column allow-list. Omit to use the default set for the record type.

fields
string
enum

How to render multi-value fields. Defaults to first.

Allowed:
string
boolean

Deliver a file even when there are zero records. Defaults to false.

boolean

Combine a multi-window run into one file. Not allowed with parquet. Defaults to false.

Responses

401

Missing or invalid API key / secret.

404

No export with this id in the key's organization.

413

Request body larger than 1 MiB.

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json