Register a Component
To register a CXF component, you'll need the following files:
Schema Definition File
SCHEMA.JSON
- the definition of actions and elements, global variables. This will be discussed in detail in the Schema Definition File section.Action Handlers File
MAIN.JS
- a javascript file that contains the function handlers of the actions defined in the schema definition file.Custom Functions
CUSTOMFUNCTIONS.JS
- functions that can be invoked using the ExecuteJS and ExecuteAPIComponent Icon
ICON.JPG
- for the component in the toolbarBasic Documentation File
README.MD
- this is a basic readme or documentation of the component. A more comprehensive documentation can be added as a link.
Download
Amazon Connect Connector
Official GitHub mirror: https://github.com/cxfabric/cxf-components/tree/master/amazon-connect
Salesforce Connector
Official GitHub mirror: https://github.com/cxfabric/cxf-components/tree/master/salesforce