Run Event in Journey
Last updated
Was this helpful?
Last updated
Was this helpful?
The Run Event in Journey Data Operation allows Data Flows to run Session Events within a user’s session or invoke an Event in a different session. This is useful for performing client side operations (such as updating a web page, sending a text message, placing a phone call, etc.) from within a Data Operation.
Update a user’s Web Flow based on an update from another system by passing in the session ID from a stored value
Expects type text
.
Session ID corresponding to the session where the Session Event will be run.
Dropdown of all existing Session Events in the App to select the one to run.
This allows the running of this specific Session Event to check the parameters have been correctly set. A is automatically created to hold the results of this Data Operation. This will be an object describing the result of the operation.