kudosity/Kudosity SMS
Send an SMS via Kudosity from a GitHub Actions workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | Kudosity API key (Developers → API Settings). Store this as a repository secret and pass via `secrets.KUDOSITY_API_KEY`. | yes | — |
| to | Recipient phone number (local or E.164 international format, same country as the sender). | yes | — |
| from | Sender number assigned to your Kudosity account, or an alphanumeric sender ID (max 11 chars). | yes | — |
| message | SMS body text. Use `[opt-out-link]` if opt-out is required. | yes | — |
| message-ref | Optional reference (max 500 chars) returned in webhooks for correlation. | no | "" |
| track-links | Set to "true" to shorten and track links in the message body. | no | false |
Outputs
| name | description |
|---|---|
| message-id | Kudosity message ID returned by the API. |
| status | Kudosity message status (e.g. queued, delivered). |