plivo/Plivo SMS

Send an SMS from GitHub Actions using Plivo

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
fromPhoneNumberThe Phone number in your Plivo account to send SMS from, which is stored as secret and can also be hardcoded.yes
toPhoneNumberThe phone number to which SMS must be sent, is stored as a secret and can also be hardcoded.yes
messageThe message you want to sendyes
PLIVO_AUTH_IDA Plivo Auth ID. To be stored in secret or as an environment variable.yes
PLIVO_AUTH_TOKENA Plivo Auth Token. To be stored in secret or as an environment variable.yes
namedescription
MessageResponsePlivo returns a JSON response acknowledging the message.