Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunitySubmit a ticketLog In
GitHubNuGetDev CommunitySubmit a ticket

importRecipients

Imports recipients for the mailing (identified by the waveId) for which the closed loop process has been started (see prepareNewWave) in Optimizely Campaign.

📘

Note

This method can be called with a batch of a maximum of 1000 recipients.

Type: void

Parameters

NameTypeValue
sessionIdStringID of the session
waveIdlongID returned by prepareNewWave
recipientFieldNamesString[ ]The names of the recipient list fields of the recipient list
recipientFieldValuesString[ ][ ]The values of the above mentioned recipient list fields, i.e., the actual recipient data

Return values

–

Code structure

void importRecipients(String sessionId, long waveId, String[] recipientFieldNames, String[][] recipientFieldValues)