ftos.journey.publish

IMPORTANT!  
Starting with v24.3, this is renamed from server.event.publish to ftos.journey.publish.

This is suitable for all modules of business service components.

Raises the following events:

Event Name Event Description
JourneyStart Journey event that occurs when a banking/insurance journey begins.
JourneyAbandoned Journey event that occurs when a banking/insurance journey expires.
JourneyUnsuccess Journey event that occurs when a banking/insurance journey is finished but no contract/policy is signed.
JourneySuccess Journey event that occurs when a banking/insurance journey is finished and the contract/policy is signed.
ProductApproved Business event that must be raised after an offer is submitted and after the application/ quote is approved.
ProductRejected Business event that must be raised after the application/quote is rejected.

Syntax

Copy
function ftos.journey.publish(body:jsonData): void
 
Define the jsonData for each event as listed below:
 

Example