This app lets you build a simple caller app using Twilio. The accompanying tutorial can be found here.
NB: Sensitive information, such as tokens or credentials, should always be securely encrypted and stored according to best practices. Do not use hardcoded or plaintext tokens in production.
- Extending the Pipedrive Boilerplate App
- Configuring vendor platform (Twilio) to use them in our app
- Adding API routes to authenticate with Twilio and handle voice calls
- Building a frontend using Bootstrap to dial and receive calls
You can try out the app almost instantly by remixing the Glitch App.
Instructions to setup and run the app can be found in the linked tutorial.