ES | EN
Other

Add articles to a Notion list by accessing a Discord slash command

Notion
Nodes 2
Complexity Basic
Category Other
n8n popularity 1,969 views in n8n library

This workflow allows you to add articles to a Notion reading list by accessing a Discord slash command. Prerequisites A Notion account and credentials, and a reading list similar to this template. A Discord account and credentials, and Discord Slash Command connected to n8n. Nodes Webhook node triggers the workflow whenever the Discord Slash command is issued. IF node checks the type returned by Discord. If the type is not equal to 1, it will return true, otherwise false. HTTP Request node makes an HTTP call to the link and gets the HTML of the webpage. HTML Extract node extracts the title from the HTML which we will use in the next node. Notion node adds the link to your Notion reading list. Set nodes set the reply values for Discord and register the Interaction Endpoint URL.

Apps and nodes included

Step-by-Step Implementation Guide

Automatización: Discord a Notion: Añadir Artículos

Este workflow permite añadir artículos a una lista de lectura en Notion mediante un comando slash de Discord. Extrae la información de la web (título, descripción, etc.) y guarda el enlace en Notion, optimizando la gestión de contenido.

Nodos Utilizados

  • Discord (Trigger/Node): Activa el workflow al recibir un comando slash en Discord.
  • HTTP Request (Node): Extrae información de la web (ej. el artículo).
  • Notion (Node): Guarda el enlace y los datos extraídos en una base de datos de Notion.

Pasos de Configuración

  1. Conexión Discord: Configura el nodo Discord con tu cuenta y define el comando slash que activará el workflow.
  2. Configuración HTTP Request: Configura la URL para extraer los metadatos de la página web (título, descripción, etc.).
  3. Conexión Notion: Conecta tu cuenta de Notion y selecciona la base de datos donde se guardarán los artículos, mapeando los campos correspondientes.
⚡ Open and edit in Scriflow ← Browse all n8n templates

Scriflow builds and adapts n8n workflows with AI. Open this template in the editor to get the import-ready JSON.