Skip to content

A simple demo of how to build quick to dial functionality with Twilio Flex

Notifications You must be signed in to change notification settings

andrej-s/twlo-clicktodial

Repository files navigation

Twilio Flex Click to Dial

This repository is meant as an example on how one can create a click to dial functionality for internal agents. This code is not meant to be deployed to production as it might contain security vulnerabilities.

Prerequisites

  1. Active instance of Twilio Flex
  2. Dialpad activated, currently a Pre-Release Feature

How to use

  1. git clone https://github.com/andrej-s/twlo-clicktodial
  2. cd twlo-clicktodial
  3. npm install
  4. cp .env.example .env
  5. Add credentials and configuration in .env
  6. npm start
  7. Head over to http://localhost:3000/
  8. Select active user and enter a phone number to dial in E164 format - if you are on a trial, you can only call verified phone numbers
  9. A task will be accepted in Twilio Flex and a call is initiated

About

A simple demo of how to build quick to dial functionality with Twilio Flex

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published