This chapter covers some interesting areas of both Flybase and Twilio. We’re going to build a “click-to-call” call center, where visitors can click a product on a page and begin a Twilio Client call with agents on another web page. To do this, we are going to use Flybase’s custom events.
This tutorial is based on a post (www.twilio.com/blog/2014/07/creating-a-click-to-call-service-with-twilio-client-pusher-and-python.html) from Twilio last year on using Pusher, Twilio, and Python to build a similar ...