Budget: 4500 UAH Deadline: 2 days
I can take on the diagnostics and fixing of n8n on Hostinger VPS. The timeframe is 1-2 days, budget - 4500 UAH, if the problem lies in the typical combination of Docker, HTTPS, webhook URL, n8n environment variables, port, proxy, or Telegram Trigger settings.
I will start by checking Docker, n8n logs, webhook URL, external accessibility, SSL, N8N_HOST, WEBHOOK_URL, N8N_PROTOCOL variables, and the actual response from the Telegram API. Then I will fix the configuration, restart the container without data loss, and check the actual receipt of events in the workflow. Note, there is a nuance here - in n8n, the Telegram Trigger often seems to listen, but Telegram just cannot reach the correct webhook.
Clarifications
> Is there currently a domain with SSL for n8n, or is it only accessible via IP?
> Is n8n launched via docker compose or a single docker run?
Similar task examples from Ingello
> https://business.ingello.com/fractal - process automation and agent scenario logic
> https://business.ingello.com/vorfahr - integrations, automation, and complex service interaction scenarios
Main Ingello page for the exchange - https://systems-fl.ingello.com/ua
To get started, I need access to the VPS, access to n8n, the name of the Telegram bot without the token in the public chat, and the current docker compose file or launch command. I won’t break anything unnecessary, but I am a technical nerd - I will make a copy of the configuration before making changes =)
After fixing, I will provide a brief summary - what was the cause, what was changed, and how to verify that the trigger is working stably.
Budget: 713 UAH Deadline: 1 day
👋 Hello! I'm ready to start working right now. I clearly understand the task and have successful experience in implementing exactly such projects (examples are in the reviews). I will complete the task today, quickly and without unnecessary questions. Let's discuss the details and get started! 🚀
Budget: 2000 UAH Deadline: 3 days
Hello! I have reviewed the project and am ready to start working. I am confident you will be satisfied with the result.
Dmytro T.
Winning proposal- Projects -
- Rating -
- Rating 328
Budget: 800 UAH Deadline: 1 day
Good day! I work with Docker, VPS, Nginx, and Telegram Bot API. The problem is clear - in 90% of cases, the Telegram Trigger does not work due to an incorrect WEBHOOK_URL or a blocked port. I will check: Docker Compose configuration and environment variables, port accessibility from the outside, validity of the SSL certificate, webhook settings via Telegram Bot API. If necessary, I will reconfigure the reverse proxy and register the webhook manually.
Budget: 2500 UAH Deadline: 1 day
Good day
I can connect, check the container logs, configure n8n, verify the availability of the webhook externally, the Telegram bot webhook, and after making corrections, test the trigger with a real message.
Budget: 1500 UAH Deadline: 1 day
Hello, I am ready to solve your issue with the trigger, feel free to reach out.
Budget: 1300 UAH Deadline: 1 day
I understood the task: n8n on Docker on Hostinger VPS, the admin panel opens, but the Telegram Trigger in the workflow is stuck in the "listening" status and events from Telegram are not coming. Diagnostics and fixes are needed.
In 90% of cases, the reason is one of three.
First — the webhook URL in the Telegram bot does not match the one registered by n8n. The Telegram Bot API works only in one of two modes: polling (n8n constantly polls getUpdates) or webhook (Telegram pushes events to your URL). The n8n Trigger by default sets the webhook via getWebhookInfo — and if it’s not empty and not your domain, our trigger will never receive updates. This is checked via a direct request to the Bot API getWebhookInfo — if there’s a foreign URL or the URL does not match the WEBHOOK_URL from the n8n env, the webhook must be deleted (deleteWebhook) and let n8n set it again.
Second — incorrect WEBHOOK_URL in the env. If n8n is behind a reverse proxy (nginx) on a subdomain with SSL, then the WEBHOOK_URL must be saint-publicly-resolvable HTTPS, not localhost and not http. Telegram only accepts https webhooks with a valid certificate. If you have Caddy/nginx with Let's Encrypt — you need to ensure that port 443 is publicly accessible and WEBHOOK_URL = https://your-n8n-domain.tld. This is checked via curl from an external machine plus sslscan for validity.
Third — Docker network. If n8n is in a container on a bridge network without published ports, the reverse proxy on the host will not reach the nodejs server inside. This is checked via docker inspect on network mode plus docker port on published ports plus netstat on the host.
What I will do in the work. I will log in to the VPS, look at the docker-compose and n8n env, check the current state of the webhook in the Telegram API directly, look at the n8n logs for the last hour on the Telegram-Trigger node, check the nginx access log for requests from the Telegram IP range. After the diagnosis — a fix (usually this is editing docker-compose.yml + restarting the container, or resetting the webhook via API). We will test together through your bot — I will send a test message, check if the workflow worked and if the subsequent nodes executed.
Please clarify: do you know the login to the Hostinger VPS and do you have root access, how to log in (SSH key or password). If you already know which version of n8n you upgraded to — this will also be useful (there are breaking changes in the Telegram Trigger between 1.40+ and the current versions).
Budget: 700 UAH Deadline: 1 day
Hello, I would be happy to help you for a coffee donation for the bot and feedback)
I had a similar problem, the most likely reasons are:
1) You have incorrectly specified the variable WEBHOOK_URL in the N8N project
2) You do not have a domain connected to N8N
3) You do not have an SSL certificate connected (this is required by Telegram)
- Projects -
- Rating -
- Rating 315
Budget: 1300 UAH Deadline: 2 days
Hello, I can help with diagnosing and fixing the Telegram Trigger issue in n8n on VPS. First, we need to look at the current Docker/n8n configuration, webhook URL, and container logs - the problem is often related to the webhook, HTTPS, reverse proxy, or network settings of the VPS. Once I have access, I will be able to check and test the trigger's functionality.
Budget: 700 UAH Deadline: 1 day
Hello! I am ready to complete your task, I have experience working with similar tasks.
Budget: 2000 UAH Deadline: 1 day
Hello!
I specialize in automating business processes and implementing AI agents. I work with n8n, Python, CRM systems, API integrations, and LLM (OpenAI, etc.). I help reduce routine tasks, optimize processes, and increase efficiency.
I am ready to quickly and efficiently complete your task. Let's discuss the details!
Budget: 3000 UAH Deadline: 1 day
Hello. I have extensive experience in developing Telegram bots and with n8n. I am ready to fix the error.
- Projects -
- Rating -
- Rating 459
Budget: 3000 UAH Deadline: 1 day
The Telegram Trigger in n8n on Docker is almost always not receiving events due to an incorrectly configured webhook — Telegram simply cannot reach your VPS. Typical reasons include: missing or incorrect WEBHOOK_URL in the Docker configuration, blocked port at the Hostinger firewall level, or n8n not being proxied through HTTPS.
I regularly deploy services on Linux servers via Docker, set up network rules, reverse proxies, and Telegram bots through webhooks. This stack is my daily toolkit.
What I will do: I will check the Docker Compose configuration, the environment variables N8N_HOST and WEBHOOK_URL, the availability of the port from the outside, and the presence of a valid SSL. If necessary, I will reconfigure the reverse proxy, register the webhook manually via the Telegram API, and test the workflow until a complete result is achieved.
Approximately 2-3 hours of work. The final cost will be agreed upon after you share the server configuration details.
Message me — we will sort it out quickly.
Budget: 1000 UAH Deadline: 2 days
Good day, Yevheniy
I am interested in your project and would be happy to collaborate.
I am ready to complete the task, I have experience with this issue.
Proposals concealed
Proposals are currently absent
Current freelance projects in the category AI & Machine Learning
Task: deploy an LLM service that knows all the company's documentation and answers questions from the sales department managers. Current situation: the client has independently assembled a prototype (a separate project with uploaded company information, hosted on a server), but the information from the database is not transmitted to the model — likely, there is an issue with the API. We will provide the code and access. The first step is an audit: fix the existing setup or justifiably rebuild from scratch. Required functionality: Upload all company documentation: description of each service, regulations, FAQ, pricing (all materials will be provided). Answers strictly based on the uploaded documents (RAG). The model does not invent facts; if the answer is not in the database — it honestly informs about it. Access for managers via a link (web interface), with authorization. Scenarios: the manager asks any question about the company's work; inserts the client's question "as is" and receives a ready answer for sending; finds the necessary regulation/report by request. Knowledge base updates without a developer (uploading files through the interface or a connected folder). English language. History of requests for quality control. Technical expectations: LLM via API (Claude/OpenAI — propose with a cost calculation for tokens), RAG pipeline (vector database, embeddings), hosting on our server or in the cloud, HTTPS. The architecture should allow for future connection of the assistant to the analytical data warehouse (parallel project). In the response, indicate: examples of similar RAG projects, stack, timeline, cost of work, and estimated monthly ownership cost (tokens + hosting).
Creative Marketer / Ad Campaign Creator for Merivy — an AI-powered platform for beauty & aesthetics businesses (with a mascot!) Who we are We're a small startup building Merivy — booking and client management software for aesthetic clinics, beauty salons, barbershops, and other appointment-based businesses. At the heart of the product lives Merv — our AI agent (and green hand-shaped mascot ) who helps owners run their business: he sets up bookings, manages services and schedules, answers questions, celebrates wins, and generally feels like a team member, not a chatbot. What we're looking for A creative person who can turn this into a campaign people actually remember. Our reference for energy and tone is the media presence of viktor ( meet viktor) — we're a very different product, but we love how they talk to their audience: bold, human, funny, zero corporate blah-blah. We don't want a copy. We want that level of craft, with our own voice. The message we need to land Merivy helps you manage your clients, keep them happy — and most importantly, keep them coming back. Merv is the face of that promise: the little green teammate who never forgets a client, a booking, or a birthday. What you'll create A campaign concept built around Merv as the brand character (his voice, personality, running jokes) Scripts / storyboards for short-form video ads (IG Reels, TikTok) aimed at salon & clinic owners Static ad creatives and hooks for paid social Messaging we can reuse on the landing page and in the product You're a great fit if You've built campaigns or content for SaaS, beauty, or local-business audiences You can show us one thing you made that a stranger would send to a friend You think in characters and stories, not just "features and benefits" To apply Send 2–3 examples of your work and one sentence: how would Merv introduce himself to a salon owner in an Instagram ad? That one sentence matters more than your CV.
We are looking for a specialist who can develop and implement AI agents for sales automation and build a complete customer acquisition funnel.Tasks Develop an AI agent based on ChatGPT (or similar LLM). Set up a Telegram bot with AI. Integrate the bot with CRM. Build an automated sales funnel. Set up lead collection from Instagram, Facebook, TikTok, and the website. Develop communication scripts with users. Create quizzes and tests for audience segmentation. Set up personalized recommendation delivery. Organize automatic appointment scheduling through a calendar. Set up automated email and Telegram sequences. Integrate payment systems (if necessary). Prepare analytics on conversion at each stage of the funnel.Experience with the following is preferred ChatGPT API / OpenAI n8n Make (Integromat) Zapier Telegram Bot API CRM (HubSpot, GoHighLevel, Bitrix24, AmoCRM, etc.) Meta API WhatsApp Business API Calendly StripeWhat we want to achieve A ready-made system that: automatically communicates with potential clients; identifies their requests and needs; segments by interests; offers the appropriate product; books consultations or sells products; transfers data to CRM; requires minimal human involvement. When responding, please send: examples of implemented AI agents; examples of automated funnels; a list of technologies used; cost and timeline for project implementation.
We are looking for a highly skilled AI application engineer and full-stack backend developer to build a production-ready AI-powered document validation, refinement, and approval workflow. This is not a simple prompt engineering role. We need someone who can design and implement a real AI application with strong backend architecture, Claude API integration, structured validation logic, audit trails, secure data handling, and human-in-the-loop review workflows. The system will act as an intelligent quality assurance layer for submitted reports and documents. It should review completed submissions, identify issues, improve content quality, apply business rules, protect sensitive information, and either approve the document automatically or route it for human review. The developer will be responsible for building a workflow that can: Pull completed documents, reports, or submissions from an external platform via API Analyze the full document, including structured answers, ratings, selections, narratives, comments, and free-text fields Perform semantic audits to detect logical conflicts, contradictions, missing information, vague statements, unsupported claims, or incomplete sections Validate that structured responses and written content are consistent with each other Apply custom validation rules, editorial guidelines, formatting standards, tone requirements, and business logic Detect, tokenize, mask, or securely handle PII, confidential data, and sensitive security-related information before AI processing where required Rewrite and enhance narratives, comments, and document sections for grammar, clarity, professionalism, consistency, and readability Preserve the original meaning, observations, and intent while improving the final output Standardize writing style across documents without making every report sound generic or over-normalized Flag content that appears inconsistent, fabricated, vague, incomplete, sensitive, or requiring human review Generate specific validation notes explaining why a document failed review and what needs to be corrected Automatically generate clarification or revision requests when more information is needed Support approval workflows where documents are: Automatically approved when confidence thresholds are met Routed to a human editor or validator for review Returned to the original submitter for revision or clarification Maintain a complete audit trail showing: Original submission Tokenized or masked sensitive data events AI findings and recommendations AI-rewritten content Human edits Approval or rejection decisions Final approved version Write approved and validated content back to the source platform through API integration The role also requires building an editor and final-decision workflow. Human reviewers should be able to inspect the AI’s findings, compare original and revised content, make edits, approve changes, reject recommendations, and finalize the document before it is sent downstream. Ideal experience includes: Strong Claude API / Anthropic API integration experience Experience building AI-powered document review, validation, editing, or compliance workflows Strong backend architecture skills Full-stack development ability Experience with API integrations, webhooks, queues, job processing, and database design Ability to design structured AI outputs, confidence scoring, rule-based validation, and human-in-the-loop review Experience with PII detection, tokenization, masking, encryption, access control, and secure AI data handling Experience building secure audit trails and approval systems Strong understanding of prompt design, but also the engineering skills to turn prompts into a reliable production system We are looking for someone who has already built serious AI applications, not someone who only writes prompts. The right person should be able to design the architecture, integrate with external APIs, manage document processing logic, protect sensitive data, build the review interface, and deliver a reliable workflow that can be used in production.
Development of firmware deployed on the gateway and management of direct interaction with PLC/equipment in the technical room (Modbus, BACnet, etc.).