Collect team ideas right from Slack and store them in a Notion database. Teammates type a simple slash command and their text turns into a new Notion page with the creator name. A friendly Slack reply confirms the submission and asks for details.
A webhook catches the Slack command and reads the text and user info. A small settings node holds the Notion database URL so you can change it in one place. A switch routes the request to the idea path and can be expanded later for commands like bug or pain. The Notion node creates a page using the command text as the title and saves the creator name. An HTTP request sends a message back to Slack using the response link so the user gets instant feedback.
Set up a Notion database with Name and Creator, and create a Slack app with chat write and a slash command. Connect your Notion account in n8n, drop in the database URL, and try a test run from Slack. Expect faster intake, fewer missed ideas, and a clear record in one place. Useful for product ideas, customer pain notes, and quick bug reports.