Block 1 - Merge
- Type / Role
- n8n-nodes-base.merge - merge
- Config choices
- Version 3.2
This workflow is provided as-is. Please review and test before using in production.
Who this workflow is for This template is for teams who want a lightweight “daily icebreaker” in Slack and creators who’d like to build a reusable trivia database over time. It works well for remot...
n8n-nodes-base.merge, n8n-nodes-base.scheduletrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.slack, n8n-nodes-base.switch, n8n-nodes-base.set, n8n-nodes-base.httprequest, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by SOLOVIEVA ANNA.
Original n8n.io sourceWho this workflow is for
This template is for teams who want a lightweight “daily icebreaker” in Slack and creators who’d like to build a reusable trivia database over time. It works well for remote teams, communities, and any workspace that enjoys a quick brain teaser each day.
What this workflow does
The workflow fetches a random multiple-choice question from the Open Trivia Database (OpenTDB), posts a nicely formatted trivia message to a Slack channel, and logs the full question and answers into a Google Sheets spreadsheet. Over time, this creates a searchable “trivia archive” you can reuse for quizzes, content, or community events.
How it works
A Schedule Trigger runs once per day at a time you define.
A Set node randomly chooses a difficulty level (easy, medium, or hard).
A Switch node routes to the matching OpenTDB HTTP request.
Each branch normalizes the API response into common fields (timestamp, date, difficulty, category, question, correct, incorrect, messageTitle, messageBody).
A Merge node combines the three branches into a single stream.
Slack posts the trivia message.
Google Sheets appends the same data as a new row.
How to set up
Connect your Slack OAuth2 credentials and choose a target channel.
Connect your Google Sheets credentials and select the spreadsheet and sheet.
Adjust the schedule (time and frequency) to match your use case.
How to customize
Change the Slack message format (for example, add emojis or hints).
Filter categories or difficulty levels instead of picking them fully at random.
Add additional logging (e.g., user reactions, answer stats) in Sheets or another datastore.
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 | Create daily trivia icebreakers in Slack with OpenTDB & Google Sheets log |
|---|---|
| Complexity | advanced |
| Nodes | 17 |
| Categories | Miscellaneous |
| Author | SOLOVIEVA ANNA |
| Published | 27 Nov 2025 |
Use the JSON export at /data/workflows/11280/11280.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.
Who this workflow is for This template is for teams who want a lightweight “daily icebreaker” in Slack and creators who’d like to build a reusable trivia database over time. It works well for remot...
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 Miscellaneous use case.