seven-io/seven.io SMS
Send SMS through GitHub Actions via the seven.io SMS Gateway
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| apiKey | A seven.io API Key. Alternatively stored in environment variable SEVEN_API_KEY | yes | — |
| delay | Delayed dispatch at given time: Unix-Timestamp or format yyyy-mm-dd hh:ii | — | — |
| foreign_id | Foreign ID returned in callbacks. Allowed characters: a-z, A-Z, 0-9, .-_@ | — | — |
| from | Sender ID; max 16 numeric or 11 alphanumeric characters | — | — |
| label | Custom label. Allowed characters: a-z, A-Z, 0-9, .-_@ | — | — |
| text | The actual message content you want to send to the recipient(s) | yes | — |
| to | Phone number(s) or contact(s) separated by comma to send the SMS to | yes | — |
| ttl | Time To Live in minutes. Default is 2880 | — | — |
| udh | User Data Header: If set and text contains Hexcode the sms gets sent as 8-bit binary | — | — |
Outputs
| name | description |
|---|---|
| response | The API response |