See llms.txt for all machine-readable content.

Back to Templates

Monitor Instagram hashtag mentions with RecentReborn and Telegram alerts

Created by

Created by: Felix M || kbbl
Felix M

Last update

Last update 12 hours ago

Categories

Share


Quick overview

This workflow runs on a schedule or manually to search recent Instagram posts by hashtag via the RecentReborn API, deduplicates mentions across runs, and sends Telegram alerts for new posts or error notifications when the API fails or returns an unexpected response.

How it works

  1. Runs every 15 minutes (or on manual test) and loads the configured comma-separated hashtag list and target Telegram chat ID.
  2. Splits the hashtag list into individual searches and queries the RecentReborn API for each hashtag’s Instagram results.
  3. Sends a Telegram warning if a hashtag search request fails.
  4. Validates that each API response contains a results field and alerts via Telegram if the response format is unexpected.
  5. Deduplicates posts by URL using stored workflow data and keeps only brand-new mentions across all tracked hashtags.
  6. Sends a Telegram message for each new mention (author and post link) or, on manual tests with no new results, sends a single confirmation summary.

Setup

  1. Create a RecentReborn API key and add it as an HTTP Header Auth credential used by the RecentReborn hashtag search request.
  2. Create a Telegram bot, add a Telegram credential in n8n, and set the chat ID used by the Telegram notification steps.
  3. Update the hashtag list (comma-separated) and telegramChatId value in the configuration step before activating the workflow.
  4. Enable the “Every 15 Minutes” schedule trigger if you want continuous monitoring, or use the manual trigger for testing.

Requirements