Lead Sources
Section: Customer Relationship Management
URL:/admin/leads/sources
Page title: (2) Surse Lead-uri
Overview
Lead sources record where each lead came from (e.g. website, referral, ad campaign) and feed reporting on channel performance.
Business value
Records where every lead came from (website, paid ads, referral, event, partner) so marketing knows which channels actually drive revenue — not just clicks.
- Who uses it: Marketing, RevOps, finance
- Key benefit: Optimises marketing spend by attributing closed-won revenue back to its true acquisition channel.
Typical use cases:
- Compare cost-per-acquisition across paid channels
- Decide which trade shows to fund based on attributed revenue
- Prove marketing's revenue contribution in board reports
At a glance
Accessing this module
From the admin sidebar, navigate to Lead Sources, or open the URL directly:
/admin/leads/sources
List view
The list view shows existing lead sources records. Use it to search, filter, sort, and bulk-act on items.
Common actions
- View existing records — open Lead Sources from the sidebar to see the list view.
- Search and filter — use the search box and column filters to find records.
- Create a new record — click the Add / New button (or follow the "Create" URL above) and fill in the required fields.
- Edit a record — click a row to open the detail view, then use the edit action.
- Delete a record — use the row's delete action; deletion may be soft or hard depending on the module.
- Bulk operations — select multiple rows via the checkboxes and apply a bulk action from the toolbar (export, delete, status change, etc., where supported).
API
This module is available via the REST API.
Authentication. All API requests require the header authtoken: <token> (generate one at /admin/api/api_management).
Base URL. https://your-domain.tld/api/
Key endpoints:
| Method | Path | Purpose |
|---|---|---|
POST |
{{base_url}}lead_sources |
Add New Source |
GET |
{{base_url}}lead_sources |
List all Sources |
GET |
{{base_url}}lead_sources/:id |
Get One Source |
PUT |
{{base_url}}lead_sources/:id |
Update a Source |
DELETE |
{{base_url}}delete/lead_sources/:id |
Delete Source |
See the full payload schemas, query parameters, and example responses in the API reference (Lead Sources).
Captured: 2026-05-10T09:51:26.776Z · Source: demo.crmconnect.io/admin/leads/sources