actions-marketplace-validations/Plivo Call

Make a call 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 will be used caller id, 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 text you want to be spoken on the other end.yes
languageLanguage used to read out the text, for example, if we want the audio to be delivered in English, the value would be "en-US".yes
voiceEither a MAN or a WOMAN voice will be used to read out the message.yes
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.