Contact us

Leave your details below and our team members will get in touch with you.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
↖ All posts

Intelligent Text Parsing with NeurochainAI IaaS (No-Code Workshop) – Day 1

Welcome to a brand new No-Code AI Workshop by NeurochainAI!


Over the next 3 days, we’ll walk you through building an AI-powered message automation that can read, classify, extract, and respond to user messages intelligently, without writing a single line of code.

What We’re Building

Imagine receiving a message on Telegram like this:

Hey, I’d like to book a haircut for Friday at 3PM at Rua da Paz, 45.

Our AI automation will:

✅ Understand the intent (booking request)
✅ Extract key details: service, date, time, address
✅ Format a clean response
✅ (Optional) Save the parsed data to a database for future use

All this is powered by NeurochainAI IaaS and n8n, a visual automation platform.

  • NeurochainAI IaaS provides powerful AI models you can call via HTTP.
  • N8N lets you automate workflows with ease.
  • Telegram will be our user interface.
  • Supabase (optional) can be used to store and visualize the structured data.

Tools You’ll Need

Before we jump into building, let’s get everything ready.

1. Setup n8n

You can either self-host it on a VPS or use the n8n cloud version.

👉 We already have a full guide on how to do that:


🔗 How to Set Up n8n (Cloud or VPS)

2. Create a Telegram Bot

To connect Telegram with your automation, you need to create a bot using @BotFather:

  1. Open Telegram and search for @BotFather

  2. Send /start and then /newbot

  3. Choose a name and a username

  4. Copy the API Token you'll receive — you’ll use it inside n8n later

3. Create a Supabase Project (Optional)

If you'd like to store and view the structured data, Supabase is a great choice:

  1. Go to https://supabase.com

  2. Click “Start your project” and log in

  3. Create a new project

  4. Inside the project, create a table (e.g. messages) with fields like service, date, time, address, etc.

  5. Get your API keys from Project Settings > API



We'll show you how to connect this later using simple HTTP requests from n8n.

🔜 What’s Coming in Day 2

In Day 2, we’ll get hands-on and build the full automation using:

  • Telegram Trigger

  • NeurochainAI IaaS HTTP Request

  • Prompt Engineering

  • JSON Parsing & Formatting

  • (Optional) Supabase Insert Step


And at the end, we’ll share a template workflow you can import directly into your n8n setup!

Stay tuned, and get your tools ready.⚡

Continue reading
2025-04-07