feat: sms notification for usa carriers (#40)

Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Alexandru Gutu
2020-09-18 19:54:59 -04:00
committed by GitHub
parent ec2108f4b9
commit 5a3636bcb6
5 changed files with 67 additions and 2 deletions
+2
View File
@@ -68,6 +68,8 @@ First, you're going to need to copy the `.env.example` to `.env`. The current op
| `EMAIL_PASSWORD` | Gmail password; see below if you have MFA; optional |
| `NOTIFICATION_TEST` | Test all the notifications configured; optional, default: `false` |
| `PAGE_TIMEOUT` | Navigation Timeout in milliseconds (`0` for infinite); optional, default: `30000` |
| `PHONE_NUMBER` | 10 digit phone number, only USA, SMS may apply (e.g., `1234567890`); optional, email configuration required |
| `PHONE_CARRIER` | Service provider for SMS, supports `["sprint", "tmobile", "att", "verizon"]`; optional, email configuration required |
| `RATE_LIMIT_TIMEOUT` | Rate limit timeout for each full store cycle; optional, default: `5000` |
| `SLACK_CHANNEL` | Slack channel for posting (e.g., `update`); optional |
| `SLACK_TOKEN` | Slack API token; optional