importRecipients
Imports recipients for the mailing (identified by the waveId) for which the closed loop process has been started (see prepareNewWave) in Optimizely Campaign.
NoteThis method can be called with a batch of a maximum of 1000 recipients.
Type: void
Parameters
Name | Type | Value |
---|---|---|
sessionId | String | ID of the session |
waveId | long | ID returned by prepareNewWave |
recipientFieldNames | String] | |
recipientFieldValues | String][ ] |
Return values
–
Code structure
void importRecipients(String sessionId, long waveId, String[] recipientFieldNames, String[][] recipientFieldValues)
Updated 11 days ago
Next