prevter/Send Discord Webhook
Send a Discord webhook message
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| webhook-url | The webhook URL to send the message to | yes | — |
| content | The content of the message to send | no | "" |
| author | The author of the message | no | "" |
| avatar | The avatar of the author | no | "" |
| embed-title | The title of the embed | no | "" |
| embed-description | The description of the embed | no | "" |
| embed-url | The URL of the embed | no | "" |
| embed-author | The author of the embed | no | "" |
| embed-author-icon | The icon of the author | no | "" |
| embed-color | The color of the embed in hex format (#RRGGBB) | no | "" |
| embed-fields | The fields of the embed. Each line should be a field in the format `name=value`. (Max 25 fields) | no | "" |
| embed-image | The image of the embed | no | "" |
| embed-thumbnail | The thumbnail of the embed | no | "" |
| embed-footer | The footer of the embed | no | "" |
| embed-footer-icon | The icon of the footer | no | "" |
| embed-timestamp | The timestamp of the embed | no | "" |
| files | The files to send with the message. Each line should be a path to a file. Glob patterns are supported. (Max 10 files, 25MB total) | no | "" |
| debug-print | Print the message to the console before sending | no | false |
Outputs
no outputs