thecodedrift/Slack Rich Notification

Send a slack message, supporting Markdown and Multiline text

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
tokenYour Slack bot token (from your App's "OAuth & Permissions" page)yes
secretYour Slack bot's Signing Secret (from your App's "Basic Information" page)yes
channelChannel to send your message toyes
messageThe message to send. Use a pipe (|) in YAML for multiline stringsyes
evalsA collection of scripts/commands to run before populating the message. Each key will be mapped to evals.<key> in the Handlebars renderno
rawDo not process the message using Handlebarsfalse
dumpDump the handlebars context (useful for debugging). Secrets are masked.false
dry-runDo not perform a slack notification (useful for testing)false
namedescription
messageThe final Slack mesage that was generated