# create new plugin state-warning twilio flex:plugins:create plugin-state-warning –install To login to Flex, first login to Twilio console, select the
Category: Twilio
Twilo template for got interface
const got = require(‘got’); //Boilerplate for function code exports.handler = function(context, event, callback) { // Make an HTTP Request using
Learn Twilio
Twilio Quest Twilio Labs Twilio Training Store (free) Get Phone Number API Tutorial on calculating signature for webhook Debugging Twilio
Twilio Recording Option Notes
Call Recording with Twilio Flex (mono only) Conference Option Properties Sample dual recording code Enable dual channel recording Add dual
Twilio Flex Insight
Data Model A complete list of attributes Insights extracts attributes from the following events: reservation.created reservation.rejected reservation.timeout reservation.canceled reservation.rescinded reservation.completed
Twilio Flex Set Worker Attribute
Example of setting custom worker attribute in Twilio Flex if (Flex.Manager.workerClient.attributes){ let preAttributes = manager.workerClient.attributes; preAttributes.test1 = “value1”; preAttributes.test2 =
Twilio Notes
Worker Priority Task Queue Ordering Using Redux with Flex Code Cartoon Intro to Redux Code Cartoon guide to Flux
Twilio API Calls
An example of translating definition from Twilio API Explorer to an actual call in the code: Click here to see