tech-thinker/chatz action
Github actions using chatz for github workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| provider | Provider name should be one of [slack, google, telegram, discord, redis] | yes | — |
| web_hook_url | Web Hook URL for google/discord. | no | "" |
| token | Token for slack/telegram. | no | "" |
| channel_id | Target channel id. | no | "" |
| chat_id | Target chat id. | no | "" |
| connection_url | Connection URL for redis. | no | "" |
| thread_id | Thread id for reply. | no | "" |
| required_failed | Exit with an error if the response indicates failure | no | false |
| smtp_host | SMTP server host. | no | "" |
| smtp_port | SMTP server port. | no | 0 |
| smtp_use_tls | Use TLS flag. | no | false |
| smtp_use_starttls | Use STARTTLS flag. | no | false |
| smtp_user | SMTP server login username. | no | "" |
| smtp_password | SMTP server login password. | no | "" |
| smtp_subject | Email subject. | no | "" |
| smtp_from | From email address. | no | "" |
| smtp_to | To email address comma saparated. | no | "" |
| message | Message for send. | yes | — |
Outputs
no outputs