chase-roohms/Discord Webhook Notifier

Send messages to Discord via webhook

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Apr 27, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: chase-roohms/discord-notify@741b86fa781bdc1085f0090f08e9680d62fe8ae7 # v1.0.3

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
webhook_urlThe Discord webhook URL to send the message toyes
contentThe message to send to Discord, used in the "content" field if embeds are enabled.no""
usernameThe username to display as the message senderno""
avatar_urlThe URL of the avatar image to use for the message senderno""
embed-authorsThe authors of the embeds to include in the messageno""
embed-author-urlsThe author URLs of the embeds to include in the messageno""
embed-author-iconsThe author icon URLs of the embeds to include in the messageno""
embed-titlesThe titles of the embeds to include in the messageno""
embed-descriptionsThe descriptions of the embeds to include in the messageno""
embed-urlsThe URLs of the embeds to include in the messageno""
embed-colorsThe colors of the embeds to include in the message, as hex values (e.g., FF0000 for red)no""
embed-image-urlsThe main image URLs of the embeds to include in the messageno""
embed-thumbnail-urlsThe thumbnail image URLs of the embeds to include in the messageno""
embed-fieldsThe fields of the embeds to include in the message, as JSON arraysno""
embed-footersThe footers of the embeds to include in the messageno""
embed-footer-iconsThe footer icon URLs of the embeds to include in the messageno""
embed-timestampsThe timestamps of the embeds to include in the message, as ISO 8601 strings. Or "now" for the current time.no""
namedescription
status_codeThe HTTP status code of the Discord message request
payloadThe full payload sent to Discord
payload_fileThe file path of the payload sent to Discord