Twilio — SMS and voice
twilio/api · version 1
envs add twilio/api
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
TWILIO_ACCOUNT_SID |
required | secret | Two letters and 32 hex digits, as Twilio documents a SID. Twilio does not rate it either way, and it is half of the basic-auth pair, so it is not treated as browser-safe here.. Shape ^AC[0-9a-fA-F]{32}$. where to get it |
TWILIO_AUTH_TOKEN |
required | secret | The credential. No shape is declared because Twilio documents none. Rotate by promoting a secondary token, not by editing this one.. where to get it |