/dasha-smb-receptionist-demo

Simple app that shows how to build a voice/text AI receptionist

Primary LanguageASLMIT LicenseMIT

How to start the demo app

This example shows how to build a voice/text AI receptionist on top of Dasha. If you need any help, join us in our Developer Community.

  1. Set environment variable DASHA_APIKEY (or create a file .env that contains DASHA_APIKEY=<your_apikey>). To receive your Dasha API key, enroll into our beta program here https://dasha.ai/en-us/developers.
  2. Run npm i.
npm i
  1. Run one of the following:
    • To start outbound call run
    npm start <phone_number>
    (phone number in international format without +, for instance 12223334455).
    • To start text chat run
    npm start chat