pub async fn create_journey(
configuration: &Configuration,
app_id: &str,
create_journey_request: CreateJourneyRequest,
) -> Result<Journey, Error<CreateJourneyError>>Expand description
The Journeys API is in beta. Endpoints and response fields can still change. Create a new journey with an audience and a node graph. Journeys are always created in the draft state. The authenticated App API key must have permission to create journeys.