sarge841/Discord Webhook Message

Sends a message to a Discord channel via webhook.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
webhook_urlThe Discord webhook URL (can be set via ENV as DISCORD_WEBHOOK_URL)no
contentMessage content to send to Discord.no
usernameThe username to send the notification as. If unspecified, uses webhook's default username.no
avatar_urlThe avatar URL for the webhook message.no
ttsSet to 'true' to enable text-to-speech.no
embed_titleTitle of the embed message.no
embed_descriptionDescription of the embed message.no
embed_urlURL to attach to the embed.no
embed_timestampTimestamp for the embed message (ISO 8601 format).no
embed_colorEmbed color as a hexadecimal number (e.g., 0xFF0000 for red).no
embed_author_nameName of the embed author.no
embed_author_urlURL of the embed author.no
embed_author_icon_urlIcon URL for the embed author.no
embed_footer_textFooter text for the embed.no
embed_footer_icon_urlIcon URL for the embed footer.no
embed_fieldsJSON array of fields for the embed. Each field should be an object with 'name', 'value', and 'inline'.no
show_payloadSet to 'true' to log the payload before sending.nofalse

no outputs