This Flex Plugin allows you to apply filtering by the queue in the table within Real-Time Queues View.
-
An active Twilio account. Sign up if you don't already have one.
-
Real-time Queues View enabled. The feature can be activated via Twilio Console Admin -> Pre-release Features -> REAL-TIME QUEUES VIEW.
- Clone this repository.
- Rename the example app configuration file.
- Install dependencies.
npm install
- Run the application.
npm start
- Navigate to http://localhost:3000.
When you make changes to your code, the browser window will be automatically refreshed.
When you are ready to deploy your plugin, in your terminal run:
npm run deploy
This will publish your plugin as a Private Asset that is accessible by the Functions & Assets API.
September 24, 2020
- Added a test suite, github actions and prettier.
September 10, 2020
- Added README.
This software is to be considered "sample code", a Type B Deliverable, and is delivered "as-is" to the user. Twilio bears no responsibility to support the use or implementation of this software.