actions-marketplace-validations/Discord.js-Webhook
Send Notification to a Discord Channel Using Webhooks Supporting all the inputs of Discord
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| id | Discord Webhook ID, for Users Safety, it should be stored in secrets of the Repo and inserted as a context expression. | yes | — |
| token | Discord Webhook Token, for Users Safety, it should be stored in secrets of the Repo and inserted as a context expression. | yes | — |
| username | Username of the Webhook | no | — |
| avatar | a URL for Discord Webhook Avatar, PNG only Allowed. | no | — |
| content | a Text to Be sent with the Webhook, it's not the embed. | no | — |
| title | Title Text which would be on the embed | no | — |
| url | URL of The title which is on the embed | no | — |
| author | an Author Text which would be on the embed | no | — |
| author_icon | Author Icon/Image that would be on the embed | no | — |
| author_url | URL of The author which is on the embed | no | — |
| footer | Footer Text that would be on the embed | no | — |
| footer_icon | Footer Icon/Image that would be on the embed | no | — |
| image | Image that would be on the embed | no | — |
| thumbnail | Image that would be on the embed as Thumbnail | no | — |
| color | Hex Code of a Color that would be on the embed, it would be RANDOM if it's not provided | no | — |
| timestamp | Enable Timestamp for the Embed | no | — |
| description | a Text for Description of Embed | no | — |
Outputs
no outputs