ci-space/Send message to Telegram
Send message to Telegram
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Token for Telegram Bot | yes | — |
| chat_id | ID of Telegram Chat | yes | — |
| chat_thread_id | ID of Telegram chat | yes | — |
| message | Text for message | yes | — |
| host | Telegram host | no | api.telegram.org |
| convert_markdown | Convert github markdown to telegram markdown | no | false |
| issue_tracker_url | URL to issue tracker. Example: https://my-project.atlassian.net/browse | no | — |
| mode | Mode of send. Possible values: [create, update] | no | create |
| message_id | ID of updating message. Required if mode is update | no | — |
Outputs
| name | description |
|---|---|
| message_id | ID of sent message |