Publish a journey
Publish the current draft as a new version. Body is optional; pass { "version": "vN" } to roll back to a prior version instead. Returns 404 if the journey has no draft to publish.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Journey id
1Body
Request body for publishing a journey. Pass version to roll back to a prior version; omit to publish the current draft.
^v\d+$Response
Published journey
A journey, with its current draft or published nodes and metadata.
Lifecycle state of a journey.
DRAFT, PUBLISHED A single node in a journey DAG. Discriminated by type, with a secondary discriminator on some variants (trigger_type for trigger, mode for delay, method for fetch, scope for throttle).
- API Invoke Trigger
- Segment Trigger
- Send
- Delay for Duration
- Delay Until
- Fetch (GET/DELETE)
- Fetch (POST/PUT)
- AI
- Throttle (Static)
- Throttle (Dynamic)
- Batch
- Exit
- JourneyBranchNode