Call step action

Saves and executes form actions, populates custom processor mappings and executes script.

Syntax

Copy
POST <host_address>/ftosapi/digital-journeys/<digital_journey_name>/step-action/{stepActionId}/{externalId}
 
Parameter Description
host_address The URL of the FintechOS platform server.
digital_journey_name The name of the digital journey.
externalId The unique identifier of the digital journey.
stepActionId The value of the Button Id, as defined in the UI Designer.

Response

Copy
{
  "instanceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "externalId": "string",
  "nextStep": {
    "journeyItem": "string",
    "journeyStep": "string"
}

Examples