latestOpenAPI 3.0.12026-08-21183382785.0 KB
24caa8eb809b
Realtime Journeys
Resume activations in the realtime journey.
Resume activations in the realtime journey.
patch/entities/realtime_journeys/{realtimeJourneyId}/resume
Response
Returns a summary of the journey
Example response
{
"data": {
"attributes": {
"realtimeJourneyStages": [
{
"steps": {
"58AB9022-B48D-430A-A879-2E13D08CD2C1": {
"type": "WaitStep",
"name": "Wait 1 hour",
"waitStep": 1,
"waitStepUnit": "hour",
"next": "428CA341-3C3E-4D38-8D88-A035CE83A1FF"
},
"428CA341-3C3E-4D38-8D88-A035CE83A1FF": {
"type": "TriggeredActivation",
"name": "Send mail",
"journeyActivationStepId": "123"
}
},
"rootStep": "58AB9022-B48D-430A-A879-2E13D08CD2C1"
}
]
}
}
}