This project provides a toolkit to call every registered business in a city and perform an automated health check over the phone.
Do you need help performing a health check of your local businesses? Contact us - we would love to help you out!
git clone https://github.com/staeco/business-health-check
cd business-health-check
yarn
- Rename
config/keys.json
toconfig/secret-keys.json
- Create a Twilio account and provide your account ID, access token, and phone number in the
config/secret-keys.json
file. - (Optional) Record a greeting to open your call with here and save the file as
static/opening.mp3
. A default recording is available.- Our testing indicates people don't like receiving calls from robots and will immediately hang up when hearing one speak - having a human touch at the start of the call improves the response rate.
- If you don't want this you can delete the
openingAudio
flag from the configuration to skip it.
- Edit the
config/prompt.json
file and update the options for your locality.
yarn test-create-plan <your phone number>
yarn test-execute
yarn download <municipal.systems business export URL>
yarn create-plan
yarn execute
yarn report
yarn finish