twilio-labs/Twilio SMS
Send an SMS from GitHub Actions using Twilio Programmable SMS
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| FROM_PHONE_NUMBER | Phone number in your Twilio account to send the SMS from | yes | — |
| TO_PHONE_NUMBER | Phone number to send the SMS to | yes | — |
| message | The message you want to send | yes | — |
| TWILIO_ACCOUNT_SID | A Twilio Account SID. | yes | — |
| TWILIO_AUTH_TOKEN | A Twilio Auth Token. | yes | — |
Outputs
| name | description |
|---|---|
| messageSid | The Twilio Message SID |