actions-marketplace-validations/Exotel SMS
Send an SMS from GitHub Actions using Exotel SMS
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| fromNumber | Exophone in your Exotel account to send the SMS from | yes | — |
| toNumber | Phone number to send the SMS to | yes | — |
| message | The message you want to send | yes | — |
| EXOTEL_ACCOUNT_SID | An Exotel Account SID. Can alternatively be stored in environment | yes | — |
| EXOTEL_API_KEY | An Exotel API Key. Can alternatively be stored in environment | yes | — |
| EXOTEL_API_TOKEN | An Exotel API Token. Can alternatively be stored in environment | yes | — |
Outputs
| name | description |
|---|---|
| smsMessageSid | The Exotel SmsMessage SID |