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

importFinishedAndScheduleMailing

Schedules the dispatch of the mailing for imported recipients in Optimizely Campaign.

After calling this method, no more recipients can be imported for this closed loop process. The scheduled mailing is sent to all recipients that were imported before (see importRecipients). This process may take a while to finish.

Type: void

Parameters

NameTypeValue
sessionIdStringID of the session
waveIdlongID returned by prepareNewWave

Return values

–

Code structure

void importFinishedAndScheduleMailing(String sessionId, long waveId)