plivo/Plivo SMS
Send an SMS 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 to send SMS from, 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 message you want to send | 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. |