Create Component Definition
In server/libs/modules/components/newcomponent/src/main/java/com/bytechef/component/newcomponent
package, the
NewComponentComponentHandler
class defines the component. The COMPONENT_DEFINITION
constant contains all the details
about the component, including its name, title, description, icon, categories, connection, actions, triggers and others.
Icon
Find and download a user interface icon in .svg format for your component and place it in server/libs/modules/components/newcomponent/src/main/resources/assets/newcomponent.svg
For more information about any method in the COMPONENT_DEFINITION
, refer to the component documentation.