createJourney
Create a Journey
Query parameters
skip creating an Automation (it takes Yn format "true, yes, 1, y")
Request body
Example request
{
"journey_type": "Sales template (Premium)",
"validationRules": {
"block1": "rule123",
"block2": [
"rule456",
"rule789"
],
"block3": {
"field1": "rule101",
"field2": [
"rule102",
"rule103"
]
}
},
"_manifest": [
"123e4567-e89b-12d3-a456-426614174000"
]
}Response
Success
Example response
{
"journey_type": "Sales template (Premium)",
"validationRules": {
"block1": "rule123",
"block2": [
"rule456",
"rule789"
],
"block3": {
"field1": "rule101",
"field2": [
"rule102",
"rule103"
]
}
},
"_manifest": [
"123e4567-e89b-12d3-a456-426614174000"
]
}Changes
Changed in 4 of the 6 revisions of this API.3413
- ▲
response property
allOf[JourneyCreationRequest]/validationRules/additionalProperties/oneOf[RuleRef]/additionalProperties/list-of-types was widened by adding typesarrayto media typeapplication/jsonof response201response-property-list-of-types-widened
- ▲
added
subschema #2to theallOf[JourneyCreationRequest]/validationRules/additionalProperties/response propertyoneOflist for the response status201response-property-one-of-added
- ○
added the new optional request property
settings/authGatenew-optional-request-property
- ○
request property
validationRules/additionalProperties/oneOf[RuleRef]/additionalProperties/list-of-types was widened by adding typesarrayto media typeapplication/jsonrequest-property-list-of-types-widened
- ○
added
subschema #2to thevalidationRules/additionalProperties/request propertyoneOflistrequest-property-one-of-added
- ○
added the optional property
allOf[JourneyCreationRequest]/settings/authGateto the response with the201statusresponse-optional-property-added
- ▲
- ○
added the new optional request property
steps/items/stepperTypenew-optional-request-property
- ○
added the optional property
allOf[JourneyCreationRequest]/steps/items/stepperTypeto the response with the201statusresponse-optional-property-added
- ○
- ●
removed the request property
settings/savingProgress/savingModerequest-property-removed
- ●
removed the request property
settings/savingProgress/supportedVersionrequest-property-removed
- ●
removed the optional property
allOf[JourneyCreationRequest]/settings/savingProgress/savingModefrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
allOf[JourneyCreationRequest]/settings/savingProgress/supportedVersionfrom the response with the201statusresponse-optional-property-removed
- ○
added the new optional request property
contextSchema/items/descriptionnew-optional-request-property
- ○
added the new optional request property
settings/savingProgress/modenew-optional-request-property
- ○
added the new optional request property
settings/savingProgress/supportedRevisionnew-optional-request-property
- ○
added the optional property
allOf[JourneyCreationRequest]/contextSchema/items/descriptionto the response with the201statusresponse-optional-property-added
- ○
added the optional property
allOf[JourneyCreationRequest]/settings/savingProgress/modeto the response with the201statusresponse-optional-property-added
- ○
added the optional property
allOf[JourneyCreationRequest]/settings/savingProgress/supportedRevisionto the response with the201statusresponse-optional-property-added
- ●
- ▲
the response property
allOf[JourneyCreationRequest]/settings/templateIdbecame nullable for the status201response-property-became-nullable
- ○
the request property
settings/templateIdbecame nullablerequest-property-became-nullable
- ▲