plivo/Plivo Call
Make a call from GitHub Actions using Plivo
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| fromPhoneNumber | The Phone number in your Plivo account will be used caller id, which is stored as secret and can also be hardcoded. | yes | — |
| toPhoneNumber | The phone number to which SMS must be sent is stored as a secret and can also be hardcoded. | yes | — |
| message | The text you want to be spoken on the other end. | yes | — |
| language | Language 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 | — |
| voice | Either a MAN or a WOMAN voice will be used to read out the message. | yes | — |
| PLIVO_AUTH_ID | A Plivo Auth_ID. To be stored in secret or as an environment variable. | yes | — |
| PLIVO_AUTH_TOKEN | A Plivo Auth_Token. To be stored in secret or as an environment variable. | yes | — |
Outputs
| name | description |
|---|---|
| MessageResponse | Plivo returns a JSON response acknowledging the message. |