Skip to content

shekharkhedekar/plugin-dialpad

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Dialpad

Make outbound calls using Flex!

Dialpad

Instructions

Get the Source Code

  • git clone https://github.com/lehel-twilio/plugin-dialpad.git
  • npm install
  • make patch

Setup Environment Variables

  • cp public/appConfig.example.js public/appConfig.js

Edit public/appConfig.js and add your accountSid and runtime domain (without protocol [http/https])

Deploy Functions

Go to your Twilio Functions and deploy the functions in the /functions directory.

In the Function Configuration tab you will need to make your credentials available in your Function code by checking the Enable ACCOUNT_SID and AUTH_TOKEN option. Additionally, you will need two configure two environment variables:

TWILIO_WORKSPACE_SID Out of the box, Flex Task Assignment is the only available Workspace TWILIO_WORKFLOW_SID: Out of the box, Assign to Anyone is the only available Workflow

function paths should match file names

Build

  • npm run build

Deploy Plugin

Go to your Twilio Assets and deploy the plugin-dialpad.js file from the /build directory.

About

Dialpad plug-in for Twilio Flex

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%