Block 1 - n8n Data Webhook
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 2
This workflow is provided as-is. Please review and test before using in production.
Slack Bot n8n Integration Hub Workflow Submission Showcase: Endless Possibilities with n8n Integration This repository demonstrates a powerful Slack Bot Socket App that seamlessly integrates wit...
n8n-nodes-base.webhook, n8n-nodes-base.slack, n8n-nodes-base.function, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Niranjan G.
Original n8n.io sourceThis repository demonstrates a powerful Slack Bot Socket App that seamlessly integrates with n8n for automation workflows. This is just a showcase of what's possible when combining Slack's interactive capabilities with n8n's automation power - the possibilities are truly endless!
Repository: slack-n8n-integration-hub
Status: β Committed and Ready for Submission
This project showcases how to create seamless interactions between Slack users and n8n workflows, demonstrating:
/automation)Data Submission:
{
"type": "data_submission",
"data": "User input data here",
"user": {
"id": "U1234567890",
"name": "username"
},
"timestamp": "2024-01-01T12:00:00.000Z",
"source": "slack_bot"
}
Approval Action:
{
"type": "approval_action",
"action": "approve",
"user": {
"id": "U1234567890",
"name": "username"
},
"timestamp": "2024-01-01T12:00:00.000Z",
"source": "slack_bot"
}
This project demonstrates how n8n can be the backbone for:
This is just the beginning! With this foundation, you can build:
slack-n8n-integration-hub/
βββ app.js # Main Slack Bot application
βββ package.json # Dependencies and scripts
βββ .env.example # Environment configuration template
βββ README.md # Complete setup documentation
βββ CONTRIBUTING.md # Contribution guidelines
βββ Slack_Bot_n8n_Integration_Hub.json # n8n workflow export
βββ n8n-workflow-examples.json # Additional workflow examples
βββ test-webhook.js # Webhook testing utilities
This workflow is:
git clone https://github.com/iam-niranjan/slack-n8n-integration-hub.gitThis showcase demonstrates that with n8n and Slack integration, the automation possibilities are truly endless! π
Ready to submit to n8n community for sharing and collaboration.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Interactive Slack approval & data submission system with webhooks |
|---|---|
| Complexity | intermediate |
| Nodes | 10 |
| Categories | Project Management |
| Author | Niranjan G |
| Published | 19 Jun 2025 |
Use the JSON export at /data/workflows/5049/5049.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Slack Bot n8n Integration Hub Workflow Submission Showcase: Endless Possibilities with n8n Integration This repository demonstrates a powerful Slack Bot Socket App that seamlessly integrates wit...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Project Management use case.