Register a Component

To register a CXF component, you'll need the following files:

  1. 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.

  2. Action Handlers File MAIN.JS - a javascript file that contains the function handlers of the actions defined in the schema definition file.

  3. Custom Functions CUSTOMFUNCTIONS.JS - functions that can be invoked using the ExecuteJS and ExecuteAPI

  4. Component Icon ICON.JPG - for the component in the toolbar

  5. Basic 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