You can now find three new actions in the journeys action sidepanel.
You can now add default values to your integrations so when the action is added to a journey the value is already set
Additionally we changed the way you test your endpoints which are now performed in a modal where you first configure your test values and then secondly view the response.
The table overview in journeys is an important part of your experience and value with Journeys. Each journey can have their own unique fields that can be shown in the table and are saved for each Traveller in that particular journey, we call these fields "Journey fields".
If you receive a piece of information from an action in a journey and you want to have it in the table overview, you can use this new action to put the value there fand show it in the overview.
Example of usage
You have a journey that has 2 custom journey fields "Last day of work" and "Reason for leaving". In the beginning of a journey the "Last day of work" is empty and fetched from a form in the journey. The tricky part is that in your journey, you can receive the last day of work date from two different Input forms, that are on two separate branches but you don't know which one will be run as they are conditioned. By using the Update Journey Fields action on both branches after the Input form action, you can put the received value in to the "Last day of work" field regardless of which branch is run.
Everyone that goes through a journey has
​Why did we make this improvement?