Create Daily Trivia Icebreakers in Slack with OpenTDB & Google Sheets Log — Flujo de trabajo n8n

Media complejidad Programado12 nodos🏷️ Miscellaneouspor SOLOVIEVA ANNA

Descripción general

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 answer

Nodos utilizados

Google SheetsHTTP RequestSlack

Vista previa del flujo de trabajo

Daily trivia to Slack + Google Sheets
This workflow fetches a random multiple-choice trivia q
Trigger and difficulty routing
- Schedule Trigger starts the workflow once per day at
- Set: Choose Trivia Type randomly assigns a difficulty
Easy trivia branch
- HTTP OpenTDB Easy calls the OpenTDB API with `difficu
- Set Message Easy normalizes the response into common
Medium & hard trivia branches
- HTTP OpenTDB Medium and HTTP OpenTDB Hard call the sa
- Set Message Medium and Set Message Hard
Merge, Slack posting, and Sheets logging
- Merge combines items from the easy, medium, and hard
- Slack: Post Trivia uses `messageTitle` and `messageBo
M
Merge
S
Schedule Trigger
Sheets: Append Trivia
Slack: Post Trivia
S
Switch: triviaType
S
Set: Choose Trivia Type
HTTP OpenTDB Easy
S
Set Message Easy
HTTP OpenTDB Medium
S
Set Message Medium
HTTP OpenTDB Hard
S
Set Message Hard
12 nodes13 edges

Cómo funciona

  1. 1

    Disparador

    El flujo de trabajo comienza con un disparador programado, ejecutándose según un horario definido.

  2. 2

    Procesamiento

    Los datos fluyen a través de 12 nodos, connecting googlesheets, httprequest, merge.

  3. 3

    Salida

    El flujo de trabajo completa su automatización y entrega el resultado al destino configurado.

Detalles de nodos (12)

GO

Google Sheets

googleSheets

#1
HT

HTTP Request

httpRequest

#2
SL

Slack

slack

#3

Cómo importar este flujo de trabajo

  1. 1Haz clic en el botón Descargar JSON a la derecha para guardar el archivo del flujo de trabajo.
  2. 2Abre tu instancia de n8n. Ve a Flujos de trabajo → Nuevo → Importar desde archivo.
  3. 3Selecciona el archivo create-daily-trivia-icebreakers-in-slack-with-opentdb-google-sheets-log descargado y haz clic en Importar.
  4. 4Configura las credenciales para cada nodo de servicio (claves API, OAuth, etc.).
  5. 5Haz clic en Probar flujo de trabajo para verificar que todo funcione, luego actívalo.

O pega directamente en n8n → Importar desde JSON:

{ "name": "Create Daily Trivia Icebreakers in Slack with OpenTDB & Google Sheets Log", "nodes": [...], ...}

Integraciones

googlesheetshttprequestmergescheduletriggersetslackswitch

Obtener este flujo de trabajo

Descarga e importa con un solo clic

Descargar JSONVer en n8n.io
Nodos12
Complejidadmedium
Disparadorscheduled
CategoríaMiscellaneous

Creado por

SOLOVIEVA ANNA

SOLOVIEVA ANNA

@anna0726

Etiquetas

googlesheetshttprequestmergescheduletriggersetslackswitch

¿Nuevo en n8n?

n8n es una herramienta de automatización de flujos de trabajo gratuita y de código abierto. Alójala tú mismo o usa la versión en la nube.

Obtener n8n gratis →

Related Miscellaneous Workflows