Feedspace Home Dashboard

How Do I Automate Telegram Notifications with n8n?

Last updated on June 10, 2026

Overview

Feedspace integrates with Telegram through n8n using webhooks. When a new testimonial arrives in Feedspace, a webhook fires to your n8n workflow, which sends a Telegram message to your bot chat or channel.

Note: Automation through webhooks is available only on Professional and Business Plans in Feedspace. Telegram notifications also require a Telegram Bot Token.

Step 1: Create a Telegram Bot

  1. Open Telegram and search for @BotFather.
  2. Send the command /newbot and follow the prompts to name your bot.
  3. Copy the Bot Token provided by BotFather.
  4. Get the Chat ID for your target chat (use @userinfobot to find your own Chat ID).

Step 2: Create a Workflow in n8n

  1. Log in to your n8n instance and click + New Workflow.
  2. Give your workflow a name, e.g., Feedspace to Telegram Notifications.

Step 3: Add a Webhook Trigger Node

  1. Click Add first step, search for Webhook, and select the Webhook trigger node.
  2. Set HTTP Method to POST and copy the Webhook URL.
  3. Click Listen for test event.

Step 4: Register the Webhook in Feedspace

  1. In Feedspace, go to AutomationWebhooks tab.
  2. Click Add Webhook, paste your n8n URL, and select the New Testimonial event.
  3. Click Save.

Step 5: Add a Telegram Node

  1. In n8n, click + after the Webhook node.
  2. Search for Telegram and select it.
  3. Choose Send Message as the operation.
  4. Click Create new credential and enter your Telegram Bot Token.
  5. Enter the Chat ID of your target chat.
  6. Compose the Text using dynamic fields from the webhook body. For example:
    • New testimonial from {{ $json.reviewer_name }}: {{ $json.star_rating }} stars. {{ $json.testimonial_url }}

Step 6: Test and Activate the Workflow

Submit a test testimonial in Feedspace. Confirm the Telegram message arrives in your chat. Once confirmed, click Activate. Every new Feedspace testimonial will now automatically send a Telegram message.

Why Set This Up?

  • Instant mobile alerts: Receive push notifications directly in Telegram the moment a new testimonial is submitted.
  • Stay informed on the go: No need to open Feedspace, the update comes to you wherever you are.
  • Team and group delivery: Send notifications to a Telegram group or channel so the whole team sees new feedback simultaneously.
  • Lightweight and reliable: Telegram notifications are delivered quickly even on slow or mobile data connections.
  • No ongoing maintenance: Once activated, the workflow runs automatically without any further input from you.

You might also find helpful

What is n8n Integration in Feedspace?

Overview Feedspace integrates with n8n — an open-source workflow automation tool available as a self-hosted solution or a cloud service. Using Feedspace webhooks and n8n’s workflow nodes, you can automatically send notifications, back up testimonials, and connect Feedspace to hundreds of other services whenever a new testimonial is submitted. Note:...

What is Automation in Feedspace?

Overview Automation in Feedspace allows you to seamlessly connect your workspace with other tools and services. By leveraging the Feedspace API and automation features, you can: In short, automation helps reduce manual work, improve response time, and keep your team aligned with real-time updates. Step 1 – Access Automation Settings...

How Do I Automate WhatsApp Notifications with n8n?

Overview Feedspace integrates with WhatsApp through n8n using webhooks. When a new testimonial arrives, Feedspace sends the data to your n8n workflow, which then sends a WhatsApp message via a WhatsApp Business API provider such as Twilio. Note: Automation through webhooks is available only on Professional and Business Plans in...