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:
- In FintechOS Studio, go to Main Menu > Digital Experience > Digital Flow Processing. The Flow Settings List page opens.
- 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.
- In the Add Digital Flow Settings page, enter a Name for your digital flow settings group.
- 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.
- 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
- In FintechOS Studio, go to Main Menu > Digital Experience > Digital Flow Processing. The Flow Settings List page opens.
- In the Flow Settings List page, double click the desired digital flow settings group.
- In the Processor Settings section, click the Insert button.
- Fill in the following fields:
Field Description Name Enter a name for the processor settings. Flow Settings Leave the default value. Digital Processor Type Select Captcha. Settings JSON code for the automation processor's settings. For details, see 3 Fill in the reCAPTCHA settings. - 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. |
{
"SourceEntityName": "FTOS_Test_Captcha",
"MinimumScore": 0.2,
"Debug": true
}