Skip to content
JourneyStepObject

One ordered action within a journey. v1 advances strictly by ascending position. The type-specific fields are populated only for the relevant type (e.g. waitSeconds for wait, emailSubject/emailBody for sendEmail).

Fields

idID!
positionInt!
waitSecondsInt

For wait steps, the delay before the next step runs, in seconds.

emailSubjectString

For sendEmail steps, the email subject line.

emailBodyString

For sendEmail steps, the body (plain text / markdown, like a broadcast).

Used in

JourneyStep