@walkeros/server-destination-slack
v4.3.0
Published
Slack server destination for walkerOS (Incoming Webhook + @slack/web-api, Block Kit, channel routing, threading, DMs)
Maintainers
Readme
@walkeros/server-destination-slack
Send walkerOS events to Slack as formatted messages via Incoming Webhooks or the Web API, with multi-channel routing, threading, DMs, and Block Kit support.
Documentation • NPM Package • Source Code
Installation
npm install @walkeros/server-destination-slackQuick start
{
"version": 4,
"flows": {
"default": {
"config": { "platform": "server" },
"destinations": {
"slack": {
"package": "@walkeros/server-destination-slack",
"config": {}
}
}
}
}
}Documentation
Full configuration, mapping, and examples live in the docs: https://www.walkeros.io/docs/destinations/server/slack
Contribute
Feel free to contribute by submitting an issue, starting a discussion, or getting in contact.
License
MIT
