Setting up the reCAPTCHA Automation Processor

Follow the steps below to configure the automation processor.

1 Create a generic processor settings group

The reCAPTCHA automation processor must be hosted inside a generic processor settings group. A generic processor settings group can include multiple automation processors and is typically used as a container for the automation processors called by a specific digital journey.

If you already have a generic processor settings group you wish to host your reCAPTCHA automation processor, skip to 2 Add the reCAPTCHA automation processor to a generic processor settings group. Otherwise, follow the instructions below to create a new generic processor settings group:

  1. In FintechOS Studio, go to Main Menu > Digital Experience > Digital Flow Processing. The Flow Settings List page opens.
  2. In the Flow Settings List page, click the Insert button at the top right corner to add a new digital flow settings group. The Add Digital Flow Settings page opens.
  3. In the Add Digital Flow Settings page, enter a Name for your digital flow settings group.
  4. If you already have a digital journey set up where you wish to call the automation processor, select it from the Digital Journey drop-down box.
  5. Click the Save and Close button at the top right corner to save your flow settings group.

2 Add the reCAPTCHA automation processor to a generic processor settings group

  1. In FintechOS Studio, go to Main Menu > Digital Experience > Digital Flow Processing. The Flow Settings List page opens.
  2. In the Flow Settings List page, double click the desired digital flow settings group.
  3. In the Processor Settings section, click the Insert button.
  4. Fill in the following fields:   
    FieldDescription
    NameEnter a name for the processor settings.
    Flow Settings Leave the default value.
    Digital Processor Type Select Captcha.
    SettingsJSON code for the automation processor's settings. For details, see 3 Fill in the reCAPTCHA settings.
  5. Click Save and Close at the top right corner of the screen.

3 Fill in the reCAPTCHA settings

The reCAPTCHA settings are defined in JSON format as key-value pairs. The following settings are available:

JSON Key Description
SourceEntityName Name of the entity that calls the processor.
MinimumScore
(reCAPTCAHA 3 only) Minimum acceptance score between (0.0 and 1.0).
Debug Set it to true if you wish to display the console logs.

 

Copy
{
    "SourceEntityName": "FTOS_Test_Captcha",
    "MinimumScore": 0.2,
    "Debug": true
}