What It Does
- Automatically fires whenever a new Slack channel is created in your workspace.
- Keeps RevOps and SalesOps teams informed of new collaboration spaces.
- Powers automated onboarding or notification workflows for new channels.
- Syncs channel metadata (ID, name, creator) into CRMs or reporting dashboards.
- Eliminates manual checks so your data stays fresh and actionable.
🏁 Getting Started

1
Select Account
Choose your connected Slack workspace where you want to detect new channels.
2
Configure Inputs
Verify the workspace connection and set any filters (e.g., public only).
Inputs
🛠️ Required Fields
- Select Slack Workspace (✅)
Pick the Slack account that will emit channel creation events.
Why it matters: Ensures events come from the right workspace, so downstream workflows trigger on the correct channels.
🎯 Optional Fields
This node has no optional inputs.Output
This trigger emits a payload each time a new channel is created, including:channel_id: Unique identifier for the channel.name: The channel’s display name.creator_id: User ID of who created the channel.created_at: Timestamp of creation.

Slack channel names are unique per workspace and each event includes a channel ID to avoid duplicates.
How It Works
- Listens to your selected Slack workspace.
- Watches for the “channel_created” event from Slack.
- Emits a structured event with channel details to your workflow.
- Triggers downstream actions like automated messaging, CRM syncs, or reporting updates.
🚀 Example Use Cases & Prompts
| Use Case | Setup or Prompt Example |
|---|---|
| Onboard New Channels | “When a new Slack channel is created, send a welcome message.” |
| CRM Channel Tagging | “Tag new channels in Salesforce with channel name and creator.” |
| Channel Hygiene Alerts | “Notify ops if private channels are created without approval.” |
✨ Pro Tips
⚠️ Important Considerations
🛠 Troubleshooting & Gotchas
| Symptom | Likely Cause | Quick Fix |
|---|---|---|
| No events on new channels | Bot missing channel scopes | Grant channels:read and reinstall the app |
| Duplicate channel events | Workspace sending retry attempts | Add debounce or dedupe logic downstream |
| Missing private channel events | Bot not invited to private channels | Invite the bot to the private channels needed |
📝 FAQ
Can I detect private channels?
Can I detect private channels?
Yes — invite the Slack bot to your private channels so it can listen for creations.
Can I monitor multiple workspaces?
Can I monitor multiple workspaces?
You can add multiple Slack connection nodes, one per workspace, to cover all your teams.
Is this a trigger or action node?
Is this a trigger or action node?
This is a trigger node, since it fires automatically when Slack sends a channel_created event.
💰 Pricing
| Action | Credit Cost |
|---|---|
| Trigger Run (per event) | 1 credit |
Trigger nodes that start workflows (like “New Channel Created”) cost 1 credit per event. All other enrichment or formatting nodes are free.
Drop this Slack node into your flow to automate channel alerts and keep your communication pipelines clean — automatically. 🚀