# Journey

Type: object

Event-driven workflow that moves contacts through follow-up steps.

## Properties

- `id` (string, required)
- `tenantId` (string, required)
- `name` (string, required)
- `status` (JourneyStatus, required)
- `createdAt` (string, required)
- `updatedAt` (string, required)
- `definition` (WorkflowDefinition, optional)
- `triggerConfig` (TriggerConfig, optional)
- `activeVersion` (JourneyVersion, optional)
- `entryMode` (EntryMode, optional)

