actions-marketplace-validations/Twilio Action MMS SMS
Send an SMS or MMS from GitHub Actions using Twilio nodejs api
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 in your Twilio account to send the SMS from | yes | — |
| to | Phone number(s) to send the SMS to | yes | — |
| body | The body you want to send | no | — |
| mediaUrl | The mediaUrl you want to send | no | — |
| TWILIO_ACCOUNT_SID | A Twilio Account SID. Can alternatively be stored in environment | yes | — |
| TWILIO_AUTH_TOKEN | A Twilio API Key. Can alternatively be stored in environment | yes | — |
| TWILIO_OPTS | Optional JSON string param to pass values in MessageListInstanceCreateOptions that are not already inputs: {mediaUrl, body, to, from} ref: https://github.com/twilio/twilio-node/blob/main/lib/rest/api/v2010/account/message.d.ts#L193 | no | — |
| TWILIO_CLIENT_OPTS | Optional JSON string param to pass values in TwilioClientOptions on Twilio client creation ref: https://github.com/twilio/twilio-node/blob/main/lib/rest/Twilio.d.ts#L167 | no | — |
Outputs
| name | description |
|---|---|
| messageSid | The Twilio Message SID |