EzFlowEzFlow Docs
Node referenceSlack

SLACK_EVENT

SLACK_EVENT node.

What it does

SLACK_EVENT node.

Inputs & outputs

Input handle
None
Output handle
None

Configuration

No configuration.

Example

How it works

SLACK_EVENT is a trigger node that starts a Workflow when your connected Slack workspace receives a matching event. Configure it with the workspace and the event type to watch; EzFlow fires the Workflow each time the event arrives from Slack, making the event payload available to downstream nodes.

Example

Connect SLACK_EVENT to your workspace and configure the desired event type. When the event fires, downstream nodes can process the payload — for example, an LLM_COMPLETION node can analyse the event text and a SEND_SLACK node can post a reply to the originating channel. For @-mention and message-driven bots with pre-structured outputs (text, userId, channelId, threadTs), see the SLACK_TRIGGER node instead.

On this page