Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideNuGetDev CommunityOptimizely AcademySubmit a ticketLog In
API Reference

Send campaign to the chunked recipients

Imports the recipients (chunked recipients can be provided with this call as well) and starts the campaign. The sending batch is marked as finished afterwards.

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

Client ID

number
required

Sending Batch ID

Body Params
string
recipients
array of objects
recipients
Responses
202

The import of recipients is initiated, the campaign will be started after import is finished.

400

Chunk value is not alphanumeric (with '-' and '_' accepted) or not limited with 250 characters.

404

The sending batch could not be found. Ensure that the required parameter is correct and the sending batch entry exists.

409
  • the sending batch is already sent
  • the sending batch has no chunks
  • associated campaign is invalid
Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!