epages-de/Mattermost Attachment Notification
GitHub Action to send Mattermost notifications on an attachment manner
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| webhook | Webhook URI. | yes | — |
| text | Text to be included in the attachment. It can be formatted using Markdown. | yes | — |
| notification_type | Left border color for the attachment by string. One of `success`, `warning`, `danger` and `info`. Defaults to `info`. | no | — |
| color | Hex color code that will be used as the left border color for the attachment. Overrides `notification_type`. | no | — |
| channel | Channel message will be posted in or username to send direct message. | no | — |
| username | Username the message posts as. | no | — |
| icon_url | Profile picture the message posts with. | no | — |
| fallback | A required plain-text summary of the attachment. | no | — |
| pretext | Line of text that will be shown above the attachment. | no | — |
| author_name | Name used to identify the author. | no | — |
| author_link | URL used to hyperlink the `author_name`. | no | — |
| author_icon | URL used to display a 16x16 pixel icon beside the `author_name`. | no | — |
| title | Title displayed below the author information in the attachment. | no | — |
| title_link | URL used to hyperlink the `title`. | no | — |
| image_url | URL to an image file (GIF, JPEG, PNG, BMP, or SVG) that is displayed inside a message attachment. | no | — |
| thumb_url | URL to an image file (GIF, JPEG, PNG, BMP, or SVG) that is displayed as a 75x75 pixel thumbnail on the right side of an attachment. | no | — |
| footer | Line of text that will be displayed at the bottom of the attachment. | no | — |
| footer_icon | URL to an image file (GIF, JPEG, PNG, BMP, or SVG) that is displayed as a 16x16 pixel thumbnail before the footer text. | no | — |
Outputs
no outputs