Skip to main content

Send Telegram notifications for new Feedspace testimonials

Workflow preview

Workflow preview
100%
Send Telegram notifications for new Feedspace testimonials preview
Open on n8n.io

1. Workflow Overview

This workflow sends instant Telegram notifications whenever a new testimonial is submitted through Feedspace, helping you respond quickly to customer feedback and share positive reviews. Who is thi...

Best for

  • Social Media automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.webhook, n8n-nodes-base.telegram, n8n-nodes-base.if, n8n-nodes-base.respondtowebhook, n8n-nodes-base.code, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Feedspace.

Original n8n.io source

1.1 Workflow description

Title
Send Telegram notifications for new Feedspace testimonials
Workflow name
Send Telegram notifications for new Feedspace testimonials

This workflow sends instant Telegram notifications whenever a new testimonial is submitted through Feedspace, helping you respond quickly to customer feedback and share positive reviews.

Who is this for?

  • Businesses collecting testimonials via Feedspace
  • Marketing teams who want instant alerts for new reviews
  • Customer success teams monitoring feedback
  • Anyone wanting to automate testimonial notifications

What problem does it solve?

It removes the need to manually check Feedspace by instantly notifying your team on Telegram, so they can quickly review, respond to, and share new testimonials as soon as they’re submitted.

What it does

When a customer submits a testimonial on your Feedspace form, this workflow:

  1. Receives the webhook payload from Feedspace
  2. Extracts the customer's name and public review URL
  3. Sends a formatted Telegram message
  4. Returns a success/error response to Feedspace

Requirements

  • Feedspace account with webhook integration enabled
  • Telegram Bot (create via @BotFather)
  • Your Telegram Chat ID (get via @userinfobot)

Setup steps

  1. Create a Telegram Bot
  • Open Telegram and message @BotFather
  • Send /newbot and follow the prompts
  • Save the API token you receive
  • Use it to connect to Telegram account
  1. Get Your Chat ID
  • Message @userinfobot on Telegram
  • Send /start
  • Copy your numeric Chat ID
  1. Configure the Workflow
  • Import this template into n8n
  • Add your Telegram Bot credentials
  • Set your Chat ID (via n8n variable or directly in the node)
  1. Connect to Feedspace
  • Activate the workflow and copy the Production webhook URL
  • Go to Feedspace → Automations → Webhooks
  • Paste the webhook URL and activate it
  • See https://www.feedspace.io/help/automation/ for more information

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Receive Feedspace Webhook

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2

Block 2 - Send Telegram Notification

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 3 - Has Error?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 4 - Success Response

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1.1

Block 5 - Format Error Details

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 6 - Error Response

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1.1

Block 7 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Response Handling Group

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Send Telegram notifications for new Feedspace testimonials
Complexity intermediate
Nodes 9
Categories Social Media
Author Feedspace
Published 26 Dec 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12152/12152.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Send Telegram notifications for new Feedspace testimonials do?

This workflow sends instant Telegram notifications whenever a new testimonial is submitted through Feedspace, helping you respond quickly to customer feedback and share positive reviews. Who is thi...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Social Media use case.