Disclaimer: This website requires Please enable JavaScript in your browser settings for the best experience.

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

Optimizely developer documentation

How can we help you?

Try our conversational search powered by Generative AI!

AI OnAI Off

Update a "Wait" node in a Smart Campaign

Update information of a "Wait" node in a Smart Campaign, such as scheduled time, send time optimization or predecessor and successor node.

New Requests
Path Params
int64
required

Client ID

string
required

"Wait" node ID

int64
required

Smart Campaign ID

Form Data
date-time

Scheduled time in ISO 8601 format

boolean

If true, send time optimization is enabled. The "sto" parameters are only considered if one of the "scheduled" parameters is provided.

string

Type of send time optimization (can be combined with "scheduledAt" scheduler; DAY will be set by other schedulers)

date-time

Fallback at time of send time optimization in ISO 8601 format (can be combined with "scheduledAt" scheduler)

date-time

Optimization ends at time of send time optimization in ISO 8601 format (can be combined with "scheduledAt" scheduler)

boolean

If true, the scheduler is triggered after recipient import

string

Scheduled after import time in ISO 8601 format

string

Duration of send time optimization in ISO 8601 format (only days (max. 1), hours, and minute will be accepted (can be combined with "scheduledAfterRecipientImport" and "scheduledAfterRecipientImportAtTime" schedulers)

string

Predecessor node

string

Successor node

Responses

404

The "Wait" node could not be found. Ensure that the required parameters such as "campaignId" or "waitNodeId" are correct and the "Wait" node exists.

Language
Credentials
Select from the Examples drop-down list.
Select from the Examples drop-down list.