ES | EN
Marketing

Send tweets every minute to Mattermost

MattermostTwitter
Nodes 2
Complexity Basic
Category Marketing
n8n popularity 1,026 views in n8n library

This workflow executes every minute and fetches the recent tweets from Twitter with the search query n8n_io. The workflow is built on the concept of polling. Cron node: The Cron node triggers the workflow every minute. Based on your use-case you can configure the time. You can even use the Interval node to trigger the workflow at a certain time interval. Twitter node: The Twitter node searches for the tweets that contain n8n_io and returns the most recent tweets. You can specify a different search query based on your use-case. Set node: The Set node sets the data that we pass on to the next nodes in the workflow. You can set only the values that you require in your workflow. Function node: All the magic happens in this node. The Twitter node returns all the recent tweets, including the ones which were returned earlier. The Function node, using the getWorkflowStaticData() method, only returns the tweets that are new, i.e., the tweets that were not returned in the previous workflow

Apps and nodes included

Step-by-Step Implementation Guide

Publicar Tweets en Mattermost cada Minuto con n8n

Este workflow busca tweets que contengan 'n8n_io' y los publica en Mattermost cada minuto. Utiliza polling para la ejecución repetida.

Configuración

  • Paso 1: Configura el nodo Twitter. Introduce tus credenciales de Twitter y define la búsqueda por 'n8n_io'.
  • Paso 2: Configura el nodo Mattermost. Ingresa tus credenciales de Mattermost y selecciona el canal de destino.
  • Paso 3: Programa el workflow para que se ejecute cada minuto usando el disparador de 'Intervalo'.
⚡ 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.