Tasks are deleted 5 minutes after being completed or cancelled. If a Task traverses Workflow to the point that it
Author: Yvonne Lu
Twilio Flex Manager
Documentation: https://www.twilio.com/docs/flex/developer/ui/manager On Connect Flex.Manager.getInstance().voiceClient.on(‘connect’, () => { console.log(‘connect’); }); Action inside reservation Flex.Manager.getInstance().workerClient.on(“reservationCreated”, reservation => { if (reservation.task.taskChannelUniqueName ===
Twilio Flex Plugin
# create new plugin state-warning twilio flex:plugins:create plugin-state-warning –install To login to Flex, first login to Twilio console, select the
VS Code notes
To view Json: Shift+Alt+F will format the json document To set up debugger: Go to run view create launch.json. Edit
Laravel Job and Queue
To place job on the queue using tinker: use Illuminate\Contracts\Bus\Dispatcher; //for command app(Dispatcher::class)->dispatch($command); //for job app(Dispatcher::class)->dispatch(new App\Jobs\TestJob); //or $pending =
Twilo template for got interface
const got = require(‘got’); //Boilerplate for function code exports.handler = function(context, event, callback) { // Make an HTTP Request using
AWS DomumentDB
AWS DocumentDB (MongoDB Compatibility) walk through NOT an ec2 instance connect through VPC Connect Using Amazon EC2 Connecting to an
Laravel Model
To create a new model php artisan make:model model_name This will make a model file in App directory. As a
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