Telegram bot development and automation

n8n and workflow automation

n8n (and sometimes Make) is the right tool when the job is glue: new Bitrix24 deal → row in a sheet → message in MAX;…

Discuss this directionContact form

Tell me the goal, stack constraints, and timeline — I reply on Telegram.

n8n (and sometimes Make) is the right tool when the job is glue: new Bitrix24 deal → row in a sheet → message in MAX; form on the site → CRM → email. This page is visual workflow automation you can host and diff, not a custom Telegram bot. Custom bots stay on Telegram and MAX. LLM agents that choose tools dynamically are AI agents and MCP.

I prefer self-hosted n8n with versioned workflows, credentials in a vault, and a staging instance. Cloud Make is fine when the team already lives there and volumes are modest. I will not dump thirty unmanaged zaps on a founder’s personal Gmail.

A first slice is three to five workflows with clear owners and failure alerts (n8n error → Telegram/MAX to an ops chat). Custom nodes in TypeScript appear when a vendor API is ugly or missing. Heavy domain logic (pricing, 1C posting) should not live only inside a visual canvas—that is how you get an untestable ball of yarn. Then we extract a small API and let n8n call it.

Related: CRM and backend integration, 1C, Bitrix24 / amoCRM. Portfolio bots show the custom-code end of the spectrum; n8n is the faster path when the scenario is integration-shaped.

Timeline: a contained n8n contour is often 2–5 weeks. Replacing a graveyard of Make scenarios is an audit plus rewrite, longer.

What you get

  • Workflow inventory, credentials map, staging vs prod
  • Implemented scenarios with retries and error notifications
  • Custom node or thin API where the canvas is the wrong abstraction
  • Runbook: how to export/import, how to rotate a token, who gets the error chat

FAQ

Tap a question to expand the answer.

n8n or a custom bot?

n8n if the value is connecting SaaS APIs. A bot if users live in the messenger and you need conversation state, payments, or a mini-app.

Will you maintain our Make.com account forever?

I can migrate or tidy it. Long-term “zap janitor” retainers are optional and priced as ops, not as a hidden development gift.

Can n8n call 1C?

Yes via HTTP services you already have or that we add on the 1C API track. n8n does not replace a proper exchange contract.

Discuss this directionContact form

Tell me the goal, stack constraints, and timeline — I reply on Telegram.

View full service page