Dialer App

Build a dialer application using Catalyst Advanced I/O Functions,DataStore and integration with Twilio’s Voice API that establishes an outbound call connection between your sales team and customers.

Deploy the Project

To deploy your Catalyst project from the CLI, run the following command in your terminal from your project directory:

$ catalyst deploy

The function is deployed first, followed by the client component. The production URLs of the components are displayed.

catalyst-deploy

You can now open the client component's URL in a browser to access the deployed application. The CatalystDialer application can now be accessed from its web app URL.

dev-url

Dialer application is now functional and will work without any errors.