prodreams/Rust Telegram Notify Action
Sends notifications to Telegram from GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Telegram Bot Token | yes | — |
| chat_id | Chat ID to send the notification | yes | — |
| api_url | Custom bot API URL | no | — |
| thread_id | Thread ID (optional) | no | — |
| status | Status of the workflow (e.g., success, failure) | no | — |
| title | Title text | no | — |
| message | Message text | no | — |
| footer | Footer text | no | — |
| proxy_url | Proxy server URL for routing requests (e.g., http://user:pass@127.0.0.1:8080 or socks5://ip:port). | no | — |
| notify_fields | Additional fields | no | — |
Outputs
| name | description |
|---|---|
| notify_result | Result of the notification |