All your leads -
in one place.

Collect leads from your website and manage clients and requests in a single CRM.

Book a consultation

No developer? No problem.
We will help you connect Lentra to your website and set up everything you need to start receiving leads.

Lentra — all your leads in one place

All your leads — in one place

Every lead lands in the CRM automatically, so you can quickly find the one you need and never lose a client.

Website leads

Forms from your website go straight into the CRM - not a single one gets lost.

Comments and notes

Managers leave notes right on the client card - everything stays in plain sight.

Reminders

Set a reminder for a client - at the right time it arrives as a message in the CRM and in Telegram.

Client history

The full interaction history is stored on the client card: statuses, notes, and the date and time of every change.

Telegram notifications - instantly

A new lead, an order status change, or a manager's reminder - everything arrives right in your chat.

How it works

01

Connect the API

Create an API key and integrate Lentra with your website.

02

Send leads

New leads flow into the CRM automatically and are stored in one place.

03

Manage clients

Process leads, update statuses, and keep the full history of every client interaction.

Features

Leads

Collect all leads from your websites in one place.

Clients

Manage client data and keep the interaction history.

Analytics

Track lead volume and how efficiently they are processed.

Statuses

Configure statuses to match your workflow.

Notifications

Get notified about new leads and changes instantly.

API

Integrate Lentra with any website or your own service.

One API for all
your leads

Send leads from your website to Lentra - from the backend or directly from the frontend.

View documentation
BackendcURL / HTTP request
POST /api/v1/leads
Authorization: Bearer sk_live_xxxxxxxx
Content-Type: application/json

{
  "name": "John",
  "phone": "+380671234567",
  "email": "john@example.com",
  "message": "I want to place an order"
}
FrontendJavaScript / fetch
const res = await fetch(
  "https://api.lentra.tech/v1/leads",
  {
    method: "POST",
    headers: {
      "Content-Type": "application/json",
      "X-Site-ID": "site_abc123"
    },
    body: JSON.stringify({
      "name": "John",
      "phone": "+380671234567",
      "email": "john@example.com",
      "message": "I need a consultation"
    })
  }
);

// The API validates the siteId and the website domain

For any business
that receives leads online

Online store

Receive and track orders from your website.

Service business

Collect service requests and client inquiries.

Agencies

Manage leads from all your clients in one place.

Custom websites

Connect any website through the API.

Frequently asked questions

Lentra is a CRM for leads. Every inquiry from your websites automatically lands in one system where you can see the client's history, statuses, and manager notes.

Create an API key in your dashboard and send leads to our endpoint - from your backend or directly from a form on your website. Setup takes a few minutes, and request examples are available in the documentation.

Yes. Each website gets its own Site ID, so leads never get mixed up: you can filter them by source and manage all your projects in a single account.

No. If you don't have a developer - we will help you connect Lentra to your website and set up lead collection. Just leave a consultation request below.

Book a consultation

Leave a request — we will show Lentra in action, help you connect your website, and set up lead collection.

  • A demo tailored to your business
  • Help with connecting your website and the API
  • A reply within one business day

By clicking the button, you agree to the processing of your data.