actions-marketplace-validations/Send SMS Notification with Twilio
Sends an SMS notification with date, time, workflow name, repo name and repo owner
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| TWILIO_ACCOUNT_SID | Twilio Account SID found in Twilio console. | yes | — |
| TWILIO_AUTH_TOKEN | Twilio Auth Token found in Twilio console | yes | — |
| TWILIO_PHONE_NUMBER | Twilio phone number to send messages from. | yes | — |
| PHONE_NUMBER | Phone number to send messages to. | yes | — |
| withDate | Include date with message | no | true |
| withTime | Include time with message | no | true |
| withRepoName | Include repository name | no | true |
| withRepoOwner | Include repository owner | no | true |
| note | Additional note to include with message. | no | "" |
Outputs
| name | description |
|---|---|
| time | The time we greeted you |