/plugin-dialpad

Dialpad plug-in for Twilio Flex

Primary LanguageJavaScriptApache License 2.0Apache-2.0

#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.

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.