appleboy/Discord Message Notify

Send a message to a Discord channel using a webhook. This action allows you to notify a Discord channel by sending a message through a webhook.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
webhook_urlThe URL of the Discord webhook. This is the endpoint where the message will be sent.
webhook_idThe ID of the Discord webhook. This is a unique identifier for the webhook.
webhook_tokenThe token of the Discord webhook. This token is used to authenticate the webhook.
messageThe content of the message to send. The message can be up to 2000 characters long.
fileThe content of the file to send. You can attach a file to the message.
colorThe color code for the embed message. This sets the color of the embed's side border.
waitWait for server confirmation before responding. If set to true, the action will return the created message body.
ttsSet to true if the message should be read aloud using text-to-speech. This enables the text-to-speech feature for the message.
usernameOverride the default username of the webhook. This allows you to set a custom username for the message sender.
avatar_urlOverride the default avatar of the webhook. This allows you to set a custom avatar for the message sender.
debugEnable debug mode. If set to true, the action will output the request and response details.

no outputs