Twilio Flex supports Plugins - self-contained code changes that allow for modification to the Flex UI experience. Plugins use the core programmability model of Flex to change or update functionality. With the React-based architecture, users can create and deploy plugins that change or add new UI elements and functionality. Here are the steps to get you started:
- Install the Twilio CLI
- Install the Twilio CLI plugin for Flex Plugins
- Create your Flex Plugin
- Add Your Code
- Build your plugin
- Deploy your plugin via the Plugins API
- View your plugin on the Plugins Dashboard
Related Topics