Additional Functionality
Adding In Additional Entities: If you don’t have all the entities you want to include in your application up front, you can add the field do-await-additional-entities
: true
to your payload to the initial POST request. This will put the Journey into a state where the application will not enter reconciliation conditions until you have told us you are done sending entities.
Call a Non-Active Version of Your Journey: If you want to make an API call to a version of your Journey which is not currently set as the active version, you can use the header alloy-journey-version
, with the number of the version as the value.
Updated 7 months ago