HomeGuidesDeveloper HubRelease Notes
Get supportBook a chat
Developer Hub
These docs are for v2.134. Click to read the latest docs for v2.208.

Overview

Since most companies have their own brand identity, there usually is a specific design requirement that must be met when you build the Program's site. Imagine, for example, that you need to follow a color pattern, a format or that you want to add other filters and buttons to the components, in order to follow the brand’s UX.

That's why being able to modify the default Fielo components, or even build one from scratch, might be important for you. For that, we offer you a public repository which represents the LWC Layer, JS Controllers and Helpers Layer and the Apex Controller Layer. The last necessary layer, Apex Service Layer, is the Global API that you will need in order to be able to use the open source code however you want to and deploy it.

This section addresses a number of APEX APIs that can be used however you may need: as a controller, as an integration REST API or anywhere else. However, the focus is for it to be used in Lightning Web Components (LWC).

Below, you will find the classes that can be used with the objective of modifying or building a LWC for your Experience Cloud Site. Some APIs that you will need to use are exactly the same as the ones introduced before, for Incentive Automation.