chase-roohms/Discord Webhook Notifier
Send messages to Discord via webhook
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 27, 2026
- License
- None
Pinned Snippet
uses: chase-roohms/discord-notify@741b86fa781bdc1085f0090f08e9680d62fe8ae7 # v1.0.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| webhook_url | The Discord webhook URL to send the message to | yes | — |
| content | The message to send to Discord, used in the "content" field if embeds are enabled. | no | "" |
| username | The username to display as the message sender | no | "" |
| avatar_url | The URL of the avatar image to use for the message sender | no | "" |
| embed-authors | The authors of the embeds to include in the message | no | "" |
| embed-author-urls | The author URLs of the embeds to include in the message | no | "" |
| embed-author-icons | The author icon URLs of the embeds to include in the message | no | "" |
| embed-titles | The titles of the embeds to include in the message | no | "" |
| embed-descriptions | The descriptions of the embeds to include in the message | no | "" |
| embed-urls | The URLs of the embeds to include in the message | no | "" |
| embed-colors | The colors of the embeds to include in the message, as hex values (e.g., FF0000 for red) | no | "" |
| embed-image-urls | The main image URLs of the embeds to include in the message | no | "" |
| embed-thumbnail-urls | The thumbnail image URLs of the embeds to include in the message | no | "" |
| embed-fields | The fields of the embeds to include in the message, as JSON arrays | no | "" |
| embed-footers | The footers of the embeds to include in the message | no | "" |
| embed-footer-icons | The footer icon URLs of the embeds to include in the message | no | "" |
| embed-timestamps | The timestamps of the embeds to include in the message, as ISO 8601 strings. Or "now" for the current time. | no | "" |
Outputs
| name | description |
|---|---|
| status_code | The HTTP status code of the Discord message request |
| payload | The full payload sent to Discord |
| payload_file | The file path of the payload sent to Discord |