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

Every lead lands in the CRM automatically, so you can quickly find the one you need and never lose a client.
Forms from your website go straight into the CRM - not a single one gets lost.
Managers leave notes right on the client card - everything stays in plain sight.
Set a reminder for a client - at the right time it arrives as a message in the CRM and in Telegram.
The full interaction history is stored on the client card: statuses, notes, and the date and time of every change.
Create an API key and integrate Lentra with your website.
New leads flow into the CRM automatically and are stored in one place.
Process leads, update statuses, and keep the full history of every client interaction.
Collect all leads from your websites in one place.
Manage client data and keep the interaction history.
Track lead volume and how efficiently they are processed.
Configure statuses to match your workflow.
Get notified about new leads and changes instantly.
Integrate Lentra with any website or your own service.
Send leads from your website to Lentra - from the backend or directly from the frontend.
View documentation →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"
}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 domainReceive and track orders from your website.
Collect service requests and client inquiries.
Manage leads from all your clients in one place.
Connect any website through the API.
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.
Leave a request — we will show Lentra in action, help you connect your website, and set up lead collection.