Adding new capabilities to the core platform can be easily done by using plugins. FlowX plugins represent already-built functionality that can be added to a FlowX.AI platform deployment.
These could be either one of the provided custom plugins that we’ve already built or building your desired plugin.On our roadmap, we’re also looking to enhance the plugins library with 3rd party providers, so stay tuned for more.
The plugins are microservice apps that can be developed using any tech stack. The only requirement is that they need to be able to connect to the core platform using Kafka events.
Introduction to Kafka
Send message task (Kafka)
Receive message task (Kafka)
To interact with plugins, you need to understand a few details about them: