Skip to main content

Create daily trivia icebreakers in Slack with OpenTDB & Google Sheets log

Workflow preview

Workflow preview
100%
Create daily trivia icebreakers in Slack with OpenTDB & Google Sheets log preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

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...

Best for

  • Miscellaneous automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

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

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by SOLOVIEVA ANNA.

Original n8n.io source

1.1 Workflow description

Title
Create daily trivia icebreakers in Slack with OpenTDB & Google Sheets log
Workflow name
Create daily trivia icebreakers in Slack with OpenTDB & Google Sheets log

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 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.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Merge

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 2 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 3 - Sheets: Append Trivia

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4

Block 4 - Slack: Post Trivia

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 1

Block 5 - Switch: triviaType

Type / Role
n8n-nodes-base.switch - switch
Config choices
Version 2

Block 6 - Set: Choose Trivia Type

Type / Role
n8n-nodes-base.set - set
Config choices
Version 2

Block 7 - HTTP OpenTDB Easy

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 2

Block 8 - Set Message Easy

Type / Role
n8n-nodes-base.set - set
Config choices
Version 2

Block 9 - HTTP OpenTDB Medium

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 2

Block 10 - Set Message Medium

Type / Role
n8n-nodes-base.set - set
Config choices
Version 2

Block 11 - HTTP OpenTDB Hard

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 2

Block 12 - Set Message Hard

Type / Role
n8n-nodes-base.set - set
Config choices
Version 2

Block 13 - Sticky: Template Overview

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Sticky: Trigger & Routing

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky: Easy Branch

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky: Medium & Hard Branches

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Sticky: Merge, Slack & Sheets

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

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

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/11280/11280.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Create daily trivia icebreakers in Slack with OpenTDB & Google Sheets log do?

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...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.