Skip to main content

Post latest Twitter mentions to Slack

Workflow preview

Post latest Twitter mentions to Slack preview
Open on n8n.io

Important notice

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

Overview

This workflow will allow you to get the latest twitter mentions and send those mentions to Rocket.Chat.

To ensure that we don't resend the same tweets as before, we use the Function Node and getWorkflowStaticData() to persist the ids of the tweets which have already been sent and filter those out. This leaves us with only the newest tweets.