<GetInput inputType="speech"> verb, which runs
Google Speech-to-Text internally. Plivo returns the transcribed text as SpeechResult
in the POST to your gather webhook. Billed as Plivo Speech Recognition โ check your
Plivo plan for included minutes.ANTHROPIC_API_KEY in /home/azureuser/work/recsys/.env.
After editing .env, run: sudo systemctl restart recsys
| Variable | Where to get it |
|---|---|
| ANTHROPIC_API_KEY | console.anthropic.com โ API Keys |
| PLIVO_AUTH_ID | Plivo Console โ Overview |
| PLIVO_AUTH_TOKEN | Plivo Console โ Overview |
| PLIVO_NUMBER | Plivo Console โ Phone Numbers (E.164 format, e.g. +14155551234) |
| Variable | Where to get it |
|---|---|
| PAYPAL_CLIENT_ID | developer.paypal.com โ Apps & Credentials โ your app โ Client ID |
| PAYPAL_SECRET | developer.paypal.com โ Apps & Credentials โ your app โ Secret |
| PAYPAL_MODE | sandbox for testing, live for production |
| PUBLIC_BASE_URL | Origin used in SMS links โ default https://support.hostbuddy.io/recsys |
Sandbox setup: visit developer.paypal.com,
create a Merchant app, copy the Client ID and Secret into .env, then sudo systemctl restart recsys.