https://github.com/thomaschaaf/twilio-flex-ui-v1-plugin
https://github.com/thomaschaaf/twilio-flex-ui-v1-plugin
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thomaschaaf/twilio-flex-ui-v1-plugin
- Owner: thomaschaaf
- Created: 2022-05-16T11:58:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T20:36:11.000Z (over 2 years ago)
- Last Synced: 2025-12-25T17:16:53.509Z (6 months ago)
- Language: TypeScript
- Size: 179 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Your custom Twilio Flex Plugin
Twilio Flex Plugins allow you to customize the appearance and behavior of [Twilio Flex](https://www.twilio.com/flex). If you want to learn more about the capabilities and how to use the API, check out our [Flex documentation](https://www.twilio.com/docs/flex).
## Setup
Make sure you have [Node.js](https://nodejs.org) as well as [`npm`](https://npmjs.com). We support Node >= 10.12 (and recommend the _even_ versions of Node). Afterwards, install the dependencies by running `npm install`:
```bash
cd
# If you use npm
npm install
```
Next, please install the [Twilio CLI](https://www.twilio.com/docs/twilio-cli/quickstart) by running:
```bash
brew tap twilio/brew && brew install twilio
```
Finally, install the [Flex Plugin extension](https://github.com/twilio-labs/plugin-flex/tree/v1-beta) for the Twilio CLI:
```bash
twilio plugins:install @twilio-labs/plugin-flex
```
## Development
Run `twilio flex:plugins --help` to see all the commands we currently support. For further details on Flex Plugins refer to our documentation on the [Twilio Docs](https://www.twilio.com/docs/flex/developer/plugins/cli) page.