Creates a Journey in the given Engage space. Accepts an XState journey definition and creates the journey in draft state.
• This endpoint is in Alpha testing. Please submit any feedback by sending an email to friends@segment.com.
OK
Resource not found
Validation failure
Too many requests
{- "name": "Application Abandonment",
- "description": "Calls users who abandon an application within 20 minutes",
- "definition": {
- "initial": "entry_abc123",
- "states": {
- "entry_abc123": {
- "meta": {
- "type": "entry",
- "name": "Application Started",
- "event": {
- "type": "ast",
- "options": {
- "AND": [
- {
- "event": "Application Started"
}
]
}
}
}, - "on": {
- "hold_abc123": {
- "target": "hold_abc123"
}
}
}, - "hold_abc123": {
- "meta": {
- "type": "split",
- "name": "Wait for Application Finished",
- "splitType": "event",
- "delay": {
- "duration": 20,
- "durationUnits": "minutes"
}
}, - "on": {
- "completed_abc123": {
- "target": "exit_completed_abc123"
}, - "timeout_abc123": {
- "target": "exit_timeout_abc123"
}
}
}, - "exit_completed_abc123": {
- "meta": {
- "type": "exit",
- "name": "Completed"
}
}, - "exit_timeout_abc123": {
- "meta": {
- "type": "exit",
- "name": "Timed Out"
}
}
}, - "entryRules": {
- "type": "multiple"
}
}
}{- "data": {
- "journey": {
- "id": "jou_0ujsszwN8NRY24YaXiTIE2VWDTS",
- "spaceId": "9aQ1Lj62S4bomZKLF4DPqW",
- "name": "Application Abandonment",
- "executionState": "DRAFT",
- "createdAt": "2006-01-02T15:04:05.000Z",
- "updatedAt": "2006-01-02T15:04:05.000Z"
}
}
}