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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| webhook_url | The URL of the Discord webhook. This is the endpoint where the message will be sent. | — | — |
| webhook_id | The ID of the Discord webhook. This is a unique identifier for the webhook. | — | — |
| webhook_token | The token of the Discord webhook. This token is used to authenticate the webhook. | — | — |
| message | The content of the message to send. The message can be up to 2000 characters long. | — | — |
| file | The content of the file to send. You can attach a file to the message. | — | — |
| color | The color code for the embed message. This sets the color of the embed's side border. | — | — |
| wait | Wait for server confirmation before responding. If set to true, the action will return the created message body. | — | — |
| tts | Set to true if the message should be read aloud using text-to-speech. This enables the text-to-speech feature for the message. | — | — |
| username | Override the default username of the webhook. This allows you to set a custom username for the message sender. | — | — |
| avatar_url | Override the default avatar of the webhook. This allows you to set a custom avatar for the message sender. | — | — |
| debug | Enable debug mode. If set to true, the action will output the request and response details. | — | — |
Outputs
no outputs