-- phpMyAdmin SQL Dump
-- version 4.9.0.1
-- https://www.phpmyadmin.net/
--
-- Host: sql111.infinityfree.com
-- Generation Time: May 13, 2026 at 09:30 AM
-- Server version: 11.4.10-MariaDB
-- PHP Version: 7.2.22

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `khhdtrqy_blrrealty_crm`
--

-- --------------------------------------------------------

--
-- Table structure for table `agent_nudges`
--

CREATE TABLE `agent_nudges` (
  `id` int(11) NOT NULL,
  `agent_id` int(11) NOT NULL,
  `lead_id` int(11) NOT NULL,
  `boss_id` int(11) NOT NULL,
  `message` varchar(255) DEFAULT NULL,
  `status` enum('unread','read') DEFAULT 'unread',
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `agent_whatsapp_chats`
--

CREATE TABLE `agent_whatsapp_chats` (
  `id` int(11) NOT NULL,
  `agent_phone` varchar(50) NOT NULL COMMENT 'The WhatsApp number of the agent',
  `direction` enum('inbound','outbound') NOT NULL COMMENT 'inbound = agent replied, outbound = bot sent alert',
  `message_type` varchar(50) NOT NULL COMMENT 'text, template, image, document',
  `message_body` text DEFAULT NULL COMMENT 'The text or caption',
  `media_url` varchar(255) DEFAULT NULL COMMENT 'Path to the downloaded file',
  `meta_message_id` varchar(255) NOT NULL COMMENT 'wamid from Meta',
  `status` enum('sent','delivered','read','failed') DEFAULT NULL COMMENT 'For tracking blue ticks',
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `api_integrations`
--

CREATE TABLE `api_integrations` (
  `id` int(11) NOT NULL,
  `name` varchar(100) NOT NULL COMMENT 'e.g. Godrej Landing Page',
  `api_key` varchar(64) NOT NULL,
  `distribution_settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT 'Custom user rotation logic'
) ;

-- --------------------------------------------------------

--
-- Table structure for table `branches`
--

CREATE TABLE `branches` (
  `id` int(11) NOT NULL,
  `name` varchar(100) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `branches`
--

INSERT INTO `branches` (`id`, `name`, `created_at`) VALUES
(1, 'Bengaluru', '2026-04-20 04:54:39');

-- --------------------------------------------------------

--
-- Table structure for table `custom_cities`
--

CREATE TABLE `custom_cities` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `created_at` timestamp NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `custom_projects`
--

CREATE TABLE `custom_projects` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `created_at` timestamp NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `duplicate_leads`
--

CREATE TABLE `duplicate_leads` (
  `id` int(11) NOT NULL,
  `existing_lead_id` int(11) DEFAULT NULL COMMENT 'The ID of the original lead it matched in the leads table',
  `phone_number` varchar(50) DEFAULT NULL,
  `source` varchar(100) DEFAULT 'Facebook',
  `form_id` varchar(50) DEFAULT NULL,
  `raw_data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT 'The complete lead payload'
) ;

--
-- Dumping data for table `duplicate_leads`
--

INSERT INTO `duplicate_leads` (`id`, `existing_lead_id`, `phone_number`, `source`, `form_id`, `raw_data`, `created_at`) VALUES
(2, 4, '+919480548838', 'Facebook Webhook', '958578696582119', '{\"source\":\"Facebook\",\"form_id\":\"958578696582119\",\"form_name\":\"Cluster BLR - JP IRIS -Updated B (ACTIVE)\",\"facebook_lead_id\":\"902457412808438\",\"assigned_to\":3,\"created_at\":\"2026-05-01 12:59:58\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 3 Video\",\"adset_id\":\"120242853271060319\",\"ad_name\":\"Cluster Bangalore - JP IRIS Vid\",\"ad_id\":\"120242853271070319\",\"platform\":\"fb\",\"is_organic\":0,\"full_name\":\"Samar Shekar\",\"phone_number\":\"+919480548838\",\"city\":\"Bangalore\",\"preferred_property_type\":\"3_bhk\",\"budget\":\"\\u20b970l_\\u2013_\\u20b91cr\",\"email\":\"samarbvb@gmail.com\"}', '2026-05-01 07:29:59'),
(3, 26, '918970222779', 'Facebook Sync', '804830632427370', '{\"source\":\"Facebook\",\"form_id\":\"804830632427370\",\"form_name\":\"Cluster BLR - JP IRIS -2 May (ACTIVE)\",\"facebook_lead_id\":\"1454014309331834\",\"assigned_to\":3,\"created_at\":\"2026-05-04 18:46:41\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 3 Video\",\"adset_id\":\"120242853271060319\",\"ad_name\":\"Cluster Bangalore - JP IRIS Vid\",\"ad_id\":\"120242853271070319\",\"platform\":\"ig\",\"is_organic\":0,\"budget\":\"\\u20b91cr_-_\\u20b92cr\",\"preferred_property_type\":\"3_bhk\",\"preferred_location\":\"hoskote\",\"full_name\":\"Niraj Singh\",\"phone_number\":\"918970222779\",\"email\":\"thenirajs@gmail.com\",\"city\":\"Bangalore\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-05-03 20:50:56\\\"}\"}', '2026-05-04 13:16:41'),
(4, 327, '919731385048', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"2124459505062309\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:13\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 3 Video\",\"adset_id\":\"120242853271060319\",\"ad_name\":\"Cluster Bangalore - JP IRIS Vid\",\"ad_id\":\"120242853271070319\",\"platform\":\"fb\",\"is_organic\":0,\"full_name\":\"Ajit Kuamr\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"919731385048\",\"city\":\"Bangalore\",\"preferred_property_type\":\"2_bhk\",\"email\":\"ajitkumar07fg@gmail.com\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-04-08 09:37:35\\\"}\"}', '2026-05-05 08:15:13'),
(5, 376, '919989678490', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"2817580881921504\",\"assigned_to\":3,\"created_at\":\"2026-05-05 13:45:13\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 3 Video\",\"adset_id\":\"120242853271060319\",\"ad_name\":\"Cluster Bangalore - JP IRIS Vid\",\"ad_id\":\"120242853271070319\",\"platform\":\"fb\",\"is_organic\":0,\"full_name\":\"Suryanarayana Reddy Reddymallu\",\"what_is_your_purpose_of_buying\":\"investment\",\"phone_number\":\"919989678490\",\"city\":\"banglore\",\"preferred_property_type\":\"2_bhk\",\"email\":\"rsuryanreddy@gmail.com\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-04-08 08:02:42\\\"}\"}', '2026-05-05 08:15:13'),
(6, 326, '917975491911', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"1445783673962907\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:13\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 3 Video\",\"adset_id\":\"120242853271060319\",\"ad_name\":\"Cluster Bangalore - JP IRIS Vid\",\"ad_id\":\"120242853271070319\",\"platform\":\"fb\",\"is_organic\":0,\"email\":\"kakalidas989@gmail.com\",\"full_name\":\"Kakali Das\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"917975491911\",\"city\":\"Bangalore\",\"preferred_property_type\":\"need_pricing_for_both\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-04-07 17:15:38\\\"}\"}', '2026-05-05 08:15:13'),
(7, 374, '919945506115', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"2009437903262815\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:13\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"ig\",\"is_organic\":0,\"preferred_property_type\":\"3_bhk\",\"what_is_your_purpose_of_buying\":\"investment\",\"full_name\":\"Adi Krishna\",\"phone_number\":\"919945506115\",\"email\":\"adikrishna40@gmail.com\",\"city\":\"Bengaluru\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-04-06 20:22:55\\\"}\"}', '2026-05-05 08:15:13'),
(8, 375, '918374601635', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"1479347757320305\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:13\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"ig\",\"is_organic\":0,\"preferred_property_type\":\"2_bhk\",\"what_is_your_purpose_of_buying\":\"self_use\",\"full_name\":\"Ramya Kumari\",\"phone_number\":\"918374601635\",\"email\":\"ramyakumari.m8@gmail.com\",\"city\":\"Somala\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-04-06 14:26:37\\\"}\"}', '2026-05-05 08:15:13'),
(9, 228, '919008743996', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"793722543422326\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:13\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 3 Video\",\"adset_id\":\"120242853271060319\",\"ad_name\":\"Cluster Bangalore - JP IRIS Vid\",\"ad_id\":\"120242853271070319\",\"platform\":\"ig\",\"is_organic\":0,\"preferred_property_type\":\"3_bhk\",\"what_is_your_purpose_of_buying\":\"self_use\",\"full_name\":\"Mujahid Pasha\",\"phone_number\":\"919008743996\",\"email\":\"mujahidamp996@gmail.com\",\"city\":\"Kolar\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-04-04 22:19:43\\\"}\"}', '2026-05-05 08:15:13'),
(10, 203, '919113526692', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"932595229376187\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:13\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"ig\",\"is_organic\":0,\"full_name\":\"Deepa Shree\",\"phone_number\":\"919113526692\",\"email\":\"deepapn866@gmail.com\",\"city\":\"Chintamani\",\"preferred_property_type\":\"2_bhk\",\"what_is_your_purpose_of_buying\":\"self_use\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-04-04 19:38:13\\\"}\"}', '2026-05-05 08:15:13'),
(11, 227, '918123822236', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"773612542282909\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:13\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 3 Video\",\"adset_id\":\"120242853271060319\",\"ad_name\":\"Cluster Bangalore - JP IRIS Vid\",\"ad_id\":\"120242853271070319\",\"platform\":\"ig\",\"is_organic\":0,\"full_name\":\"Jeetu\",\"phone_number\":\"918123822236\",\"email\":\"Szeetu@gmail.com\",\"city\":\"Chennai\",\"preferred_property_type\":\"need_pricing_for_both\",\"what_is_your_purpose_of_buying\":\"self_use\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-04-04 18:39:44\\\"}\"}', '2026-05-05 08:15:13'),
(12, 229, '918076750434', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"951106184106026\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:13\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 3 Video\",\"adset_id\":\"120242853271060319\",\"ad_name\":\"Cluster Bangalore - JP IRIS Vid\",\"ad_id\":\"120242853271070319\",\"platform\":\"ig\",\"is_organic\":0,\"preferred_property_type\":\"2_bhk\",\"what_is_your_purpose_of_buying\":\"self_use\",\"full_name\":\"Sapna Chaubey\",\"phone_number\":\"918076750434\",\"email\":\"sapnashreeram7@gmail.com\",\"city\":\"Bangalore\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-29 09:20:56\\\"}\"}', '2026-05-05 08:15:13'),
(13, 325, '919886051280', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"3055247148006412\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:13\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 3 Video\",\"adset_id\":\"120242853271060319\",\"ad_name\":\"Cluster Bangalore - JP IRIS Vid\",\"ad_id\":\"120242853271070319\",\"platform\":\"fb\",\"is_organic\":0,\"full_name\":\"Rajani Chandrashekar\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"919886051280\",\"city\":\"bangalore\",\"preferred_property_type\":\"3_bhk\",\"email\":\"cshekarrajani@gmail.com\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-28 14:12:45\\\"}\"}', '2026-05-05 08:15:13'),
(14, 202, '918122615105', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"973836931649964\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:13\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"fb\",\"is_organic\":0,\"full_name\":\"Lenin Govindharaji\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"918122615105\",\"city\":\"Bengaluru\",\"preferred_property_type\":\"need_pricing_for_both\",\"email\":\"leninerp2005@gmail.com\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-28 11:04:06\\\"}\"}', '2026-05-05 08:15:13'),
(15, 324, '919902061543', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"934865758950435\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:13\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 3 Video\",\"adset_id\":\"120242853271060319\",\"ad_name\":\"Cluster Bangalore - JP IRIS Vid\",\"ad_id\":\"120242853271070319\",\"platform\":\"ig\",\"is_organic\":0,\"full_name\":\"CNMR Enterprises\",\"phone_number\":\"919902061543\",\"email\":\"Chandrashekar.akc@gmail.com\",\"city\":\"Chikkamagaluru\",\"preferred_property_type\":\"3_bhk\",\"what_is_your_purpose_of_buying\":\"self_use\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-28 11:01:06\\\"}\"}', '2026-05-05 08:15:13'),
(16, 373, '919731653161', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"1677134550141401\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:13\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"ig\",\"is_organic\":0,\"full_name\":\"N R Suthar\",\"phone_number\":\"919731653161\",\"email\":\"krsuthar76@gmail.com\",\"city\":\"Bangalore\",\"preferred_property_type\":\"2_bhk\",\"what_is_your_purpose_of_buying\":\"self_use\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-28 08:55:21\\\"}\"}', '2026-05-05 08:15:13'),
(17, 323, '919611704487', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"1294443215928862\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:13\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 3 Video\",\"adset_id\":\"120242853271060319\",\"ad_name\":\"Cluster Bangalore - JP IRIS Vid\",\"ad_id\":\"120242853271070319\",\"platform\":\"fb\",\"is_organic\":0,\"full_name\":\"Poornima Kotegar\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"919611704487\",\"city\":\"Bangalore\",\"preferred_property_type\":\"2_bhk\",\"email\":\"kotegarp@gmail.com\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-28 08:12:11\\\"}\"}', '2026-05-05 08:15:13'),
(18, 372, '917795262494', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"26866468916279551\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:13\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 3 Video\",\"adset_id\":\"120242853271060319\",\"ad_name\":\"Cluster Bangalore - JP IRIS Vid\",\"ad_id\":\"120242853271070319\",\"platform\":\"fb\",\"is_organic\":0,\"full_name\":\"Tapan Mondal\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"917795262494\",\"city\":\"Belpur\",\"preferred_property_type\":\"3_bhk\",\"email\":\"tm481185@gmail.com\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-27 06:13:34\\\"}\"}', '2026-05-05 08:15:13'),
(19, 322, '917411210397', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"1254528306249352\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:13\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"ig\",\"is_organic\":0,\"preferred_property_type\":\"need_pricing_for_both\",\"what_is_your_purpose_of_buying\":\"investment\",\"full_name\":\"Jeena George\",\"phone_number\":\"917411210397\",\"email\":\"jeenaivyn@gmail.com\",\"city\":\"Bangalore\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-26 09:05:08\\\"}\"}', '2026-05-05 08:15:13'),
(20, 321, '919743617030', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"1319289016678010\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:13\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 5\",\"adset_id\":\"120243950878960319\",\"ad_name\":\"Cluster Bangalore - Test 5\",\"ad_id\":\"120243950878970319\",\"platform\":\"fb\",\"is_organic\":0,\"full_name\":\"Sathish Kumar K Sathi\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"919743617030\",\"city\":\"KOLAR\",\"preferred_property_type\":\"need_pricing_for_both\",\"email\":\"rr9570986@gmail.com\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-26 06:51:19\\\"}\"}', '2026-05-05 08:15:20'),
(21, 371, '918660293207', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"1244445234533348\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:19\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"ig\",\"is_organic\":0,\"preferred_property_type\":\"3_bhk\",\"what_is_your_purpose_of_buying\":\"self_use\",\"full_name\":\"Shashank NV\",\"phone_number\":\"918660293207\",\"email\":\"shashanknv93@gmail.com\",\"city\":\"Bangalore\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-25 23:35:55\\\"}\"}', '2026-05-05 08:15:20'),
(22, 186, '919620911102', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"1260296729543328\",\"assigned_to\":3,\"created_at\":\"2026-05-05 13:45:19\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"ig\",\"is_organic\":0,\"full_name\":\"Saolin Pal\",\"phone_number\":\"919620911102\",\"email\":\"saolinp@gmail.com\",\"city\":\"Bangalore\",\"preferred_property_type\":\"2_bhk\",\"what_is_your_purpose_of_buying\":\"self_use\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-25 23:32:52\\\"}\"}', '2026-05-05 08:15:20'),
(23, 320, '919880573328', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"963600752685949\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:19\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 5\",\"adset_id\":\"120243950878960319\",\"ad_name\":\"Cluster Bangalore - Test 5\",\"ad_id\":\"120243950878970319\",\"platform\":\"fb\",\"is_organic\":0,\"full_name\":\"Mithun Chakroborti\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"919880573328\",\"city\":\"Bengaluru\",\"preferred_property_type\":\"2_bhk\",\"email\":\"mithuncharobarti772@gmail.com\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-25 21:27:47\\\"}\"}', '2026-05-05 08:15:20'),
(24, 204, '919845177244', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"1787191868907499\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:19\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 3 Video\",\"adset_id\":\"120242853271060319\",\"ad_name\":\"Cluster Bangalore - JP IRIS Vid\",\"ad_id\":\"120242853271070319\",\"platform\":\"ig\",\"is_organic\":0,\"preferred_property_type\":\"need_pricing_for_both\",\"what_is_your_purpose_of_buying\":\"self_use\",\"full_name\":\"Sharmila ShivaPrasad\",\"phone_number\":\"919845177244\",\"email\":\"sharmila.j@247.ai\",\"city\":\"Bangalore\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-24 21:25:46\\\"}\"}', '2026-05-05 08:15:20'),
(25, 370, '918761096505', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"2370587800109780\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:19\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 5\",\"adset_id\":\"120243950878960319\",\"ad_name\":\"Cluster Bangalore - Test 5\",\"ad_id\":\"120243950878970319\",\"platform\":\"fb\",\"is_organic\":0,\"full_name\":\"HEMANTA SHARMA\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"918761096505\",\"city\":\"Bengaluru\",\"preferred_property_type\":\"need_pricing_for_both\",\"email\":\"rajasharm398@msn.com\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-24 21:15:22\\\"}\"}', '2026-05-05 08:15:20'),
(26, 226, '919611565858', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"782099204969780\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:19\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"ig\",\"is_organic\":0,\"full_name\":\"Prathap\",\"phone_number\":\"919611565858\",\"email\":\"prathapmuniswamy@gmail.com\",\"city\":\"Bangalore\",\"preferred_property_type\":\"3_bhk\",\"what_is_your_purpose_of_buying\":\"self_use\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-24 16:38:23\\\"}\"}', '2026-05-05 08:15:20'),
(27, 369, '916361233766', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"1467160951811688\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:19\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 3 Video\",\"adset_id\":\"120242853271060319\",\"ad_name\":\"Cluster Bangalore - JP IRIS Vid\",\"ad_id\":\"120242853271070319\",\"platform\":\"ig\",\"is_organic\":0,\"preferred_property_type\":\"2_bhk\",\"what_is_your_purpose_of_buying\":\"investment\",\"full_name\":\"Sangeetha.M\",\"phone_number\":\"916361233766\",\"email\":\"sangeethashetty791@gmail.com\",\"city\":\"Bangalore\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-24 12:14:24\\\"}\"}', '2026-05-05 08:15:20'),
(28, 368, '919731784905', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"908742115312783\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:19\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 3 Video\",\"adset_id\":\"120242853271060319\",\"ad_name\":\"Cluster Bangalore - JP IRIS Vid\",\"ad_id\":\"120242853271070319\",\"platform\":\"ig\",\"is_organic\":0,\"preferred_property_type\":\"2_bhk\",\"what_is_your_purpose_of_buying\":\"self_use\",\"full_name\":\"Snehith Mathias\",\"phone_number\":\"919731784905\",\"email\":\"snehithmathias@gmail.com\",\"city\":\"Bengaluru\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-24 09:56:24\\\"}\"}', '2026-05-05 08:15:20'),
(29, 367, '919567604031', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"1893737441345824\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:19\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 3 Video\",\"adset_id\":\"120242853271060319\",\"ad_name\":\"Cluster Bangalore - JP IRIS Vid\",\"ad_id\":\"120242853271070319\",\"platform\":\"fb\",\"is_organic\":0,\"full_name\":\"Anil Kumar\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"919567604031\",\"city\":\"Bangalore\",\"preferred_property_type\":\"3_bhk\",\"email\":\"4anil46@gmail.com\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-23 21:53:34\\\"}\"}', '2026-05-05 08:15:20'),
(30, 366, '919986161099', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"1274504827957717\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:19\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"ig\",\"is_organic\":0,\"preferred_property_type\":\"2_bhk\",\"what_is_your_purpose_of_buying\":\"self_use\",\"full_name\":\"Akshath\",\"phone_number\":\"919986161099\",\"email\":\"akshathakku@outlook.com\",\"city\":\"Blr\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-23 21:41:30\\\"}\"}', '2026-05-05 08:15:20'),
(31, 319, '917358643965', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"1477175260802293\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:19\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"ig\",\"is_organic\":0,\"preferred_property_type\":\"2_bhk\",\"what_is_your_purpose_of_buying\":\"self_use\",\"full_name\":\"Puja\",\"phone_number\":\"917358643965\",\"email\":\"pujagupta7239@gmail.com\",\"city\":\"Bangalore\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-23 11:42:07\\\"}\"}', '2026-05-05 08:15:20'),
(32, 318, '918885005556', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"942669332026171\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:20\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"fb\",\"is_organic\":0,\"full_name\":\"Vinay D\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"918885005556\",\"city\":\"banglore\",\"preferred_property_type\":\"2_bhk\",\"email\":\"vinaydn441@gmail.com\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-23 11:04:10\\\"}\"}', '2026-05-05 08:15:20'),
(33, 317, '919066122698', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"1891442824776185\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:20\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"ig\",\"is_organic\":0,\"preferred_property_type\":\"2_bhk\",\"what_is_your_purpose_of_buying\":\"self_use\",\"full_name\":\"shiva\",\"phone_number\":\"919066122698\",\"email\":\"shiva0243@gmail.com\",\"city\":\"Bangalore\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-23 10:36:28\\\"}\"}', '2026-05-05 08:15:20'),
(34, 316, '918825787187', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"2726736974340164\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:20\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"ig\",\"is_organic\":0,\"preferred_property_type\":\"3_bhk\",\"what_is_your_purpose_of_buying\":\"self_use\",\"full_name\":\"Soundarya Sonu Reddy\",\"phone_number\":\"918825787187\",\"email\":\"soundaryasonuaimfill@gmail.com\",\"city\":\"Bengaluru\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-23 10:05:06\\\"}\"}', '2026-05-05 08:15:20'),
(35, 315, '919019211189', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"1818765459510197\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:20\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"ig\",\"is_organic\":0,\"preferred_property_type\":\"3_bhk\",\"what_is_your_purpose_of_buying\":\"self_use\",\"full_name\":\"Priya Sinha\",\"phone_number\":\"919019211189\",\"email\":\"pcsinha81166@gmail.com\",\"city\":\"Bangalore\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-23 08:23:22\\\"}\"}', '2026-05-05 08:15:20'),
(36, 225, '919810632339', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"918232410828315\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:20\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 3 Video\",\"adset_id\":\"120242853271060319\",\"ad_name\":\"Cluster Bangalore - JP IRIS Vid\",\"ad_id\":\"120242853271070319\",\"platform\":\"ig\",\"is_organic\":0,\"preferred_property_type\":\"3_bhk\",\"what_is_your_purpose_of_buying\":\"investment\",\"full_name\":\"Shaveta Sharma\",\"phone_number\":\"919810632339\",\"email\":\"shaveta_25@hotmail.com\",\"city\":\"Bangalore\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-23 07:53:49\\\"}\"}', '2026-05-05 08:15:20'),
(37, 314, '919880160766', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"4328303677499448\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:20\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 3 Video\",\"adset_id\":\"120242853271060319\",\"ad_name\":\"Cluster Bangalore - JP IRIS Vid\",\"ad_id\":\"120242853271070319\",\"platform\":\"fb\",\"is_organic\":0,\"full_name\":\"Prakash Nallur\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"919880160766\",\"city\":\"Bangalore\",\"preferred_property_type\":\"3_bhk\",\"email\":\"prakashadv22@gmail.com\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-22 19:03:11\\\"}\"}', '2026-05-05 08:15:20'),
(38, 313, '919880602302', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"1483679173377435\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:20\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"ig\",\"is_organic\":0,\"full_name\":\"urmila.raj\",\"phone_number\":\"919880602302\",\"email\":\"urmilaraj2510@gmail.com\",\"city\":\"Bengaluru\",\"preferred_property_type\":\"need_pricing_for_both\",\"what_is_your_purpose_of_buying\":\"self_use\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-22 18:15:12\\\"}\"}', '2026-05-05 08:15:20'),
(39, 312, '917894215347', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"1463047321879421\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:20\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 5\",\"adset_id\":\"120243950878960319\",\"ad_name\":\"Cluster Bangalore - Test 5\",\"ad_id\":\"120243950878970319\",\"platform\":\"ig\",\"is_organic\":0,\"preferred_property_type\":\"2_bhk\",\"what_is_your_purpose_of_buying\":\"self_use\",\"full_name\":\"Rupambika\",\"phone_number\":\"917894215347\",\"email\":\"rupambikabh@gmail.com\",\"city\":\"Bangalore\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-22 17:46:28\\\"}\"}', '2026-05-05 08:15:20'),
(40, 311, '919591285420', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"2397302894117634\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:20\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 5\",\"adset_id\":\"120243950878960319\",\"ad_name\":\"Cluster Bangalore - Test 5\",\"ad_id\":\"120243950878970319\",\"platform\":\"fb\",\"is_organic\":0,\"full_name\":\"Nagu Nagu\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"919591285420\",\"city\":\"25\",\"preferred_property_type\":\"3_bhk\",\"email\":\"nagun6805@gmail.com\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-22 15:14:38\\\"}\"}', '2026-05-05 08:15:20'),
(41, 310, '919035793079', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"1625511885442770\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:20\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"fb\",\"is_organic\":0,\"email\":\"dpremnat@gmail.com\",\"full_name\":\"Premnath D\",\"what_is_your_purpose_of_buying\":\"investment\",\"phone_number\":\"919035793079\",\"city\":\"Bengaluru\",\"preferred_property_type\":\"need_pricing_for_both\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-22 14:17:28\\\"}\"}', '2026-05-05 08:15:20'),
(42, 365, '918374510805', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"2775468146151008\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:20\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 3 Video\",\"adset_id\":\"120242853271060319\",\"ad_name\":\"Cluster Bangalore - JP IRIS Vid\",\"ad_id\":\"120242853271070319\",\"platform\":\"ig\",\"is_organic\":0,\"preferred_property_type\":\"need_pricing_for_both\",\"what_is_your_purpose_of_buying\":\"investment\",\"full_name\":\"rajasekhar konkati\",\"phone_number\":\"918374510805\",\"email\":\"rajasep30@gmail.com\",\"city\":\"Bangalore\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-22 11:22:29\\\"}\"}', '2026-05-05 08:15:20'),
(43, 364, '919845139134', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"4408380479484718\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:20\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 3 Video\",\"adset_id\":\"120242853271060319\",\"ad_name\":\"Cluster Bangalore - JP IRIS Vid\",\"ad_id\":\"120242853271070319\",\"platform\":\"fb\",\"is_organic\":0,\"full_name\":\"Doddabasappa A\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"919845139134\",\"city\":\"Bellary\",\"preferred_property_type\":\"2_bhk\",\"email\":\"raj.refresh@yahoo.co.in\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-22 10:34:57\\\"}\"}', '2026-05-05 08:15:20'),
(44, 363, '19739222285', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"1872909053359409\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:20\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 3 Video\",\"adset_id\":\"120242853271060319\",\"ad_name\":\"Cluster Bangalore - JP IRIS Vid\",\"ad_id\":\"120242853271070319\",\"platform\":\"fb\",\"is_organic\":0,\"full_name\":\"Kalmesh Swamy\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"19739222285\",\"city\":\"Bangalore\",\"preferred_property_type\":\"2_bhk\",\"email\":\"swamykalmesh@gmail.com\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-22 10:29:59\\\"}\"}', '2026-05-05 08:15:20'),
(45, 362, '917406923122', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"2242674812927914\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:20\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 3 Video\",\"adset_id\":\"120242853271060319\",\"ad_name\":\"Cluster Bangalore - JP IRIS Vid\",\"ad_id\":\"120242853271070319\",\"platform\":\"fb\",\"is_organic\":0,\"full_name\":\"rupesh\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"917406923122\",\"city\":\"banglore\",\"preferred_property_type\":\"3_bhk\",\"email\":\"jayamca8@gmail.com\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-21 23:55:05\\\"}\"}', '2026-05-05 08:15:20'),
(46, 205, '917772991366', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"821260860318079\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:20\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"ig\",\"is_organic\":0,\"preferred_property_type\":\"need_pricing_for_both\",\"what_is_your_purpose_of_buying\":\"investment\",\"full_name\":\"Saloni\",\"phone_number\":\"917772991366\",\"email\":\"salonimandwal99@gmail.com\",\"city\":\"Bangalore\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-21 01:21:45\\\"}\"}', '2026-05-05 08:15:20'),
(47, 361, '919880738111', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"1451860973009468\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:20\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 3 Video\",\"adset_id\":\"120242853271060319\",\"ad_name\":\"Cluster Bangalore - JP IRIS Vid\",\"ad_id\":\"120242853271070319\",\"platform\":\"fb\",\"is_organic\":0,\"preferred_property_type\":\"3_bhk\",\"what_is_your_purpose_of_buying\":\"investment\",\"full_name\":\"Madhu Sudhan Grandhi\",\"phone_number\":\"919880738111\",\"email\":\"madhograndhi@rediffmail.com\",\"city\":\"Bangalore\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-20 22:06:35\\\"}\"}', '2026-05-05 08:15:20'),
(48, 360, '919986379685', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"939734415170908\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:20\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 3 Video\",\"adset_id\":\"120242853271060319\",\"ad_name\":\"Cluster Bangalore - JP IRIS Vid\",\"ad_id\":\"120242853271070319\",\"platform\":\"fb\",\"is_organic\":0,\"full_name\":\"Athira Suresh\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"919986379685\",\"city\":\"Bangalore\",\"preferred_property_type\":\"2_bhk\",\"email\":\"athira0497@gmail.com\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-20 14:40:53\\\"}\"}', '2026-05-05 08:15:20'),
(49, 220, '919008408604', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"34172715349043105\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:20\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"fb\",\"is_organic\":0,\"full_name\":\"godwin\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"919008408604\",\"city\":\"Nagercoil\",\"preferred_property_type\":\"2_bhk\",\"email\":\"cimea1992@gmail.com\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-18 10:43:09\\\"}\"}', '2026-05-05 08:15:20'),
(50, 359, '919886677801', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"1498885791799401\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:20\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"fb\",\"is_organic\":0,\"full_name\":\"sandeep G\",\"what_is_your_purpose_of_buying\":\"investment\",\"phone_number\":\"919886677801\",\"city\":\"Bangalore\",\"preferred_property_type\":\"2_bhk\",\"email\":\"sandeep4016@gmail.com\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-17 15:08:23\\\"}\"}', '2026-05-05 08:15:20'),
(51, 358, '919811237122', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"795667883591889\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:20\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 3 Video\",\"adset_id\":\"120242853271060319\",\"ad_name\":\"Cluster Bangalore - JP IRIS Vid\",\"ad_id\":\"120242853271070319\",\"platform\":\"ig\",\"is_organic\":0,\"full_name\":\"Rajni Sharma\",\"phone_number\":\"919811237122\",\"email\":\"rajnisharma6311@gmail.com\",\"city\":\"Bangalore\",\"preferred_property_type\":\"need_pricing_for_both\",\"what_is_your_purpose_of_buying\":\"investment\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-17 11:16:24\\\"}\"}', '2026-05-05 08:15:20'),
(52, 206, '918904684877', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"1266248635458305\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:20\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"ig\",\"is_organic\":0,\"preferred_property_type\":\"3_bhk\",\"what_is_your_purpose_of_buying\":\"self_use\",\"full_name\":\"sonu\\u2661\",\"phone_number\":\"918904684877\",\"email\":\"shwetakheni14@gmail.com\",\"city\":\"Bangalore\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-16 23:29:03\\\"}\"}', '2026-05-05 08:15:20'),
(53, 207, '919686289869', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"920049587399284\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:20\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"ig\",\"is_organic\":0,\"preferred_property_type\":\"3_bhk\",\"what_is_your_purpose_of_buying\":\"investment\",\"full_name\":\"Pravallika Mohan\",\"phone_number\":\"919686289869\",\"email\":\"mbapravi@gmail.com\",\"city\":\"Bengaluru\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-16 17:15:54\\\"}\"}', '2026-05-05 08:15:20'),
(54, 208, '919066535352', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"2124080935113558\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:20\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 3 Video\",\"adset_id\":\"120242853271060319\",\"ad_name\":\"Cluster Bangalore - JP IRIS Vid\",\"ad_id\":\"120242853271070319\",\"platform\":\"fb\",\"is_organic\":0,\"email\":\"rekha.krishnan92@gmail.com\",\"full_name\":\"Rekha\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"919066535352\",\"city\":\"Bangalore\",\"preferred_property_type\":\"need_pricing_for_both\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-07 09:18:19\\\"}\"}', '2026-05-05 08:15:20'),
(55, 185, '918892582106', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"3231151537045808\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:20\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"fb\",\"is_organic\":0,\"email\":\"Sarojpradhan23@gmail.com\",\"full_name\":\"Saroj Pradhan\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"918892582106\",\"city\":\"bangaluru\",\"preferred_property_type\":\"3_bhk\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-07 00:21:08\\\"}\"}', '2026-05-05 08:15:20'),
(56, 190, '919741719159', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"1261282192624449\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:20\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 2\",\"adset_id\":\"120242853060240319\",\"ad_name\":\"Cluster Bangalore - Test 2\",\"ad_id\":\"120242853060250319\",\"platform\":\"fb\",\"is_organic\":0,\"full_name\":\"Ramkumar\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"919741719159\",\"city\":\"Bangalore\",\"preferred_property_type\":\"need_pricing_for_both\",\"email\":\"kumar_gokul.14@gmail.com\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-06 19:55:26\\\"}\"}', '2026-05-05 08:15:24'),
(57, 357, '919035732321', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"1223447796664106\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:23\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"fb\",\"is_organic\":0,\"email\":\"sandeepkumar.inf13@gmail.com\",\"full_name\":\"Sandeep Kumar Sandy\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"919035732321\",\"city\":\"Bangalore\",\"preferred_property_type\":\"3_bhk\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-06 16:06:41\\\"}\"}', '2026-05-05 08:15:24'),
(58, 356, '919886670347', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"2042842249608753\",\"assigned_to\":3,\"created_at\":\"2026-05-05 13:45:23\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"fb\",\"is_organic\":0,\"full_name\":\"Kiran Kumar\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"919886670347\",\"city\":\"Bangalore\",\"preferred_property_type\":\"3_bhk\",\"email\":\"vskiran19in@gmail.com\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-06 11:03:57\\\"}\"}', '2026-05-05 08:15:24');
INSERT INTO `duplicate_leads` (`id`, `existing_lead_id`, `phone_number`, `source`, `form_id`, `raw_data`, `created_at`) VALUES
(59, 309, '919337969600', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"916773427614140\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:23\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"fb\",\"is_organic\":0,\"email\":\"Priyadash.24@gmail.com\",\"full_name\":\"satyaprakash\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"919337969600\",\"city\":\"Bangalore\",\"preferred_property_type\":\"2_bhk\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-05 19:31:59\\\"}\"}', '2026-05-05 08:15:24'),
(60, 304, '18073474850', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"4198885436924982\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:23\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 3 Video\",\"adset_id\":\"120242853271060319\",\"ad_name\":\"Cluster Bangalore - JP IRIS Vid\",\"ad_id\":\"120242853271070319\",\"platform\":\"fb\",\"is_organic\":0,\"full_name\":\"Palani Narayan\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"18073474850\",\"city\":\"bangalore\",\"preferred_property_type\":\"2_bhk\",\"email\":\"airqueenindustry@gmail.com\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-05 11:27:21\\\"}\"}', '2026-05-05 08:15:24'),
(61, 292, '919591988282', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"962911016402152\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:23\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"ig\",\"is_organic\":0,\"preferred_property_type\":\"2_bhk\",\"what_is_your_purpose_of_buying\":\"self_use\",\"full_name\":\"raja\",\"phone_number\":\"919591988282\",\"email\":\"parashu2006@gmail.com\",\"city\":\"Bangalore\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-04 20:53:26\\\"}\"}', '2026-05-05 08:15:24'),
(62, 302, '919986117451', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"4435102693372593\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:23\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 2\",\"adset_id\":\"120242853060240319\",\"ad_name\":\"Cluster Bangalore - Test 2\",\"ad_id\":\"120242853060250319\",\"platform\":\"fb\",\"is_organic\":0,\"full_name\":\"Durgadas\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"919986117451\",\"city\":\"Blr\",\"preferred_property_type\":\"2_bhk\",\"email\":\"pmdurgadas@gmail.com\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-04 18:43:56\\\"}\"}', '2026-05-05 08:15:24'),
(63, 293, '919544688694', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"1419491669666102\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:23\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"ig\",\"is_organic\":0,\"full_name\":\"Vishnu U\",\"phone_number\":\"919544688694\",\"email\":\"Vishnuu9094@gmail.com\",\"city\":\"Bengaluru\",\"preferred_property_type\":\"2_bhk\",\"what_is_your_purpose_of_buying\":\"investment\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-04 08:12:30\\\"}\"}', '2026-05-05 08:15:24'),
(64, 305, '919886546046', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"1690636132108321\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:23\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 3 Video\",\"adset_id\":\"120242853271060319\",\"ad_name\":\"Cluster Bangalore - JP IRIS Vid\",\"ad_id\":\"120242853271070319\",\"platform\":\"fb\",\"is_organic\":0,\"full_name\":\"Rajendra\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"919886546046\",\"city\":\"bangalore\",\"preferred_property_type\":\"3_bhk\",\"email\":\"rabindra.nayak2030@gmail.com\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-03 22:07:15\\\"}\"}', '2026-05-05 08:15:24'),
(65, 42, '919986744490', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"1943423082924554\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:23\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"fb\",\"is_organic\":0,\"full_name\":\"Rudrapati Talukdar\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"919986744490\",\"city\":\"Bangalore\",\"preferred_property_type\":\"3_bhk\",\"email\":\"Rudrapati01@gmail.com\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-03 11:57:06\\\"}\"}', '2026-05-05 08:15:24'),
(66, 294, '919481057903', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"943850594812796\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:23\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"fb\",\"is_organic\":0,\"email\":\"nagaveni9845687903@gmail.com\",\"full_name\":\"Nagaveni Harshith\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"919481057903\",\"city\":\"Hoskote\",\"preferred_property_type\":\"2_bhk\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-03 11:28:59\\\"}\"}', '2026-05-05 08:15:24'),
(67, 295, '919844144680', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"1231013962343624\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:23\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"fb\",\"is_organic\":0,\"full_name\":\"Kiran Ramulu\",\"what_is_your_purpose_of_buying\":\"investment\",\"phone_number\":\"919844144680\",\"city\":\"Bangalore\",\"preferred_property_type\":\"2_bhk\",\"email\":\"kiranagalu20@gmail.com\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-03 04:43:31\\\"}\"}', '2026-05-05 08:15:24'),
(68, 296, '919448521444', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"851497924562751\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:23\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"fb\",\"is_organic\":0,\"full_name\":\"Vinodkumar G D N\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"919448521444\",\"city\":\"banglore\",\"preferred_property_type\":\"3_bhk\",\"email\":\"vinodkumargdn@gmail.com\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-01 12:03:59\\\"}\"}', '2026-05-05 08:15:24'),
(69, 297, '918347045789', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"778091048246826\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:23\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"ig\",\"is_organic\":0,\"preferred_property_type\":\"3_bhk\",\"what_is_your_purpose_of_buying\":\"self_use\",\"full_name\":\"Mehta Bhawesh\",\"phone_number\":\"918347045789\",\"email\":\"bhawesh490@gmail.com\",\"city\":\"Bangalore\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-03-01 08:27:52\\\"}\"}', '2026-05-05 08:15:24'),
(70, 298, '919182497792', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"2378032249334780\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:23\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"fb\",\"is_organic\":0,\"full_name\":\"Deepika\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"919182497792\",\"city\":\"Bangalore\",\"preferred_property_type\":\"3_bhk\",\"email\":\"bdeepika779@gmail.com\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-02-28 17:45:49\\\"}\"}', '2026-05-05 08:15:24'),
(71, 303, '917598160946', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"2170745753691480\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:23\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 2\",\"adset_id\":\"120242853060240319\",\"ad_name\":\"Cluster Bangalore - Test 2\",\"ad_id\":\"120242853060250319\",\"platform\":\"fb\",\"is_organic\":0,\"email\":\"satyamsingh@gmail.com\",\"full_name\":\"Satyam Singh\",\"what_is_your_purpose_of_buying\":\"investment\",\"phone_number\":\"917598160946\",\"city\":\"Bangalore\",\"preferred_property_type\":\"need_pricing_for_both\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-02-28 11:25:44\\\"}\"}', '2026-05-05 08:15:24'),
(72, 306, '917259650910', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"1393741078734529\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:23\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 3 Video\",\"adset_id\":\"120242853271060319\",\"ad_name\":\"Cluster Bangalore - JP IRIS Vid\",\"ad_id\":\"120242853271070319\",\"platform\":\"fb\",\"is_organic\":0,\"email\":\"sabrinalodh@ymail.com\",\"full_name\":\"Sabrina Lodh\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"917259650910\",\"city\":\"Bangalore\",\"preferred_property_type\":\"2_bhk\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-02-28 07:41:01\\\"}\"}', '2026-05-05 08:15:24'),
(73, 307, '919535288699', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"1438234958003650\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:23\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 3 Video\",\"adset_id\":\"120242853271060319\",\"ad_name\":\"Cluster Bangalore - JP IRIS Vid\",\"ad_id\":\"120242853271070319\",\"platform\":\"fb\",\"is_organic\":0,\"email\":\"rtreddy64@gmail.com\",\"full_name\":\"Karthickeyan\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"919535288699\",\"city\":\"Bangalore\",\"preferred_property_type\":\"need_pricing_for_both\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-02-28 00:12:50\\\"}\"}', '2026-05-05 08:15:24'),
(74, 299, '918088124448', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"1630647608091735\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:23\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"fb\",\"is_organic\":0,\"email\":\"deepikamtech2013@gmail.com\",\"full_name\":\"Deepika\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"918088124448\",\"city\":\"Bangalore\",\"preferred_property_type\":\"3_bhk\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-02-27 21:17:25\\\"}\"}', '2026-05-05 08:15:24'),
(75, 23, '917397517491', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"1481783720044563\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:23\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 2\",\"adset_id\":\"120242853060240319\",\"ad_name\":\"Cluster Bangalore - Test 2\",\"ad_id\":\"120242853060250319\",\"platform\":\"ig\",\"is_organic\":0,\"full_name\":\"Sankar S P\",\"phone_number\":\"917397517491\",\"email\":\"spisankar@gmail.com\",\"city\":\"Singapore\",\"preferred_property_type\":\"2_bhk\",\"what_is_your_purpose_of_buying\":\"self_use\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-02-27 18:11:11\\\"}\"}', '2026-05-05 08:15:24'),
(76, 308, '917483248381', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"1967642310507102\",\"assigned_to\":2,\"created_at\":\"2026-05-05 13:45:23\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 3 Video\",\"adset_id\":\"120242853271060319\",\"ad_name\":\"Cluster Bangalore - JP IRIS Vid\",\"ad_id\":\"120242853271070319\",\"platform\":\"fb\",\"is_organic\":0,\"email\":\"welcome2gopal@gmail.com\",\"full_name\":\"Gopal Yadav\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"917483248381\",\"city\":\"Bangalore\",\"preferred_property_type\":\"3_bhk\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-02-27 17:10:08\\\"}\"}', '2026-05-05 08:15:24'),
(77, 300, '918971876556', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"1460125925688983\",\"assigned_to\":3,\"created_at\":\"2026-05-05 13:45:23\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"ig\",\"is_organic\":0,\"full_name\":\"Reshma Kumari\",\"phone_number\":\"918971876556\",\"email\":\"reshmakumari1916@gmail.com\",\"city\":\"Bangalore\",\"preferred_property_type\":\"2_bhk\",\"what_is_your_purpose_of_buying\":\"self_use\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-02-27 08:34:07\\\"}\"}', '2026-05-05 08:15:24'),
(78, 301, '919538031083', 'Facebook Sync', '2763787577293303', '{\"source\":\"Facebook\",\"form_id\":\"2763787577293303\",\"form_name\":\"Cluster BLR - Test-copy (ACTIVE)\",\"facebook_lead_id\":\"2079564909565072\",\"assigned_to\":3,\"created_at\":\"2026-05-05 13:45:23\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"fb\",\"is_organic\":0,\"full_name\":\"Raghavadeep Reddy\",\"what_is_your_purpose_of_buying\":\"self_use\",\"phone_number\":\"919538031083\",\"city\":\"Hyderabad\",\"preferred_property_type\":\"2_bhk\",\"email\":\"raghavadeep@gmail.com\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-02-26 19:17:09\\\"}\"}', '2026-05-05 08:15:24'),
(79, 404, '+919844214245', 'Facebook Webhook', '958578696582119', '{\"source\":\"Facebook\",\"form_id\":\"958578696582119\",\"form_name\":\"Cluster BLR - JP IRIS -Updated B (ACTIVE)\",\"facebook_lead_id\":\"838538865442310\",\"assigned_to\":3,\"created_at\":\"2026-05-09 23:37:36\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"ig\",\"is_organic\":0,\"budget\":\"\\u20b970l_\\u2013_\\u20b91cr\",\"preferred_property_type\":\"2_bhk\",\"full_name\":\"GeethaHari Geetha\",\"phone_number\":\"+919844214245\",\"email\":\"geeg26753@gmail.com\",\"city\":\"Bangalore\"}', '2026-05-09 18:07:36'),
(80, 30, '919989346623', 'Facebook Sync', '958578696582119', '{\"source\":\"Facebook\",\"form_id\":\"958578696582119\",\"form_name\":\"Cluster BLR - JP IRIS -Updated B (ACTIVE)\",\"facebook_lead_id\":\"1334465525268559\",\"assigned_to\":3,\"created_at\":\"2026-05-10 22:52:02\",\"campaign_name\":\"Cluster Bangalore\",\"campaign_id\":\"120242785440710319\",\"adset_name\":\"Cluster Bangalore - Test 1\",\"adset_id\":\"120242785440730319\",\"ad_name\":\"Cluster Bangalore - JP IRIS IMG\",\"ad_id\":\"120242785440720319\",\"platform\":\"fb\",\"is_organic\":0,\"full_name\":\"Koti Reddy Vaka\",\"phone_number\":\"919989346623\",\"city\":\"thanisandra\",\"preferred_property_type\":\"2_bhk\",\"budget\":\"\\u20b970l_\\u2013_\\u20b91cr\",\"email\":\"v.kotireddy519@gmail.com\",\"custom_data\":\"{\\\"fb_original_date\\\":\\\"2026-04-30 19:15:55\\\"}\"}', '2026-05-10 17:22:02');

-- --------------------------------------------------------

--
-- Table structure for table `export_logs`
--

CREATE TABLE `export_logs` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `filters_applied` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT 'Stores search, status, date filters used'
) ;

-- --------------------------------------------------------

--
-- Table structure for table `facebook_accounts`
--

CREATE TABLE `facebook_accounts` (
  `id` int(11) NOT NULL,
  `account_name` varchar(255) DEFAULT NULL,
  `user_access_token` text NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `facebook_accounts`
--

INSERT INTO `facebook_accounts` (`id`, `account_name`, `user_access_token`, `created_at`) VALUES
(1, 'Arctus Gaming', 'EAAN49G61HVwBRS5lvlvpi68cQkN36IZCyP7Obcz43DgyWZCZCWGXV6I9YVJe1VZAW7x0O7bm8pd1olKndnx5U5nGEDoFzil6WU7uBOcU9J540ZChssD6rpxaO230emOUf513L0xfqPjWh6NgZB0QDYaZAZCdOV0FHCh9IRJpA6ZCEijQYijx5KIWKqWDRmPjiTazU', '2026-04-20 05:01:21');

-- --------------------------------------------------------

--
-- Table structure for table `facebook_ad_creatives`
--

CREATE TABLE `facebook_ad_creatives` (
  `ad_id` varchar(100) NOT NULL,
  `image_url` text DEFAULT NULL,
  `video_url` text DEFAULT NULL,
  `body_text` text DEFAULT NULL,
  `post_url` text DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `facebook_ad_creatives`
--

INSERT INTO `facebook_ad_creatives` (`ad_id`, `image_url`, `video_url`, `body_text`, `post_url`, `created_at`) VALUES
('120242785440720319', 'ad_creatives/ad_120242785440720319.jpg', NULL, NULL, 'https://www.facebook.com/859153717279037_122125990059088528', '2026-04-20 17:04:18'),
('120242853060250319', 'ad_creatives/ad_120242853060250319.jpg', NULL, NULL, 'https://www.facebook.com/859153717279037_122120073669088528', '2026-05-05 08:15:24'),
('120242853271070319', 'ad_creatives/ad_120242853271070319.jpg', 'ad_creatives/ad_120242853271070319_video.mp4', 'New Launch Alert!\nJP IRIS | 2 & 3 BHK Hoskote Bangalore @ ₹70L* | own your dream home instead of paying rent every month.\n\n🏡 2 & 3 BHK Homes Starting at just ₹70Lakhs*\n📍 Near Whitefield (15 mins drive)\n💰 Easy ownership under ₹70 Lakhs\n\nLimited units. Smart buyers are already shifting from rent → ownership.\n\n👉 Book your site visit today & secure your home before prices rise!', 'https://www.facebook.com/859153717279037_122125995111088528', '2026-04-20 17:05:39'),
('120243950878970319', 'ad_creatives/ad_120243950878970319.jpg', 'ad_creatives/ad_120243950878970319_video.mp4', 'Dream Home Alert!\nOwn a luxury 2 & 3 BHK apartment in Hoskote\'s prime location, off OMR. \nStarting from just ₹88 Lakh.\n• Book with ₹5 Lakh\n• No Pre-EMI till completion\n\n Limited inventory! Ready to see it for yourself?', 'https://www.facebook.com/859153717279037_122122675833088528', '2026-05-05 08:15:20'),
('120244279262080319', 'ad_creatives/ad_120244279262080319.jpg', NULL, NULL, 'https://www.facebook.com/859153717279037_122125811565088528', '2026-04-20 17:09:56'),
('120245194358190319', 'ad_creatives/ad_120245194358190319.jpg', NULL, NULL, 'https://www.facebook.com/859153717279037_122125990983088528', '2026-04-20 17:10:28');

-- --------------------------------------------------------

--
-- Table structure for table `facebook_form_mappings`
--

CREATE TABLE `facebook_form_mappings` (
  `id` int(11) NOT NULL,
  `page_id` varchar(50) NOT NULL,
  `page_name` varchar(100) DEFAULT NULL,
  `page_access_token` text DEFAULT NULL,
  `form_id` varchar(50) NOT NULL,
  `form_name` varchar(150) DEFAULT NULL,
  `mapping_config` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT 'Stores the connection logic'
) ;

--
-- Dumping data for table `facebook_form_mappings`
--

INSERT INTO `facebook_form_mappings` (`id`, `page_id`, `page_name`, `page_access_token`, `form_id`, `form_name`, `mapping_config`, `status`, `created_at`, `updated_at`, `target_list_id`, `distribution_settings`) VALUES
(3, '859153717279037', 'BLR Realty (via Arctus Gaming)', 'EAAN49G61HVwBRTL8IkGCVVPtnfU7BAYFJ4chZBZAWAEtww34DCrZB56pxLIxICX8ZAeDN7vd8N5v0zOShKSSv4sR3a4LdwYXSwQVkRs3n2YUQHFC5kZAF9HpHs5ZAtITV5zhl1NOOlSgUQwAZA09edlSwJDRGrv6rsfE6xZAwIKolHmH2cJZAOd4WdAIYsZByICJLs7sYmkY5z', '958578696582119', 'Cluster BLR - JP IRIS -Updated B (ACTIVE)', '{\"budget_range?\":\"budget\",\"preferred_configuration?\":\"preferred_property_type\",\"full_name\":\"full_name\",\"phone\":\"phone_number\",\"email\":\"email\",\"city\":\"city\"}', 'active', '2026-04-20 17:04:15', '2026-04-23 16:15:48', NULL, '{\"mode\":\"custom\",\"rules\":[{\"user_id\":\"2\",\"percent\":50},{\"user_id\":\"3\",\"percent\":50}]}'),
(4, '859153717279037', 'BLR Realty (via Arctus Gaming)', 'EAAN49G61HVwBRTL8IkGCVVPtnfU7BAYFJ4chZBZAWAEtww34DCrZB56pxLIxICX8ZAeDN7vd8N5v0zOShKSSv4sR3a4LdwYXSwQVkRs3n2YUQHFC5kZAF9HpHs5ZAtITV5zhl1NOOlSgUQwAZA09edlSwJDRGrv6rsfE6xZAwIKolHmH2cJZAOd4WdAIYsZByICJLs7sYmkY5z', '1248218334136620', 'Cluster BLR - JP IRIS -Updated A (ACTIVE)', '{\"budget_range?\":\"budget\",\"preferred_configuration?\":\"preferred_property_type\",\"full_name\":\"full_name\",\"phone\":\"phone_number\",\"email\":\"email\",\"city\":\"city\"}', 'active', '2026-04-20 17:05:33', '2026-04-23 16:15:35', NULL, '{\"mode\":\"custom\",\"rules\":[{\"user_id\":\"2\",\"percent\":50},{\"user_id\":\"3\",\"percent\":50}]}'),
(5, '859153717279037', 'BLR Realty (via Arctus Gaming)', 'EAAN49G61HVwBRTL8IkGCVVPtnfU7BAYFJ4chZBZAWAEtww34DCrZB56pxLIxICX8ZAeDN7vd8N5v0zOShKSSv4sR3a4LdwYXSwQVkRs3n2YUQHFC5kZAF9HpHs5ZAtITV5zhl1NOOlSgUQwAZA09edlSwJDRGrv6rsfE6xZAwIKolHmH2cJZAOd4WdAIYsZByICJLs7sYmkY5z', '940507548843753', 'Cluster BLR - coevolve-Updated A (ACTIVE)', '{\"budget_range?\":\"budget\",\"preferred_configuration?\":\"please_let_us_know_a_convenient_time_for_the_meeting\",\"full_name\":\"full_name\",\"phone\":\"phone_number\",\"email\":\"email\",\"city\":\"city\"}', 'active', '2026-04-20 17:09:53', '2026-04-23 16:16:03', NULL, '{\"mode\":\"custom\",\"rules\":[{\"user_id\":\"2\",\"percent\":50},{\"user_id\":\"3\",\"percent\":50}]}'),
(6, '859153717279037', 'BLR Realty (via Arctus Gaming)', 'EAAN49G61HVwBRTL8IkGCVVPtnfU7BAYFJ4chZBZAWAEtww34DCrZB56pxLIxICX8ZAeDN7vd8N5v0zOShKSSv4sR3a4LdwYXSwQVkRs3n2YUQHFC5kZAF9HpHs5ZAtITV5zhl1NOOlSgUQwAZA09edlSwJDRGrv6rsfE6xZAwIKolHmH2cJZAOd4WdAIYsZByICJLs7sYmkY5z', '2033205644257865', 'Cluster BLR - Prestige Evergreen-Updated A (ACTIVE)', '{\"budget_range?\":\"budget\",\"preferred_configuration?\":\"preferred_property_type\",\"full_name\":\"full_name\",\"phone\":\"phone_number\",\"email\":\"email\",\"city\":\"city\"}', 'active', '2026-04-20 17:10:25', '2026-04-23 11:51:54', NULL, '{\"mode\":\"custom\",\"rules\":[{\"user_id\":\"2\",\"percent\":100}]}'),
(16, '859153717279037', 'BLR Realty (via Arctus Gaming)', 'EAAN49G61HVwBRf7RHCG2vhZClNLOQp6tE51roJy1iiJfAY1a1JPlLgvyFHhgbPWZALMHG1FLz6MGZCLMQmMJuZAYZCheUuyw8xl0tP21diY93LL19kg0GTMxBiY49onG7PZBoyEaxnORmmK1NiXaKCAlZCsGW3x8EFTqS5mC2c0ZB7LPMh8HCWSqNvX1u7ZBXsYbNmwfNsWMG', '4548227955397383', 'Embassy Verde lead form/ 22-02-2026 (ACTIVE)', '{\"what_is_your_preferred_budget_range?\":\"budget\",\"when_are_you_planning_to_visit_the_project_site?\":\"when_do_you_plan_to_start\",\"full_name\":\"full_name\",\"phone_number\":\"phone_number\",\"email\":\"email\"}', 'active', '2026-04-23 17:37:36', '2026-04-23 17:37:36', NULL, '{\"mode\":\"custom\",\"rules\":[{\"user_id\":\"2\",\"percent\":50},{\"user_id\":\"3\",\"percent\":50}]}'),
(17, '859153717279037', 'BLR Realty (via Arctus Gaming)', 'EAAN49G61HVwBRSbUOJ6fChDXJRQoJnwVBK2ZAZBfMOce6nHaNXPxAWkePtYZCWUEXZBZAEnjwZBMBfyRUhDn6CzTjBEVACYLGXWW981dC6bme91tqk7aZCUZC5ZA9SdrVLDnvwXiAxoYwbvZBX8ZCmf2oSU2hpQdTcSL0jve7L8olx5T8gNeGhgpPRVbQILufNe5EWcuVfX', '826871200418984', 'Embassy Devanahalli – Pre-Launch Priority Access (ACTIVE)', '{\"what_is_your_buying_purpose?\":\"what_is_your_purpose_of_buying\",\"what\'s_your_budget_range?\":\"budget\",\"when_are_you_planning_to_buy?\":\"when_do_you_plan_to_buy_a_property\",\"are_you_looking_for_home_loan_assistance?\":\"when_do_you_plan_to_start\",\"preferred_configuration?\":\"what_type_of_property_are_you_interested_in\",\"full_name\":\"full_name\",\"phone\":\"phone_number\",\"email\":\"email\"}', 'active', '2026-04-23 18:39:15', '2026-04-23 18:43:04', NULL, '{\"mode\":\"custom\",\"rules\":[{\"user_id\":\"2\",\"percent\":50},{\"user_id\":\"3\",\"percent\":50}]}'),
(18, '859153717279037', 'BLR Realty (via Arctus Gaming)', 'EAAN49G61HVwBRSbUOJ6fChDXJRQoJnwVBK2ZAZBfMOce6nHaNXPxAWkePtYZCWUEXZBZAEnjwZBMBfyRUhDn6CzTjBEVACYLGXWW981dC6bme91tqk7aZCUZC5ZA9SdrVLDnvwXiAxoYwbvZBX8ZCmf2oSU2hpQdTcSL0jve7L8olx5T8gNeGhgpPRVbQILufNe5EWcuVfX', '834084519091439', 'Embassy Verde 2.0 lead form/ 01-03-2026- (ACTIVE)', '{\"what_is_your_preferred_budget_range?\":\"budget\",\"which_property_are_you_looking_for?\":\"what_type_of_property_are_you_interested_in\",\"when_are_you_planning_to_visit_the_project_site?\":\"when_do_you_plan_to_start\",\"full_name\":\"full_name\",\"phone_number\":\"phone_number\",\"city\":\"city\"}', 'active', '2026-04-23 18:40:47', '2026-04-23 18:40:48', NULL, '{\"mode\":\"default\",\"rules\":[]}'),
(19, '859153717279037', 'BLR Realty (via Arctus Gaming)', 'EAAN49G61HVwBRSbUOJ6fChDXJRQoJnwVBK2ZAZBfMOce6nHaNXPxAWkePtYZCWUEXZBZAEnjwZBMBfyRUhDn6CzTjBEVACYLGXWW981dC6bme91tqk7aZCUZC5ZA9SdrVLDnvwXiAxoYwbvZBX8ZCmf2oSU2hpQdTcSL0jve7L8olx5T8gNeGhgpPRVbQILufNe5EWcuVfX', '2065619257555013', 'embassy lead form/ 22-02-2026 (ARCHIVED)', '{\"what_is_your_preferred_budget_range?\":\"budget\",\"when_are_you_planning_to_visit_the_project_site?\":\"when_do_you_plan_to_start\",\"full_name\":\"full_name\",\"phone\":\"phone_number\",\"email\":\"email\"}', 'active', '2026-04-23 18:41:29', '2026-04-23 18:41:30', NULL, '{\"mode\":\"default\",\"rules\":[]}'),
(21, '859153717279037', 'BLR Realty (via Arctus Gaming)', 'EAAN49G61HVwBRSbUOJ6fChDXJRQoJnwVBK2ZAZBfMOce6nHaNXPxAWkePtYZCWUEXZBZAEnjwZBMBfyRUhDn6CzTjBEVACYLGXWW981dC6bme91tqk7aZCUZC5ZA9SdrVLDnvwXiAxoYwbvZBX8ZCmf2oSU2hpQdTcSL0jve7L8olx5T8gNeGhgpPRVbQILufNe5EWcuVfX', '2580157789051650', '229449-BLR Realty-0.5-U-S (ACTIVE)', '{\"what_is_your_budget_range\":\"budget\",\"full_name\":\"full_name\",\"phone_number\":\"phone_number\"}', 'active', '2026-04-23 18:43:32', '2026-04-23 18:43:33', NULL, '{\"mode\":\"default\",\"rules\":[]}'),
(22, '859153717279037', 'BLR Realty (via Arctus Gaming)', 'EAAN49G61HVwBRaC8hAaF9Da0jN2zej0loiaQwv3B00j5cS4rahX5WzhdfdZCOBfSQwam5euHuUZBDZCyBCkG3N6XSbhyzgaeoyXLjKZA8JeLUUZBd5xKwoM6NHSlLL4cWnrjVO2I9IFRG63wq5dC0eAAfelGdrCF1BMaw8ZCn8L2Xf6s2f2tFuEw2dRRieIrZC5VnEcNn1f', '978410821388270', 'Cluster BLR - Prestige Evergreen-Updated A-copy (ACTIVE)', '{\"budget_range?\":\"budget\",\"preferred_configuration?\":\"preferred_property_type\",\"full_name\":\"full_name\",\"phone\":\"phone_number\",\"email\":\"email\",\"city\":\"city\"}', 'active', '2026-04-25 07:40:59', '2026-04-25 07:40:58', NULL, '{\"mode\":\"custom\",\"rules\":[{\"user_id\":\"2\",\"percent\":50},{\"user_id\":\"3\",\"percent\":50}]}'),
(23, '859153717279037', 'BLR Realty (via Arctus Gaming)', 'EAAN49G61HVwBRcvxn5eq9PfWDxXvsMdJuCJ1JFLO9pm55aDiQX74UduZAzyu3gpTHuKS0TtCIKGDCfvWE57BkhKPBZCqxKn7k8amnSE208oYWJGwBVhp1TIgv8B3sPm9PnUWgpSgAgOlusrggVvFcwcNQmH6PD9r3UUUmw52gNKLkAFfmBJdvyBNnrBqdOQvExLzv4', '804830632427370', 'Cluster BLR - JP IRIS -2 May (ACTIVE)', '{\"budget_range?\":\"budget\",\"preferred_configuration?\":\"preferred_property_type\",\"preferred_location?\":\"preferred_location\",\"full_name\":\"full_name\",\"phone\":\"phone_number\",\"email\":\"email\",\"city\":\"city\"}', 'active', '2026-05-04 13:16:39', '2026-05-04 13:16:40', NULL, '{\"mode\":\"custom\",\"rules\":[{\"user_id\":\"2\",\"percent\":50},{\"user_id\":\"3\",\"percent\":50}]}'),
(24, '859153717279037', 'BLR Realty (via Arctus Gaming)', 'EAAN49G61HVwBRVEfX0ZAVuSZCWtkddpSAODPJURcumh85FaVQk42aGaanp6NaDS4n6NtrICpqUBXZBKdZAaChGaHrpLwHtg67eNclsTZAYQn524Tq2kORrq2JrDCehYpfvyjfvjCJmdyu8mx9hlYi0HdQApwJamoZBiiTZBsrXan8Ow9zYZCtIyi2OD5FTZByCFe7aHXyBZCJ9', '945805981412132', 'Cluster BLR - coevolve | 2 May (ACTIVE)', '{\"budget_range?\":\"budget\",\"preferred_configuration?\":\"preferred_property_type\",\"q3._preferred_location?\":\"preferred_location\",\"full_name\":\"full_name\",\"phone\":\"phone_number\",\"email\":\"email\",\"city\":\"city\"}', 'active', '2026-05-04 13:17:42', '2026-05-04 13:17:43', NULL, '{\"mode\":\"custom\",\"rules\":[{\"user_id\":\"2\",\"percent\":50},{\"user_id\":\"3\",\"percent\":50}]}'),
(25, '859153717279037', 'BLR Realty (via Arctus Gaming)', 'EAAN49G61HVwBRbDZAQ6ZClsOHKXTfHUYzODmFZC5xoQZAhZBoYcPGeamnnrEq1C673p2W27ZBKF8N5BmQF8zf2avCyQtVZCH5OGZCH5mI1msDCEtaAewTogOdZCVKvvgEvdD0lPhwrefEM2I4VdeXfqWtiJRSK84yTbHeAyBKgeZAwV4TydmVdP0b3qPUN87EDkZANnDH9BsrXl', '1627381571814000', 'Cluster BLR - Test (ACTIVE)', '{\"preferred_configuration?\":\"preferred_property_type\",\"purpose_of_purchase?\":\"what_is_your_purpose_of_buying\",\"enter_your_whatsapp_number\":\"whatsapp\",\"full_name\":\"full_name\",\"phone\":\"phone_number\",\"email\":\"email\",\"city\":\"city\"}', 'active', '2026-05-04 15:35:39', '2026-05-04 15:35:40', NULL, '{\"mode\":\"custom\",\"rules\":[{\"user_id\":\"2\",\"percent\":50},{\"user_id\":\"3\",\"percent\":50}]}'),
(26, '859153717279037', 'BLR Realty (via Arctus Gaming)', 'EAAN49G61HVwBRbDZAQ6ZClsOHKXTfHUYzODmFZC5xoQZAhZBoYcPGeamnnrEq1C673p2W27ZBKF8N5BmQF8zf2avCyQtVZCH5OGZCH5mI1msDCEtaAewTogOdZCVKvvgEvdD0lPhwrefEM2I4VdeXfqWtiJRSK84yTbHeAyBKgeZAwV4TydmVdP0b3qPUN87EDkZANnDH9BsrXl', '1286223822940391', 'Cluster BLR - Prestige Evergreen-Updated B (ARCHIVED)', '{\"budget_range?\":\"budget\",\"preferred_configuration?\":\"preferred_property_type\",\"full_name\":\"full_name\",\"phone\":\"phone_number\",\"email\":\"email\",\"city\":\"city\"}', 'active', '2026-05-04 15:36:20', '2026-05-04 15:36:21', NULL, '{\"mode\":\"custom\",\"rules\":[{\"user_id\":\"2\",\"percent\":50},{\"user_id\":\"3\",\"percent\":50}]}'),
(27, '859153717279037', 'BLR Realty (via Arctus Gaming)', 'EAAN49G61HVwBRYMoPHDCQLmTuHxW8srCZCnefkGwVZBY8bWqZBv0uJdEsZBBLxmiNhc3SwK5Qrflf80pyDn1UXucWel3ZBZCneyZAHbKy2wV3zTBSQ8DxewjmZAohf9lVZAGBIGySp6fZBKyqaaHdABP7mz5ZBqvEtZAGSwCLG4gfRmXOmLSLycT0HZBvvdy9F37LHyBEsyvgacMo', '2763787577293303', 'Cluster BLR - Test-copy (ACTIVE)', '{\"preferred_configuration?\":\"preferred_property_type\",\"purpose_of_purchase?\":\"what_is_your_purpose_of_buying\",\"full_name\":\"full_name\",\"phone\":\"phone_number\",\"email\":\"email\",\"city\":\"city\"}', 'active', '2026-05-05 08:15:12', '2026-05-05 08:15:12', NULL, '{\"mode\":\"custom\",\"rules\":[{\"user_id\":\"2\",\"percent\":50},{\"user_id\":\"3\",\"percent\":50}]}');

-- --------------------------------------------------------

--
-- Table structure for table `import_history`
--

CREATE TABLE `import_history` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `file_name` varchar(255) DEFAULT 'Unknown File',
  `total_rows` int(11) DEFAULT 0,
  `imported` int(11) DEFAULT 0,
  `updated` int(11) DEFAULT 0,
  `skipped` int(11) DEFAULT 0,
  `status` enum('processing','completed','failed') DEFAULT 'processing',
  `log_file_path` varchar(255) DEFAULT NULL COMMENT 'Path to the detailed JSON log',
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `import_history`
--

INSERT INTO `import_history` (`id`, `user_id`, `file_name`, `total_rows`, `imported`, `updated`, `skipped`, `status`, `log_file_path`, `created_at`) VALUES
(1, 1, 'Cluster Bangalore - Coevolve - Test 2_Leads_2026-04-16_2026-04-20.xls', 6, 1, 0, 5, 'completed', '../logs/imports/import_log_1.jsonl', '2026-04-21 17:46:11'),
(2, 1, 'Cluster Bangalore - JP IRIS IMG_Leads_2026-04-16_2026-04-20.xls', 10, 2, 0, 8, 'completed', '../logs/imports/import_log_2.jsonl', '2026-04-21 17:46:56'),
(3, 1, 'Cluster Bangalore - JP IRIS Vid_Leads_2026-04-16_2026-04-20.xls', 10, 1, 0, 9, 'completed', '../logs/imports/import_log_3.jsonl', '2026-04-21 17:47:30'),
(4, 1, 'Cluster Bangalore - Prestige Evergreen_Leads_2026-04-16_2026-04-20.xls', 2, 2, 0, 0, 'completed', '../logs/imports/import_log_4.jsonl', '2026-04-21 17:47:55'),
(5, 1, 'Cluster Bangalore - Test 5 Prestige_Leads_2026-04-16_2026-04-20.xls', 2, 0, 0, 2, 'completed', '../logs/imports/import_log_5.jsonl', '2026-04-21 17:48:20'),
(6, 1, 'Reshma_Calling.xlsx', 67, 66, 0, 1, 'completed', '../logs/imports/import_log_6.jsonl', '2026-05-04 09:49:07'),
(7, 1, 'Sold.xlsx', 2, 2, 0, 0, 'completed', '../logs/imports/import_log_7.jsonl', '2026-05-04 09:52:20'),
(8, 1, 'CoEvolve_calling.xlsx', 37, 32, 0, 5, 'completed', '../logs/imports/import_log_8.jsonl', '2026-05-04 10:06:19'),
(9, 1, 'bhavin_pipeline.xlsx', 13, 8, 0, 5, 'completed', '../logs/imports/import_log_9.jsonl', '2026-05-04 10:22:30'),
(10, 1, 'Formatted_Parkshire_Godrej.xlsx', 5, 5, 0, 0, 'completed', '../logs/imports/import_log_10.jsonl', '2026-05-04 10:55:34'),
(11, 1, 'Formatted_Prestige_Evergreen.xlsx', 19, 10, 0, 9, 'completed', '../logs/imports/import_log_11.jsonl', '2026-05-04 11:09:15'),
(12, 1, 'Bhavin_Formatted_Florenza_CoEvolve.xlsx', 16, 0, 0, 16, 'completed', '../logs/imports/import_log_12.jsonl', '2026-05-04 13:43:50'),
(13, 1, 'Pasha_Formatted_Florenza_CoEvolve.xlsx', 15, 1, 0, 14, 'completed', '../logs/imports/import_log_13.jsonl', '2026-05-04 13:44:58'),
(14, 1, 'Unassigned_Formatted_Florenza_CoEvolve.xlsx', 33, 0, 0, 33, 'completed', '../logs/imports/import_log_14.jsonl', '2026-05-04 13:46:05'),
(15, 1, 'Deep_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', 2, 1, 0, 1, 'completed', '../logs/imports/import_log_15.jsonl', '2026-05-04 14:02:28'),
(16, 1, 'Unassigned_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', 4, 3, 0, 1, 'completed', '../logs/imports/import_log_16.jsonl', '2026-05-04 14:04:35'),
(17, 1, 'Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', 193, 105, 0, 88, 'completed', '../logs/imports/import_log_17.jsonl', '2026-05-04 14:10:25'),
(18, 1, 'Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', 95, 56, 0, 39, 'completed', '../logs/imports/import_log_18.jsonl', '2026-05-04 14:17:55');

-- --------------------------------------------------------

--
-- Table structure for table `leads`
--

CREATE TABLE `leads` (
  `id` int(11) NOT NULL,
  `form_id` varchar(50) DEFAULT NULL,
  `assigned_to` int(11) DEFAULT NULL,
  `full_name` varchar(255) DEFAULT NULL,
  `email` varchar(255) DEFAULT NULL,
  `phone_number` varchar(50) DEFAULT NULL,
  `city` varchar(100) DEFAULT NULL,
  `message` text DEFAULT NULL,
  `project_name` varchar(255) DEFAULT NULL,
  `project_city` varchar(255) DEFAULT NULL,
  `budget` varchar(100) DEFAULT NULL,
  `source` varchar(100) DEFAULT 'Facebook',
  `form_name` varchar(255) DEFAULT NULL,
  `custom_data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT 'Backup bucket for extra data'
) ;

--
-- Dumping data for table `leads`
--

INSERT INTO `leads` (`id`, `form_id`, `assigned_to`, `full_name`, `email`, `phone_number`, `city`, `message`, `project_name`, `project_city`, `budget`, `source`, `form_name`, `custom_data`, `created_at`, `whatsapp`, `facebook_lead_id`, `status`, `is_deleted`, `lost_reason`, `rating`, `campaign_name`, `campaign_id`, `adset_name`, `adset_id`, `ad_name`, `ad_id`, `platform`, `is_organic`, `when_do_you_plan_to_start`, `what_business_do_you_want_to_start`, `country`, `what_is_your_purpose_of_buying`, `have_you_ever_visited_dubai`, `what_type_of_property_are_you_interested_in`, `how_much_do_you_want_to_invest_in_dubai_real_estate`, `please_let_us_know_a_convenient_time_for_the_meeting`, `inbox_url`, `when_do_you_plan_to_buy_a_property`, `state`, `batch_name`, `which_property`, `preferred_property_type`, `where_is_your_workplace_located`, `do_you_prefer_hoskote_as_your_location`, `home_type`, `unit`, `dimension`, `buying_intent`, `preferred_location`) VALUES
(1, '958578696582119', 2, '<test lead: dummy data for full_name>', 'test@meta.com', '', '<test lead: dummy data for city>', NULL, NULL, NULL, '<test lead: dummy data for budget_range?>', 'Facebook', 'Cluster BLR - JP IRIS -Updated B (ACTIVE)', '{\"fb_original_date\":\"2026-04-20 12:00:39\"}', '2026-04-20 17:04:16', NULL, '949961750953346', 'Fresh Lead', 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 'fb', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<test lead: dummy data for preferred_configuration?>', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(2, '958578696582119', 2, 'Sanjayg', '4usanjay@gmail.com', '918867742646', 'Bengaluru', NULL, NULL, NULL, '₹70l – ₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated B (ACTIVE)', '{\"fb_original_date\":\"2026-04-20 11:58:37\"}', '2026-05-02 05:59:59', NULL, '821299144369637', 'Lost', 0, 'By Mistake', 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 1', '120242785440730319', 'Cluster Bangalore - JP IRIS IMG', '120242785440720319', 'fb', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(3, '1248218334136620', 2, '<test lead: dummy data for full_name>', 'test@meta.com', '', '<test lead: dummy data for city>', NULL, NULL, NULL, '<test lead: dummy data for budget_range?>', 'Facebook', 'Cluster BLR - JP IRIS -Updated A (ACTIVE)', '{\"fb_original_date\":\"2026-04-19 11:45:21\"}', '2026-04-20 17:05:33', NULL, '1439828154052512', 'Fresh Lead', 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 'fb', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<test lead: dummy data for preferred_configuration?>', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(4, '1248218334136620', 3, 'Samar Shekar', 'samarbvb@gmail.com', '919480548838', 'Bangalore', NULL, NULL, NULL, '₹55l – ₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated A (ACTIVE)', '{\"fb_original_date\":\"2026-04-19 11:12:47\"}', '2026-05-02 05:44:00', NULL, '1415014470398443', 'RNR', 0, NULL, 2, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 3 Video', '120242853271060319', 'Cluster Bangalore - JP IRIS Vid', '120242853271070319', 'fb', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Need Pricing For Both', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(5, '1248218334136620', 2, 'Vanmathi', 'shamselvan38@gmail.com', '919894251978', 'Bangalore', NULL, NULL, NULL, '₹55l_–_₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated A (ACTIVE)', '{\"fb_original_date\":\"2026-04-19 09:36:09\"}', '2026-04-20 17:05:39', NULL, '4176732989258927', 'Interested', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 1', '120242785440730319', 'Cluster Bangalore - JP IRIS IMG', '120242785440720319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(6, '1248218334136620', 3, 'Tds Subba Reddy', 'tadisubbareddy1995@gmail.com', '919652547371', 'Rajahmundry', 'oak woods & sanjeevini aranni details shared ', NULL, NULL, '₹55l – ₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated A (ACTIVE)', '{\"fb_original_date\":\"2026-04-19 07:12:01\"}', '2026-04-20 17:05:39', NULL, '1670294734102305', 'Interested', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 1', '120242785440730319', 'Cluster Bangalore - JP IRIS IMG', '120242785440720319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(7, '1248218334136620', 3, 'Siddardh', 'eternalncdm@gmail.com', '919392235693', 'Bangalore', NULL, NULL, NULL, '₹55l – ₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated A (ACTIVE)', '{\"fb_original_date\":\"2026-04-19 06:13:28\"}', '2026-05-02 05:44:00', NULL, '2060440548149004', 'Cold', 0, NULL, 2, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 3 Video', '120242853271060319', 'Cluster Bangalore - JP IRIS Vid', '120242853271070319', 'fb', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(8, '1248218334136620', 3, '#am Rocky', 'Rockykm1992@gmail.com', '916360968583', 'Bangalore', 'offered Elegant Hermitage RR nagar', NULL, NULL, '₹55l – ₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated A (ACTIVE)', '{\"fb_original_date\":\"2026-04-19 03:27:57\"}', '2026-04-20 17:05:39', NULL, '1276217980639911', 'Interested', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 1', '120242785440730319', 'Cluster Bangalore - JP IRIS IMG', '120242785440720319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(9, '1248218334136620', 3, 'Deep', 'marvin_mafia@yahoo.co.in', '919916719351', 'Bangalore', NULL, NULL, NULL, '₹55l_–_₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated A (ACTIVE)', '{\"fb_original_date\":\"2026-04-19 03:06:00\"}', '2026-05-02 05:44:00', NULL, '965574326054294', 'Lost', 0, 'By Mistake', 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 1', '120242785440730319', 'Cluster Bangalore - JP IRIS IMG', '120242785440720319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(10, '1248218334136620', 3, 'Satish Mp', 'satish.mputtappa@gmail.com', '919900261566', 'Bangalore', 'whataapp message sent', NULL, NULL, '₹55l – ₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated A (ACTIVE)', '{\"fb_original_date\":\"2026-04-19 02:20:15\"}', '2026-05-02 05:24:43', NULL, '2021105681949743', 'RNR', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 1', '120242785440730319', 'Cluster Bangalore - JP IRIS IMG', '120242785440720319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(11, '1248218334136620', 2, 'Rahul Singh', 'modestyrahul@gmail.com', '918093600574', 'Bangalore', '2 bhk 1000 sft 80 lakhs ramurthy nager kr puram whitefild  rtmi ', NULL, NULL, '₹55l – ₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated A (ACTIVE)', '{\"fb_original_date\":\"2026-04-19 01:44:35\"}', '2026-04-20 17:05:39', NULL, '980292541220566', 'Interested', 0, NULL, 3, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 3 Video', '120242853271060319', 'Cluster Bangalore - JP IRIS Vid', '120242853271070319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(12, '1248218334136620', 3, 'Hemant Kashyap', 'kashyap.hemant2107@gmail.com', '919148995766', 'Bangalore', 'whatsapp message sent', NULL, NULL, '₹55l – ₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated A (ACTIVE)', '{\"fb_original_date\":\"2026-04-19 00:56:47\"}', '2026-05-02 05:24:43', NULL, '3884764468484419', 'RNR', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 1', '120242785440730319', 'Cluster Bangalore - JP IRIS IMG', '120242785440720319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(13, '1248218334136620', 2, 'Anand Reddy', 'kanand8123@gmail.com', '918123598554', 'Bangalore', 'shared hosakote project details ', NULL, NULL, '₹55l – ₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated A (ACTIVE)', '{\"fb_original_date\":\"2026-04-19 00:17:41\"}', '2026-04-20 17:05:39', NULL, '819043527433303', 'Site Visit Done', 0, NULL, 3, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 3 Video', '120242853271060319', 'Cluster Bangalore - JP IRIS Vid', '120242853271070319', 'fb', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(14, '1248218334136620', 3, 'Ranjani Manoharan', 'sweetyranjani416@gmail.com', '919739038456', 'Bangalore', NULL, NULL, NULL, '₹55l_–_₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated A (ACTIVE)', '{\"fb_original_date\":\"2026-04-19 00:04:43\"}', '2026-05-02 05:55:56', NULL, '4482138762020921', 'RNR', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 3 Video', '120242853271060319', 'Cluster Bangalore - JP IRIS Vid', '120242853271070319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(15, '1248218334136620', 3, 'Narasimha', 'narasimha.tcs@gmail.com', '919940177622', 'Bangalore', NULL, NULL, NULL, '₹55l_–_₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated A (ACTIVE)', '{\"fb_original_date\":\"2026-04-19 00:03:19\"}', '2026-05-02 05:44:00', NULL, '1393908629169616', 'Call Back Later', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 3 Video', '120242853271060319', 'Cluster Bangalore - JP IRIS Vid', '120242853271070319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'need_pricing_for_both', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(16, '1248218334136620', 3, 'Aditya', 'arora.aditya@outlook.com', '919582944634', 'Delhi', NULL, NULL, NULL, '₹55l_–_₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated A (ACTIVE)', '{\"fb_original_date\":\"2026-04-19 00:00:54\"}', '2026-05-02 05:55:56', NULL, '2670926123290935', 'RNR', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 1', '120242785440730319', 'Cluster Bangalore - JP IRIS IMG', '120242785440720319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(17, '1248218334136620', 3, 'Jayaram Muhammed', 'aerojayaram@gmail.com', '917760828420', 'Bangalore', NULL, NULL, NULL, '₹55l_–_₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated A (ACTIVE)', '{\"fb_original_date\":\"2026-04-18 23:30:48\"}', '2026-05-02 05:44:00', NULL, '1033284696057839', 'Lost', 0, 'Unknown Reason', 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 3 Video', '120242853271060319', 'Cluster Bangalore - JP IRIS Vid', '120242853271070319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'need_pricing_for_both', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(18, '1248218334136620', 3, 'Shilpa', 'shilpaparandhaman@gmail.com', '919620482228', 'Bangalore', NULL, NULL, NULL, '₹55l – ₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated A (ACTIVE)', '{\"fb_original_date\":\"2026-04-18 15:24:55\"}', '2026-05-02 05:55:56', NULL, '1495048268814448', 'Lost', 0, 'Unknown Reason', 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 3 Video', '120242853271060319', 'Cluster Bangalore - JP IRIS Vid', '120242853271070319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(19, '940507548843753', 2, '<test lead: dummy data for full_name>', 'test@meta.com', '', '<test lead: dummy data for city>', NULL, NULL, NULL, '<test lead: dummy data for budget_range?>', 'Facebook', 'Cluster BLR - coevolve-Updated A (ACTIVE)', '{\"fb_original_date\":\"2026-04-19 14:10:42\"}', '2026-04-20 17:09:53', NULL, '935492899251761', 'Fresh Lead', 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 'fb', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<test lead: dummy data for preferred_configuration?>', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(20, '940507548843753', 3, 'Girish Salian', 'girishsalian.s@gmail.com', '9900413134', 'Bangalore', 'long weekend out of town, call back on 4 may', NULL, NULL, '₹80l – ₹1cr', 'Facebook', 'Cluster BLR - coevolve-Updated A (ACTIVE)', '{\"fb_original_date\":\"2026-04-19 14:05:30\"}', '2026-04-20 17:09:53', NULL, '1477766637177021', 'Interested', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Coevolve Florenza', '120244279262070319', 'Cluster Bangalore - Coevolve - Test 2', '120244279262080319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(21, '940507548843753', 3, 'Deepti Oram', 'deepti.oram@gmail.com', '919770514060', 'Bengaluru', NULL, NULL, NULL, '₹80l_–_₹1cr', 'Facebook', 'Cluster BLR - coevolve-Updated A (ACTIVE)', '{\"fb_original_date\":\"2026-04-19 02:13:05\"}', '2026-05-02 05:43:03', NULL, '1660406008741420', 'RNR', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Coevolve Florenza', '120244279262070319', 'Cluster Bangalore - Coevolve - Test 2', '120244279262080319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(22, '940507548843753', 3, 'Prakash B', 'prakashburde@yahoo.com', '919619046044', 'Bengalru', NULL, NULL, NULL, '₹1cr_-_₹2cr', 'Facebook', 'Cluster BLR - coevolve-Updated A (ACTIVE)', '{\"fb_original_date\":\"2026-04-19 00:24:03\"}', '2026-04-20 17:09:55', NULL, '2053987715159692', 'Interested', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Coevolve Florenza', '120244279262070319', 'Cluster Bangalore - Coevolve - Test 2', '120244279262080319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'need_pricing_for_both', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(23, '940507548843753', 2, 'Sankar S P', 'spisankar@gmail.com', '917397517491', 'Singapore', 'connecting to voicemail', NULL, NULL, '₹80l – ₹1cr', 'Facebook', 'Cluster BLR - coevolve-Updated A (ACTIVE)', '{\"fb_original_date\":\"2026-04-19 00:16:50\"}', '2026-04-20 17:09:55', NULL, '1006864268334014', 'RNR', 0, NULL, 1, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Coevolve Florenza', '120244279262070319', 'Cluster Bangalore - Coevolve - Test 2', '120244279262080319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(24, '2033205644257865', 3, 'Shishir Gupta', 'iaoveu@gmail.com', '918010558699', 'Noida', NULL, NULL, NULL, '₹1.5–₹2 Cr', 'Facebook', 'Cluster BLR - Prestige Evergreen-Updated A (ACTIVE)', '{\"fb_original_date\":\"2026-04-20 06:26:50\"}', '2026-05-02 05:43:03', NULL, '1272787248361801', 'Not Interested', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Prestige Evergreen 2', '120245194358200319', 'Cluster Bangalore - Test 5 Prestige', '120245194358190319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(25, '2033205644257865', 3, 'Manish Lalwani', 'manish_lalwani06@yahoo.com', '918747930969', 'Mumbai', 'RNR', NULL, NULL, '₹1.5–₹2 Cr', 'Facebook', 'Cluster BLR - Prestige Evergreen-Updated A (ACTIVE)', '{\"fb_original_date\":\"2026-04-19 03:52:44\"}', '2026-04-20 17:10:28', NULL, '939132125792198', 'RNR', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Prestige Evergreen 2', '120245194358200319', 'Cluster Bangalore - Test 5 Prestige', '120245194358190319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(26, '958578696582119', 3, 'Niraj Singh', 'thenirajs@gmail.com', '+918970222779', 'Bangalore', NULL, NULL, NULL, '₹70l – ₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated B (ACTIVE)', NULL, '2026-05-02 05:43:03', NULL, '962420859506651', 'RNR', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 3 Video', '120242853271060319', 'Cluster Bangalore - JP IRIS Vid', '120242853271070319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(27, '940507548843753', 3, 'Purna', '17calves_thorny@icloud.com', '+919182619279', 'Bangalore', NULL, NULL, NULL, '₹80l_–_₹1cr', 'Facebook', 'Cluster BLR - coevolve-Updated A (ACTIVE)', NULL, '2026-04-21 16:13:34', NULL, '4584823488468599', 'Interested', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Coevolve Florenza', '120244279262070319', 'Cluster Bangalore - Coevolve - Test 2', '120244279262080319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(28, NULL, 2, 'Sneha N', 'snehalrathore@yahoo.com', '+917620343302', 'Bangalore', 'she has not in town so said to share the co evlove forenza project on watsapp ', NULL, NULL, '', 'Excel Import', NULL, NULL, '2026-04-21 17:46:10', NULL, NULL, 'Interested', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Coevolve Florenza', '120244279262070319', 'Cluster Bangalore - Coevolve - Test 2', '120244279262080319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(29, NULL, 3, 'Sai Preethi', 'saipreethi986@gmail.com', '+917995469447', 'Bengaluru', NULL, NULL, NULL, '', 'Excel Import', NULL, NULL, '2026-05-02 05:43:03', NULL, NULL, 'RNR', 0, NULL, 3, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 1', '120242785440730319', 'Cluster Bangalore - JP IRIS IMG', '120242785440720319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(30, NULL, 3, 'Koti Reddy Vaka', 'v.kotireddy519@gmail.com', '+919989346623', 'thanisandra', NULL, NULL, NULL, '', 'Excel Import', NULL, NULL, '2026-05-02 05:55:56', NULL, NULL, 'Lost', 0, 'Not Interested', 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 1', '120242785440730319', 'Cluster Bangalore - JP IRIS IMG', '120242785440720319', 'fb', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(31, NULL, 3, 'Jagjeet', 'delitecomforts1@gmail.com', '+919844429007', 'Bengaluru', NULL, NULL, NULL, '', 'Excel Import', NULL, NULL, '2026-05-02 05:43:03', NULL, NULL, 'Whatsapp Reply Awaited', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 3 Video', '120242853271060319', 'Cluster Bangalore - JP IRIS Vid', '120242853271070319', 'fb', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(32, NULL, 3, 'Nanda Kumar', 'nanda5712@gmail.com', '+919035755192', 'Tumkur', NULL, NULL, NULL, '', 'Excel Import', NULL, NULL, '2026-05-02 05:55:56', NULL, NULL, 'Lost', 0, 'By Mistake', 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Prestige Evergreen', '120244094263620319', 'Cluster Bangalore - Prestige Evergreen', '120244094263630319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(33, NULL, 3, 'Rathnam Rathnam', 'rathnamr332@gmail.com', '6300021271', 'Kanigire', NULL, NULL, NULL, '', 'Excel Import', NULL, NULL, '2026-05-02 05:55:56', NULL, NULL, 'Lost', 0, 'Unable to Connect', 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Prestige Evergreen', '120244094263620319', 'Cluster Bangalore - Prestige Evergreen', '120244094263630319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '4_bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(34, '958578696582119', 3, 'Anjaneyulu', 'anji.gate@gmail.com', '+919036129364', 'Bangalore', NULL, NULL, NULL, '₹70l – ₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated B (ACTIVE)', NULL, '2026-05-02 05:43:03', NULL, '1459885041684233', 'General Enquiry', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 3 Video', '120242853271060319', 'Cluster Bangalore - JP IRIS Vid', '120242853271070319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Need Pricing For Both', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(35, '940507548843753', 3, 'Gargee Bhuyan', 'gargee_newdelhi220@yahoo.com', '+919742089767', 'Bangalore', NULL, NULL, NULL, '₹80l – ₹1cr', 'Facebook', 'Cluster BLR - coevolve-Updated A (ACTIVE)', NULL, '2026-05-02 05:43:03', NULL, '848668181598167', 'General Enquiry', 0, NULL, 2, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Coevolve Florenza', '120244279262070319', 'Cluster Bangalore - Coevolve - Test 2', '120244279262080319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(36, '958578696582119', 2, 'Saseendranathan CP', 'cee.pee.pee@gmail.com', '+918886253988', 'basavanagar', NULL, NULL, NULL, '₹70l_–_₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated B (ACTIVE)', NULL, '2026-04-23 17:13:14', NULL, '1498626921938232', 'Lost', 0, 'Others', 5, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 3 Video', '120242853271060319', 'Cluster Bangalore - JP IRIS Vid', '120242853271070319', 'fb', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(37, '958578696582119', 2, 'Yogesh Patil', 'patelyogesh444@gmail.com', '+919764415754', 'Bangalore', 'said to share the hosakote project details ', NULL, NULL, '₹70l – ₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated B (ACTIVE)', NULL, '2026-04-22 18:14:17', NULL, '1519016333041961', 'Interested', 0, NULL, 3, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 3 Video', '120242853271060319', 'Cluster Bangalore - JP IRIS Vid', '120242853271070319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(38, NULL, 3, 'Client 1 ', 'test@gmail.com', '9753411111', '', '', NULL, NULL, '', 'Manual Entry Lead', NULL, NULL, '2026-04-23 11:43:01', '', NULL, 'Fresh Lead', 1, NULL, 5, '', NULL, '', NULL, '', NULL, 'Direct', 0, '', '', '', '', '', '', '', '', NULL, '', '', NULL, NULL, '', '', '', NULL, NULL, NULL, NULL, NULL),
(39, NULL, 3, 'test', '', '8839516951', '', '', NULL, NULL, '', 'Manual Entry Lead', NULL, NULL, '2026-04-23 12:04:43', '', NULL, 'Fresh Lead', 1, NULL, 0, '', NULL, '', NULL, '', NULL, NULL, 0, '', '', '', '', '', '', '', '', NULL, '', '', NULL, NULL, '', '', '', NULL, NULL, NULL, NULL, NULL),
(40, '958578696582119', 3, 'Harinath Reddy', 'reddy.harinath1@gmail.com', '+919538916003', 'Bangalore', 'offered project details of oakwood & aarana.', NULL, NULL, '₹70l – ₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated B (ACTIVE)', NULL, '2026-04-23 16:09:31', NULL, '26886867234333894', 'Interested', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 3 Video', '120242853271060319', 'Cluster Bangalore - JP IRIS Vid', '120242853271070319', 'fb', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(41, '4548227955397383', 2, 'rolex', 'cpmanjunatha445@gmail.com', '918722742908', NULL, NULL, NULL, NULL, '₹1_crore_–_₹2_crore', 'Facebook', 'Embassy Verde lead form/ 22-02-2026 (ACTIVE)', '{\"fb_original_date\":\"2026-03-01 12:05:26\"}', '2026-04-23 17:37:37', NULL, '1813714345977991', 'Lost', 0, 'Others', 0, NULL, NULL, NULL, NULL, NULL, NULL, 'ig', 0, 'this_weekend', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(42, '4548227955397383', 3, 'Rudrapati Talukdar', 'Rudrapati01@gmail.com', '919986744490', NULL, NULL, NULL, NULL, '₹60_lakhs_–_₹1_crore', 'Facebook', 'Embassy Verde lead form/ 22-02-2026 (ACTIVE)', '{\"fb_original_date\":\"2026-02-28 16:12:31\"}', '2026-05-02 05:55:56', NULL, '1687536199083382', 'Lost', 0, 'Not Interested', 0, NULL, NULL, NULL, NULL, NULL, NULL, 'fb', 0, 'next_weekend', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(43, '4548227955397383', 2, '<test lead: dummy data for full_name>', 'test@meta.com', '', NULL, NULL, NULL, NULL, '<test lead: dummy data for what_is_your_preferred_budget_range?>', 'Facebook', 'Embassy Verde lead form/ 22-02-2026 (ACTIVE)', '{\"fb_original_date\":\"2026-02-25 11:21:22\"}', '2026-04-23 17:37:37', NULL, '3461987143958526', 'Fresh Lead', 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 'fb', 1, '<test lead: dummy data for when_are_you_planning_to_visit_the_project_site?>', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(44, '4548227955397383', 2, 'Sangeeta Vagadurgi', '7@gmapmlil.com', '919960976567', NULL, NULL, NULL, NULL, 'above_₹2_crore', 'Facebook', 'Embassy Verde lead form/ 22-02-2026 (ACTIVE)', '{\"fb_original_date\":\"2026-02-24 14:56:14\"}', '2026-04-23 17:37:37', NULL, '1547881019608125', 'Lost', 0, 'Not Interested', 0, NULL, NULL, NULL, NULL, NULL, NULL, 'ig', 0, 'next_weekend', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(45, '4548227955397383', 2, 'Jagadevi Teggi', 'umeshteggi7@gmail.com', '1', NULL, NULL, NULL, NULL, 'above_₹2_crore', 'Facebook', 'Embassy Verde lead form/ 22-02-2026 (ACTIVE)', '{\"fb_original_date\":\"2026-02-24 10:24:26\"}', '2026-04-23 17:37:37', NULL, '931351949404153', 'Lost', 0, 'Unable to Connect', 0, NULL, NULL, NULL, NULL, NULL, NULL, 'ig', 0, 'next_weekend', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(46, '4548227955397383', 3, 'Bartosz', 'beingbartosz7@gmail.com', '918217519809', NULL, NULL, NULL, NULL, '₹60 Lakhs – ₹1 Crore', 'Facebook', 'Embassy Verde lead form/ 22-02-2026 (ACTIVE)', '{\"fb_original_date\":\"2026-02-23 12:06:28\"}', '2026-05-02 05:55:56', NULL, '1898457587697476', 'RNR', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 'ig', 0, 'This Weekend', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(47, '4548227955397383', 2, 'Waqar Qazi', 'waqarerr@outlook.com', '8105958492', NULL, NULL, NULL, NULL, '₹60_lakhs_–_₹1_crore', 'Facebook', 'Embassy Verde lead form/ 22-02-2026 (ACTIVE)', '{\"fb_original_date\":\"2026-02-22 17:53:32\"}', '2026-04-23 17:37:37', NULL, '915503334517219', 'Lost', 0, 'Not Interested', 0, NULL, NULL, NULL, NULL, NULL, NULL, 'ig', 0, 'this_weekend', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(48, '826871200418984', 3, 'Anupama R', 'happyjjv95@gmail.com', '919008902784', NULL, NULL, NULL, NULL, '₹60l – ₹75l', 'Facebook', 'Embassy Devanahalli – Pre-Launch Priority Access (ACTIVE)', '{\"fb_original_date\":\"2026-03-06 10:39:14\"}', '2026-05-02 05:42:02', NULL, '2808524856164750', 'RNR', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 'ig', 0, 'Not Decided', NULL, NULL, 'She Is Looking In Whitefield 2.5 Bhk In 75 Blakhs ', NULL, '2.5bhk', NULL, NULL, NULL, 'Within 0–3 Months', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(49, '826871200418984', 2, 'Pankaj Sharma', 'pankajsharma091993@gmail.com', '917795319422', NULL, NULL, NULL, NULL, '₹90l – ₹1.2cr', 'Facebook', 'Embassy Devanahalli – Pre-Launch Priority Access (ACTIVE)', '{\"fb_original_date\":\"2026-03-06 00:25:39\"}', '2026-05-02 05:59:59', NULL, '1892612801373910', 'RNR', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 'ig', 0, 'Yes', NULL, NULL, NULL, NULL, '3bhk', NULL, NULL, NULL, '3–6 Months', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(50, '826871200418984', 3, 'Sudharma Shetty', 'sudharmashetty8@gmail.com', '918277450830', NULL, NULL, NULL, NULL, '₹60l_–_₹75l', 'Facebook', 'Embassy Devanahalli – Pre-Launch Priority Access (ACTIVE)', '{\"fb_original_date\":\"2026-03-05 17:34:01\"}', '2026-05-02 05:43:03', NULL, '1620536212408427', 'RNR', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 'ig', 0, 'yes', NULL, NULL, NULL, NULL, '2bhk', NULL, NULL, NULL, '6–12_months', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(51, '826871200418984', 3, '<test lead: dummy data for full_name>', 'test@meta.com', '', NULL, NULL, NULL, NULL, '<test lead: dummy data for what\'s_your_budget_range?>', 'Facebook', 'Embassy Devanahalli – Pre-Launch Priority Access (ACTIVE)', '{\"fb_original_date\":\"2026-03-05 09:52:16\"}', '2026-04-23 18:39:16', NULL, '4296776863902151', 'Fresh Lead', 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 'fb', 1, '<test lead: dummy data for are_you_looking_for_home_loan_assistance?>', NULL, NULL, NULL, NULL, '<test lead: dummy data for preferred_configuration?>', NULL, NULL, NULL, '<test lead: dummy data for when_are_you_planning_to_buy?>', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(52, '826871200418984', 2, 'रिचा अग्रवाल', 'Richa@gmail.con', '919071060668', NULL, '9535976377  watsapp    she is looking for 2bhk around 1cr in north bangalore from thanisandra to yelhanka bagalur etc', NULL, NULL, '₹90l – ₹1.2cr', 'Facebook', 'Embassy Devanahalli – Pre-Launch Priority Access (ACTIVE)', '{\"fb_original_date\":\"2026-03-05 08:00:22\"}', '2026-04-23 18:39:16', NULL, '1220445173618460', 'Interested', 0, NULL, 4, NULL, NULL, NULL, NULL, NULL, NULL, 'ig', 0, 'Yes', NULL, NULL, NULL, NULL, '2bhk', NULL, NULL, NULL, 'Within 0–3 Months', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(53, '826871200418984', 3, 'Mohit Nahata', 'itsvarun@gmail.com', '919903343736', NULL, 'disconnecting call every time .', NULL, NULL, '₹1.2cr Onwards', 'Facebook', 'Embassy Devanahalli – Pre-Launch Priority Access (ACTIVE)', '{\"fb_original_date\":\"2026-03-04 22:03:42\"}', '2026-04-23 18:39:16', NULL, '943735765039291', 'Lost', 0, 'Unable to Connect', 0, NULL, NULL, NULL, NULL, NULL, NULL, 'ig', 0, 'Not Decided', NULL, NULL, NULL, NULL, '3bhk', NULL, NULL, NULL, 'Within 0–3 Months', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(54, '834084519091439', 2, '<test lead: dummy data for full_name>', NULL, '', '<test lead: dummy data for city>', NULL, NULL, NULL, '<test lead: dummy data for what_is_your_preferred_budget_range?>', 'Facebook', 'Embassy Verde 2.0 lead form/ 01-03-2026- (ACTIVE)', '{\"fb_original_date\":\"2026-03-01 15:22:58\"}', '2026-04-23 18:40:48', NULL, '962329752809608', 'Fresh Lead', 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 'fb', 1, '<test lead: dummy data for when_are_you_planning_to_visit_the_project_site?>', NULL, NULL, NULL, NULL, '<test lead: dummy data for which_property_are_you_looking_for?>', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(55, '2580157789051650', 2, 'Shilpa Deepu Patil', NULL, '917795714807', NULL, NULL, NULL, NULL, '1 Crore To 1 5 Crore', 'Facebook', '229449-BLR Realty-0.5-U-S (ACTIVE)', '{\"fb_original_date\":\"2026-02-02 11:15:27\"}', '2026-05-02 05:59:59', NULL, '910878214787008', 'RNR', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(56, '2580157789051650', 2, 'Vidhan Singh', NULL, '9182528220458888', NULL, NULL, NULL, NULL, '80 Lacs To 1 Crore', 'Facebook', '229449-BLR Realty-0.5-U-S (ACTIVE)', '{\"fb_original_date\":\"2026-02-02 10:33:03\"}', '2026-04-23 18:43:34', NULL, '1879599685993842', 'Lost', 0, 'Unknown Reason', 1, NULL, NULL, NULL, NULL, NULL, NULL, 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(57, '2580157789051650', 2, 'K. Tayanna    Kumar', NULL, '919008560552', NULL, NULL, NULL, NULL, '1_crore_to_1_5_crore', 'Facebook', '229449-BLR Realty-0.5-U-S (ACTIVE)', '{\"fb_original_date\":\"2026-02-01 22:30:08\"}', '2026-05-02 05:59:59', NULL, '4241974592727177', 'Lost', 0, 'Not Interested', 0, NULL, NULL, NULL, NULL, NULL, NULL, 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(58, '2580157789051650', 2, 'Gananya Siri', NULL, '918179800575', NULL, 'Not picking up the call ', NULL, NULL, '80 Lacs To 1 Crore', 'Facebook', '229449-BLR Realty-0.5-U-S (ACTIVE)', '{\"fb_original_date\":\"2026-02-01 16:36:08\"}', '2026-04-23 18:43:34', NULL, '1406282841031987', 'Lost', 0, 'Unable to Connect', 2, NULL, NULL, NULL, NULL, NULL, NULL, 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(59, '2580157789051650', 2, 'ammu', NULL, '917353010194', NULL, NULL, NULL, NULL, '1_crore_to_1_5_crore', 'Facebook', '229449-BLR Realty-0.5-U-S (ACTIVE)', '{\"fb_original_date\":\"2026-02-01 10:12:28\"}', '2026-04-23 18:43:34', NULL, '1962335401292882', 'Lost', 0, 'By Mistake', 0, NULL, NULL, NULL, NULL, NULL, NULL, 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(60, '2580157789051650', 2, 'Zaiba -~', NULL, '919986516942', NULL, 'wrong number', NULL, NULL, '1 Crore To 1.5 Crore', 'Facebook', '229449-BLR Realty-0.5-U-S (ACTIVE)', '{\"fb_original_date\":\"2026-02-01 10:03:31\"}', '2026-04-23 18:43:34', NULL, '1414795510153943', 'Lost', 0, 'By Mistake', 1, NULL, NULL, NULL, NULL, NULL, NULL, 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(61, '2580157789051650', 2, 'Kempanna  Naik', NULL, '918095516889', NULL, NULL, NULL, NULL, 'more_than_1_5_crore', 'Facebook', '229449-BLR Realty-0.5-U-S (ACTIVE)', '{\"fb_original_date\":\"2026-01-31 19:21:42\"}', '2026-04-23 18:43:34', NULL, '1910826189520184', 'Lost', 0, 'Not Interested', 0, NULL, NULL, NULL, NULL, NULL, NULL, 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(62, '2580157789051650', 2, 'Raniii', '', '916383304823', NULL, NULL, NULL, NULL, '80 Lacs To 1 Crore', 'Facebook', '229449-BLR Realty-0.5-U-S (ACTIVE)', '{\"fb_original_date\":\"2026-01-30 21:53:51\"}', '2026-04-23 18:43:34', NULL, '1328493322638036', 'Lost', 0, 'Unknown Reason', 1, NULL, NULL, NULL, NULL, NULL, NULL, 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(63, '2580157789051650', 2, 'Mayanna', NULL, '919731253580', NULL, NULL, NULL, NULL, '80_lacs_to_1_crore', 'Facebook', '229449-BLR Realty-0.5-U-S (ACTIVE)', '{\"fb_original_date\":\"2026-01-30 21:23:44\"}', '2026-04-23 18:43:34', NULL, '872109168782826', 'Lost', 0, 'By Mistake', 0, NULL, NULL, NULL, NULL, NULL, NULL, 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(64, '2580157789051650', 2, 'Mohammed Aidhan', NULL, '919901177383', NULL, NULL, NULL, NULL, '80 Lacs To 1 Crore', 'Facebook', '229449-BLR Realty-0.5-U-S (ACTIVE)', '{\"fb_original_date\":\"2026-01-30 11:34:16\"}', '2026-04-23 18:43:34', NULL, '871914085627559', 'Lost', 0, 'By Mistake', 1, NULL, NULL, NULL, NULL, NULL, NULL, 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(65, '2580157789051650', 3, 'Mahalaxmi Mahalaxmi', NULL, '916364530592', NULL, 'Call Answered By Villagers, not a valid contact', NULL, NULL, '80 Lacs To 1 Crore', 'Facebook', '229449-BLR Realty-0.5-U-S (ACTIVE)', '{\"fb_original_date\":\"2026-01-30 11:17:24\"}', '2026-04-23 18:43:34', NULL, '1192032357086636', 'Lost', 0, 'Not Interested', 0, NULL, NULL, NULL, NULL, NULL, NULL, 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(66, '958578696582119', 3, 'Prajna Paramita Bhattacharya', 'bprajna94zoo@gmail.com', '+919735854113', 'Bangalore', NULL, NULL, NULL, '₹70l_–_₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated B (ACTIVE)', NULL, '2026-05-02 05:42:02', NULL, '823632843633400', 'RNR', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 3 Video', '120242853271060319', 'Cluster Bangalore - JP IRIS Vid', '120242853271070319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(67, '958578696582119', 2, 'Kalashree Kala', 'kalashree993@gmail.com', '+917353848093', 'Bangalore', NULL, NULL, NULL, '₹70l – ₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated B (ACTIVE)', NULL, '2026-05-02 05:59:59', NULL, '1615950176292229', 'RNR', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 3 Video', '120242853271060319', 'Cluster Bangalore - JP IRIS Vid', '120242853271070319', 'fb', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(68, NULL, 2, 'Test Lead', 'test@gmail.com', '99999999999', '', 'Budget 3 crore, family ', NULL, NULL, '', 'Manual Entry Lead', NULL, NULL, '2026-04-24 12:08:30', '', NULL, 'Won', 1, 'Postponed', 0, '', NULL, '', NULL, '', NULL, 'Direct', 0, '', '', '', '', '', '', '', '', NULL, '', '', NULL, NULL, '', '', '', NULL, NULL, NULL, NULL, NULL),
(69, NULL, 2, 'saksham ', '', '9876543142', '', '', NULL, NULL, '', 'Manual Entry Lead', NULL, NULL, '2026-04-24 12:30:38', '', NULL, 'Fresh Lead', 1, NULL, 0, '', NULL, '', NULL, '', NULL, NULL, 0, '', '', '', '', '', '', '', '', NULL, '', '', NULL, NULL, '', '', '', NULL, NULL, NULL, NULL, NULL),
(70, '958578696582119', 3, 'Karthik Kalal', 'kv.kalal@gmail.com', '+917760496199', 'Bangalore', 'RNR', NULL, NULL, '₹70l – ₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated B (ACTIVE)', NULL, '2026-04-24 18:56:16', NULL, '1515843440213667', 'Call Back Later', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 3 Video', '120242853271060319', 'Cluster Bangalore - JP IRIS Vid', '120242853271070319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(71, '958578696582119', 3, 'Gopalakrishnan V', 'vgopalain@yahoo.co', '+919731396396', '560067', 'RNR', NULL, NULL, '₹70l – ₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated B (ACTIVE)', NULL, '2026-04-24 19:34:59', NULL, '3533171423501383', 'Call Back Later', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 3 Video', '120242853271060319', 'Cluster Bangalore - JP IRIS Vid', '120242853271070319', 'fb', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(72, '940507548843753', 3, 'Shahid', 'sumi.cadcam@gmail.com', '+919611291644', 'Bengaluru', NULL, NULL, NULL, '₹80l – ₹1cr', 'Facebook', 'Cluster BLR - coevolve-Updated A (ACTIVE)', NULL, '2026-05-02 05:42:02', NULL, '2468963800206871', 'RNR', 0, NULL, 2, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Coevolve Florenza', '120244279262070319', 'Cluster Bangalore - Coevolve - Test 2', '120244279262080319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(73, NULL, 1, 'Test Lead', '', '99999999998', '', '', 'Test Project', 'Test City', '', 'Manual Entry Lead', NULL, NULL, '2026-04-25 11:56:35', '', NULL, 'Fresh Lead', 1, NULL, 0, '', NULL, '', NULL, '', NULL, NULL, 0, '', '', '', '', '', '', '', '', NULL, '', '', NULL, NULL, '', '', '', NULL, NULL, NULL, NULL, NULL),
(74, '958578696582119', 3, 'Reena A', 'anandreen291@gmail.com', '+919741608175', 'Bangalore', '2 Bhk, 1 Cr Budget, Yelehanka Under Construction Or Ready To Move.', NULL, NULL, '₹70l – ₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated B (ACTIVE)', NULL, '2026-04-25 19:04:03', NULL, '1251303183754192', 'Site Visit Done', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 1', '120242785440730319', 'Cluster Bangalore - JP IRIS IMG', '120242785440720319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(75, NULL, 1, 'Test Lead1', '', '123', '', '', 'Test Project 2', 'Test City 1', '', 'Manual Entry Lead', NULL, NULL, '2026-04-27 05:07:56', '', NULL, 'Fresh Lead', 1, NULL, 0, '', NULL, '', NULL, '', NULL, NULL, 0, '', '', '', '', '', '', '', '', NULL, '', '', NULL, NULL, '', '', '', NULL, NULL, NULL, NULL, NULL),
(76, NULL, 1, 'Test Lead2', '', '321', '', '', 'Test Project 1', 'Test City 1', '', 'Manual Entry Lead', NULL, NULL, '2026-04-27 05:08:07', '', NULL, 'Fresh Lead', 1, NULL, 0, '', NULL, '', NULL, '', NULL, NULL, 0, '', '', '', '', '', '', '', '', NULL, '', '', NULL, NULL, '', '', '', NULL, NULL, NULL, NULL, NULL),
(77, '958578696582119', 2, 'Dominic Lawrence', 'dominicatg@gmail.com', '+919113966021', 'Bangalore', 'He is looking for 2bhk and he is a cash customer ', NULL, NULL, '₹70l – ₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated B (ACTIVE)', NULL, '2026-04-27 12:14:52', NULL, '1375156651086562', 'Interested', 0, NULL, 4, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 1', '120242785440730319', 'Cluster Bangalore - JP IRIS IMG', '120242785440720319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(78, '958578696582119', 3, 'Geetha', 'geethagb2013@gmail.com', '+918880662545', 'Bengaluru', 'RNR', NULL, NULL, '₹70l – ₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated B (ACTIVE)', NULL, '2026-04-27 14:00:11', NULL, '942849848367846', 'Interested', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 3 Video', '120242853271060319', 'Cluster Bangalore - JP IRIS Vid', '120242853271070319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(79, '940507548843753', 3, 'Truptimayee Nayak', 'truptimayee9748@gmail.com', '+917873102923', 'New Delhi', '3 bhk ,90 lacs, whitefield only & per launch project with Pre EMI options.', NULL, NULL, '₹80l – ₹1cr', 'Facebook', 'Cluster BLR - coevolve-Updated A (ACTIVE)', NULL, '2026-04-27 16:27:01', NULL, '1631869004713645', 'Interested', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Coevolve Florenza', '120244279262070319', 'Cluster Bangalore - Coevolve - Test 2', '120244279262080319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(80, '978410821388270', 3, 'Snigdha Jaiswal', 'snigdhajaiswal08@gmail.com', '+917829765405', 'Bangalore', NULL, NULL, NULL, '₹1.5–₹2 Cr', 'Facebook', 'Cluster BLR - Prestige Evergreen-Updated A-copy (ACTIVE)', NULL, '2026-05-02 05:42:02', NULL, '1948402072344290', 'RNR', 0, NULL, 3, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Prestige Evergreen 2', '120245194358200319', 'Cluster Bangalore - Test 5 Prestige', '120245194358190319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(81, '958578696582119', 2, 'Srinath Krishna', 'chiru.srinath@gmail.com', '+919901208054', 'Bangalore', NULL, NULL, NULL, '₹70l – ₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated B (ACTIVE)', NULL, '2026-04-27 18:01:43', NULL, '1089386217594412', 'Whatsapp Reply Awaited', 0, NULL, 3, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 3 Video', '120242853271060319', 'Cluster Bangalore - JP IRIS Vid', '120242853271070319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(82, '958578696582119', 2, 'Bharani Raj', 'bharanirajd@gmail.com', '+918919428692', 'Tirupathi', NULL, NULL, NULL, '₹70l – ₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated B (ACTIVE)', NULL, '2026-04-27 21:03:07', NULL, '1245475260687042', 'Call Back Later', 0, NULL, 3, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 1', '120242785440730319', 'Cluster Bangalore - JP IRIS IMG', '120242785440720319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(83, '958578696582119', 3, 'BK Rao', 'dbkrao@rediffmail.com', '+919513391199', 'Bangalore', 'not looking to buy any property\n', NULL, NULL, '₹70l – ₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated B (ACTIVE)', NULL, '2026-04-28 05:41:36', NULL, '894585466935117', 'Not Interested', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 1', '120242785440730319', 'Cluster Bangalore - JP IRIS IMG', '120242785440720319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(84, '958578696582119', 2, 'Aneesh Balakrishnan', 'aneesh227@gmail.com', '+918197067150', 'Bangalore', NULL, NULL, NULL, '₹70l_–_₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated B (ACTIVE)', NULL, '2026-04-29 08:43:25', NULL, '993769889910173', 'RNR', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 1', '120242785440730319', 'Cluster Bangalore - JP IRIS IMG', '120242785440720319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(85, '940507548843753', 3, 'Ravi Kumar', 'rk.ranjan96@gmail.com', '+919534263195', 'Aurangabad', 'project details shared on whatsapp oakwood, minara, platinum looking around whitefiels area budget 1.20 cr.', NULL, NULL, '₹80l – ₹1cr', 'Facebook', 'Cluster BLR - coevolve-Updated A (ACTIVE)', NULL, '2026-04-29 11:17:56', NULL, '1356287173219430', 'RNR', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Coevolve Florenza', '120244279262070319', 'Cluster Bangalore - Coevolve - Test 2', '120244279262080319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(86, '940507548843753', 2, 'Prince Jha', 'princeform11@gmail.com', '+917633871581', 'Bangalore', NULL, NULL, NULL, '₹80l – ₹1cr', 'Facebook', 'Cluster BLR - coevolve-Updated A (ACTIVE)', NULL, '2026-04-29 12:14:26', NULL, '1401106945078420', 'Site Visit Done', 0, NULL, 3, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Coevolve Florenza', '120244279262070319', 'Cluster Bangalore - Coevolve - Test 2', '120244279262080319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(87, '940507548843753', 3, 'Darshani Solanki', 'darshanisolanki89@gmail.com', '+917039756364', 'Bengaluru', NULL, NULL, NULL, '₹80l_–_₹1cr', 'Facebook', 'Cluster BLR - coevolve-Updated A (ACTIVE)', NULL, '2026-05-02 05:24:43', NULL, '4378376502435084', 'Whatsapp Reply Awaited', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Coevolve Florenza', '120244279262070319', 'Cluster Bangalore - Coevolve - Test 2', '120244279262080319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'need_pricing_for_both', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(88, '958578696582119', 3, 'Gitesh Kumar Chandrakar', 'gitesh.kumar27081988@gmail.com', '+918880261081', 'Bangalore', 'RNR , whatsapp message sent', NULL, NULL, '₹70l – ₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated B (ACTIVE)', NULL, '2026-04-29 13:02:49', NULL, '1919698275320983', 'RNR', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 1', '120242785440730319', 'Cluster Bangalore - JP IRIS IMG', '120242785440720319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(89, '958578696582119', 2, 'Siddu', 'snhbec@gmail.com', '+919762035212', 'Bangalore', NULL, NULL, NULL, '₹70l – ₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated B (ACTIVE)', NULL, '2026-04-29 15:27:14', NULL, '1289593646717120', 'Whatsapp Reply Awaited', 0, NULL, 3, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 3 Video', '120242853271060319', 'Cluster Bangalore - JP IRIS Vid', '120242853271070319', 'fb', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL);
INSERT INTO `leads` (`id`, `form_id`, `assigned_to`, `full_name`, `email`, `phone_number`, `city`, `message`, `project_name`, `project_city`, `budget`, `source`, `form_name`, `custom_data`, `created_at`, `whatsapp`, `facebook_lead_id`, `status`, `is_deleted`, `lost_reason`, `rating`, `campaign_name`, `campaign_id`, `adset_name`, `adset_id`, `ad_name`, `ad_id`, `platform`, `is_organic`, `when_do_you_plan_to_start`, `what_business_do_you_want_to_start`, `country`, `what_is_your_purpose_of_buying`, `have_you_ever_visited_dubai`, `what_type_of_property_are_you_interested_in`, `how_much_do_you_want_to_invest_in_dubai_real_estate`, `please_let_us_know_a_convenient_time_for_the_meeting`, `inbox_url`, `when_do_you_plan_to_buy_a_property`, `state`, `batch_name`, `which_property`, `preferred_property_type`, `where_is_your_workplace_located`, `do_you_prefer_hoskote_as_your_location`, `home_type`, `unit`, `dimension`, `buying_intent`, `preferred_location`) VALUES
(90, '940507548843753', 3, 'NK kumar', 'thenirajs@gmail.com', '+918970222779', 'bangalore', NULL, NULL, NULL, '₹80l_–_₹1cr', 'Facebook', 'Cluster BLR - coevolve-Updated A (ACTIVE)', NULL, '2026-04-30 16:41:31', NULL, '1713277136508215', 'RNR', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Coevolve Florenza', '120244279262070319', 'Cluster Bangalore - Coevolve - Test 2', '120244279262080319', 'fb', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(91, '978410821388270', 2, 'Radha Gupta', 'radha_gupta91@yahoo.com', '+919916676228', 'Bangalore', NULL, NULL, NULL, '₹1.5–₹2 Cr', 'Facebook', 'Cluster BLR - Prestige Evergreen-Updated A-copy (ACTIVE)', NULL, '2026-04-30 17:20:40', NULL, '825260756840716', 'RNR', 0, NULL, 3, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Prestige Evergreen 2', '120245194358200319', 'Cluster Bangalore - Test 5 Prestige', '120245194358190319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(92, '940507548843753', 2, 'Spoorti Prabhu', 'ankitmahajan21@gmail.com', '+919686428627', 'Karwar', NULL, NULL, NULL, '₹80l – ₹1cr', 'Facebook', 'Cluster BLR - coevolve-Updated A (ACTIVE)', NULL, '2026-04-30 19:33:06', NULL, '1456872772583662', 'Call Back Later', 0, NULL, 3, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Coevolve Florenza', '120244279262070319', 'Cluster Bangalore - Coevolve - Test 2', '120244279262080319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(93, '940507548843753', 2, 'Sushant Sinha', 'sushant.sinha90@gmail.com', '+918608557364', 'Bengaluru', NULL, NULL, NULL, '₹80l_–_₹1cr', 'Facebook', 'Cluster BLR - coevolve-Updated A (ACTIVE)', NULL, '2026-05-01 04:43:05', NULL, '987875510859887', 'Whatsapp Reply Awaited', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Coevolve Florenza', '120244279262070319', 'Cluster Bangalore - Coevolve - Test 2', '120244279262080319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(94, '978410821388270', 3, 'Ashu', 'ashutosh.sundaram@gmail.com', '+919945155009', 'Bengaluru', NULL, NULL, NULL, '₹1.5–₹2_cr', 'Facebook', 'Cluster BLR - Prestige Evergreen-Updated A-copy (ACTIVE)', NULL, '2026-05-01 05:40:44', NULL, '4561207060796473', 'Lost', 0, 'Broker', 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Prestige Evergreen 2', '120245194358200319', 'Cluster Bangalore - Test 5 Prestige', '120245194358190319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(95, '978410821388270', 2, 'Ashu', 'ashutosh.sundaram@gmail.com', '+919945155009', 'Bengaluru', NULL, NULL, NULL, '₹1.5–₹2 Cr', 'Facebook', 'Cluster BLR - Prestige Evergreen-Updated A-copy (ACTIVE)', NULL, '2026-05-01 05:46:55', NULL, NULL, 'Call Back Later', 0, NULL, 3, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Prestige Evergreen 2', '120245194358200319', 'Cluster Bangalore - Test 5 Prestige', '120245194358190319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(96, '940507548843753', 2, 'Vishal Garud', 'vishal.garud11@yahoo.in', '9886386160', 'Bangalore', NULL, NULL, NULL, '₹80l – ₹1cr', 'Facebook', 'Cluster BLR - coevolve-Updated A (ACTIVE)', NULL, '2026-05-01 07:34:04', NULL, '964625609275367', 'Call Back Later', 0, NULL, 3, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Coevolve Florenza', '120244279262070319', 'Cluster Bangalore - Coevolve - Test 2', '120244279262080319', 'fb', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(97, '958578696582119', 3, 'Priya R', 'Priyagowda1601@gmail.com', '+917411998916', 'Bengaluru', NULL, NULL, NULL, '₹70l_–_₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated B (ACTIVE)', NULL, '2026-05-02 05:24:43', NULL, '1702853920897260', 'Whatsapp Reply Awaited', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 3 Video', '120242853271060319', 'Cluster Bangalore - JP IRIS Vid', '120242853271070319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(98, '940507548843753', 3, 'Suresh Reddy', 'sureshreddy061984@gmail.com', '+918197542135', 'Bangalore', 'whatsapp message sent', NULL, NULL, '₹80l – ₹1cr', 'Facebook', 'Cluster BLR - coevolve-Updated A (ACTIVE)', NULL, '2026-05-02 05:24:43', NULL, '1555403253042484', 'RNR', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Coevolve Florenza', '120244279262070319', 'Cluster Bangalore - Coevolve - Test 2', '120244279262080319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(99, NULL, 1, 'test lead', '', '33333333333', '', '', '', '', '', 'Manual Entry Lead', NULL, NULL, '2026-05-02 05:40:27', '', NULL, 'Call Back Later', 1, NULL, 0, '', NULL, '', NULL, '', NULL, NULL, 0, '', '', '', '', '', '', '', '', NULL, '', '', NULL, NULL, '', '', '', NULL, NULL, NULL, NULL, NULL),
(100, '958578696582119', 2, 'Rajesh K', 'rajeshkonduru70@gmail.com', '+919948798672', 'Chennai', NULL, NULL, NULL, '₹70l – ₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated B (ACTIVE)', NULL, '2026-05-02 05:55:09', NULL, '1152643926991452', 'RNR', 0, NULL, 2, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 3 Video', '120242853271060319', 'Cluster Bangalore - JP IRIS Vid', '120242853271070319', 'fb', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(101, '958578696582119', 2, 'Sharada M', 'sharadamannayyamath@gmail.com', '+919380821452', 'Mahalingpur', NULL, NULL, NULL, '₹70l_–_₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated B (ACTIVE)', NULL, '2026-05-02 10:43:45', NULL, '979280901245695', 'RNR', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 1', '120242785440730319', 'Cluster Bangalore - JP IRIS IMG', '120242785440720319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(102, NULL, 2, 'Pritesh Mahajan', NULL, '7506225461', NULL, 'dsr addres mein book kar liya hai', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Lost', 0, 'Already Bought', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(103, NULL, 2, 'Avinash Mishra', NULL, '9038660072', NULL, 'CALL FORWARDING', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(104, NULL, 2, 'Nisanta Sahoo', NULL, '9776228220', NULL, 'looking for 2bhk self use said to share the project details', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(105, NULL, 3, 'Subhash Bangera', NULL, '9892153509', NULL, 'not interested', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(106, NULL, 3, 'Sriram Shankar', NULL, '7204949636', NULL, 'call barred', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(107, NULL, 3, 'Ankur', NULL, '700431630', NULL, 'call back', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(108, NULL, 3, 'Prince Gupta', NULL, '8892699705', NULL, 'not interested said to close the request', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(109, NULL, 2, 'Maruthi Pujars', NULL, '9380909165', NULL, 'wrong number', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(110, NULL, 3, 'Chinnu Patil', NULL, '7619481974', NULL, 'switch off', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(111, NULL, 3, 'Nirmal Nuepane', NULL, '8084841756', NULL, 'RNR', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(112, NULL, 3, 'Girisha Pj', NULL, '6362136675', NULL, 'not interested', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(113, NULL, 3, 'Kavya Shivakumar', NULL, '7760661320', NULL, 'dropped plan', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(114, NULL, 3, 'Savithri', NULL, '7022161251', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(115, NULL, 2, 'shweta Mishra', NULL, '9632242344', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(116, NULL, 2, 'Pramod', NULL, '9962430788', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(117, NULL, 2, 'kavya', NULL, '9742916514', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(118, NULL, 3, 'Keerthi Krishna', NULL, '9987710061', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(119, NULL, 3, 'Tushar Singh', NULL, '9142965524', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(120, NULL, 2, 'himagiri', NULL, '7406839496', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(121, NULL, 2, 'Sudheer Anantha', NULL, '9742145222', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(122, NULL, 3, 'Rajnish Kumar', NULL, '8083969437', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(123, NULL, 2, 'Raji Abraham', NULL, '9496561224', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(124, NULL, 3, 'Richard', NULL, '8123686774', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(125, NULL, 2, 'Jithin', NULL, '9497300908', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(126, NULL, 2, 'Kumar Satyan', NULL, '9853711150', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(127, NULL, 2, 'Jayashree Channalli', NULL, '8495879425', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(128, NULL, 3, 'Sachith', NULL, '9986202462', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(129, NULL, 3, 'Sucheta', NULL, '8879290783', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(130, NULL, 2, 'Sravani', NULL, '8971567176', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(131, NULL, 3, 'Akash Gupta', NULL, '8890870373', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(132, NULL, 3, 'Abhishek Singh', NULL, '8789252365', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(133, NULL, 3, 'Shashanka Shekhar', NULL, '9590641267', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(134, NULL, 3, 'Teja', NULL, '8105399800', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(135, NULL, 2, 'Sharma Sunny', NULL, '9986052298', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(136, NULL, 3, 'Anusha', NULL, '9972335238', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(137, NULL, 3, 'Ărpitha', NULL, '7996781963', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(138, NULL, 3, 'Rahul Nayak', NULL, '9036473699', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(139, NULL, 3, 'Saikat Ghose', NULL, '9741007379', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(140, NULL, 3, 'rashmi', NULL, '9886911552', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(141, NULL, 2, 'Sajja Sasi', NULL, '8977301302', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(142, NULL, 3, 'Vigneshwaramoorthy', NULL, '9597446692', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(143, NULL, 2, 'Deepthi Reddy', NULL, '8147994821', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(144, NULL, 2, 'Suman Kumar', NULL, '8981921107', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(145, NULL, 3, 'Manish Tiwary', NULL, '7091503783', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(146, NULL, 2, 'Anushka Soman', NULL, '9538888520', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(147, NULL, 2, 'Neethu B', NULL, '9633321607', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(148, NULL, 3, 'Harish Sharma', NULL, '7744003023', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(149, NULL, 3, 'Shamsudeen Kaleel Jan', NULL, '7829667744', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(150, NULL, 3, 'Dipakd', NULL, '9844633344', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(151, NULL, 2, 'Jayant Kumar', NULL, '8709492790', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(152, NULL, 2, 'kavitha', NULL, '9591565552', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(153, NULL, 3, 'Thomas S', NULL, '9960330820', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(154, NULL, 2, 'Sarthak Mohanty', NULL, '7978908121', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(155, NULL, 2, 'Mrityunjay Tiwary', NULL, '9638837800', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(156, NULL, 2, 'Naincy Sharma', NULL, '7505789374', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(157, NULL, 2, 'Purbaja Bhattacharyya', NULL, '9686911470', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(158, NULL, 2, 'Ayush S', NULL, '8423814989', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(159, NULL, 3, 'Tiger Sourav', NULL, '9513842725', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(160, NULL, 2, 'BABU GATHE', NULL, '6901780892', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(161, NULL, 2, 'Rajat Biala', NULL, '9780991989', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(162, NULL, 3, 'Vishal', NULL, '8245085072', NULL, '', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(163, NULL, 3, 'L Raghavendra', NULL, '7975469931', NULL, 'he is not looking for property', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(164, NULL, 3, 'Chand', NULL, '9198812635', NULL, 'incoming call barred', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(165, NULL, 3, 'P Roy', NULL, '8088243257', NULL, 'looking for 2 or 2.5bhk in Marathahalli budget is 70 lakhs', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(166, NULL, 3, 'L D SANATH KUMAR', NULL, '9535909197', NULL, 'RNR', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(167, NULL, 2, 'Karthika Bellamkonda', NULL, '7702756302', NULL, 'already booked some other builder', NULL, NULL, NULL, 'Excel Import: Reshma_Calling.xlsx', NULL, NULL, '2026-05-04 09:49:08', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(168, NULL, 3, 'Aditya Pradeep', 'pradeep.msva@gmail.com', '9880485511', 'Bangalore', NULL, NULL, NULL, NULL, 'Excel Import: Sold.xlsx', NULL, NULL, '2026-05-04 09:52:20', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', '123', '1036 sqft', NULL, NULL),
(169, NULL, 2, 'Srinjoy Dutta', 'srinjoy.dutta2@gmail.com', '919163583619', 'Kolkata', NULL, NULL, NULL, NULL, 'Excel Import: Sold.xlsx', NULL, NULL, '2026-01-12 10:45:18', NULL, NULL, 'Fresh Lead', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', '1633', '1036 sqft', NULL, NULL),
(170, NULL, 3, 'Rohit', NULL, '8982630009', NULL, NULL, NULL, NULL, NULL, 'Excel Import: CoEvolve_calling.xlsx', NULL, NULL, '2026-05-04 10:06:21', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(171, NULL, 2, 'Tanupam Chakraborty', NULL, '9008525616', NULL, NULL, NULL, NULL, NULL, 'Excel Import: CoEvolve_calling.xlsx', NULL, NULL, '2026-05-04 10:06:21', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(172, NULL, 3, 'Raghuveer Daley', NULL, '9948919395', NULL, NULL, NULL, NULL, NULL, 'Excel Import: CoEvolve_calling.xlsx', NULL, NULL, '2026-05-04 10:06:21', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(173, NULL, 2, 'Gururaj Patil', NULL, '9886791315', NULL, NULL, NULL, NULL, NULL, 'Excel Import: CoEvolve_calling.xlsx', NULL, NULL, '2026-05-04 10:06:21', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(174, NULL, 2, 'Debasish Dey', NULL, '8095907842', NULL, NULL, NULL, NULL, NULL, 'Excel Import: CoEvolve_calling.xlsx', NULL, NULL, '2026-05-04 10:06:21', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(175, NULL, 2, 'Soumya Das', NULL, '8050799250', NULL, NULL, NULL, NULL, NULL, 'Excel Import: CoEvolve_calling.xlsx', NULL, NULL, '2026-05-04 10:06:21', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(176, NULL, 3, 'Sree', NULL, '9400334438', NULL, NULL, NULL, NULL, NULL, 'Excel Import: CoEvolve_calling.xlsx', NULL, NULL, '2026-05-04 10:06:21', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(177, NULL, 2, 'Atul Narayan', NULL, '9650475144', NULL, NULL, NULL, NULL, NULL, 'Excel Import: CoEvolve_calling.xlsx', NULL, NULL, '2026-05-04 10:06:21', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(178, NULL, 2, 'Ajay Ramkrishna', NULL, '6360271875', NULL, NULL, NULL, NULL, NULL, 'Excel Import: CoEvolve_calling.xlsx', NULL, NULL, '2026-05-04 10:06:21', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(179, NULL, 3, 'Nikhil Arora', NULL, '8800406807', NULL, NULL, NULL, NULL, NULL, 'Excel Import: CoEvolve_calling.xlsx', NULL, NULL, '2026-05-04 10:06:21', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(180, NULL, 2, 'Arun Bajpai', NULL, '8573075878', NULL, NULL, NULL, NULL, NULL, 'Excel Import: CoEvolve_calling.xlsx', NULL, NULL, '2026-05-04 10:06:21', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(181, NULL, 2, 'Parappa Matti', NULL, '9886162702', NULL, NULL, NULL, NULL, NULL, 'Excel Import: CoEvolve_calling.xlsx', NULL, NULL, '2026-05-04 10:06:21', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(182, NULL, 2, 'Pulkit Goel', NULL, '9410042766', NULL, NULL, NULL, NULL, NULL, 'Excel Import: CoEvolve_calling.xlsx', NULL, NULL, '2026-05-04 10:06:21', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(183, NULL, 3, 'Rakesh Reddy', NULL, '9543143574', NULL, NULL, NULL, NULL, NULL, 'Excel Import: CoEvolve_calling.xlsx', NULL, NULL, '2026-05-04 10:06:21', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(184, NULL, 3, 'Monalisa', NULL, '9916190790', NULL, NULL, NULL, NULL, NULL, 'Excel Import: CoEvolve_calling.xlsx', NULL, NULL, '2026-05-04 10:06:21', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(185, NULL, 3, 'Saroj Pradhan', NULL, '8892582106', NULL, NULL, NULL, NULL, NULL, 'Excel Import: CoEvolve_calling.xlsx', NULL, NULL, '2026-05-04 10:06:21', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(186, NULL, 3, 'Saolin Pal', NULL, '9620911102', NULL, NULL, NULL, NULL, NULL, 'Excel Import: CoEvolve_calling.xlsx', NULL, NULL, '2026-05-04 10:06:21', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(187, NULL, 2, 'Pavithra Mv', NULL, '9986233855', NULL, NULL, NULL, NULL, NULL, 'Excel Import: CoEvolve_calling.xlsx', NULL, NULL, '2026-05-04 10:06:21', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(188, NULL, 2, 'shalinisingh', NULL, '8951022039', NULL, NULL, NULL, NULL, NULL, 'Excel Import: CoEvolve_calling.xlsx', NULL, NULL, '2026-05-04 10:06:21', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(189, NULL, 2, 'PRASHANTHA H R', NULL, '9611032448', NULL, NULL, NULL, NULL, NULL, 'Excel Import: CoEvolve_calling.xlsx', NULL, NULL, '2026-05-04 10:06:21', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(190, NULL, 2, 'Ramkumar', NULL, '9741719159', NULL, NULL, NULL, NULL, NULL, 'Excel Import: CoEvolve_calling.xlsx', NULL, NULL, '2026-05-04 10:06:21', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(191, NULL, 2, 'Sandhya Reddy', NULL, '9620498148', NULL, NULL, NULL, NULL, NULL, 'Excel Import: CoEvolve_calling.xlsx', NULL, NULL, '2026-05-04 10:06:21', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(192, NULL, 3, 'Sree', NULL, '9916136799', NULL, NULL, NULL, NULL, NULL, 'Excel Import: CoEvolve_calling.xlsx', NULL, NULL, '2026-05-04 10:06:21', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(193, NULL, 2, 'Somnath Bhagat', NULL, '9901845605', NULL, NULL, NULL, NULL, NULL, 'Excel Import: CoEvolve_calling.xlsx', NULL, NULL, '2026-05-04 10:06:21', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(194, NULL, 2, 'Sid', NULL, '7337732775', NULL, NULL, NULL, NULL, NULL, 'Excel Import: CoEvolve_calling.xlsx', NULL, NULL, '2026-05-04 10:06:21', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(195, NULL, 3, 'Mohamed', NULL, '9141019399', NULL, NULL, NULL, NULL, NULL, 'Excel Import: CoEvolve_calling.xlsx', NULL, NULL, '2026-05-04 10:06:21', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(196, NULL, 2, 'Aditi Mittal', NULL, '9765360199', NULL, NULL, NULL, NULL, NULL, 'Excel Import: CoEvolve_calling.xlsx', NULL, NULL, '2026-05-04 10:06:21', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(197, NULL, 2, 'Swathi Rajshekhar', NULL, '9986783432', NULL, NULL, NULL, NULL, NULL, 'Excel Import: CoEvolve_calling.xlsx', NULL, NULL, '2026-05-04 10:06:21', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(198, NULL, 3, 'Bhavna Verma', NULL, '7020761065', NULL, NULL, NULL, NULL, NULL, 'Excel Import: CoEvolve_calling.xlsx', NULL, NULL, '2026-05-04 10:06:21', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(199, NULL, 3, 'Deepu A', NULL, '9686595794', NULL, NULL, NULL, NULL, NULL, 'Excel Import: CoEvolve_calling.xlsx', NULL, NULL, '2026-05-04 10:06:21', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(200, NULL, 3, 'Ankit Modi', NULL, '9927220462', NULL, NULL, NULL, NULL, NULL, 'Excel Import: CoEvolve_calling.xlsx', NULL, NULL, '2026-05-04 10:06:21', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(201, NULL, 2, 'Akshay Hegde', NULL, '9731291723', NULL, NULL, NULL, NULL, NULL, 'Excel Import: CoEvolve_calling.xlsx', NULL, NULL, '2026-05-04 10:06:21', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(202, NULL, 2, 'Lenin Govindharaji', '', '918122615105', '', '', NULL, NULL, '', 'Excel Import: bhavin_pipeline.xlsx', NULL, NULL, '2026-05-04 10:22:30', NULL, NULL, 'Call back Later', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Need Pricing for Both', NULL, NULL, 'Self_use', ''),
(203, NULL, 2, 'Deepa Shree', '', '9113526692', '', '', NULL, NULL, '1.2 Cr', 'Excel Import: bhavin_pipeline.xlsx', NULL, NULL, '2026-05-04 10:22:30', NULL, NULL, 'Working', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2 BHK', NULL, NULL, 'Self Use', 'Whitefield'),
(204, NULL, 2, 'Sharmila ShivaPrasad', '', '919845177244', '', '', NULL, NULL, '', 'Excel Import: bhavin_pipeline.xlsx', NULL, NULL, '2026-05-04 10:22:30', NULL, NULL, 'Call back Later', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Need Pricing for Both', NULL, NULL, 'self_use', 'Hoskote'),
(205, NULL, 2, 'Saloni', 'salonimandwal99@gmail.com', '917772991366', 'Bangalore', 'Need Flat in JP Nagar', NULL, NULL, '80L', 'Excel Import: bhavin_pipeline.xlsx', NULL, NULL, '2026-05-04 10:22:30', NULL, NULL, 'Working', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'need_pricing_for_both', NULL, NULL, 'investment', ''),
(206, NULL, 2, 'sonu♡', 'shwetakheni14@gmail.com', '918904684877', 'Bangalore', 'interested in self use 3bhk unit budget max is 1.20cr said me to share the details of sowparnika project and remaining which ever is Rtmi project in that location', NULL, NULL, '1.2Cr', 'Excel Import: bhavin_pipeline.xlsx', NULL, NULL, '2026-05-04 10:22:30', NULL, NULL, 'Working', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'self_use', 'Hoskote'),
(207, NULL, 2, 'Pravallika Mohan', 'mbapravi@gmail.com', '919686289869', 'Bengaluru', 'RNR', NULL, NULL, '', 'Excel Import: bhavin_pipeline.xlsx', NULL, NULL, '2026-05-04 10:22:30', NULL, NULL, 'Working', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'investment', ''),
(208, NULL, 2, 'Rekha', 'rekha.krishnan92@gmail.com', '919066535352', 'Bangalore', 'looking for investment 1 bhk 65lakhs location flexible', NULL, NULL, '65L', 'Excel Import: bhavin_pipeline.xlsx', NULL, NULL, '2026-05-04 10:22:30', NULL, NULL, 'Working', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'need_pricing_for_both', NULL, NULL, 'self_use', 'Any'),
(209, NULL, 2, 'Taniya Kumari', 'er.taniyakumari07@gmail.com', '918789477827', 'Bangalore', 'looking for 3 BHK, whitefield, sarjapura road,kr puram. Recommend - Green edge ventures, Bold Aspire &amp; budget 1.10 to 1.20 cr max, possession by dec 2030, stays in DX max property not happy, looking for good know builder.', NULL, NULL, '1.2Cr', 'Excel Import: bhavin_pipeline.xlsx', NULL, NULL, '2026-05-04 10:22:30', NULL, NULL, 'Interested', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, '3bhk budget 1.2cr max under construction or rtmi okay', 'Whitefield, Sarjahpur Road'),
(210, NULL, 2, 'Nandish H. B', 'nandkiccha7090305009@gmail.com', '916362223529', NULL, 'Comments = switched off || Status.1 = To be follow up by 11th April || Next step = switched off', NULL, NULL, NULL, 'Excel Import: Formatted_Parkshire_Godrej.xlsx', NULL, NULL, '2026-05-04 10:55:35', NULL, NULL, 'Not Interested', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'investment', NULL),
(211, NULL, 2, 'Papesh Paapu', '', '919113621089', NULL, 'Comments = he is confused || Status.1 = To be follow up by 11th April', NULL, NULL, NULL, 'Excel Import: Formatted_Parkshire_Godrej.xlsx', NULL, NULL, '2026-05-04 10:55:35', NULL, NULL, 'Lost', 0, 'Not Interested', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'investment', NULL),
(212, NULL, 3, 'Swasthik N Rao', '', '918547777847', NULL, 'Status.1 = To be follow up by 11th April || Next step = not intrested', NULL, NULL, NULL, 'Excel Import: Formatted_Parkshire_Godrej.xlsx', NULL, NULL, '2026-05-04 10:55:35', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'self_use', NULL),
(213, NULL, 3, 'V Singh', '', '919988342430', NULL, 'Comments = to call him back after 5 pm. || Status.1 = To be follow up by 11th April || Next step = intrested but while take time to decide', NULL, NULL, NULL, 'Excel Import: Formatted_Parkshire_Godrej.xlsx', NULL, NULL, '2026-05-04 10:55:35', NULL, NULL, 'Interested', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'investment', NULL);
INSERT INTO `leads` (`id`, `form_id`, `assigned_to`, `full_name`, `email`, `phone_number`, `city`, `message`, `project_name`, `project_city`, `budget`, `source`, `form_name`, `custom_data`, `created_at`, `whatsapp`, `facebook_lead_id`, `status`, `is_deleted`, `lost_reason`, `rating`, `campaign_name`, `campaign_id`, `adset_name`, `adset_id`, `ad_name`, `ad_id`, `platform`, `is_organic`, `when_do_you_plan_to_start`, `what_business_do_you_want_to_start`, `country`, `what_is_your_purpose_of_buying`, `have_you_ever_visited_dubai`, `what_type_of_property_are_you_interested_in`, `how_much_do_you_want_to_invest_in_dubai_real_estate`, `please_let_us_know_a_convenient_time_for_the_meeting`, `inbox_url`, `when_do_you_plan_to_buy_a_property`, `state`, `batch_name`, `which_property`, `preferred_property_type`, `where_is_your_workplace_located`, `do_you_prefer_hoskote_as_your_location`, `home_type`, `unit`, `dimension`, `buying_intent`, `preferred_location`) VALUES
(214, NULL, 3, 'Jwala Yadav (Jey)', '', '919759898878', NULL, 'Comments = not intrested please dont call back', NULL, NULL, NULL, 'Excel Import: Formatted_Parkshire_Godrej.xlsx', NULL, NULL, '2026-05-04 10:55:35', NULL, NULL, 'Not Interested', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'need_pricing_for_both', NULL, NULL, 'self_use', NULL),
(215, NULL, 2, 'Ashish chopra', 'ashish9chopra@gmail.com', '918109018918', 'Bangalore', 'Comments = said to share the project details in watsapp || Status.1 = VC at Prestige Evergreen || Next step = will call back if intrested', NULL, NULL, '', 'Excel Import: Formatted_Prestige_Evergreen.xlsx', NULL, NULL, '2026-05-04 11:09:16', NULL, NULL, 'Not Interested', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'self_use', NULL),
(216, NULL, 3, 'Ankur Khare', 'ankursdl@gmail.com', '919590547800', 'Bangalore', 'Comments = dropped a message in watsapp \\callback after 5;30pm || Status.1 = To be follow up on 11th April || Next step = will connect if intrested', NULL, NULL, '', 'Excel Import: Formatted_Prestige_Evergreen.xlsx', NULL, NULL, '2026-05-04 11:09:16', NULL, NULL, 'Lost', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'self_use', NULL),
(217, NULL, 3, 'Suryateja', 'saiatchuta1997@gmail.com', '917981240052', 'Hyderabad', 'Status.1 = To be follow up on 11th April || Next step = RNR', NULL, NULL, '', 'Excel Import: Formatted_Prestige_Evergreen.xlsx', NULL, NULL, '2026-05-04 11:09:16', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'self_use', NULL),
(218, NULL, 3, 'ridhi', 'riddhi.9177@gmail.com', '919187159177', 'Bangalore Whitefield', 'Comments = switch off || Status.1 = To be follow up on 11th April || Next step = not looking for any property', NULL, NULL, '', 'Excel Import: Formatted_Prestige_Evergreen.xlsx', NULL, NULL, '2026-05-04 11:09:16', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'self_use', NULL),
(219, NULL, 2, 'Manikanth M', 'manikanthrockzz@gmail.com', '919493279992', 'Bengaluru', 'Status.1 = To be follow up on 11th April', NULL, NULL, '', 'Excel Import: Formatted_Prestige_Evergreen.xlsx', NULL, NULL, '2026-05-04 11:09:16', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'self_use', NULL),
(220, NULL, 2, 'godwin', 'cimea1992@gmail.com', '919008408604', 'Nagercoil', '', NULL, NULL, '', 'Excel Import: Formatted_Prestige_Evergreen.xlsx', NULL, NULL, '2026-05-04 11:09:16', NULL, NULL, 'Not Interested', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'self_use', NULL),
(221, NULL, 2, 'Jaggu Hiremath', 'jagadishhiremath311@gmail.com', '919008652311', '587118', 'RNR', NULL, NULL, '', 'Excel Import: Formatted_Prestige_Evergreen.xlsx', NULL, NULL, '2026-05-04 11:09:16', NULL, NULL, 'Not Interested', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '4_bhk', NULL, NULL, 'investment', NULL),
(222, NULL, 2, 'Seeja', 'sweetyseeja@gmail.com', '918884651986', 'Bangalore', '', NULL, NULL, '', 'Excel Import: Formatted_Prestige_Evergreen.xlsx', NULL, NULL, '2026-05-04 11:09:16', NULL, NULL, 'Not Interested', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'self_use', NULL),
(223, NULL, 2, 'Saleem Pasha', '', '917483448632', '', '', NULL, NULL, '', 'Excel Import: Formatted_Prestige_Evergreen.xlsx', NULL, NULL, '2026-05-04 11:09:16', NULL, NULL, 'Not Interested', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1_bhk', NULL, NULL, 'self_use', NULL),
(224, NULL, 2, 'Bushra bush', '', '919164285033', '', 'RNR', NULL, NULL, '', 'Excel Import: Formatted_Prestige_Evergreen.xlsx', NULL, NULL, '2026-05-04 11:09:16', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'self_use', NULL),
(225, NULL, 3, 'Shaveta Sharma', 'shaveta_25@hotmail.com', '919810632339', 'Bangalore', 'Comment = kept on hold thinking in end of year not now || Status.1 = Hold for Now', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Florenza_CoEvolve.xlsx', NULL, NULL, '2026-05-04 13:44:58', NULL, NULL, 'Working, Not Interested Now. May buy Later', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'self_use', ''),
(226, NULL, 2, 'Prathap', 'prathapmuniswamy@gmail.com', '919611565858', 'Bangalore', 'Comment = Deep has spoken to client. Client had visited the property through Walkin. And Now he want to purchase. Trying to tag him with BLR Realty || Sales Person = Deep', NULL, NULL, '1.2L', 'Excel Import: Deep_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:02:29', NULL, NULL, 'Lost', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'self_use', 'Hoskote'),
(227, NULL, 3, 'Jeetu', 'Szeetu@gmail.com', '918123822236', 'Chennai', '', NULL, NULL, '', 'Excel Import: Unassigned_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:04:36', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'need_pricing_for_both', NULL, NULL, 'self_use', ''),
(228, NULL, 2, 'Mujahid Pasha', 'mujahidamp996@gmail.com', '919008743996', 'Kolar', '', NULL, NULL, '', 'Excel Import: Unassigned_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:04:36', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'self_use', ''),
(229, NULL, 3, 'Sapna Chaubey', 'sapnashreeram7@gmail.com', '918076750434', 'Bangalore', '', NULL, NULL, '', 'Excel Import: Unassigned_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:04:36', NULL, NULL, 'Old Leads', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'self_use', ''),
(230, NULL, 3, 'Pratik', 'ppratik.41@gmail.com', '917588225525', 'Bangalore', 'Comment = I messaged him. Looking for self use. || Comments = Schedule a site visit.', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, '', ''),
(231, NULL, 3, 'Aman Kumarr', '', '916200907312', '', '', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Intrested', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, '', ''),
(232, NULL, 3, 'ChAnDrEsH', 'cgk100@yahoo.co.in', '919945282867', 'Fatorda', 'Comment = will get baack, details shared || Comments = no responce || Next step = contacted client - interested in buying looking in east Bangalore before too, Whitefields works, looking for 3bhk within 1.5cr) - Gowthami', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Call back Later', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, '', ''),
(233, NULL, 3, 'Anshu', 'ansukumar4312@gmail.com', '917204708870', 'Bangalore', 'Comment = no response, to call back again', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, '', ''),
(234, NULL, 3, 'Basu', 'basu.bande@gmail.com', '919986144335', 'Bangalore', 'Comment = Interested 2 or 3 bhk around manyata tech park || Comments = budget 1 cr, 5 to 10 Km around, possession dec 2027 || Next step = Done', NULL, NULL, '1Cr', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, '', 'Manyata Tech Park'),
(235, NULL, 3, 'Mainak Paul', 'mainak.nitsil@gmail.com', '918095700022', 'bangalore', 'Comment = RNR || Comments = Not connected', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, '', ''),
(236, NULL, 3, 'Kalyan Roy', 'kalyanr09@gmail.com', '919379446084', 'Bangalore', 'Comment = wants a site visit on saturday || Comments = not so keen', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, '', ''),
(237, NULL, 3, 'Ram Konga', 'ramkonga724@gmail.com', '918780833068', 'Banglore', 'Comment = RNR || Comments = Not interested', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, '', ''),
(238, NULL, 3, 'prajit singh', 'v.v.shettykar@gmail.com', '918824319939', 'bangalore', 'Comment = not a valid number', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, '', ''),
(239, NULL, 3, 'Praveena Raja Durgumahanti', 'rajapraveena@gmail.com', '919620826928', 'Bengaluru', 'Comment = RNR || Comments = Still not decided so customer will get back after discussion', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Intrested', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, '', ''),
(240, NULL, 3, 'Vivek Soni', 'viveksoni5692@gmail.com', '919035896096', 'Bengaluru', 'Comment = RNR || Comments = Number busy', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Intrested', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, '', ''),
(241, NULL, 3, 'Ratnesh kumar', 'ratnesh4feb@gmail.com', '919108446611', 'Bangalore', 'Comment = RNR || Comments = Not interested', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, '', ''),
(242, NULL, 3, 'Poulami Saha', 'sahapoulami3009@gmail.com', '917044914187', 'Pune', 'Comment = RNR || Comments = property booked at provident || Next step = This lead came on 10th. we could have converted her.', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, '', ''),
(243, NULL, 3, 'Sri Priya P Kulkarni', 'sripriyapadmavati@gmail.com', '9535674776', 'Bangalore', 'Comment = RNR || Comments = RNR', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, '', ''),
(244, NULL, 3, 'Pradeep K Honnappa', 'prince.pradeep93@gmail.com', '919743071180', 'Bangalore', 'Comment = RNR || Comments = RNR', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, '', ''),
(245, NULL, 3, 'pranav', 'pranav.pandey0705@gmail.com', '917022357654', 'Bangalore', 'Comment = details shared', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, '', 'Hoskote'),
(246, NULL, 3, 'mohd sameer', 'sameer54.md@gmail.com', '919535337992', 'Bengaluru', 'Comment = no responce || Comments = no responce', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, '', ''),
(247, NULL, 3, 'Biplab Debnath', 'biplabtajhotel@gmail.com', '918050561023', 'Bangalore', 'Comment = No Budget || Comments = location Ulsoor, indiranagar', NULL, NULL, '60L', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Lost', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, '', 'Indiranagar, Ulsoor'),
(248, NULL, 3, 'Santosh Kumar Jena', 'jenasantu09@gmail.com', '917350039770', 'bangalore', 'Comment = No Budget', NULL, NULL, '50L', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Lost', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, '', ''),
(249, NULL, 3, 'Anoop Muraleedharan', 'anoopm.ce@gmail.com', '919980699887', 'Bangalore', 'Comment = RNR || Comments = 16:01: customer asked to share the details so he go through it and get back to us || Next step = Customer need some time so he will get back. need yo follow up', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, '', ''),
(250, NULL, 3, 'Rajarshi Sarkar', 'rajarshi_03@yahoo.co.in', '917278506665', 'Bengaluru', 'Comment = RNR/ RNR/ Not interested || Comments = 16/01: RNR / Call back later', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, '', ''),
(251, NULL, 3, 'Chandu Kcs', 'chandralifestyle613@gmail.com', '917660094586', 'Navalur', 'Comment = RNR || Comments = 16/01: Number out of service', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, '', ''),
(252, NULL, 3, 'Deepak Kumar Singh', 'deepakit51@gmail.com', '919620546995', 'Bangalore', 'Comment = RNR || Comments = 16/01: RNR : Customer asked to share project details so that he will go through it and get back to us. || Next step = Customer said at this week end is not possible to visit so, he will get back', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Intrested', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, '', ''),
(253, NULL, 3, 'Gautam R', 'gau20081997@gmail.com', '918147740075', 'Bangalore', 'Comment = Appointment booked 18/01/2026 at 11:00AM, Basic project details shared to customer , interested for 3bhk flat with 3T preferred 1st floor to 4th floor. LEAD generated . || Comments = LEAD OTP : 1439 Not Interested || Next step = not intrested, will book after six months', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Interested but not buying now', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'self', ''),
(254, NULL, 3, 'Shivam Mishra', 'mishra.shivam84@gmail.com', '918884444905', 'Bangalore', 'Comment = RNR/ RNR/ Not interested', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, '', ''),
(255, NULL, 3, 'Sanjeeva Shasthri', 'sanjushasthri@yahoo.com', '7259470076', 'Bangalore', 'Comment = Customer is in out of station asked to share project details and need to call by 26th JAN to schedule appointment. || Comments = LEAD OTP :1846 || Next step = site visit confirmed for 31st Jan', NULL, NULL, '90L', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Interested', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'self', 'Hoskote, Whitefield'),
(256, NULL, 3, 'Sai Dharshini', 'saidharshinithoppa2@gmail.com', '918686363504', 'Bangalore', 'Comment = Customer has got details from lakshmi so she will go through and get back || Comments = Customer is out of station need to call after 15 days', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, '', ''),
(257, NULL, 3, 'Abhishek Kumar Anand', 'anandd753@gmail.com', '919430693243', 'Bangalore', 'Comment = Switch off/ Not reachable || Comments = RNR', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Intrested', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'not looking right now', ''),
(258, NULL, 3, 'Amul', 'amul.anvekar02@gmail.com', '918971536623', 'Bangalore', 'Comment = RNR / No response || Comments = Customer is looking at bellandur location with in 2 cr budget preffered villa project', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, '', ''),
(259, NULL, 3, 'Er Ashish Mehra', 'kashish10887@gmail.com', '917065178316', 'Bangalore', 'Comment = No. busy/ Call disconnected by cust || Comments = not intrested', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Interested but not buying now', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'need more time to decide', ''),
(260, NULL, 3, 'Samannay', 'uchihasasuke199709@gmail.com', '918310432967', 'Bangalore', 'Comment = RNR/RNR/ RNR 23/01 || Comments = 3 BHK 85 lacs, Hosa road &amp; electronic city', NULL, NULL, '85L', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, '', 'Electronic City, Hosa Road'),
(261, NULL, 3, 'Ashutosh Kumar', 'ashutoshkumar45@gmail.com', '919897987753', 'bengaluru', 'Comment = He will discuss and call back/ RNR || Comments = Already  booked at electronicity so not interested', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Intrested', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'not looking right now', ''),
(262, NULL, 3, 'Amit Kumar', 'A@gmil.com', '917209962832', 'Bangalore', 'Comment = Not reachable/ Incoming calls not allowed || Comments = incoming call barred', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, '', ''),
(263, NULL, 3, 'Veerabhadrappa Naregal', 'veernaregal@gmail.com', '919880261628', 'Koppal, Karanataka', 'Comment = Call Disconnected || Comments = call getting diconnected', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, '', ''),
(264, NULL, 3, 'Naveen S R', 'navar3693@gmail.com', '919035750555', 'Bangalore', 'Comment = Call Disconnected || Comments = call getting diconnected', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, '', ''),
(265, NULL, 3, 'Sagar gupta', 'guptasagar24@gmail.com', '918792320908', 'Bangalore', 'Comment = RNR/ RNR-23/01 || Comments = RNR', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, '', ''),
(266, NULL, 3, 'om shankar jha', 'omshankarj@gmail.com', '919819210831', 'goa', 'Comment = Busy/. busy- 23/01 || Comments = to call back', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, '', ''),
(267, NULL, 3, 'Ganesh Mohanty', 'ganesh93mohanty@gmail.com', '919040790765', 'Berhampur', 'Comment = Not reachable/ incoming calls not allowed || Comments = incoming call barred || Next step = incomming call barred', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, '', ''),
(268, NULL, 3, 'Puskar Bohora', 'puskarbohora57@gmail.com', '918197571458', 'Bangalore', 'Comment = Not reachable || Comments = incoming call barred || Next step = incomming call barred', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, '', ''),
(269, NULL, 3, 'S K Sharma', 'go4sksharma@gmail.com', '918971163843', 'Bangalore', 'Comment = Customer is looking for investment purpose with budget of 2cr at north side (yalahanka location preferred)', NULL, NULL, '2Cr', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, '', 'Yelahanka'),
(270, NULL, 3, 'Ankur', 'ankurkur55@gmail.com', '917004316304', 'Blr', 'Comment = not intrested || Comments = RTMI', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Working', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, '', 'electronic city RTMI'),
(271, NULL, 3, 'Abhi', 'abipulukan@gmail.com', '91943365984', 'Banglore', 'Comment = invalid number', NULL, NULL, '1Cr', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, '', ''),
(272, NULL, 3, 'Chaitra M R', 'food23477@gmail.com', '917406155118', 'Bangalore', 'Comment = RNR', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, '', ''),
(273, NULL, 3, 'Deblina Mukherjee', 'deblinamukherjee19@gmail.com', '919051030497', 'Bangalore', 'Comment = Busy', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, '', ''),
(274, NULL, 3, 'Reezan suhaim', 'reezansuhaim2002@gmail.com', '919742438846', 'Bengaluru', 'Comment = RNR', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, '', ''),
(275, NULL, 3, 'Vishnuram', 'arunimarajek916@gmail.com', '9061748519', 'Bangalore', 'Comment = Finialized project', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Lost', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, '', ''),
(276, NULL, 3, 'kumar', 'mrrajeshop@gmail.com', '919786002754', 'Bangalore', 'Comment = Call back around 4', NULL, NULL, '1Cr', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, '', ''),
(277, NULL, 3, 'Shreyas Chavda', 'shreyaschavda@gmail.com', '918050430932', 'Bangalore', 'Comment = RNR', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, '', ''),
(278, NULL, 3, 'Rahul Khaira', 'khairarahul105@gmail.com', '917979895814', 'RAHUL@KUMAR', 'Comment = Customer is in Jharkhand Not looking', NULL, NULL, '1Cr', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Interested but not buying now', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, '', ''),
(279, NULL, 3, 'suchi', 'suchitra.kothuri@gmail.com', '919052171839', 'Hyderabad', 'Comment = Looking in Hydrabad', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Lost', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'looking to buy in Hyderabad', ''),
(280, NULL, 3, 'Durlabh Patel Patel', 'ashutoshkumara333@gmail.com', '918303974280', 'Prayagraj', 'Comment = RNR', NULL, NULL, '1.2Cr', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, '', ''),
(281, NULL, 3, 'hshsjhshh', 'vku7051@gmail.com', '8660735987', 'Bangalore', 'Comment = RNR', NULL, NULL, '1Cr', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, '', ''),
(282, NULL, 3, 'Deepak.yadav', 'sahebrai091@gmail.com', '918294489729', '1233', 'Comment = invalid number', NULL, NULL, '1.2Cr', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Lost', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, 'not a valid number', ''),
(283, NULL, 3, 'Sashi', 'enshashi692@gmail.com', '917349550576', 'Kolar', 'Comment = Not looking', NULL, NULL, '1.2Cr', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Interested but not buying now', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, '', ''),
(284, NULL, 3, 'Qumar Ashish', 'aashikumar58998@gmail.com', '918409018924', 'Sohander ho', 'Comment = bihar customer', NULL, NULL, '1Cr', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Intrested', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, '', ''),
(285, NULL, 3, 'Alemkaba', 'alemkaba120@gmail.com', '918798159067', 'Banglore', 'Comment = invalid number', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Lost', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'invalid number', ''),
(286, NULL, 3, 'Adithyan Elayamkeezhil', 'adithyankannan145@gmail.com', '918590193885', 'Bangalore', 'Comment = Client is interested in - requested call back on 27th currently client is out of station', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Interested but not buying now', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, '', ''),
(287, NULL, 3, 'Arjun Phalnikar', 'arjunphalnikar674@gmail.com', '919850708438', 'Pune', 'Comment = RNR', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, '', ''),
(288, NULL, 3, 'dnem', 'hrishikesh.gopakumar@gmail.com', '917012289006', 'Bangalore', 'Comment = out of service', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Lost', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'invalid number', ''),
(289, NULL, 3, 'KARTHIK ROBO FF GAMER', 'karthikarthika09455@gmail.com', '919353388559', 'Town', 'Comment = RNR', NULL, NULL, '1Cr', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, '', ''),
(290, NULL, 3, 'Mx Raju Kumar', 'rajukumarrajukumar52764@gmail.com', '916202820455', 'Raju kumar', 'Comment = RNR', NULL, NULL, '1Cr', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, '', ''),
(291, NULL, 3, 'Sachin Gorkall', 'sachingorkall@gmail.com', '917019488122', 'SachinGorKall', 'Comment = RNR', NULL, NULL, '1.2Cr', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, '', ''),
(292, NULL, 3, 'raja', 'parashu2006@gmail.com', '919591988282', 'Bangalore', 'Comment = not in town call back later', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Call back Later', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'self_use', ''),
(293, NULL, 3, 'Vishnu U', 'Vishnuu9094@gmail.com', '919544688694', 'Bengaluru', '', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Intrested', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'investment', ''),
(294, NULL, 3, 'Nagaveni Harshith', 'nagaveni9845687903@gmail.com', '919481057903', 'Hoskote', 'Comment = RNR', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'self_use', ''),
(295, NULL, 3, 'Kiran Ramulu', 'kiranagalu20@gmail.com', '919844144680', 'Bangalore', 'Comment = Interested', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Intrested', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'investment', ''),
(296, NULL, 3, 'Vinodkumar G D N', 'vinodkumargdn@gmail.com', '919448521444', 'banglore', 'Comment = looking for different projects', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'self_use', ''),
(297, NULL, 3, 'Mehta Bhawesh', 'bhawesh490@gmail.com', '918347045789', 'Bangalore', 'Comment = Busy', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'self_use', ''),
(298, NULL, 3, 'Deepika', 'bdeepika779@gmail.com', '919182497792', 'Bangalore', 'Comment = Unable to reach the customer', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'self_use', ''),
(299, NULL, 3, 'Deepika', 'deepikamtech2013@gmail.com', '918088124448', 'Bangalore', 'Comment = droped idea will look after 6 months', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Intrested', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'self_use', ''),
(300, NULL, 3, 'Reshma Kumari', 'reshmakumari1916@gmail.com', '918971876556', 'Bangalore', 'Comment = RNR', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'self_use', ''),
(301, NULL, 3, 'Raghavadeep Reddy', 'raghavadeep@gmail.com', '919538031083', 'Hyderabad', 'Comment = RNR', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'self_use', ''),
(302, NULL, 3, 'Durgadas', 'pmdurgadas@gmail.com', '919986117451', 'Blr', 'Comment = not interested', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Intrested', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'self_use', ''),
(303, NULL, 3, 'Satyam Singh', 'satyamsingh@gmail.com', '917598160946', 'Bangalore', 'Comment = akshat', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'need_pricing_for_both', NULL, NULL, 'investment', ''),
(304, NULL, 3, 'Palani Narayan', 'airqueenindustry@gmail.com', '18073474850', 'bangalore', 'Comment = interested in south banglore, budget Rs. 45 lacs for 2 BHk', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, 'Interested', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'self_use', ''),
(305, NULL, 3, 'Rajendra', 'rabindra.nayak2030@gmail.com', '919886546046', 'bangalore', '', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:26', NULL, NULL, '', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'self_use', ''),
(306, NULL, 3, 'Sabrina Lodh', 'sabrinalodh@ymail.com', '917259650910', 'Bangalore', 'Comment = Requested Callback', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:27', NULL, NULL, '', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'self_use', ''),
(307, NULL, 3, 'Karthickeyan', 'rtreddy64@gmail.com', '919535288699', 'Bangalore', 'Comment = interested in investment', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:27', NULL, NULL, '', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'need_pricing_for_both', NULL, NULL, 'self_use', ''),
(308, NULL, 3, 'Gopal Yadav', 'welcome2gopal@gmail.com', '917483248381', 'Bangalore', 'Comment = RNR', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:27', NULL, NULL, '', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'self_use', ''),
(309, NULL, 3, 'satyaprakash', 'Priyadash.24@gmail.com', '919337969600', 'Bangalore', 'Comment = RNR', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:27', NULL, NULL, '', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'self_use', ''),
(310, NULL, 3, 'Premnath D', 'dpremnat@gmail.com', '919035793079', 'Bengaluru', 'Comment = details shared to follow up of Sowparnika', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:27', NULL, NULL, 'Interested but not buying now', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'need_pricing_for_both', NULL, NULL, 'investment', ''),
(311, NULL, 3, 'Nagu Nagu', 'nagun6805@gmail.com', '919591285420', '25', 'Comment = RNR', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:27', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'self_use', ''),
(312, NULL, 3, 'Rupambika', 'rupambikabh@gmail.com', '917894215347', 'Bangalore', 'Comment = RNR', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:27', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'self_use', ''),
(313, NULL, 3, 'urmila.raj', 'urmilaraj2510@gmail.com', '919880602302', 'Bengaluru', 'Comment = looking south 3 bhk budget 1.60 to 1.80', NULL, NULL, '1.6Cr', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:27', NULL, NULL, 'Working', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'need_pricing_for_both', NULL, NULL, 'self_use', 'South'),
(314, NULL, 3, 'Prakash Nallur', 'prakashadv22@gmail.com', '919880160766', 'Bangalore', 'Comment = voice mail', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:27', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'self_use', ''),
(315, NULL, 3, 'Priya Sinha', 'pcsinha81166@gmail.com', '919019211189', 'Bangalore', 'Comment = RTMI 3 BHK budget 85 lacs, offered sanjeevini aarana &amp; shekar oakwoods', NULL, NULL, '85L', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:27', NULL, NULL, 'Working', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'self_use', ''),
(316, NULL, 3, 'Soundarya Sonu Reddy', 'soundaryasonuaimfill@gmail.com', '918825787187', 'Bengaluru', 'Comment = RNR', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:27', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'self_use', '');
INSERT INTO `leads` (`id`, `form_id`, `assigned_to`, `full_name`, `email`, `phone_number`, `city`, `message`, `project_name`, `project_city`, `budget`, `source`, `form_name`, `custom_data`, `created_at`, `whatsapp`, `facebook_lead_id`, `status`, `is_deleted`, `lost_reason`, `rating`, `campaign_name`, `campaign_id`, `adset_name`, `adset_id`, `ad_name`, `ad_id`, `platform`, `is_organic`, `when_do_you_plan_to_start`, `what_business_do_you_want_to_start`, `country`, `what_is_your_purpose_of_buying`, `have_you_ever_visited_dubai`, `what_type_of_property_are_you_interested_in`, `how_much_do_you_want_to_invest_in_dubai_real_estate`, `please_let_us_know_a_convenient_time_for_the_meeting`, `inbox_url`, `when_do_you_plan_to_buy_a_property`, `state`, `batch_name`, `which_property`, `preferred_property_type`, `where_is_your_workplace_located`, `do_you_prefer_hoskote_as_your_location`, `home_type`, `unit`, `dimension`, `buying_intent`, `preferred_location`) VALUES
(317, NULL, 3, 'shiva', 'shiva0243@gmail.com', '919066122698', 'Bangalore', 'Comment = call getting disconnected', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:27', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'self_use', ''),
(318, NULL, 3, 'Vinay D', 'vinaydn441@gmail.com', '918885005556', 'banglore', 'Comment = RNR', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:27', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'self_use', ''),
(319, NULL, 3, 'Puja', 'pujagupta7239@gmail.com', '917358643965', 'Bangalore', 'Comment = Update 1 - already in touch with the marketing team. Update 2 - client is looking for 2bhk budget is 75lakhs share the demo flat in watsapp', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:27', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'self_use', ''),
(320, NULL, 3, 'Mithun Chakroborti', 'mithuncharobarti772@gmail.com', '919880573328', 'Bangalore', 'Comment = RNR', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:27', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, 'self_use', ''),
(321, NULL, 3, 'Sathish Kumar K Sathi', 'rr9570986@gmail.com', '919743617030', 'Bangalore', 'Comment = he said will call back', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:27', NULL, NULL, 'Interested but not buying now', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, 'self_use', ''),
(322, NULL, 3, 'Jeena George', '', '917411210397', 'Bangalore', 'Comment = RNR', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:27', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Need Pricing for Both', NULL, NULL, 'Investment', ''),
(323, NULL, 3, 'Poornima Kotegar', 'kotegarp@gmail.com', '919611704487', 'Bangalore', 'Comment = Budget 1 Cr, 2.5 Bhk || whatsapp message sent', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:27', NULL, NULL, 'Working', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2 BHK', NULL, NULL, 'Self Use', 'North Bengaluru'),
(324, NULL, 3, 'Chandrashekar(CNMR Enterprises)', 'Chandrashekar.akc@gmail.com', '919902061543', 'Chikkamagaluru', 'Comment = Budget 90 Lacs, Offered Gopalan Olympia &amp; Provident Sunworth City || not intrested to buy will contact ', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:27', NULL, NULL, 'Working', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3 BHK', NULL, NULL, '', 'Mysore Road'),
(325, NULL, 3, 'Rajani Chandrashekar', '', '919886051280', '', 'voice mail', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:27', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3 BHK', NULL, NULL, 'Self Use', ''),
(326, NULL, 3, 'Kakali Das', 'kakalidas989@gmail.com', '917975491911', 'Bangalore', 'Comment = Call Forwarding To Voicemail || Status = To Be Connected || voicemail', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:27', NULL, NULL, 'RNR', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Need Pricing For Both', NULL, NULL, 'Self Use', ''),
(327, NULL, 3, 'Ajit Kuamr', 'ajitkumar07fg@gmail.com', '919731385048', 'Banglore', 'Comment = Not Looking For Property || Status = To Be Connected || not looking to buy if intrested will call', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:27', NULL, NULL, 'Not Interested', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2 Bhk', NULL, NULL, 'Self Use', ''),
(328, NULL, 3, 'Asish Kumar Subudhi', 'mmmjkkm@gmail.com', '919861470471', 'Bangalore', 'Comment = call back by 7pm || Status = To be connected', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:27', NULL, NULL, 'RNR', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'self_use', ''),
(329, NULL, 3, 'Nabin Singh', 'nabin.singh23@gmail.com', '918928968159', 'Bengaluru', 'Status = To be connected', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:27', NULL, NULL, 'RNR', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'investment', ''),
(330, NULL, 3, 'Ravinder Sidhu', 'sidhu.rs@gmail.com', '919815774747', 'Bangalore', 'Status = To be connected', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:27', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'self_use', ''),
(331, NULL, 3, 'Dash Monalisha', 'monalisha.dash7@gmail.com', '919611783848', 'Bangalore', 'Try again', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:27', NULL, NULL, 'RNR', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'self_use', ''),
(332, NULL, 3, 'Prashant Mohapatra', 'pmpmohapatra@gmail.com', '918073188918', 'Bangalore', 'Comment = will call back later', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:27', NULL, NULL, 'Interested but not buying now', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'self_use', ''),
(333, NULL, 3, 'Pratik Das', 'dasp52110@gmail.com', '918343831871', 'Bengalore', 'Comment = switched off', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:27', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'self_use', ''),
(334, NULL, 3, 'C RENUKA', 'ccbabu.reddy123@gmail.com', '919448536133', 'Bangalore', '', NULL, NULL, '', 'Excel Import: Pasha_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:10:27', NULL, NULL, 'RNR', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'self_use', ''),
(335, NULL, 2, 'Rahul Kumar', 'rk.0353@gmail.com', '917063744656', 'Bangalore', 'Comment = Appointment fiixed for saturday || Comments = Visit to be align on 31st Jan or 1Feb || Next step = RNR. follow up again', NULL, NULL, '90L', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Intrested', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'not looking right now', 'Hoskote, Whitefield'),
(336, NULL, 2, 'Vikas Gorai', 'vikas.gorai@gmail.com', '918884344159', 'Bangalore', 'Comment = Connected.. call him at 1pm again || Comments = Appoinment fixed for saturday asked to share floor plan project details and need to call on friday evening for the confirmation of timings for visit || Next step = detials of project towards electronic city shared ,akruthi, icon laurel, TG legacy', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Interested but not buying now', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'not contactable', ''),
(337, NULL, 2, 'Åmän Tomär', 'Tomarforum@gmail.com', '919326524635', 'Bengaluru', 'Comment = he is in grief and personal emergency. call him after 5days.', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Intrested', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'forwarded to voicemail', ''),
(338, NULL, 2, 'Vinay Malkhed', 'vinaymalkhed@gmail.com', '919632648844', 'Bangalore', 'Comment = he is interested and asked the details of the property.. shared. || Comments = Visit to be planned for 31st or 01Feb || Next step = voice mail', NULL, NULL, '85 lakh', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Working', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'rtmi', 'jp nagar'),
(339, NULL, 2, 'Lingaraj Patra', 'lingaraj.nist@gmail.com', '919348235898', 'Bangalore', 'Comment = Interested for 2BHK. just 70L budget. but convinced him about the benefits of no premi  option. send him the brochure. looking for set up a site visit. || Comments = not looking for property || Next step = not intrested', NULL, NULL, '70L', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, '', 'Hoskote'),
(340, NULL, 2, 'Sahana', 'manigawdakumar@gmail.com', '917204547794', 'Kampalapura', 'Comment = Wrong number || Comments = wrong numbver', NULL, NULL, '1.2Cr', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Intrested', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, 'wrong number', ''),
(341, NULL, 2, 'Raja Kujur', 'kraja762880@gmail.com', '917249447632', 'Supaul', 'Comment = RNR', NULL, NULL, '1Cr', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Intrested', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, 'not looking for property', ''),
(342, NULL, 2, 'Gowda', 'vamshimadhangowda2004@gmail.com', '919606573438', 'Kengeri', 'Comment = RNR', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'RNR', ''),
(343, NULL, 2, 'Raghav', 'e55@bmsit.in', '7667472706', 'Bangalore', 'Comment = Interested shared details', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'RNR', ''),
(344, NULL, 2, 'Ashil Thomas', 'thedotcompany025@gmail.com', '918943467785', 'Bangalore', 'Comment = RNR', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Interested but not buying now', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'dropped the plan of buying now', ''),
(345, NULL, 2, 'Nagesha Gowda Nagesha', 'nageshapavithra83@gmail.com', '919113524216', '573214', 'Comment = Client showed interest in- available next week for visit', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'they are not looking fo property by mistake they clicked', ''),
(346, NULL, 2, 'Darshan Chri', 'priyankagondi297@gmail.com', '9380106533', 'Turvekere', 'Comment = RNR || Comments = RNR', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'RNR', ''),
(347, NULL, 2, 'Sushh', 'thelma35nienowvmh@hotmail.com', '918792654006', 'Mosarkunte', 'Comment = RNR || Comments = not reachable', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'out of service', ''),
(348, NULL, 2, 'Samrin sultan', 'samrinsultana83@gmail.com', '6003987514', 'Moran', 'Comment = RNR || Comments = RNR', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'connecting to voicemail', ''),
(349, NULL, 2, 'Arun', 'arunsb230@gmail.com', '919036452264', 'Bangalore', 'Comment = Not reachable || Comments = not reachable', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'RNR', ''),
(350, NULL, 2, 'Siddharth .', 'siddha2305@gmail.com', '919563212085', 'Blr', 'Comment = RNR || Comments = not intrested, in 2 minds', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'not connecting', ''),
(351, NULL, 2, 'Bishal  Kumar', 'kumarbishal42991@gmail.com', '9110491504', 'Bishal kumar', 'Comments = switched off', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'not looking for property', ''),
(352, NULL, 2, 'Upendra Maradana', 'darlingupendra987@gmail.com', '918341090145', 'Visakhapatnam', 'Comment = call back', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'RNR', ''),
(353, NULL, 2, 'Kushal Paliwal', 'khushalpaliwal71@gmail.com', '919606675952', 'Bangalore', 'Comment = will call back later', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Call back Later', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'RNR', ''),
(354, NULL, 2, 'Thimmashetty', 'leelavathign15@gmail.com', '919740977649', 'bangalore', 'Comment = RNR || Comments = r', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'not connecting', ''),
(355, NULL, 2, 'Pramod Singh', 'pksingh1369@gmail.com', '919745284451', 'Bangalore', 'Comment = spoke to him. coming next week || Comments = he had already booked a plot on Sarjapura', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'RNR', ''),
(356, NULL, 2, 'Kiran Kumar', 'vskiran19in@gmail.com', '919886670347', 'Bangalore', 'Comment = RNR', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'self_use', ''),
(357, NULL, 2, 'Sandeep Kumar Sandy', 'sandeepkumar.inf13@gmail.com', '919035732321', 'Bangalore', 'Comment = not looking for property', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Intrested', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'self_use', ''),
(358, NULL, 2, 'Rajni Sharma', 'rajnisharma6311@gmail.com', '919811237122', 'Bangalore', 'Comment = busy call back', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'need_pricing_for_both', NULL, NULL, 'investment', ''),
(359, NULL, 2, 'sandeep G', 'sandeep4016@gmail.com', '919886677801', 'Bangalore', 'Comment = he is looking for 2bhk and said to share the project details on watsapp', NULL, NULL, '1Cr', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'investment', 'Hoskote'),
(360, NULL, 2, 'Athira Suresh', 'athira0497@gmail.com', '919986379685', 'Bangalore', 'Comment = looking for 2bhk in Nagasandra location North Bangalore', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Working', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'self_use', 'Nagasandra'),
(361, NULL, 2, 'Madhu Sudhan Grandhi', 'madhograndhi@rediffmail.com', '919880738111', 'Bangalore', 'Comment = connecting to voicemail', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Lost', 0, 'By Mistake', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'investment', ''),
(362, NULL, 2, 'rupesh', 'jayamca8@gmail.com', '917406923122', 'banglore', 'Comment = shared Sowparnika Project details on watsapp', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Lost', 0, 'Unknown Reason', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'self_use', ''),
(363, NULL, 2, 'Kalmesh Swamy', 'swamykalmesh@gmail.com', '919739222285', 'Bangalore', 'Comment = shared the Sowparnika Project details', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Lost', 0, 'Not Interested', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'self_use', ''),
(364, NULL, 2, 'Doddabasappa A', 'raj.refresh@yahoo.co.in', '919845139134', 'Bellary', 'Comment = looking for 2bhk 85 lakhs budget in Jp nagar', NULL, NULL, '85L', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Lost', 0, 'By Mistake', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'self_use', 'JP nagar'),
(365, NULL, 2, 'rajasekhar konkati', 'rajasep30@gmail.com', '918374510805', 'Bangalore', 'Comment = looking for 2bhk shared Sowparnika Project details and said to visit the property', NULL, NULL, '1Cr', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'need_pricing_for_both', NULL, NULL, 'investment', 'Hoskote'),
(366, NULL, 2, 'Akshath', 'akshathakku@outlook.com', '919986161099', 'Blr', 'Comment = client is saying he is with contact of archana from Sowparnika || Comments = RNR', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Working', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'self_use', 'Hoskote'),
(367, NULL, 2, 'Anil Kumar', '4anil46@gmail.com', '919567604031', 'Bangalore', 'Comment = he is looking for 3bhk 1250 sft in jp nagar and jaynagar budget is 80 lakhs', NULL, NULL, '80L', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Working', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'self_use', 'JP Nagar, Jayanagar'),
(368, NULL, 2, 'Snehith Mathias', 'snehithmathias@gmail.com', '919731784905', 'Bengaluru', 'Comment = he is looking for 2bhk in Kalyan nagar ,horamavu,Jalahalli etc budget is 80 lakhs', NULL, NULL, '80L', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Working', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'self_use', 'Kalyan Nagar, Horamavu, Jalahalli'),
(369, NULL, 2, 'Sangeetha.M', 'sangeethashetty791@gmail.com', '916361233766', 'Bangalore', 'Comment = she is looking for 2bhk and said to share the Sowparnika Project details', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'investment', 'Hoskote'),
(370, NULL, 2, 'HEMANTA SHARMA', 'rajasharm398@msn.com', '918761096505', 'Bangalore', 'Comment = I have shared the Sowparnika Project details on watsapp will connect on call tomorrow || Comments = dialed number doesn&#039;t exist', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'Need Pricing for Both', NULL, NULL, 'self_use', ''),
(371, NULL, 2, 'Shashank NV', 'shashanknv93@gmail.com', '918660293207', 'Bangalore', 'Comment = he is not looking as of now', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Intrested', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, 'self_use', ''),
(372, NULL, 2, 'Tapan Mondal', 'tm481185@gmail.com', '917795262494', 'Bangalore', 'Comment = RNR || Status = not interested', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Intrested', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3 BHK', NULL, NULL, 'self_use', ''),
(373, NULL, 2, 'N R Suthar', 'krsuthar76@gmail.com', '919731653161', 'Bangalore', 'Comment = by mistake he has click the ads', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Intrested', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2 BHK', NULL, NULL, 'Self Use', ''),
(374, NULL, 2, 'Adi Krishna', 'adikrishna40@gmail.com', '919945506115', 'Bengaluru', 'Comment = looking for 2bhk and said to share the project details || Status = VC to be done by 15th April Wed', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Interested', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'investment', ''),
(375, NULL, 2, 'Ramya Kumari', 'ramyakumari.m8@gmail.com', '918374601635', 'Somala', 'Comment = Number out of service', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'self_use', ''),
(376, NULL, 2, 'Suryanarayana Reddy Reddymallu', 'rsuryanreddy@gmail.com', '919989678490', 'Bangalore', 'Comment = will call back if intrested. || Status = To be connected', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Interested', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'investment', ''),
(377, NULL, 2, 'Ramyasree_jagadeesh', 'suryaramyasree9@gmail.com', '919398496426', 'Bangalore', 'Comment = trying since 2 days, not answering || Status = To be connected', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'need_pricing_for_both', NULL, NULL, 'self_use', ''),
(378, NULL, 2, 'Adiboyena Balu', 'baluyadav2018@gmail.com', '917625040940', 'Manikonda', 'Comment = trying since 2 days, not answering || Status = To be connected', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'investment', ''),
(379, NULL, 2, 'Prabhakar Toraskar', 'prabhakar_toraskar@yahoo.com', '919036709454', 'kumta', 'Comment = not looking for property || Status = To be connected', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Interested', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'investment', ''),
(380, NULL, 2, 'Rajeev Rai', 'rajibroy9030@gmail.com', '917029940733', 'Narayangarh', 'Comment = trying since yestrday, not answwering. || Status = To be connected', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'need_pricing_for_both', NULL, NULL, 'self_use', ''),
(381, NULL, 2, 'शोभा राठोड', 'rr6436930@gmail.com', '919353266041', 'बेगलोर', 'Comment = number doesn&#039;t exist', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'self_use', ''),
(382, NULL, 2, 'रवि भूषण त्यागी', 'ryagibhushan3582@gmal.com', '919480878336', 'Bengaluru', 'Comment = RNR', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Call back Later', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'self_use', ''),
(383, NULL, 2, 'Samyak (Deep Contact )', '', '917406999903', 'Bangalore', '', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Whatsapp Reply Awaited', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_Bhk', NULL, NULL, 'investment', ''),
(384, NULL, 2, 'Suhas DS', 'suhasds1908@gmail.com', '919964728245', 'Tumkur', 'Comment = call disconnect', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_BHK', NULL, NULL, 'self_use', ''),
(385, NULL, 2, 'Priyanka Savant (Deep Contact)', 'priyankasavant90@gmail.com', '918762729380', 'Bengaluru', 'Comment = not looking to buy now she had postponed the plan for an year', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Interested but not buying now', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'self_use', ''),
(386, NULL, 2, 'Venkat Sagar', 'venkatdio679@gmail.com', '919110244931', 'Bangalore', 'Comment = RNR', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'need_pricing_for_both', NULL, NULL, 'investment', ''),
(387, NULL, 2, 'Ramesh', 'rkodiganti@gmail.com', '918722966369', 'Bangalore Urban', 'Comment = he was in conference call back', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Call back Later', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'self_use', ''),
(388, NULL, 2, 'Swetha Nair', '', '919500355522', '', '', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Lost', 0, 'Already Bought', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, 'self_use', ''),
(389, NULL, 2, 'Rahul Raman', 'ramanrahul1298@gmail.com', '918553780904', 'Bangalore', 'Comment = call was not contactable', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'self_use', ''),
(390, NULL, 2, 'Deeksha Tewari', 'Deek789tew@gmail.com', '919759246419', 'Bangalore', 'Comment = RNR', NULL, NULL, '', 'Excel Import: Bhavin_Formatted_Sowparnika_WPJP_IRIS_Housing.xlsx', NULL, NULL, '2026-05-04 14:17:56', NULL, NULL, 'Not Pick', 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, 'self_use', ''),
(391, '978410821388270', 2, 'jagannath j Methree', 'jagannathtm010158@gmail.com', '9869114160', 'Mumbai', NULL, NULL, NULL, '₹3_cr+', 'Facebook', 'Cluster BLR - Prestige Evergreen-Updated A-copy (ACTIVE)', NULL, '2026-05-05 03:34:34', NULL, '1334722398535924', 'RNR', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Prestige Evergreen 2', '120245194358200319', 'Cluster Bangalore - Test 5 Prestige', '120245194358190319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '4_bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(392, '804830632427370', 2, 'Rajesh K S', 'rajeshsriniva80@gmail.com', '+918861665515', 'Bengaluru', NULL, NULL, NULL, '₹1cr_-_₹2cr', 'Facebook', 'Cluster BLR - JP IRIS -2 May (ACTIVE)', NULL, '2026-05-05 04:44:23', NULL, '1487147499559100', 'RNR', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 3 Video', '120242853271060319', 'Cluster Bangalore - JP IRIS Vid', '120242853271070319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, NULL, NULL, NULL, NULL, 'sarjahpur'),
(393, '2763787577293303', 2, '<test lead: dummy data for full_name>', 'test@meta.com', '', '<test lead: dummy data for city>', NULL, NULL, NULL, NULL, 'Facebook', 'Cluster BLR - Test-copy (ACTIVE)', '{\"fb_original_date\":\"2026-02-27 12:26:32\"}', '2026-05-05 08:15:23', NULL, '922047013570360', 'Fresh Lead', 1, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 'fb', 1, NULL, NULL, NULL, '<test lead: dummy data for purpose_of_purchase?>', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '<test lead: dummy data for preferred_configuration?>', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(394, '804830632427370', 2, 'priti ojha', 'ojha.priti@gmail.com', '+919611131676', 'Bhubaneswar', NULL, NULL, NULL, '₹1cr_-_₹2cr', 'Facebook', 'Cluster BLR - JP IRIS -2 May (ACTIVE)', NULL, '2026-05-05 11:51:41', NULL, '4540728136169733', 'RNR', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 3 Video', '120242853271060319', 'Cluster Bangalore - JP IRIS Vid', '120242853271070319', 'fb', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, NULL, NULL, NULL, NULL, 'hoskote'),
(395, '945805981412132', 2, 'hera', 'shabnamperveen45@gmail.com', '+919129148590', 'Ghaziabad', NULL, NULL, NULL, '₹1.2cr_-_₹2cr', 'Facebook', 'Cluster BLR - coevolve | 2 May (ACTIVE)', NULL, '2026-05-05 12:48:02', NULL, '954283990842055', 'RNR', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Coevolve Florenza', '120244279262070319', 'Cluster Bangalore - Coevolve - Test 2', '120244279262080319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, NULL, NULL, NULL, NULL, 'varthur'),
(396, '958578696582119', 2, 'Ananta', 'ananta.abap@gmail.com', '+919971483472', 'Whitefield', NULL, NULL, NULL, '₹70l_–_₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated B (ACTIVE)', NULL, '2026-05-05 13:56:18', NULL, '856700740063834', 'RNR', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 1', '120242785440730319', 'Cluster Bangalore - JP IRIS IMG', '120242785440720319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(397, '978410821388270', 2, 'kumar bhovi', 'kumarbhovi77@gmail.com', '+919980668184', 'masur', NULL, NULL, NULL, '₹1.5–₹2_cr', 'Facebook', 'Cluster BLR - Prestige Evergreen-Updated A-copy (ACTIVE)', NULL, '2026-05-05 15:33:48', NULL, '35747127938235359', 'RNR', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Prestige Evergreen 2', '120245194358200319', 'Cluster Bangalore - Test 5 Prestige', '120245194358190319', 'an', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(398, '958578696582119', 2, 'Nagarjuna Reddy', 'nagarjunamagic@gmail.com', '+918248007038', 'Bangalore', NULL, NULL, NULL, '₹70l_–_₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated B (ACTIVE)', NULL, '2026-05-05 17:35:59', NULL, '1007969408227803', 'Call Back Later', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 1', '120242785440730319', 'Cluster Bangalore - JP IRIS IMG', '120242785440720319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(399, '958578696582119', 2, 'Heena', 'heenamchanal786@gmail.com', '+917019629842', 'Banglore', NULL, NULL, NULL, '₹70l_–_₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated B (ACTIVE)', NULL, '2026-05-06 04:47:42', NULL, '1296033878649576', 'Site Visit Done', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 1', '120242785440730319', 'Cluster Bangalore - JP IRIS IMG', '120242785440720319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(400, '958578696582119', 2, 'Balgovind Naxak', 'contactdeepak2102@gmail.com', '+919431566063', 'Ranchi', NULL, NULL, NULL, '₹70l_–_₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated B (ACTIVE)', NULL, '2026-05-06 17:36:14', NULL, '1628753538351418', 'RNR', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 1', '120242785440730319', 'Cluster Bangalore - JP IRIS IMG', '120242785440720319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'need_pricing_for_both', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(401, '978410821388270', 2, 'Ardhatunne Furquan', 'shobhabarbagi@gmail.com', '+916362217106', 'Baengalore', NULL, NULL, NULL, '₹3 Cr+', 'Facebook', 'Cluster BLR - Prestige Evergreen-Updated A-copy (ACTIVE)', NULL, '2026-05-07 14:24:00', NULL, '1290590215873476', 'Lost', 0, 'Broker', 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Prestige Evergreen 2', '120245194358200319', 'Cluster Bangalore - Test 5 Prestige', '120245194358190319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '4 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(402, '804830632427370', 2, 'Babu Yadav Babu Yadav', 'praveenkumar21051989@gmail.com', '+919686408490', 'Bangalore', NULL, NULL, NULL, '₹1cr_-_₹2cr', 'Facebook', 'Cluster BLR - JP IRIS -2 May (ACTIVE)', NULL, '2026-05-08 06:31:47', NULL, '1513466050128222', 'RNR', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 3 Video', '120242853271060319', 'Cluster Bangalore - JP IRIS Vid', '120242853271070319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, NULL, NULL, NULL, NULL, 'hoskote'),
(403, '978410821388270', 2, 'Nëhå Bhårtï', 'neha.bharti200@gmail.com', '+917829054304', 'Bangalore', NULL, NULL, NULL, '₹1.5–₹2_cr', 'Facebook', 'Cluster BLR - Prestige Evergreen-Updated A-copy (ACTIVE)', NULL, '2026-05-09 16:47:54', NULL, '2476654529439667', 'Whatsapp Reply Awaited', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Prestige Evergreen 2', '120245194358200319', 'Cluster Bangalore - Test 5 Prestige', '120245194358190319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(404, '804830632427370', 2, 'GeethaHari Geetha', 'geeg26753@gmail.com', '+919844214245', 'Bangalore', NULL, NULL, NULL, '₹1cr_-_₹2cr', 'Facebook', 'Cluster BLR - JP IRIS -2 May (ACTIVE)', NULL, '2026-05-09 17:38:15', NULL, '26955957760757618', 'Call Back Later', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 3 Video', '120242853271060319', 'Cluster Bangalore - JP IRIS Vid', '120242853271070319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, NULL, NULL, NULL, NULL, 'hoskote'),
(405, '958578696582119', 2, 'Brinda Durai', 'brindadurai21@gmail.com', '+919080226210', 'Bangalore', NULL, NULL, NULL, '₹70l_–_₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated B (ACTIVE)', NULL, '2026-05-10 03:48:32', NULL, '1277233877919605', 'Call Back Later', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 1', '120242785440730319', 'Cluster Bangalore - JP IRIS IMG', '120242785440720319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(406, '945805981412132', 3, 'Giddi Sarath Babu', 'giddisarath@yahoo.com', '919994507539', 'Bengaluru', NULL, NULL, NULL, '₹1.2cr_-_₹2cr', 'Facebook', 'Cluster BLR - coevolve | 2 May (ACTIVE)', '{\"fb_original_date\":\"2026-05-05 08:23:13\"}', '2026-05-10 17:19:46', NULL, '2671904243182798', 'Interested', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Coevolve Florenza', '120244279262070319', 'Cluster Bangalore - Coevolve - Test 2', '120244279262080319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'need_pricing_for_both', NULL, NULL, NULL, NULL, NULL, NULL, 'sarjapur_'),
(407, '804830632427370', 3, 'Pradeep Patro', 'pradeeppatro88@gmail.com', '917008634269', 'Bangalore', 'SWP & Sanjeevaani aarna details shared, he will get back if interested.', NULL, NULL, '₹1cr - ₹2cr', 'Facebook', 'Cluster BLR - JP IRIS -2 May (ACTIVE)', '{\"fb_original_date\":\"2026-05-10 20:32:06\"}', '2026-05-10 17:21:25', NULL, '953551937489926', 'Whatsapp Reply Awaited', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 3 Video', '120242853271060319', 'Cluster Bangalore - JP IRIS Vid', '120242853271070319', 'fb', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2 Bhk', NULL, NULL, NULL, NULL, NULL, NULL, 'Hoskote'),
(408, '804830632427370', 3, 'Uday Kiran Reddy', 'uday26121993@gmail.com', '919866487221', 'Bangalore', NULL, NULL, NULL, '₹1cr_-_₹2cr', 'Facebook', 'Cluster BLR - JP IRIS -2 May (ACTIVE)', '{\"fb_original_date\":\"2026-05-08 10:06:00\"}', '2026-05-08 17:21:25', NULL, '1228430755827311', 'RNR', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 3 Video', '120242853271060319', 'Cluster Bangalore - JP IRIS Vid', '120242853271070319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, NULL, NULL, NULL, NULL, 'varthur'),
(409, '958578696582119', 3, 'Divya_Lakshman', 'div.diivya92@gmail.com', '918553070840', 'Bangalore', NULL, NULL, NULL, '₹70l_–_₹1cr', 'Facebook', 'Cluster BLR - JP IRIS -Updated B (ACTIVE)', '{\"fb_original_date\":\"2026-05-03 17:42:48\"}', '2026-05-03 17:22:02', NULL, '3038132223040464', 'Fresh Lead', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 1', '120242785440730319', 'Cluster Bangalore - JP IRIS IMG', '120242785440720319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(410, '804830632427370', 3, 'Akshay k', 'akshayk@gmail.com', '+919916464624', 'Bangalore', NULL, NULL, NULL, '₹1cr_-_₹2cr', 'Facebook', 'Cluster BLR - JP IRIS -2 May (ACTIVE)', NULL, '2026-05-10 18:41:58', NULL, '2463695910813609', 'RNR', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Test 3 Video', '120242853271060319', 'Cluster Bangalore - JP IRIS Vid', '120242853271070319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '3_bhk', NULL, NULL, NULL, NULL, NULL, NULL, 'varthur'),
(411, '945805981412132', 2, 'Sakshi Rawat', 'Sabersakshi@gmail.con', '+917415827594', 'Noida', NULL, NULL, NULL, '₹1.2cr_-_₹2cr', 'Facebook', 'Cluster BLR - coevolve | 2 May (ACTIVE)', NULL, '2026-05-11 05:13:02', NULL, '26775727505380993', 'Whatsapp Reply Awaited', 0, NULL, 0, 'Cluster Bangalore', '120242785440710319', 'Cluster Bangalore - Coevolve Florenza', '120244279262070319', 'Cluster Bangalore - Coevolve - Test 2', '120244279262080319', 'ig', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2_bhk', NULL, NULL, NULL, NULL, NULL, NULL, 'varthur');

-- --------------------------------------------------------

--
-- Table structure for table `lead_activity_log`
--

CREATE TABLE `lead_activity_log` (
  `id` int(11) NOT NULL,
  `lead_id` int(11) NOT NULL,
  `user_id` int(11) DEFAULT NULL,
  `action_type` varchar(50) NOT NULL,
  `details` text DEFAULT NULL,
  `is_deleted` tinyint(1) DEFAULT 0,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `lead_activity_log`
--

INSERT INTO `lead_activity_log` (`id`, `lead_id`, `user_id`, `action_type`, `details`, `is_deleted`, `created_at`) VALUES
(1, 4, 1, 'assignment', 'Reassigned from <strong>Syed Pasha</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-04-21 17:28:51'),
(2, 32, 1, 'assignment', 'Reassigned from <strong>Bhavin K Patel</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-04-21 17:49:31'),
(3, 34, 2, 'update', 'Updated Message from \'\' to \'Ringing No response\'', 1, '2026-04-22 05:16:12'),
(4, 31, 2, 'update', 'Updated Message from \'\' to \'RNR\'', 1, '2026-04-22 05:17:54'),
(5, 29, 2, 'update', 'Updated Message from \'\' to \'calls not contactless \'', 1, '2026-04-22 05:20:00'),
(6, 28, 2, 'update', 'Updated Message from \'\' to \'she has not in town so said to share the co evlove forenza project on watsapp \'', 0, '2026-04-22 05:24:37'),
(7, 26, 2, 'update', 'Updated Message from \'\' to \'RNR\'', 1, '2026-04-22 05:26:30'),
(8, 24, 2, 'update', 'Updated Message from \'\' to \'calls gets automatically disconneted \'', 1, '2026-04-22 05:28:07'),
(9, 38, 3, 'created', '<div class=\'flex items-center gap-1.5 mb-2\'><span class=\'text-gray-600\'>Lead captured manually</span></div>', 0, '2026-04-23 11:43:01'),
(10, 38, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'NP\'', 0, '2026-04-23 11:45:19'),
(11, 38, 3, 'status_change', 'Changed status from \'NP\' to \'Interested\'', 0, '2026-04-23 11:45:59'),
(12, 38, 3, 'update', 'Updated Email from \'\' to \'test@gmail.com\'', 0, '2026-04-23 11:47:07'),
(13, 38, 3, 'update', 'Updated Rating from \'0\' to \'3\'', 0, '2026-04-23 11:47:54'),
(14, 38, 3, 'followup', 'Scheduled a follow-up call for 24 Apr 06:00 PM', 0, '2026-04-23 11:52:12'),
(15, 38, 3, 'status_change', 'Changed status from \'Interested\' to \'Fresh Lead\'', 0, '2026-04-23 11:54:03'),
(16, 38, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'Interested\'', 0, '2026-04-23 11:54:06'),
(17, 36, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'Call Back Later\'', 1, '2026-04-23 11:56:59'),
(18, 38, 3, 'status_change', 'Changed status from \'Interested\' to \'Lost\'', 0, '2026-04-23 11:58:23'),
(19, 38, 3, 'update', 'Updated Lost Reason from \'\' to \'Budget Issues\'', 0, '2026-04-23 11:58:23'),
(20, 36, 3, 'status_change', 'Status changed from <strong>\'Call Back Later\'</strong> to <strong>\'Fresh Lead\'</strong> (Bulk Edit)', 1, '2026-04-23 12:02:39'),
(21, 36, 3, 'update', 'Rating updated from <strong>No Rating</strong> to <strong>5 Stars</strong> (Bulk Edit)', 1, '2026-04-23 12:02:39'),
(22, 38, 3, 'status_change', 'Status changed from <strong>\'Lost\'</strong> to <strong>\'Fresh Lead\'</strong> (Bulk Edit)', 0, '2026-04-23 12:02:39'),
(23, 38, 3, 'update', 'Rating updated from <strong>3 Stars</strong> to <strong>5 Stars</strong> (Bulk Edit)', 0, '2026-04-23 12:02:39'),
(24, 39, 3, 'created', '<div class=\'flex items-center gap-1.5 mb-2\'><span class=\'text-gray-600\'>Lead captured manually</span></div>', 0, '2026-04-23 12:04:43'),
(25, 36, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'Lost\'', 1, '2026-04-23 12:35:06'),
(26, 36, 3, 'update', 'Updated Lost Reason from \'\' to \'Unable to Connect\'', 1, '2026-04-23 12:35:06'),
(27, 32, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'NP\'', 1, '2026-04-23 12:36:55'),
(28, 27, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'Interested\'', 0, '2026-04-23 12:48:46'),
(29, 25, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'Call Back Later\'', 0, '2026-04-23 13:52:42'),
(30, 25, 3, 'followup', 'Scheduled a follow-up call for 23 Jun 11:27 AM', 0, '2026-04-23 13:54:00'),
(31, 22, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'NP\'', 0, '2026-04-23 13:55:02'),
(32, 20, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'Interested\'', 0, '2026-04-23 13:56:58'),
(33, 20, 3, 'followup', 'Scheduled a follow-up call for 30 Apr 11:31 AM', 0, '2026-04-23 13:57:21'),
(34, 22, 3, 'status_change', 'Changed status from \'NP\' to \'Interested\'', 0, '2026-04-23 14:26:07'),
(35, 2, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'Lost\'', 1, '2026-04-23 16:03:49'),
(36, 2, 3, 'update', 'Updated Lost Reason from \'\' to \'By Mistake\'', 1, '2026-04-23 16:03:49'),
(37, 40, 1, 'whatsapp_msg', 'Initiated WhatsApp chat to <strong class=\'text-green-600\'>+919538916003</strong>', 1, '2026-04-23 16:18:58'),
(38, 36, 1, 'assignment', 'Reassigned from <strong>Syed Pasha</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-04-23 17:13:14'),
(39, 36, 1, 'status_change', 'Status changed from <strong>\'Lost\'</strong> to <strong>\'Fresh Lead\'</strong> (Bulk Edit)', 1, '2026-04-23 17:13:14'),
(40, 55, 3, 'whatsapp_msg', 'Initiated WhatsApp chat to <strong class=\'text-green-600\'>917795714807</strong>', 1, '2026-04-24 00:26:06'),
(41, 57, 3, 'whatsapp_msg', 'Initiated WhatsApp chat to <strong class=\'text-green-600\'>919008560552</strong>', 1, '2026-04-24 00:27:08'),
(42, 59, 3, 'whatsapp_msg', 'Initiated WhatsApp chat to <strong class=\'text-green-600\'>917353010194</strong>', 0, '2026-04-24 00:28:17'),
(43, 61, 3, 'whatsapp_msg', 'Initiated WhatsApp chat to <strong class=\'text-green-600\'>918095516889</strong>', 0, '2026-04-24 00:28:47'),
(44, 63, 3, 'whatsapp_msg', 'Initiated WhatsApp chat to <strong class=\'text-green-600\'>919731253580</strong>', 0, '2026-04-24 00:29:01'),
(45, 65, 3, 'whatsapp_msg', 'Initiated WhatsApp chat to <strong class=\'text-green-600\'>916364530592</strong>', 0, '2026-04-24 00:29:12'),
(46, 49, 3, 'whatsapp_msg', 'Initiated WhatsApp chat to <strong class=\'text-green-600\'>917795319422</strong>', 1, '2026-04-24 00:29:28'),
(47, 53, 3, 'whatsapp_msg', 'Initiated WhatsApp chat to <strong class=\'text-green-600\'>919903343736</strong>', 0, '2026-04-24 00:29:40'),
(48, 42, 3, 'whatsapp_msg', 'Initiated WhatsApp chat to <strong class=\'text-green-600\'>919986744490</strong>', 1, '2026-04-24 00:29:54'),
(49, 44, 3, 'whatsapp_msg', 'Initiated WhatsApp chat to <strong class=\'text-green-600\'>919960976567</strong>', 0, '2026-04-24 00:30:05'),
(50, 46, 3, 'whatsapp_msg', 'Initiated WhatsApp chat to <strong class=\'text-green-600\'>918217519809</strong>', 1, '2026-04-24 00:30:17'),
(51, 40, 3, 'whatsapp_msg', 'Initiated WhatsApp chat to <strong class=\'text-green-600\'>+919538916003</strong>', 0, '2026-04-24 00:30:29'),
(52, 48, 2, 'update', 'Updated Full Name from \'JJVMSR3355\' to \'Anupama R\'', 1, '2026-04-24 04:21:37'),
(53, 48, 2, 'update', 'Updated What Is Your Purpose Of Buying from \'\' to \'she is looking in whitefield 2.5 bhk in 75 blakhs \'', 1, '2026-04-24 04:21:37'),
(54, 48, 2, 'update', 'Updated Rating from \'0\' to \'3\'', 1, '2026-04-24 04:21:37'),
(55, 66, 3, 'whatsapp_msg', 'Initiated WhatsApp chat to <strong class=\'text-green-600\'>+919735854113</strong>', 1, '2026-04-24 04:22:37'),
(56, 56, 2, 'update', 'Updated Rating from \'0\' to \'1\'', 0, '2026-04-24 04:23:08'),
(57, 66, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 1, '2026-04-24 04:24:09'),
(58, 58, 2, 'update', 'Updated Message from \'\' to \'Not picking up the call \'', 0, '2026-04-24 04:24:48'),
(59, 58, 2, 'update', 'Updated Rating from \'0\' to \'2\'', 0, '2026-04-24 04:24:48'),
(60, 55, 3, 'whatsapp_msg', 'Initiated WhatsApp chat to <strong class=\'text-green-600\'>917795714807</strong>', 1, '2026-04-24 04:25:25'),
(61, 60, 2, 'update', 'Updated Message from \'\' to \'call back later\'', 0, '2026-04-24 04:26:01'),
(62, 60, 2, 'update', 'Updated Rating from \'0\' to \'2\'', 0, '2026-04-24 04:26:01'),
(63, 55, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 1, '2026-04-24 04:26:56'),
(64, 57, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 1, '2026-04-24 04:28:46'),
(65, 67, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 1, '2026-04-24 04:30:07'),
(66, 67, 3, 'whatsapp_msg', 'Initiated WhatsApp chat to <strong class=\'text-green-600\'>+917353848093</strong>', 1, '2026-04-24 04:30:22'),
(67, 59, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'Lost\'', 0, '2026-04-24 04:33:15'),
(68, 59, 3, 'update', 'Updated Lost Reason from \'\' to \'By Mistake\'', 0, '2026-04-24 04:33:15'),
(69, 61, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'Lost\'', 0, '2026-04-24 04:36:25'),
(70, 61, 3, 'update', 'Updated Lost Reason from \'\' to \'Not Interested\'', 0, '2026-04-24 04:36:25'),
(71, 63, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'Lost\'', 0, '2026-04-24 04:37:59'),
(72, 63, 3, 'update', 'Updated Lost Reason from \'\' to \'By Mistake\'', 0, '2026-04-24 04:37:59'),
(73, 65, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'Lost\'', 0, '2026-04-24 04:49:41'),
(74, 65, 3, 'update', 'Updated Lost Reason from \'\' to \'Not Interested\'', 0, '2026-04-24 04:49:41'),
(75, 49, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 1, '2026-04-24 04:50:52'),
(76, 53, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 0, '2026-04-24 04:51:56'),
(77, 42, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'Call Back Later\'', 1, '2026-04-24 04:52:40'),
(78, 44, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'Lost\'', 0, '2026-04-24 04:54:02'),
(79, 44, 3, 'update', 'Updated Lost Reason from \'\' to \'Not Interested\'', 0, '2026-04-24 04:54:02'),
(80, 46, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 1, '2026-04-24 04:56:08'),
(81, 40, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'Interested\'', 0, '2026-04-24 05:00:02'),
(84, 60, 2, 'update', 'Updated Message from \'call back later\' to \'wrong number\'', 0, '2026-04-24 05:41:29'),
(85, 60, 2, 'update', 'Updated Budget from \'1 Crore To 1 5 Crore\' to \'1 Crore To 1.5 Crore\'', 0, '2026-04-24 05:41:29'),
(86, 60, 2, 'update', 'Updated Rating from \'2\' to \'1\'', 0, '2026-04-24 05:41:29'),
(87, 66, 1, 'assignment', 'Reassigned from <strong>Syed Pasha</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-04-24 08:08:22'),
(88, 61, 1, 'assignment', 'Reassigned from <strong>Syed Pasha</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 0, '2026-04-24 08:08:22'),
(89, 44, 1, 'assignment', 'Reassigned from <strong>Syed Pasha</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 0, '2026-04-24 08:08:22'),
(90, 59, 1, 'assignment', 'Reassigned from <strong>Syed Pasha</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 0, '2026-04-24 08:08:22'),
(91, 63, 1, 'assignment', 'Reassigned from <strong>Syed Pasha</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 0, '2026-04-24 08:08:22'),
(92, 14, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 1, '2026-04-24 11:48:22'),
(93, 16, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 1, '2026-04-24 11:48:53'),
(94, 18, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'Lost\'', 1, '2026-04-24 11:49:24'),
(95, 18, 3, 'update', 'Updated Lost Reason from \'\' to \'Unknown Reason\'', 1, '2026-04-24 11:49:24'),
(96, 68, 2, 'created', '<div class=\'flex items-center gap-1.5 mb-2\'><span class=\'text-gray-600\'>Lead captured manually</span></div>', 0, '2026-04-24 12:08:30'),
(97, 68, 2, 'followup', 'Scheduled a follow-up call for 24 Apr 05:56 PM', 0, '2026-04-24 12:11:51'),
(98, 68, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Call Back Later\'', 0, '2026-04-24 12:13:31'),
(99, 68, 2, 'status_change', 'Changed status from \'Call Back Later\' to \'Interested\'', 0, '2026-04-24 12:13:42'),
(100, 68, 2, 'status_change', 'Changed status from \'Interested\' to \'Fresh Lead\'', 0, '2026-04-24 12:13:52'),
(101, 68, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Not Interested\'', 0, '2026-04-24 12:14:17'),
(102, 68, 2, 'update', 'Updated Email from \'\' to \'test@gmail.com\'', 0, '2026-04-24 12:14:28'),
(103, 68, 2, 'update', 'Updated Message from \'\' to \'Budget 3 crore, family \'', 0, '2026-04-24 12:15:08'),
(104, 68, 2, 'followup', 'Scheduled a follow-up call for 24 Apr 06:46 PM', 0, '2026-04-24 12:16:05'),
(105, 68, 2, 'payment_added', 'Added Payment: INR 10000 (completed)', 0, '2026-04-24 12:16:29'),
(106, 68, 2, 'payment_deleted', 'Deleted Payment: <span class=\'font-bold text-red-600 line-through\'>INR 10000.00</span>', 0, '2026-04-24 12:16:34'),
(107, 48, 2, 'update', 'Updated Rating from \'3\' to \'5\'', 1, '2026-04-24 12:19:47'),
(108, 48, 2, 'update', 'Updated Rating from \'5\' to \'1\'', 1, '2026-04-24 12:20:04'),
(109, 48, 2, 'update', 'Updated Rating from \'1\' to \'0\'', 1, '2026-04-24 12:20:18'),
(110, 68, 2, 'status_change', 'Changed status from \'Not Interested\' to \'Lost\'', 0, '2026-04-24 12:21:32'),
(111, 68, 2, 'update', 'Updated Lost Reason from \'\' to \'Postponed\'', 0, '2026-04-24 12:21:32'),
(112, 68, 2, 'status_change', 'Changed status from \'Lost\' to \'Won\'', 0, '2026-04-24 12:21:45'),
(113, 69, 2, 'created', '<div class=\'flex items-center gap-1.5 mb-2\'><span class=\'text-gray-600\'>Lead captured manually</span></div>', 0, '2026-04-24 12:30:37'),
(114, 2, 3, 'update', 'Updated Message from \'\' to \'Not interested \'', 1, '2026-04-24 13:35:36'),
(115, 18, 3, 'update', 'Updated Message from \'\' to \'Not interested, by mistake \'', 1, '2026-04-24 13:36:03'),
(116, 65, 3, 'update', 'Updated Message from \'\' to \'Call answered by villagers, \'', 0, '2026-04-24 13:36:49'),
(117, 71, 3, 'whatsapp_msg', 'Initiated WhatsApp chat to <strong class=\'text-green-600\'>+919731396396</strong>', 0, '2026-04-25 00:21:55'),
(118, 70, 3, 'whatsapp_msg', 'Initiated WhatsApp chat to <strong class=\'text-green-600\'>+917760496199</strong>', 0, '2026-04-25 00:22:39'),
(119, 71, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'Whatsapp Reply Awaited\'', 0, '2026-04-25 00:24:51'),
(120, 70, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'Whatsapp Reply Awaited\'', 0, '2026-04-25 00:25:36'),
(121, 66, 2, 'followup', 'Scheduled a follow-up call for 25 Apr 12:05 PM', 1, '2026-04-25 05:35:07'),
(122, 65, 3, 'update', 'Updated Message from \'Call answered by villagers, \' to \'Call Answered By Villagers, not a valid contact\'', 0, '2026-04-25 05:35:49'),
(123, 66, 2, 'call_attempt', 'Initiated Call to <strong class=\'text-blue-600\'>+919735854113</strong>', 1, '2026-04-25 05:36:29'),
(124, 48, 2, 'followup', 'Scheduled a follow-up call for 26 Apr 11:07 AM', 1, '2026-04-25 05:37:34'),
(125, 64, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Not Interested\'', 0, '2026-04-25 05:41:17'),
(126, 64, 2, 'update', 'Updated Rating from \'0\' to \'1\'', 0, '2026-04-25 05:41:28'),
(127, 48, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 1, '2026-04-25 05:41:43'),
(128, 62, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 0, '2026-04-25 05:45:20'),
(129, 62, 2, 'status_change', 'Changed status from \'RNR\' to \'Not Interested\'', 0, '2026-04-25 05:45:50'),
(130, 62, 2, 'update', 'Updated Rating from \'0\' to \'1\'', 0, '2026-04-25 05:45:56'),
(131, 64, 2, 'status_change', 'Changed status from \'Not Interested\' to \'Cold\'', 0, '2026-04-25 05:46:28'),
(132, 8, 3, 'update', 'Updated Message from \'\' to \'offered Elegant Hermitage RR nagar\'', 0, '2026-04-25 05:47:32'),
(133, 64, 2, 'status_change', 'Changed status from \'Cold\' to \'Lost\'', 0, '2026-04-25 05:48:35'),
(134, 64, 2, 'update', 'Updated Lost Reason from \'\' to \'By Mistake\'', 0, '2026-04-25 05:48:35'),
(135, 62, 2, 'status_change', 'Changed status from \'Not Interested\' to \'Lost\'', 0, '2026-04-25 05:49:06'),
(136, 62, 2, 'update', 'Updated Lost Reason from \'\' to \'Unknown Reason\'', 0, '2026-04-25 05:49:06'),
(137, 60, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Lost\'', 0, '2026-04-25 05:50:26'),
(138, 60, 2, 'update', 'Updated Lost Reason from \'\' to \'By Mistake\'', 0, '2026-04-25 05:50:26'),
(139, 58, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Lost\'', 0, '2026-04-25 05:50:53'),
(140, 58, 2, 'update', 'Updated Lost Reason from \'\' to \'Unable to Connect\'', 0, '2026-04-25 05:50:53'),
(141, 56, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Lost\'', 0, '2026-04-25 05:51:37'),
(142, 56, 2, 'update', 'Updated Lost Reason from \'\' to \'Unknown Reason\'', 0, '2026-04-25 05:51:37'),
(143, 8, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'Interested\'', 0, '2026-04-25 05:53:58'),
(144, 6, 3, 'followup', 'Scheduled a follow-up call for 10 May 11:30 AM', 0, '2026-04-25 06:00:30'),
(145, 6, 3, 'update', 'Updated Message from \'\' to \'oak woods & sanjeevini aranni details shared \'', 0, '2026-04-25 06:00:41'),
(146, 52, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Won\'', 0, '2026-04-25 06:01:03'),
(147, 6, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'Interested\'', 0, '2026-04-25 06:01:17'),
(148, 52, 2, 'status_change', 'Changed status from \'Won\' to \'Interested\'', 0, '2026-04-25 06:01:29'),
(149, 52, 2, 'update', 'Updated Message from \'\' to \'9535976377  watsapp    she is looking for 2bhk around 1cr in north bangalore from thanisandra to yelhanka bagalur etc\'', 0, '2026-04-25 06:01:50'),
(150, 52, 2, 'update', 'Updated Rating from \'0\' to \'4\'', 0, '2026-04-25 06:01:50'),
(151, 50, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 1, '2026-04-25 06:04:50'),
(152, 47, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Lost\'', 0, '2026-04-25 06:05:38'),
(153, 47, 2, 'update', 'Updated Lost Reason from \'\' to \'Not Interested\'', 0, '2026-04-25 06:05:38'),
(154, 45, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Lost\'', 0, '2026-04-25 06:07:27'),
(155, 45, 2, 'update', 'Updated Lost Reason from \'\' to \'Unable to Connect\'', 0, '2026-04-25 06:07:27'),
(156, 41, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Lost\'', 0, '2026-04-25 06:07:53'),
(157, 41, 2, 'update', 'Updated Lost Reason from \'\' to \'Others\'', 0, '2026-04-25 06:07:53'),
(158, 36, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Lost\'', 0, '2026-04-25 06:08:30'),
(159, 36, 2, 'update', 'Updated Lost Reason from \'\' to \'Others\'', 0, '2026-04-25 06:08:30'),
(160, 37, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Interested\'', 0, '2026-04-25 06:12:26'),
(161, 37, 2, 'update', 'Updated Message from \'\' to \'said to share the hosakote project details \'', 0, '2026-04-25 06:12:52'),
(162, 37, 2, 'update', 'Updated Rating from \'0\' to \'3\'', 0, '2026-04-25 06:12:52'),
(163, 31, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Whatsapp Reply Awaited\'', 1, '2026-04-25 06:14:52'),
(164, 30, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'Not Interested\'', 1, '2026-04-25 06:17:29'),
(165, 29, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 1, '2026-04-25 06:17:57'),
(166, 29, 2, 'update', 'Updated Message from \'calls not contactless \' to \'RNR\'', 1, '2026-04-25 06:18:12'),
(167, 29, 2, 'update', 'Updated Rating from \'0\' to \'3\'', 1, '2026-04-25 06:18:12'),
(168, 33, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'Not Interested\'', 1, '2026-04-25 06:18:17'),
(169, 28, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Interested\'', 0, '2026-04-25 06:18:58'),
(170, 26, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 1, '2026-04-25 06:19:12'),
(171, 24, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Not Interested\'', 1, '2026-04-25 06:19:27'),
(172, 33, 3, 'status_change', 'Changed status from \'Not Interested\' to \'Lost\'', 1, '2026-04-25 06:19:39'),
(173, 33, 3, 'update', 'Updated Lost Reason from \'\' to \'Unknown Reason\'', 1, '2026-04-25 06:19:39'),
(174, 33, 3, 'update', 'Updated Lost Reason from \'Unknown Reason\' to \'Unable to Connect\'', 1, '2026-04-25 06:19:54'),
(175, 21, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 1, '2026-04-25 06:20:59'),
(176, 71, 3, 'status_change', 'Changed status from \'Whatsapp Reply Awaited\' to \'RNR\'', 0, '2026-04-25 06:21:09'),
(177, 70, 3, 'status_change', 'Changed status from \'Whatsapp Reply Awaited\' to \'Call Back Later\'', 0, '2026-04-25 06:22:03'),
(178, 23, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 0, '2026-04-25 06:22:44'),
(179, 23, 2, 'update', 'Updated Message from \'\' to \'connecting to voicemail\'', 0, '2026-04-25 06:22:57'),
(180, 23, 2, 'update', 'Updated Rating from \'0\' to \'1\'', 0, '2026-04-25 06:22:57'),
(181, 5, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Interested\'', 0, '2026-04-25 06:27:03'),
(182, 7, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Cold\'', 1, '2026-04-25 06:31:28'),
(183, 7, 2, 'update', 'Updated Message from \'\' to \'looking for 2 bhk budget of 60 lakhs RTMI\'', 1, '2026-04-25 06:31:57'),
(184, 7, 2, 'update', 'Updated Rating from \'0\' to \'2\'', 1, '2026-04-25 06:31:57'),
(185, 9, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Lost\'', 1, '2026-04-25 06:32:36'),
(186, 9, 2, 'update', 'Updated Lost Reason from \'\' to \'By Mistake\'', 1, '2026-04-25 06:32:36'),
(187, 11, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Interested\'', 0, '2026-04-25 06:36:21'),
(188, 11, 2, 'update', 'Updated Message from \'\' to \'2 bhk 1000 sft 80 lakhs ramurthy nager kr puram whitefild  rtmi \'', 0, '2026-04-25 06:36:31'),
(189, 11, 2, 'update', 'Updated Rating from \'0\' to \'3\'', 0, '2026-04-25 06:36:31'),
(190, 13, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Whatsapp Reply Awaited\'', 0, '2026-04-25 06:36:51'),
(191, 13, 2, 'update', 'Updated Message from \'\' to \'shared hosakote project details \'', 0, '2026-04-25 06:37:13'),
(192, 13, 2, 'update', 'Updated Rating from \'0\' to \'3\'', 0, '2026-04-25 06:37:13'),
(193, 15, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Call Back Later\'', 1, '2026-04-25 06:37:29'),
(194, 17, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Lost\'', 1, '2026-04-25 06:38:30'),
(195, 17, 2, 'update', 'Updated Lost Reason from \'\' to \'Unknown Reason\'', 1, '2026-04-25 06:38:30'),
(196, 73, 1, 'created', '<div class=\'flex items-center gap-1.5 mb-2\'><span class=\'text-gray-600\'>Lead captured manually</span></div>', 0, '2026-04-25 11:56:35'),
(197, 73, 1, 'update', 'Updated Project Name from \'\' to \'Test Project\'', 0, '2026-04-25 11:56:57'),
(198, 73, 1, 'update', 'Updated Project City from \'\' to \'Test City\'', 0, '2026-04-25 11:56:57'),
(199, 72, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 1, '2026-04-25 15:44:27'),
(200, 72, 2, 'update', 'Updated Rating from \'0\' to \'2\'', 1, '2026-04-25 15:44:34'),
(201, 74, 3, 'whatsapp_msg', 'Initiated WhatsApp chat to <strong class=\'text-green-600\'>+919741618175</strong>', 0, '2026-04-26 00:29:56'),
(202, 35, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'General Enquiry\'', 1, '2026-04-26 06:33:18'),
(203, 35, 2, 'update', 'Updated Message from \'\' to \'rtmi  3bhk in sarjapur budget 80 lakhs \'', 1, '2026-04-26 06:33:30'),
(204, 35, 2, 'update', 'Updated Rating from \'0\' to \'2\'', 1, '2026-04-26 06:33:30'),
(205, 34, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'General Enquiry\'', 1, '2026-04-26 06:34:44'),
(206, 4, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 1, '2026-04-26 06:35:48'),
(207, 4, 2, 'update', 'Updated Rating from \'0\' to \'2\'', 1, '2026-04-26 06:35:55'),
(208, 74, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 0, '2026-04-27 04:27:43'),
(209, 75, 1, 'created', '<div class=\'flex items-center gap-1.5 mb-2\'><span class=\'text-gray-600\'>Lead captured manually</span></div>', 0, '2026-04-27 05:07:56'),
(210, 76, 1, 'created', '<div class=\'flex items-center gap-1.5 mb-2\'><span class=\'text-gray-600\'>Lead captured manually</span></div>', 0, '2026-04-27 05:08:07'),
(211, 76, 1, 'update', 'Updated Project Name from \'\' to \'Test Project 1\'', 0, '2026-04-27 05:08:30'),
(212, 76, 1, 'update', 'Updated Project City from \'\' to \'Test City 1\'', 0, '2026-04-27 05:08:30'),
(213, 75, 1, 'update', 'Updated Project Name from \'\' to \'Test Project 1\'', 0, '2026-04-27 05:08:56'),
(214, 75, 1, 'update', 'Updated Project City from \'\' to \'Test City 1\'', 0, '2026-04-27 05:08:56'),
(215, 75, 1, 'update', 'Updated Project Name from \'Test Project 1\' to \'Test Project 2\'', 0, '2026-04-27 05:09:23'),
(216, 71, 3, 'status_change', 'Changed status from \'RNR\' to \'Call Back Later\'', 0, '2026-04-27 13:40:46'),
(217, 57, 3, 'status_change', 'Changed status from \'RNR\' to \'Lost\'', 1, '2026-04-27 13:42:05'),
(218, 57, 3, 'update', 'Updated Lost Reason from \'\' to \'Not Interested\'', 1, '2026-04-27 13:42:05'),
(219, 77, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 0, '2026-04-27 15:10:42'),
(220, 77, 2, 'status_change', 'Changed status from \'RNR\' to \'Interested\'', 0, '2026-04-27 15:15:45'),
(221, 77, 2, 'update', 'Updated Message from \'\' to \'He is looking for 2bhk and he is a cash customer \'', 0, '2026-04-27 15:16:14'),
(222, 77, 2, 'update', 'Updated Rating from \'0\' to \'4\'', 0, '2026-04-27 15:16:14'),
(223, 80, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 1, '2026-04-28 04:41:29'),
(224, 80, 2, 'update', 'Updated Rating from \'0\' to \'3\'', 1, '2026-04-28 04:41:46'),
(225, 81, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Whatsapp Reply Awaited\'', 0, '2026-04-28 04:44:05'),
(226, 81, 2, 'update', 'Updated Rating from \'0\' to \'3\'', 0, '2026-04-28 04:44:09'),
(227, 82, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Call Back Later\'', 0, '2026-04-28 04:44:41'),
(228, 82, 2, 'update', 'Updated Rating from \'0\' to \'3\'', 0, '2026-04-28 04:44:43'),
(229, 83, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'Not Interested\'', 0, '2026-04-28 07:10:00'),
(230, 83, 3, 'update', 'Updated Message from \'\' to \'not looking to buy any property\n\'', 0, '2026-04-28 07:10:49'),
(231, 79, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 0, '2026-04-28 07:11:22'),
(232, 78, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 0, '2026-04-28 07:11:32'),
(233, 79, 3, 'status_change', 'Changed status from \'RNR\' to \'Interested\'', 0, '2026-04-29 05:33:38'),
(234, 79, 3, 'update', 'Updated Message from \'\' to \'3 bhk ,90 lacs, whitefield only & per launch project with Pre EMI options.\'', 0, '2026-04-29 05:34:08'),
(235, 78, 3, 'update', 'Updated Message from \'\' to \'RNR\'', 0, '2026-04-29 05:35:07'),
(236, 74, 3, 'update', 'Updated Message from \'\' to \'2 bhk, 1 cr budget, yelehanka under construction or ready to move.\'', 0, '2026-04-29 05:39:41'),
(237, 71, 3, 'update', 'Updated Message from \'\' to \'RNR\'', 0, '2026-04-29 05:45:32'),
(238, 70, 3, 'update', 'Updated Message from \'\' to \'RNR\'', 0, '2026-04-29 05:46:29'),
(239, 67, 3, 'update', 'Updated Message from \'\' to \'2 bhk, 70 lacs, belaturu , whitefield\'', 1, '2026-04-29 05:55:25'),
(240, 55, 3, 'update', 'Updated Message from \'\' to \'RNR\'', 1, '2026-04-29 06:10:57'),
(241, 49, 3, 'update', 'Updated Message from \'\' to \'not looking to buy any property as of now, to call after 6 months \'', 1, '2026-04-29 06:22:21'),
(242, 53, 3, 'status_change', 'Changed status from \'RNR\' to \'Lost\'', 0, '2026-04-29 06:24:04'),
(243, 53, 3, 'update', 'Updated Lost Reason from \'\' to \'Unable to Connect\'', 0, '2026-04-29 06:24:04'),
(244, 53, 3, 'update', 'Updated Message from \'\' to \'disconnecting call every time .\'', 0, '2026-04-29 06:24:43'),
(245, 42, 3, 'status_change', 'Changed status from \'Call Back Later\' to \'Lost\'', 1, '2026-04-29 06:26:38'),
(246, 42, 3, 'update', 'Updated Lost Reason from \'\' to \'Not Interested\'', 1, '2026-04-29 06:26:38'),
(247, 46, 3, 'update', 'Updated Message from \'\' to \'RNR\'', 1, '2026-04-29 06:27:00'),
(248, 40, 3, 'update', 'Updated Message from \'\' to \'offered project details of oakwood & aarana.\'', 0, '2026-04-29 06:27:51'),
(249, 32, 3, 'status_change', 'Changed status from \'NP\' to \'Lost\'', 1, '2026-04-29 06:28:15'),
(250, 32, 3, 'update', 'Updated Lost Reason from \'\' to \'By Mistake\'', 1, '2026-04-29 06:28:15'),
(251, 32, 3, 'update', 'Updated Message from \'\' to \'not intrested\'', 1, '2026-04-29 06:28:33'),
(252, 30, 3, 'status_change', 'Changed status from \'Not Interested\' to \'Lost\'', 1, '2026-04-29 06:30:36'),
(253, 30, 3, 'update', 'Updated Lost Reason from \'\' to \'Not Interested\'', 1, '2026-04-29 06:30:36'),
(254, 25, 3, 'status_change', 'Changed status from \'Call Back Later\' to \'RNR\'', 0, '2026-04-29 06:30:58'),
(255, 25, 3, 'update', 'Updated Message from \'\' to \'RNR\'', 0, '2026-04-29 06:31:07'),
(256, 78, 3, 'status_change', 'Changed status from \'RNR\' to \'Interested\'', 0, '2026-04-29 07:14:02'),
(257, 84, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 0, '2026-04-29 10:27:54'),
(258, 86, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Call Back Later\'', 0, '2026-04-30 03:56:38'),
(259, 89, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Whatsapp Reply Awaited\'', 0, '2026-04-30 04:00:56'),
(260, 89, 2, 'update', 'Updated Rating from \'0\' to \'3\'', 0, '2026-04-30 04:00:58'),
(261, 85, 3, 'whatsapp_msg', 'Initiated WhatsApp chat to <strong class=\'text-green-600\'>+919534263195</strong>', 0, '2026-04-30 06:40:02'),
(262, 85, 3, 'whatsapp_msg', 'Initiated WhatsApp chat to <strong class=\'text-green-600\'>+919534263195</strong>', 0, '2026-04-30 06:41:32'),
(263, 85, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 0, '2026-04-30 06:42:41'),
(264, 85, 3, 'update', 'Updated Message from \'\' to \'project details shared on whatsapp oakwood, minara, platinum looking around whitefiels area budget 1.20 cr.\'', 0, '2026-04-30 07:31:05'),
(265, 88, 3, 'update', 'Updated Message from \'\' to \'RNR , whatsapp message sent\'', 0, '2026-04-30 15:21:48'),
(266, 88, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 0, '2026-04-30 15:21:55'),
(267, 90, 1, 'created', 'Lead <strong>recovered</strong> from duplicate submissions (Dup ID: #1) by root user <strong>BLR Realty</strong>. Assigned to <strong>Syed Pasha</strong>.', 0, '2026-04-30 16:41:31'),
(268, 91, 1, 'assignment', 'Reassigned from <strong>Syed Pasha</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-04-30 18:46:40'),
(269, 91, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 0, '2026-05-01 03:46:13'),
(270, 91, 2, 'update', 'Updated Rating from \'0\' to \'3\'', 0, '2026-05-01 03:46:15'),
(271, 92, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Call Back Later\'', 0, '2026-05-01 03:49:51'),
(272, 92, 2, 'update', 'Updated Rating from \'0\' to \'3\'', 0, '2026-05-01 03:49:54'),
(273, 90, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 0, '2026-05-01 05:36:12'),
(274, 20, 3, 'update', 'Updated Message from \'\' to \'long weekend out of town, call back on 4 may\'', 0, '2026-05-01 05:39:38'),
(275, 93, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Call Back Later\'', 0, '2026-05-01 07:46:59'),
(276, 93, 2, 'status_change', 'Changed status from \'Call Back Later\' to \'Whatsapp Reply Awaited\'', 0, '2026-05-01 07:47:03'),
(277, 95, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Call Back Later\'', 0, '2026-05-01 07:48:18'),
(278, 95, 2, 'update', 'Updated Rating from \'0\' to \'3\'', 0, '2026-05-01 07:48:21'),
(279, 96, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Call Back Later\'', 0, '2026-05-01 07:49:36'),
(280, 96, 2, 'update', 'Updated Rating from \'0\' to \'3\'', 0, '2026-05-01 07:49:38'),
(281, 87, 1, 'assignment', 'Reassigned from <strong>Syed Pasha</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 0, '2026-05-02 05:24:43'),
(282, 97, 1, 'assignment', 'Reassigned from <strong>Syed Pasha</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 0, '2026-05-02 05:24:43'),
(283, 98, 1, 'assignment', 'Reassigned from <strong>Syed Pasha</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 0, '2026-05-02 05:24:43'),
(284, 12, 1, 'assignment', 'Reassigned from <strong>Syed Pasha</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 0, '2026-05-02 05:24:43'),
(285, 10, 1, 'assignment', 'Reassigned from <strong>Syed Pasha</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 0, '2026-05-02 05:24:43'),
(286, 99, 1, 'created', '<div class=\'flex items-center gap-1.5 mb-2\'><span class=\'text-gray-600\'>Lead captured manually</span></div>', 0, '2026-05-02 05:40:27'),
(287, 99, 1, 'status_change', 'Changed status from \'Fresh Lead\' to \'Call Back Later\'', 0, '2026-05-02 05:40:34'),
(288, 66, 1, 'assignment', 'Reassigned from <strong>Bhavin K Patel</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-02 05:42:02'),
(289, 48, 1, 'assignment', 'Reassigned from <strong>Bhavin K Patel</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-02 05:42:02'),
(290, 80, 1, 'assignment', 'Reassigned from <strong>Bhavin K Patel</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-02 05:42:02'),
(291, 72, 1, 'assignment', 'Reassigned from <strong>Bhavin K Patel</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-02 05:42:02'),
(292, 34, 1, 'assignment', 'Reassigned from <strong>Bhavin K Patel</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-02 05:43:03'),
(293, 29, 1, 'assignment', 'Reassigned from <strong>Bhavin K Patel</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-02 05:43:03'),
(294, 24, 1, 'assignment', 'Reassigned from <strong>Bhavin K Patel</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-02 05:43:03'),
(295, 31, 1, 'assignment', 'Reassigned from <strong>Bhavin K Patel</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-02 05:43:03'),
(296, 26, 1, 'assignment', 'Reassigned from <strong>Bhavin K Patel</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-02 05:43:03'),
(297, 21, 1, 'assignment', 'Reassigned from <strong>Bhavin K Patel</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-02 05:43:03'),
(298, 35, 1, 'assignment', 'Reassigned from <strong>Bhavin K Patel</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-02 05:43:03'),
(299, 50, 1, 'assignment', 'Reassigned from <strong>Bhavin K Patel</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-02 05:43:03'),
(300, 4, 1, 'assignment', 'Reassigned from <strong>Bhavin K Patel</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-02 05:44:00'),
(301, 15, 1, 'assignment', 'Reassigned from <strong>Bhavin K Patel</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-02 05:44:00'),
(302, 9, 1, 'assignment', 'Reassigned from <strong>Bhavin K Patel</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-02 05:44:00'),
(303, 7, 1, 'assignment', 'Reassigned from <strong>Bhavin K Patel</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-02 05:44:00'),
(304, 17, 1, 'assignment', 'Reassigned from <strong>Bhavin K Patel</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-02 05:44:00'),
(305, 87, 1, 'assignment', 'Reassigned from <strong>Bhavin K Patel</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 0, '2026-05-02 05:47:05'),
(306, 98, 1, 'assignment', 'Reassigned from <strong>Bhavin K Patel</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 0, '2026-05-02 05:47:05'),
(307, 97, 1, 'assignment', 'Reassigned from <strong>Bhavin K Patel</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 0, '2026-05-02 05:47:05'),
(308, 12, 1, 'assignment', 'Reassigned from <strong>Bhavin K Patel</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 0, '2026-05-02 05:47:05'),
(309, 10, 1, 'assignment', 'Reassigned from <strong>Bhavin K Patel</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 0, '2026-05-02 05:47:05'),
(310, 57, 1, 'assignment', 'Reassigned from <strong>Syed Pasha</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-02 05:59:59'),
(311, 2, 1, 'assignment', 'Reassigned from <strong>Syed Pasha</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-02 05:59:59'),
(312, 49, 1, 'assignment', 'Reassigned from <strong>Syed Pasha</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-02 05:59:59'),
(313, 55, 1, 'assignment', 'Reassigned from <strong>Syed Pasha</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-02 05:59:59'),
(314, 67, 1, 'assignment', 'Reassigned from <strong>Syed Pasha</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-02 05:59:59'),
(315, 100, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 0, '2026-05-02 06:36:29'),
(316, 100, 2, 'update', 'Updated Rating from \'0\' to \'2\'', 0, '2026-05-02 06:36:35'),
(317, 94, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'Lost\'', 0, '2026-05-02 08:35:41'),
(318, 94, 3, 'update', 'Updated Lost Reason from \'\' to \'Broker\'', 0, '2026-05-02 08:35:41'),
(319, 98, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 0, '2026-05-02 08:36:05'),
(320, 98, 3, 'whatsapp_msg', 'Initiated WhatsApp chat to <strong class=\'text-green-600\'>+918197542135</strong>', 0, '2026-05-02 08:36:40'),
(321, 98, 3, 'whatsapp_msg', 'Initiated WhatsApp chat to <strong class=\'text-green-600\'>+918197542135</strong>', 0, '2026-05-02 08:37:32'),
(322, 98, 3, 'update', 'Updated Message from \'\' to \'whatsapp message sent\'', 0, '2026-05-02 08:40:53'),
(323, 97, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'Whatsapp Reply Awaited\'', 0, '2026-05-02 08:42:12'),
(324, 87, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'Whatsapp Reply Awaited\'', 0, '2026-05-02 08:43:52'),
(325, 12, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 0, '2026-05-02 08:45:11'),
(326, 12, 3, 'update', 'Updated Message from \'\' to \'whatsapp message sent\'', 0, '2026-05-02 08:45:30'),
(327, 10, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 0, '2026-05-02 08:45:53'),
(328, 10, 3, 'update', 'Updated Message from \'\' to \'whataapp message sent\'', 0, '2026-05-02 08:46:14'),
(329, 101, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Whatsapp Reply Awaited\'', 0, '2026-05-02 13:43:21'),
(330, 86, 2, 'status_change', 'Changed status from \'Call Back Later\' to \'Site Visit Done\'', 0, '2026-05-02 13:51:49'),
(331, 86, 2, 'update', 'Updated Rating from \'0\' to \'3\'', 0, '2026-05-02 13:51:53'),
(332, 13, 2, 'status_change', 'Changed status from \'Whatsapp Reply Awaited\' to \'Site Visit Done\'', 0, '2026-05-02 13:52:34'),
(333, 101, 2, 'status_change', 'Changed status from \'Whatsapp Reply Awaited\' to \'Not Interested\'', 0, '2026-05-03 03:14:44'),
(334, 101, 2, 'status_change', 'Changed status from \'Not Interested\' to \'RNR\'', 0, '2026-05-03 04:33:57'),
(335, 146, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(336, 180, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(337, 178, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(338, 160, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(339, 147, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(340, 143, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(341, 103, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(342, 188, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(343, 158, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(344, 152, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(345, 155, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(346, 173, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(347, 126, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(348, 130, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(349, 161, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(350, 174, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(351, 125, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(352, 169, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(353, 181, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(354, 127, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(355, 115, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(356, 193, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(357, 191, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(358, 135, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(359, 117, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(360, 144, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(361, 226, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(362, 201, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(363, 182, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(364, 196, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(365, 175, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(366, 157, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(367, 151, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(368, 120, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(369, 197, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(370, 190, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(371, 187, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(372, 154, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(373, 116, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(374, 228, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(375, 194, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(376, 189, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(377, 123, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(378, 121, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(379, 102, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(380, 177, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(381, 156, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(382, 109, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(383, 141, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(384, 171, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(385, 167, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(386, 104, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(387, 185, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(388, 149, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(389, 111, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(390, 176, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(391, 105, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(392, 172, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(393, 139, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(394, 153, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(395, 163, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(396, 108, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(397, 124, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(398, 200, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(399, 229, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(400, 195, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(401, 112, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(402, 198, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(403, 179, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(404, 107, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(405, 138, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27');
INSERT INTO `lead_activity_log` (`id`, `lead_id`, `user_id`, `action_type`, `details`, `is_deleted`, `created_at`) VALUES
(406, 131, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(407, 142, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(408, 227, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(409, 110, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(410, 192, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(411, 128, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(412, 159, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(413, 168, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(414, 113, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(415, 183, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(416, 162, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(417, 114, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(418, 106, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(419, 199, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(420, 170, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(421, 164, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(422, 148, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(423, 129, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(424, 136, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(425, 145, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(426, 150, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(427, 165, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(428, 133, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(429, 186, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(430, 166, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(431, 132, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(432, 137, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(433, 134, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(434, 184, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(435, 122, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(436, 118, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(437, 119, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(438, 140, 1, 'assignment', 'Reassigned from <strong>BLR Realty</strong> to <strong>Syed Pasha</strong> (Bulk Distribution)', 1, '2026-05-04 14:21:27'),
(439, 391, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 0, '2026-05-05 14:19:51'),
(440, 394, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 0, '2026-05-05 14:20:58'),
(441, 396, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 0, '2026-05-05 14:21:10'),
(442, 397, 1, 'assignment', 'Reassigned from <strong>Syed Pasha</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-05 16:45:42'),
(443, 397, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 0, '2026-05-06 02:18:14'),
(444, 399, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Not Interested\'', 0, '2026-05-06 05:31:24'),
(445, 392, 1, 'assignment', 'Reassigned from <strong>Syed Pasha</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-06 18:53:43'),
(446, 395, 1, 'assignment', 'Reassigned from <strong>Syed Pasha</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-06 18:53:43'),
(447, 398, 1, 'assignment', 'Reassigned from <strong>Syed Pasha</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-06 18:53:43'),
(448, 400, 1, 'assignment', 'Reassigned from <strong>Syed Pasha</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-06 18:53:43'),
(449, 398, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Call Back Later\'', 0, '2026-05-07 05:22:49'),
(450, 400, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 0, '2026-05-07 05:23:46'),
(451, 374, 2, 'status_change', 'Changed status from \'Working\' to \'Not Interested\'', 0, '2026-05-07 07:55:56'),
(452, 215, 2, 'status_change', 'Changed status from \'Interested\' to \'Not Interested\'', 0, '2026-05-07 07:58:30'),
(453, 399, 2, 'status_change', 'Changed status from \'Not Interested\' to \'Site Visit Schedule\'', 0, '2026-05-07 10:16:00'),
(454, 395, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 0, '2026-05-08 05:36:37'),
(455, 401, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'Not Interested\'', 1, '2026-05-08 05:43:51'),
(456, 401, 3, 'update', 'Updated Message from \'\' to \'not interested trying to reach since yesterday RNR\'', 1, '2026-05-08 05:44:39'),
(457, 401, 3, 'status_change', 'Changed status from \'Not Interested\' to \'Lost\'', 1, '2026-05-08 05:44:54'),
(458, 401, 3, 'update', 'Updated Lost Reason from \'\' to \'Broker\'', 1, '2026-05-08 05:44:54'),
(459, 392, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Not Interested\'', 0, '2026-05-08 09:55:59'),
(460, 392, 2, 'status_change', 'Changed status from \'Not Interested\' to \'RNR\'', 0, '2026-05-08 09:56:03'),
(461, 388, 2, 'status_change', 'Changed status from \'\' to \'RNR\'', 0, '2026-05-09 02:39:58'),
(462, 383, 2, 'status_change', 'Changed status from \'Interested\' to \'Whatsapp Reply Awaited\'', 0, '2026-05-09 02:42:03'),
(463, 388, 2, 'status_change', 'Changed status from \'RNR\' to \'Lost\'', 0, '2026-05-09 05:21:59'),
(464, 388, 2, 'update', 'Updated Lost Reason from \'\' to \'Already Bought\'', 0, '2026-05-09 05:21:59'),
(465, 405, 1, 'assignment', 'Reassigned from <strong>Syed Pasha</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-10 07:50:56'),
(466, 403, 1, 'assignment', 'Reassigned from <strong>Syed Pasha</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-10 07:51:22'),
(467, 404, 1, 'assignment', 'Reassigned from <strong>Syed Pasha</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-10 07:52:15'),
(468, 402, 1, 'assignment', 'Reassigned from <strong>Syed Pasha</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-10 10:44:12'),
(469, 401, 1, 'assignment', 'Reassigned from <strong>Syed Pasha</strong> to <strong>Bhavin K Patel</strong> (Bulk Distribution)', 1, '2026-05-10 10:50:28'),
(470, 405, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Call Back Later\'', 0, '2026-05-10 10:54:24'),
(471, 402, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 0, '2026-05-10 10:55:31'),
(472, 404, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Call Back Later\'', 0, '2026-05-10 10:56:59'),
(473, 102, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(474, 103, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(475, 104, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(476, 105, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(477, 106, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(478, 107, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(479, 108, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(480, 109, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(481, 110, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(482, 111, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(483, 112, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(484, 113, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(485, 114, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(486, 115, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(487, 116, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(488, 117, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(489, 118, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(490, 119, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(491, 120, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(492, 121, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(493, 122, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(494, 123, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(495, 124, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(496, 125, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(497, 126, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(498, 127, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(499, 128, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(500, 129, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(501, 130, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(502, 131, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(503, 132, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(504, 133, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(505, 134, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(506, 135, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(507, 136, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(508, 137, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(509, 138, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(510, 139, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(511, 140, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(512, 141, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(513, 142, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(514, 143, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(515, 144, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(516, 145, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(517, 146, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(518, 147, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(519, 148, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(520, 149, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(521, 150, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(522, 151, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(523, 152, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(524, 153, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(525, 154, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(526, 155, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(527, 156, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(528, 157, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(529, 158, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(530, 159, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(531, 160, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(532, 161, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(533, 162, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(534, 163, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(535, 164, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(536, 165, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(537, 166, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(538, 167, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(539, 168, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(540, 170, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(541, 171, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(542, 172, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(543, 173, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(544, 174, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(545, 175, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(546, 176, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(547, 177, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(548, 178, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(549, 179, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(550, 180, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(551, 181, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(552, 182, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(553, 183, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(554, 184, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(555, 185, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(556, 186, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(557, 187, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(558, 188, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(559, 189, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(560, 190, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(561, 191, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(562, 192, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(563, 193, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(564, 194, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(565, 195, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(566, 196, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(567, 197, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(568, 198, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(569, 199, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(570, 200, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(571, 201, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(572, 227, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(573, 228, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(574, 229, 1, 'status_change', 'Status changed from <strong>\'Fresh Lead\'</strong> to <strong>\'Old Leads\'</strong> (Bulk Edit)', 0, '2026-05-10 18:20:15'),
(575, 403, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 0, '2026-05-11 03:04:41'),
(576, 403, 2, 'status_change', 'Changed status from \'RNR\' to \'Whatsapp Reply Awaited\'', 0, '2026-05-11 03:09:28'),
(577, 399, 2, 'status_change', 'Changed status from \'Site Visit Schedule\' to \'Site Visit Done\'', 0, '2026-05-11 03:09:57'),
(578, 364, 2, 'status_change', 'Changed status from \'Not Pick\' to \'Lost\'', 0, '2026-05-11 03:10:53'),
(579, 364, 2, 'update', 'Updated Lost Reason from \'\' to \'By Mistake\'', 0, '2026-05-11 03:10:53'),
(580, 363, 2, 'status_change', 'Changed status from \'Not Pick\' to \'Lost\'', 0, '2026-05-11 03:11:15'),
(581, 363, 2, 'update', 'Updated Lost Reason from \'\' to \'Not Interested\'', 0, '2026-05-11 03:11:15'),
(582, 362, 2, 'status_change', 'Changed status from \'Not Pick\' to \'Lost\'', 0, '2026-05-11 03:11:31'),
(583, 362, 2, 'update', 'Updated Lost Reason from \'\' to \'Unknown Reason\'', 0, '2026-05-11 03:11:31'),
(584, 361, 2, 'status_change', 'Changed status from \'Not Pick\' to \'Lost\'', 0, '2026-05-11 03:11:41'),
(585, 361, 2, 'update', 'Updated Lost Reason from \'\' to \'By Mistake\'', 0, '2026-05-11 03:11:41'),
(586, 211, 2, 'status_change', 'Changed status from \'Not Interested\' to \'Lost\'', 0, '2026-05-11 03:12:37'),
(587, 211, 2, 'update', 'Updated Lost Reason from \'\' to \'Not Interested\'', 0, '2026-05-11 03:12:37'),
(588, 102, 2, 'status_change', 'Changed status from \'Old Leads\' to \'Lost\'', 0, '2026-05-11 03:13:41'),
(589, 102, 2, 'update', 'Updated Lost Reason from \'\' to \'Already Bought\'', 0, '2026-05-11 03:13:41'),
(590, 407, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 0, '2026-05-11 06:44:08'),
(591, 410, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 0, '2026-05-11 06:44:16'),
(592, 406, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'Interested\'', 0, '2026-05-11 07:00:30'),
(593, 408, 3, 'status_change', 'Changed status from \'Fresh Lead\' to \'RNR\'', 0, '2026-05-11 07:01:00'),
(594, 407, 3, 'status_change', 'Changed status from \'RNR\' to \'Whatsapp Reply Awaited\'', 0, '2026-05-11 11:25:57'),
(595, 407, 3, 'update', 'Updated Message from \'\' to \'SWP & Sanjeevaani aarna details shared, he will get back if interested.\'', 0, '2026-05-11 11:26:38'),
(596, 411, 2, 'status_change', 'Changed status from \'Fresh Lead\' to \'Whatsapp Reply Awaited\'', 0, '2026-05-11 16:44:55'),
(597, 74, 3, 'status_change', 'Changed status from \'RNR\' to \'Site Visit Done\'', 0, '2026-05-12 05:40:19'),
(598, 74, 3, 'update', 'Updated Phone Number from \'+919741618175\' to \'+919741608175\'', 0, '2026-05-12 05:40:29'),
(599, 334, 3, 'status_change', 'Changed status from \'Not Pick\' to \'RNR\'', 0, '2026-05-12 05:46:39'),
(600, 331, 3, 'status_change', 'Changed status from \'Not Pick\' to \'RNR\'', 0, '2026-05-12 05:47:31'),
(601, 329, 3, 'status_change', 'Changed status from \'Not Pick\' to \'RNR\'', 0, '2026-05-12 05:48:42'),
(602, 328, 3, 'status_change', 'Changed status from \'Callback Later\' to \'RNR\'', 0, '2026-05-12 05:48:52'),
(603, 326, 3, 'status_change', 'Changed status from \'Not Pick\' to \'RNR\'', 0, '2026-05-12 05:49:02'),
(604, 327, 3, 'update', 'Updated Message from \'Comment = not looking for property || Status = To be connected\' to \'Comment = Not Looking For Property || Status = To Be Connected || not looking to buy if intrested will call\'', 0, '2026-05-12 05:50:52'),
(605, 326, 3, 'update', 'Updated Message from \'Comment = call forwarding to voicemail || Status = To be connected\' to \'Comment = Call Forwarding To Voicemail || Status = To Be Connected || voicemail\'', 0, '2026-05-12 05:51:19'),
(606, 325, 3, 'update', 'Updated Message from \'\' to \'voice mail\'', 0, '2026-05-12 05:51:48'),
(607, 324, 3, 'call_attempt', 'Initiated Call to <strong class=\'text-blue-600\'>919902061543</strong>', 0, '2026-05-12 05:52:04'),
(608, 324, 3, 'update', 'Updated Message from \'Comment = budget 90 lacs, offered Gopalan Olympia &amp; Provident sunworth city\' to \'Comment = Budget 90 Lacs, Offered Gopalan Olympia &amp; Provident Sunworth City || not intrested to buy will contact \'', 0, '2026-05-12 05:54:14'),
(609, 323, 3, 'whatsapp_msg', 'Initiated WhatsApp chat to <strong class=\'text-green-600\'>919611704487</strong>', 0, '2026-05-12 06:06:47'),
(610, 323, 3, 'update', 'Updated Message from \'Comment = budget 1 cr, 2.5 bhk\' to \'Comment = Budget 1 Cr, 2.5 Bhk || whatsapp message sent\'', 0, '2026-05-12 06:09:58');

-- --------------------------------------------------------

--
-- Table structure for table `lead_files`
--

CREATE TABLE `lead_files` (
  `id` int(11) NOT NULL,
  `lead_id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `file_name` varchar(255) NOT NULL,
  `file_path` varchar(255) NOT NULL,
  `note` text DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `lead_followups`
--

CREATE TABLE `lead_followups` (
  `id` int(11) NOT NULL,
  `lead_id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `scheduled_at` datetime NOT NULL,
  `status` enum('pending','completed','cancelled') DEFAULT 'pending',
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;

--
-- Dumping data for table `lead_followups`
--

INSERT INTO `lead_followups` (`id`, `lead_id`, `user_id`, `scheduled_at`, `status`, `created_at`) VALUES
(2, 25, 3, '2026-06-23 11:27:00', 'pending', '2026-04-23 13:54:00'),
(3, 20, 3, '2026-04-30 11:31:00', 'completed', '2026-04-23 13:57:21'),
(4, 68, 2, '2026-04-24 17:56:52', 'completed', '2026-04-24 12:11:51'),
(5, 68, 2, '2026-04-24 18:46:06', 'completed', '2026-04-24 12:16:05'),
(7, 48, 2, '2026-04-26 11:07:34', 'completed', '2026-04-25 05:37:34'),
(8, 6, 3, '2026-05-10 11:30:00', 'pending', '2026-04-25 06:00:30');

-- --------------------------------------------------------

--
-- Table structure for table `lead_payments`
--

CREATE TABLE `lead_payments` (
  `id` int(11) NOT NULL,
  `lead_id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `amount` decimal(15,2) NOT NULL,
  `currency` varchar(10) DEFAULT 'AED',
  `status` enum('pending','completed','processing','failed','refunded','cancelled') DEFAULT 'pending',
  `note` text DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `lead_stages`
--

CREATE TABLE `lead_stages` (
  `id` int(11) NOT NULL,
  `stage_name` varchar(100) NOT NULL,
  `stage_type` enum('initial','active','won','lost','lost_reason') NOT NULL,
  `color_code` varchar(20) DEFAULT '#E5E7EB',
  `is_default` tinyint(1) DEFAULT 0,
  `sort_order` int(11) DEFAULT 0,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `lead_stages`
--

INSERT INTO `lead_stages` (`id`, `stage_name`, `stage_type`, `color_code`, `is_default`, `sort_order`, `created_at`) VALUES
(1, 'Fresh Lead', 'initial', '#F3F4F6', 1, 0, '2026-01-02 11:50:50'),
(4, 'Interested', 'active', '#D1FAE5', 0, 5, '2026-01-02 11:50:50'),
(5, 'Whatsapp Reply Awaited', 'active', '#E0E7FF', 0, 8, '2026-01-02 11:50:50'),
(6, 'Cold', 'active', '#E5E7EB', 0, 9, '2026-01-02 11:50:50'),
(7, 'General Enquiry', 'active', '#DBEAFE', 0, 10, '2026-01-02 11:50:50'),
(8, 'VC Meeting Done', 'active', '#FCE7F3', 0, 11, '2026-01-02 11:50:50'),
(9, 'Won', 'won', '#D1FAE5', 1, 0, '2026-01-02 11:50:50'),
(10, 'Lost', 'lost', '#FEE2E2', 1, 0, '2026-01-02 11:50:50'),
(11, 'Broker', 'lost_reason', '#FFFFFF', 0, 1, '2026-01-02 11:50:50'),
(12, 'By Mistake', 'lost_reason', '#FFFFFF', 0, 2, '2026-01-02 11:50:50'),
(13, 'Already Bought', 'lost_reason', '#FFFFFF', 0, 3, '2026-01-02 11:50:50'),
(14, 'Not Interested', 'lost_reason', '#FFFFFF', 0, 4, '2026-01-02 11:50:50'),
(15, 'Unable to Connect', 'lost_reason', '#FFFFFF', 0, 5, '2026-01-02 11:50:50'),
(18, 'Budget Issues', 'lost_reason', '#E5E7EB', 0, 6, '2026-01-02 12:03:37'),
(19, 'Unknown Reason', 'lost_reason', '#E5E7EB', 0, 7, '2026-01-02 12:08:42'),
(20, 'Postponed', 'lost_reason', '#E5E7EB', 0, 8, '2026-01-02 12:09:01'),
(21, 'Interested Business Setup', 'lost_reason', '#E5E7EB', 0, 9, '2026-01-02 12:09:21'),
(22, 'RNR', 'active', '#E5E7EB', 0, 1, '2026-01-02 16:51:06'),
(23, 'Call Back Later', 'active', '#FEF3C7', 0, 3, '2026-01-02 16:51:16'),
(24, 'Face to Face Meeting Done', 'active', '#E0E7FF', 0, 12, '2026-01-02 16:51:37'),
(26, 'Interested in Event', 'active', '#FFEDD5', 0, 13, '2026-01-02 16:52:31'),
(27, 'VC Scheduled', 'active', '#DBEAFE', 0, 14, '2026-01-02 16:52:44'),
(28, 'In Person Meeting Scheduled', 'active', '#FCE7F3', 0, 15, '2026-01-02 16:53:10'),
(61, 'Others', 'lost_reason', '#E5E7EB', 0, 10, '2026-04-23 17:24:24'),
(62, 'Not Interested', 'active', '#E0E7FF', 0, 2, '2026-04-24 12:06:09'),
(63, 'Negotiation', 'active', '#D1FAE5', 0, 4, '2026-04-30 08:54:26'),
(64, 'Verbally Closed', 'active', '#DBEAFE', 0, 7, '2026-04-30 08:54:41'),
(65, 'Site Visit Schedule', 'active', '#D1FAE5', 0, 6, '2026-05-02 05:51:09'),
(66, 'Site Visit Done', 'active', '#D1FAE5', 0, 16, '2026-05-02 05:51:25'),
(67, 'Old Leads', 'active', '#E5E7EB', 0, 17, '2026-05-10 18:18:03');

-- --------------------------------------------------------

--
-- Table structure for table `lists`
--

CREATE TABLE `lists` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `list_members`
--

CREATE TABLE `list_members` (
  `id` int(11) NOT NULL,
  `list_id` int(11) NOT NULL,
  `lead_id` int(11) NOT NULL,
  `added_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

-- --------------------------------------------------------

--
-- Table structure for table `system_audit_logs`
--

CREATE TABLE `system_audit_logs` (
  `id` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `user_name` varchar(255) DEFAULT NULL,
  `user_role` varchar(50) DEFAULT NULL,
  `action_type` varchar(100) NOT NULL,
  `related_id` int(11) DEFAULT NULL,
  `details` text DEFAULT NULL,
  `snapshot_data` longtext DEFAULT NULL,
  `ip_address` varchar(45) DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `system_audit_logs`
--

INSERT INTO `system_audit_logs` (`id`, `user_id`, `user_name`, `user_role`, `action_type`, `related_id`, `details`, `snapshot_data`, `ip_address`, `created_at`) VALUES
(1, 1, 'BLR Realty', 'root', 'BULK_DELETE_ITEM', 1, 'Bulk deleted lead: <test lead: dummy data for full_name> (ID: 1)', '{\n    \"lead_info\": {\n        \"id\": 1,\n        \"form_id\": \"958578696582119\",\n        \"assigned_to\": 2,\n        \"full_name\": \"<test lead: dummy data for full_name>\",\n        \"email\": \"test@meta.com\",\n        \"phone_number\": \"\",\n        \"city\": \"<test lead: dummy data for city>\",\n        \"message\": null,\n        \"budget\": \"<test lead: dummy data for budget_range?>\",\n        \"source\": \"Facebook\",\n        \"form_name\": \"Cluster BLR - JP IRIS -Updated B (ACTIVE)\",\n        \"custom_data\": \"{\\\"fb_original_date\\\":\\\"2026-04-20 12:00:39\\\"}\",\n        \"created_at\": \"2026-04-20 22:34:16\",\n        \"whatsapp\": null,\n        \"facebook_lead_id\": \"949961750953346\",\n        \"status\": \"Fresh Lead\",\n        \"is_deleted\": 0,\n        \"lost_reason\": null,\n        \"rating\": 0,\n        \"campaign_name\": null,\n        \"campaign_id\": null,\n        \"adset_name\": null,\n        \"adset_id\": null,\n        \"ad_name\": null,\n        \"ad_id\": null,\n        \"platform\": \"fb\",\n        \"is_organic\": 1,\n        \"when_do_you_plan_to_start\": null,\n        \"what_business_do_you_want_to_start\": null,\n        \"country\": null,\n        \"what_is_your_purpose_of_buying\": null,\n        \"have_you_ever_visited_dubai\": null,\n        \"what_type_of_property_are_you_interested_in\": null,\n        \"how_much_do_you_want_to_invest_in_dubai_real_estate\": null,\n        \"please_let_us_know_a_convenient_time_for_the_meeting\": null,\n        \"inbox_url\": null,\n        \"when_do_you_plan_to_buy_a_property\": null,\n        \"state\": null,\n        \"batch_name\": null,\n        \"which_property\": null,\n        \"preferred_property_type\": \"<test lead: dummy data for preferred_configuration?>\",\n        \"where_is_your_workplace_located\": null,\n        \"do_you_prefer_hoskote_as_your_location\": null\n    },\n    \"history\": [],\n    \"payments\": [],\n    \"files\": [],\n    \"tasks\": []\n}', '106.221.233.228', '2026-04-21 17:27:44'),
(2, 1, 'BLR Realty', 'root', 'BULK_DELETE_ITEM', 3, 'Bulk deleted lead: <test lead: dummy data for full_name> (ID: 3)', '{\n    \"lead_info\": {\n        \"id\": 3,\n        \"form_id\": \"1248218334136620\",\n        \"assigned_to\": 2,\n        \"full_name\": \"<test lead: dummy data for full_name>\",\n        \"email\": \"test@meta.com\",\n        \"phone_number\": \"\",\n        \"city\": \"<test lead: dummy data for city>\",\n        \"message\": null,\n        \"budget\": \"<test lead: dummy data for budget_range?>\",\n        \"source\": \"Facebook\",\n        \"form_name\": \"Cluster BLR - JP IRIS -Updated A (ACTIVE)\",\n        \"custom_data\": \"{\\\"fb_original_date\\\":\\\"2026-04-19 11:45:21\\\"}\",\n        \"created_at\": \"2026-04-20 22:35:33\",\n        \"whatsapp\": null,\n        \"facebook_lead_id\": \"1439828154052512\",\n        \"status\": \"Fresh Lead\",\n        \"is_deleted\": 0,\n        \"lost_reason\": null,\n        \"rating\": 0,\n        \"campaign_name\": null,\n        \"campaign_id\": null,\n        \"adset_name\": null,\n        \"adset_id\": null,\n        \"ad_name\": null,\n        \"ad_id\": null,\n        \"platform\": \"fb\",\n        \"is_organic\": 1,\n        \"when_do_you_plan_to_start\": null,\n        \"what_business_do_you_want_to_start\": null,\n        \"country\": null,\n        \"what_is_your_purpose_of_buying\": null,\n        \"have_you_ever_visited_dubai\": null,\n        \"what_type_of_property_are_you_interested_in\": null,\n        \"how_much_do_you_want_to_invest_in_dubai_real_estate\": null,\n        \"please_let_us_know_a_convenient_time_for_the_meeting\": null,\n        \"inbox_url\": null,\n        \"when_do_you_plan_to_buy_a_property\": null,\n        \"state\": null,\n        \"batch_name\": null,\n        \"which_property\": null,\n        \"preferred_property_type\": \"<test lead: dummy data for preferred_configuration?>\",\n        \"where_is_your_workplace_located\": null,\n        \"do_you_prefer_hoskote_as_your_location\": null\n    },\n    \"history\": [],\n    \"payments\": [],\n    \"files\": [],\n    \"tasks\": []\n}', '106.221.233.228', '2026-04-21 17:27:44'),
(3, 1, 'BLR Realty', 'root', 'BULK_DELETE_ITEM', 19, 'Bulk deleted lead: <test lead: dummy data for full_name> (ID: 19)', '{\n    \"lead_info\": {\n        \"id\": 19,\n        \"form_id\": \"940507548843753\",\n        \"assigned_to\": 2,\n        \"full_name\": \"<test lead: dummy data for full_name>\",\n        \"email\": \"test@meta.com\",\n        \"phone_number\": \"\",\n        \"city\": \"<test lead: dummy data for city>\",\n        \"message\": null,\n        \"budget\": \"<test lead: dummy data for budget_range?>\",\n        \"source\": \"Facebook\",\n        \"form_name\": \"Cluster BLR - coevolve-Updated A (ACTIVE)\",\n        \"custom_data\": \"{\\\"fb_original_date\\\":\\\"2026-04-19 14:10:42\\\"}\",\n        \"created_at\": \"2026-04-20 22:39:53\",\n        \"whatsapp\": null,\n        \"facebook_lead_id\": \"935492899251761\",\n        \"status\": \"Fresh Lead\",\n        \"is_deleted\": 0,\n        \"lost_reason\": null,\n        \"rating\": 0,\n        \"campaign_name\": null,\n        \"campaign_id\": null,\n        \"adset_name\": null,\n        \"adset_id\": null,\n        \"ad_name\": null,\n        \"ad_id\": null,\n        \"platform\": \"fb\",\n        \"is_organic\": 1,\n        \"when_do_you_plan_to_start\": null,\n        \"what_business_do_you_want_to_start\": null,\n        \"country\": null,\n        \"what_is_your_purpose_of_buying\": null,\n        \"have_you_ever_visited_dubai\": null,\n        \"what_type_of_property_are_you_interested_in\": null,\n        \"how_much_do_you_want_to_invest_in_dubai_real_estate\": null,\n        \"please_let_us_know_a_convenient_time_for_the_meeting\": \"<test lead: dummy data for preferred_configuration?>\",\n        \"inbox_url\": null,\n        \"when_do_you_plan_to_buy_a_property\": null,\n        \"state\": null,\n        \"batch_name\": null,\n        \"which_property\": null,\n        \"preferred_property_type\": null,\n        \"where_is_your_workplace_located\": null,\n        \"do_you_prefer_hoskote_as_your_location\": null\n    },\n    \"history\": [],\n    \"payments\": [],\n    \"files\": [],\n    \"tasks\": []\n}', '106.221.233.228', '2026-04-21 17:27:44'),
(4, 1, 'BLR Realty', 'root', 'BULK_DELETE_SUMMARY', NULL, 'Executed bulk deletion of 3 leads. Auto-backup created: bulk_delete_backup_2026-04-21_22-57-43_3_leads.xls', NULL, '106.221.233.228', '2026-04-21 17:27:44'),
(5, 1, 'BLR Realty', 'root', 'BULK_UPDATE', NULL, 'Bulk updated 1 leads. Status to: Fresh Lead', NULL, '106.221.233.228', '2026-04-21 17:28:35'),
(6, 1, 'BLR Realty', 'root', 'BULK_UPDATE', NULL, 'Bulk updated 1 leads. Status to: Fresh Lead', NULL, '106.221.233.228', '2026-04-21 17:28:51'),
(7, 1, 'BLR Realty', 'root', 'BULK_UPDATE', NULL, 'Bulk updated 1 leads. Status to: Fresh Lead', NULL, '106.221.233.228', '2026-04-21 17:49:31'),
(8, 2, 'Bhavin K Patel', 'sales', 'update', 34, 'Lead #34: Updated Message from \'\' to \'Ringing No response\'', NULL, '106.202.100.142', '2026-04-22 05:16:12'),
(9, 2, 'Bhavin K Patel', 'sales', 'update', 31, 'Lead #31: Updated Message from \'\' to \'RNR\'', NULL, '106.202.100.142', '2026-04-22 05:17:54'),
(10, 2, 'Bhavin K Patel', 'sales', 'update', 29, 'Lead #29: Updated Message from \'\' to \'calls not contactless \'', NULL, '106.202.100.142', '2026-04-22 05:20:00'),
(11, 2, 'Bhavin K Patel', 'sales', 'update', 28, 'Lead #28: Updated Message from \'\' to \'she has not in town so said to share the co evlove forenza project on watsapp \'', NULL, '106.202.100.142', '2026-04-22 05:24:37'),
(12, 2, 'Bhavin K Patel', 'sales', 'update', 26, 'Lead #26: Updated Message from \'\' to \'RNR\'', NULL, '106.202.100.142', '2026-04-22 05:26:30'),
(13, 2, 'Bhavin K Patel', 'sales', 'update', 24, 'Lead #24: Updated Message from \'\' to \'calls gets automatically disconneted \'', NULL, '106.202.100.142', '2026-04-22 05:28:07'),
(14, 3, 'Syed Pasha', 'sales', 'status_change', 38, 'Lead #38: Changed status from \'Fresh Lead\' to \'NP\'', NULL, '122.181.103.193', '2026-04-23 11:45:19'),
(15, 3, 'Syed Pasha', 'sales', 'status_change', 38, 'Lead #38: Changed status from \'NP\' to \'Interested\'', NULL, '122.181.103.193', '2026-04-23 11:45:59'),
(16, 3, 'Syed Pasha', 'sales', 'update', 38, 'Lead #38: Updated Email from \'\' to \'test@gmail.com\'', NULL, '122.181.103.193', '2026-04-23 11:47:07'),
(17, 3, 'Syed Pasha', 'sales', 'update', 38, 'Lead #38: Updated Rating from \'0\' to \'3\'', NULL, '122.181.103.193', '2026-04-23 11:47:54'),
(18, 3, 'Syed Pasha', 'sales', 'followup', 38, 'Lead #38: Scheduled a follow-up call for 24 Apr 06:00 PM', NULL, '122.181.103.193', '2026-04-23 11:52:12'),
(19, 3, 'Syed Pasha', 'sales', 'status_change', 38, 'Lead #38: Changed status from \'Interested\' to \'Fresh Lead\'', NULL, '122.181.103.193', '2026-04-23 11:54:03'),
(20, 3, 'Syed Pasha', 'sales', 'status_change', 38, 'Lead #38: Changed status from \'Fresh Lead\' to \'Interested\'', NULL, '122.181.103.193', '2026-04-23 11:54:06'),
(21, 3, 'Syed Pasha', 'sales', 'status_change', 36, 'Lead #36: Changed status from \'Fresh Lead\' to \'Call Back Later\'', NULL, '122.181.103.193', '2026-04-23 11:56:59'),
(22, 3, 'Syed Pasha', 'sales', 'status_change', 38, 'Lead #38: Changed status from \'Interested\' to \'Lost\'', NULL, '122.181.103.193', '2026-04-23 11:58:23'),
(23, 3, 'Syed Pasha', 'sales', 'update', 38, 'Lead #38: Updated Lost Reason from \'\' to \'Budget Issues\'', NULL, '122.181.103.193', '2026-04-23 11:58:23'),
(24, 3, 'Syed Pasha', 'sales', 'BULK_UPDATE', NULL, 'Bulk updated 2 leads. Status to: Fresh Lead', NULL, '122.181.103.193', '2026-04-23 12:02:39'),
(25, 3, 'Syed Pasha', 'sales', 'status_change', 36, 'Lead #36: Changed status from \'Fresh Lead\' to \'Lost\'', NULL, '122.171.16.249', '2026-04-23 12:35:06'),
(26, 3, 'Syed Pasha', 'sales', 'update', 36, 'Lead #36: Updated Lost Reason from \'\' to \'Unable to Connect\'', NULL, '122.171.16.249', '2026-04-23 12:35:06'),
(27, 3, 'Syed Pasha', 'sales', 'status_change', 32, 'Lead #32: Changed status from \'Fresh Lead\' to \'NP\'', NULL, '122.171.16.249', '2026-04-23 12:36:55'),
(28, 3, 'Syed Pasha', 'sales', 'status_change', 27, 'Lead #27: Changed status from \'Fresh Lead\' to \'Interested\'', NULL, '122.171.16.249', '2026-04-23 12:48:46'),
(29, 3, 'Syed Pasha', 'sales', 'status_change', 25, 'Lead #25: Changed status from \'Fresh Lead\' to \'Call Back Later\'', NULL, '122.171.16.249', '2026-04-23 13:52:42'),
(30, 3, 'Syed Pasha', 'sales', 'followup', 25, 'Lead #25: Scheduled a follow-up call for 23 Jun 11:27 AM', NULL, '122.171.16.249', '2026-04-23 13:54:00'),
(31, 3, 'Syed Pasha', 'sales', 'status_change', 22, 'Lead #22: Changed status from \'Fresh Lead\' to \'NP\'', NULL, '122.171.16.249', '2026-04-23 13:55:02'),
(32, 3, 'Syed Pasha', 'sales', 'status_change', 20, 'Lead #20: Changed status from \'Fresh Lead\' to \'Interested\'', NULL, '122.171.16.249', '2026-04-23 13:56:58'),
(33, 3, 'Syed Pasha', 'sales', 'followup', 20, 'Lead #20: Scheduled a follow-up call for 30 Apr 11:31 AM', NULL, '122.171.16.249', '2026-04-23 13:57:21'),
(34, 3, 'Syed Pasha', 'sales', 'status_change', 22, 'Lead #22: Changed status from \'NP\' to \'Interested\'', NULL, '122.171.16.249', '2026-04-23 14:26:07'),
(35, 3, 'Syed Pasha', 'sales', 'status_change', 2, 'Lead #2: Changed status from \'Fresh Lead\' to \'Lost\'', NULL, '122.171.16.249', '2026-04-23 16:03:49'),
(36, 3, 'Syed Pasha', 'sales', 'update', 2, 'Lead #2: Updated Lost Reason from \'\' to \'By Mistake\'', NULL, '122.171.16.249', '2026-04-23 16:03:49'),
(37, 1, 'BLR Realty', 'root', 'whatsapp_msg', 40, 'Lead #40: Initiated WhatsApp chat to +919538916003', NULL, '103.179.3.83', '2026-04-23 16:18:58'),
(38, 1, 'BLR Realty', 'root', 'BULK_UPDATE', NULL, 'Bulk updated 1 leads. Status to: Fresh Lead [Messages Cleared]', NULL, '117.98.2.51', '2026-04-23 17:13:14'),
(39, 1, 'BLR Realty', 'root', 'BULK_DELETE_ITEM', 51, 'Bulk deleted lead: <test lead: dummy data for full_name> (ID: 51)', '{\n    \"lead_info\": {\n        \"id\": 51,\n        \"form_id\": \"826871200418984\",\n        \"assigned_to\": 3,\n        \"full_name\": \"<test lead: dummy data for full_name>\",\n        \"email\": \"test@meta.com\",\n        \"phone_number\": \"\",\n        \"city\": null,\n        \"message\": null,\n        \"budget\": \"<test lead: dummy data for what\'s_your_budget_range?>\",\n        \"source\": \"Facebook\",\n        \"form_name\": \"Embassy Devanahalli – Pre-Launch Priority Access (ACTIVE)\",\n        \"custom_data\": \"{\\\"fb_original_date\\\":\\\"2026-03-05 09:52:16\\\"}\",\n        \"created_at\": \"2026-04-24 00:09:16\",\n        \"whatsapp\": null,\n        \"facebook_lead_id\": \"4296776863902151\",\n        \"status\": \"Fresh Lead\",\n        \"is_deleted\": 0,\n        \"lost_reason\": null,\n        \"rating\": 0,\n        \"campaign_name\": null,\n        \"campaign_id\": null,\n        \"adset_name\": null,\n        \"adset_id\": null,\n        \"ad_name\": null,\n        \"ad_id\": null,\n        \"platform\": \"fb\",\n        \"is_organic\": 1,\n        \"when_do_you_plan_to_start\": \"<test lead: dummy data for are_you_looking_for_home_loan_assistance?>\",\n        \"what_business_do_you_want_to_start\": null,\n        \"country\": null,\n        \"what_is_your_purpose_of_buying\": null,\n        \"have_you_ever_visited_dubai\": null,\n        \"what_type_of_property_are_you_interested_in\": \"<test lead: dummy data for preferred_configuration?>\",\n        \"how_much_do_you_want_to_invest_in_dubai_real_estate\": null,\n        \"please_let_us_know_a_convenient_time_for_the_meeting\": null,\n        \"inbox_url\": null,\n        \"when_do_you_plan_to_buy_a_property\": \"<test lead: dummy data for when_are_you_planning_to_buy?>\",\n        \"state\": null,\n        \"batch_name\": null,\n        \"which_property\": null,\n        \"preferred_property_type\": null,\n        \"where_is_your_workplace_located\": null,\n        \"do_you_prefer_hoskote_as_your_location\": null\n    },\n    \"history\": [],\n    \"payments\": [],\n    \"files\": [],\n    \"tasks\": []\n}', '103.179.3.83', '2026-04-23 18:44:19'),
(40, 1, 'BLR Realty', 'root', 'BULK_DELETE_ITEM', 54, 'Bulk deleted lead: <test lead: dummy data for full_name> (ID: 54)', '{\n    \"lead_info\": {\n        \"id\": 54,\n        \"form_id\": \"834084519091439\",\n        \"assigned_to\": 2,\n        \"full_name\": \"<test lead: dummy data for full_name>\",\n        \"email\": null,\n        \"phone_number\": \"\",\n        \"city\": \"<test lead: dummy data for city>\",\n        \"message\": null,\n        \"budget\": \"<test lead: dummy data for what_is_your_preferred_budget_range?>\",\n        \"source\": \"Facebook\",\n        \"form_name\": \"Embassy Verde 2.0 lead form\\/ 01-03-2026- (ACTIVE)\",\n        \"custom_data\": \"{\\\"fb_original_date\\\":\\\"2026-03-01 15:22:58\\\"}\",\n        \"created_at\": \"2026-04-24 00:10:48\",\n        \"whatsapp\": null,\n        \"facebook_lead_id\": \"962329752809608\",\n        \"status\": \"Fresh Lead\",\n        \"is_deleted\": 0,\n        \"lost_reason\": null,\n        \"rating\": 0,\n        \"campaign_name\": null,\n        \"campaign_id\": null,\n        \"adset_name\": null,\n        \"adset_id\": null,\n        \"ad_name\": null,\n        \"ad_id\": null,\n        \"platform\": \"fb\",\n        \"is_organic\": 1,\n        \"when_do_you_plan_to_start\": \"<test lead: dummy data for when_are_you_planning_to_visit_the_project_site?>\",\n        \"what_business_do_you_want_to_start\": null,\n        \"country\": null,\n        \"what_is_your_purpose_of_buying\": null,\n        \"have_you_ever_visited_dubai\": null,\n        \"what_type_of_property_are_you_interested_in\": \"<test lead: dummy data for which_property_are_you_looking_for?>\",\n        \"how_much_do_you_want_to_invest_in_dubai_real_estate\": null,\n        \"please_let_us_know_a_convenient_time_for_the_meeting\": null,\n        \"inbox_url\": null,\n        \"when_do_you_plan_to_buy_a_property\": null,\n        \"state\": null,\n        \"batch_name\": null,\n        \"which_property\": null,\n        \"preferred_property_type\": null,\n        \"where_is_your_workplace_located\": null,\n        \"do_you_prefer_hoskote_as_your_location\": null\n    },\n    \"history\": [],\n    \"payments\": [],\n    \"files\": [],\n    \"tasks\": []\n}', '103.179.3.83', '2026-04-23 18:44:19'),
(41, 1, 'BLR Realty', 'root', 'BULK_DELETE_SUMMARY', NULL, 'Executed bulk deletion of 2 leads. Auto-backup created: bulk_delete_backup_2026-04-24_00-14-20_2_leads.xls', NULL, '103.179.3.83', '2026-04-23 18:44:19'),
(42, 1, 'BLR Realty', 'root', 'BULK_UPDATE', NULL, 'Bulk updated 1 leads. ', NULL, '103.179.3.83', '2026-04-23 18:46:18'),
(43, 3, 'Syed Pasha', 'sales', 'whatsapp_msg', 55, 'Lead #55: Initiated WhatsApp chat to 917795714807', NULL, '122.171.16.249', '2026-04-24 00:26:06'),
(44, 3, 'Syed Pasha', 'sales', 'whatsapp_msg', 57, 'Lead #57: Initiated WhatsApp chat to 919008560552', NULL, '122.171.16.249', '2026-04-24 00:27:08'),
(45, 3, 'Syed Pasha', 'sales', 'whatsapp_msg', 59, 'Lead #59: Initiated WhatsApp chat to 917353010194', NULL, '122.171.16.249', '2026-04-24 00:28:17'),
(46, 3, 'Syed Pasha', 'sales', 'whatsapp_msg', 61, 'Lead #61: Initiated WhatsApp chat to 918095516889', NULL, '122.171.16.249', '2026-04-24 00:28:47'),
(47, 3, 'Syed Pasha', 'sales', 'whatsapp_msg', 63, 'Lead #63: Initiated WhatsApp chat to 919731253580', NULL, '122.171.16.249', '2026-04-24 00:29:01'),
(48, 3, 'Syed Pasha', 'sales', 'whatsapp_msg', 65, 'Lead #65: Initiated WhatsApp chat to 916364530592', NULL, '122.171.16.249', '2026-04-24 00:29:12'),
(49, 3, 'Syed Pasha', 'sales', 'whatsapp_msg', 49, 'Lead #49: Initiated WhatsApp chat to 917795319422', NULL, '122.171.16.249', '2026-04-24 00:29:28'),
(50, 3, 'Syed Pasha', 'sales', 'whatsapp_msg', 53, 'Lead #53: Initiated WhatsApp chat to 919903343736', NULL, '122.171.16.249', '2026-04-24 00:29:40'),
(51, 3, 'Syed Pasha', 'sales', 'whatsapp_msg', 42, 'Lead #42: Initiated WhatsApp chat to 919986744490', NULL, '122.171.16.249', '2026-04-24 00:29:54'),
(52, 3, 'Syed Pasha', 'sales', 'whatsapp_msg', 44, 'Lead #44: Initiated WhatsApp chat to 919960976567', NULL, '122.171.16.249', '2026-04-24 00:30:05'),
(53, 3, 'Syed Pasha', 'sales', 'whatsapp_msg', 46, 'Lead #46: Initiated WhatsApp chat to 918217519809', NULL, '122.171.16.249', '2026-04-24 00:30:17'),
(54, 3, 'Syed Pasha', 'sales', 'whatsapp_msg', 40, 'Lead #40: Initiated WhatsApp chat to +919538916003', NULL, '122.171.16.249', '2026-04-24 00:30:29'),
(55, 2, 'Bhavin K Patel', 'sales', 'update', 48, 'Lead #48: Updated Full Name from \'JJVMSR3355\' to \'Anupama R\'', NULL, '223.237.175.48', '2026-04-24 04:21:37'),
(56, 2, 'Bhavin K Patel', 'sales', 'update', 48, 'Lead #48: Updated What Is Your Purpose Of Buying from \'\' to \'she is looking in whitefield 2.5 bhk in 75 blakhs \'', NULL, '223.237.175.48', '2026-04-24 04:21:37'),
(57, 2, 'Bhavin K Patel', 'sales', 'update', 48, 'Lead #48: Updated Rating from \'0\' to \'3\'', NULL, '223.237.175.48', '2026-04-24 04:21:37'),
(58, 3, 'Syed Pasha', 'sales', 'whatsapp_msg', 66, 'Lead #66: Initiated WhatsApp chat to +919735854113', NULL, '122.171.16.249', '2026-04-24 04:22:37'),
(59, 2, 'Bhavin K Patel', 'sales', 'update', 56, 'Lead #56: Updated Rating from \'0\' to \'1\'', NULL, '223.237.175.48', '2026-04-24 04:23:08'),
(60, 3, 'Syed Pasha', 'sales', 'status_change', 66, 'Lead #66: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '122.171.16.249', '2026-04-24 04:24:09'),
(61, 2, 'Bhavin K Patel', 'sales', 'update', 58, 'Lead #58: Updated Message from \'\' to \'Not picking up the call \'', NULL, '223.237.175.48', '2026-04-24 04:24:48'),
(62, 2, 'Bhavin K Patel', 'sales', 'update', 58, 'Lead #58: Updated Rating from \'0\' to \'2\'', NULL, '223.237.175.48', '2026-04-24 04:24:48'),
(63, 3, 'Syed Pasha', 'sales', 'whatsapp_msg', 55, 'Lead #55: Initiated WhatsApp chat to 917795714807', NULL, '122.171.16.249', '2026-04-24 04:25:25'),
(64, 2, 'Bhavin K Patel', 'sales', 'update', 60, 'Lead #60: Updated Message from \'\' to \'call back later\'', NULL, '223.237.175.48', '2026-04-24 04:26:01'),
(65, 2, 'Bhavin K Patel', 'sales', 'update', 60, 'Lead #60: Updated Rating from \'0\' to \'2\'', NULL, '223.237.175.48', '2026-04-24 04:26:01'),
(66, 3, 'Syed Pasha', 'sales', 'status_change', 55, 'Lead #55: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '122.171.16.249', '2026-04-24 04:26:56'),
(67, 3, 'Syed Pasha', 'sales', 'status_change', 57, 'Lead #57: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '122.171.16.249', '2026-04-24 04:28:46'),
(68, 3, 'Syed Pasha', 'sales', 'status_change', 67, 'Lead #67: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '122.171.16.249', '2026-04-24 04:30:07'),
(69, 3, 'Syed Pasha', 'sales', 'whatsapp_msg', 67, 'Lead #67: Initiated WhatsApp chat to +917353848093', NULL, '122.171.16.249', '2026-04-24 04:30:22'),
(70, 3, 'Syed Pasha', 'sales', 'status_change', 59, 'Lead #59: Changed status from \'Fresh Lead\' to \'Lost\'', NULL, '122.171.16.249', '2026-04-24 04:33:15'),
(71, 3, 'Syed Pasha', 'sales', 'update', 59, 'Lead #59: Updated Lost Reason from \'\' to \'By Mistake\'', NULL, '122.171.16.249', '2026-04-24 04:33:15'),
(72, 3, 'Syed Pasha', 'sales', 'status_change', 61, 'Lead #61: Changed status from \'Fresh Lead\' to \'Lost\'', NULL, '122.171.16.249', '2026-04-24 04:36:25'),
(73, 3, 'Syed Pasha', 'sales', 'update', 61, 'Lead #61: Updated Lost Reason from \'\' to \'Not Interested\'', NULL, '122.171.16.249', '2026-04-24 04:36:25'),
(74, 3, 'Syed Pasha', 'sales', 'status_change', 63, 'Lead #63: Changed status from \'Fresh Lead\' to \'Lost\'', NULL, '122.171.16.249', '2026-04-24 04:37:59'),
(75, 3, 'Syed Pasha', 'sales', 'update', 63, 'Lead #63: Updated Lost Reason from \'\' to \'By Mistake\'', NULL, '122.171.16.249', '2026-04-24 04:37:59'),
(76, 3, 'Syed Pasha', 'sales', 'status_change', 65, 'Lead #65: Changed status from \'Fresh Lead\' to \'Lost\'', NULL, '122.171.16.249', '2026-04-24 04:49:41'),
(77, 3, 'Syed Pasha', 'sales', 'update', 65, 'Lead #65: Updated Lost Reason from \'\' to \'Not Interested\'', NULL, '122.171.16.249', '2026-04-24 04:49:41'),
(78, 3, 'Syed Pasha', 'sales', 'status_change', 49, 'Lead #49: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '122.171.16.249', '2026-04-24 04:50:52'),
(79, 3, 'Syed Pasha', 'sales', 'status_change', 53, 'Lead #53: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '122.171.16.249', '2026-04-24 04:51:56'),
(80, 3, 'Syed Pasha', 'sales', 'status_change', 42, 'Lead #42: Changed status from \'Fresh Lead\' to \'Call Back Later\'', NULL, '122.171.16.249', '2026-04-24 04:52:40'),
(81, 3, 'Syed Pasha', 'sales', 'status_change', 44, 'Lead #44: Changed status from \'Fresh Lead\' to \'Lost\'', NULL, '122.171.16.249', '2026-04-24 04:54:02'),
(82, 3, 'Syed Pasha', 'sales', 'update', 44, 'Lead #44: Updated Lost Reason from \'\' to \'Not Interested\'', NULL, '122.171.16.249', '2026-04-24 04:54:02'),
(83, 3, 'Syed Pasha', 'sales', 'status_change', 46, 'Lead #46: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '122.171.16.249', '2026-04-24 04:56:08'),
(84, 3, 'Syed Pasha', 'sales', 'status_change', 40, 'Lead #40: Changed status from \'Fresh Lead\' to \'Interested\'', NULL, '122.171.16.249', '2026-04-24 05:00:02'),
(85, 2, 'Bhavin K Patel', 'sales', 'update', 62, 'Lead #62: Updated Email from \'\' to \'test@gmail.com\'', NULL, '122.181.103.193', '2026-04-24 05:34:33'),
(86, 2, 'Bhavin K Patel', 'sales', 'update', 62, 'Lead #62: Updated Email from \'test@gmail.com\' to \'\'', NULL, '122.181.103.193', '2026-04-24 05:36:03'),
(87, 2, 'Bhavin K Patel', 'sales', 'update', 60, 'Lead #60: Updated Message from \'call back later\' to \'wrong number\'', NULL, '106.192.249.148', '2026-04-24 05:41:29'),
(88, 2, 'Bhavin K Patel', 'sales', 'update', 60, 'Lead #60: Updated Budget from \'1 Crore To 1 5 Crore\' to \'1 Crore To 1.5 Crore\'', NULL, '106.192.249.148', '2026-04-24 05:41:29'),
(89, 2, 'Bhavin K Patel', 'sales', 'update', 60, 'Lead #60: Updated Rating from \'2\' to \'1\'', NULL, '106.192.249.148', '2026-04-24 05:41:29'),
(90, 1, 'BLR Realty', 'root', 'BULK_DELETE_ITEM', 43, 'Bulk deleted lead: <test lead: dummy data for full_name> (ID: 43)', '{\n    \"lead_info\": {\n        \"id\": 43,\n        \"form_id\": \"4548227955397383\",\n        \"assigned_to\": 2,\n        \"full_name\": \"<test lead: dummy data for full_name>\",\n        \"email\": \"test@meta.com\",\n        \"phone_number\": \"\",\n        \"city\": null,\n        \"message\": null,\n        \"budget\": \"<test lead: dummy data for what_is_your_preferred_budget_range?>\",\n        \"source\": \"Facebook\",\n        \"form_name\": \"Embassy Verde lead form\\/ 22-02-2026 (ACTIVE)\",\n        \"custom_data\": \"{\\\"fb_original_date\\\":\\\"2026-02-25 11:21:22\\\"}\",\n        \"created_at\": \"2026-04-23 23:07:37\",\n        \"whatsapp\": null,\n        \"facebook_lead_id\": \"3461987143958526\",\n        \"status\": \"Fresh Lead\",\n        \"is_deleted\": 0,\n        \"lost_reason\": null,\n        \"rating\": 0,\n        \"campaign_name\": null,\n        \"campaign_id\": null,\n        \"adset_name\": null,\n        \"adset_id\": null,\n        \"ad_name\": null,\n        \"ad_id\": null,\n        \"platform\": \"fb\",\n        \"is_organic\": 1,\n        \"when_do_you_plan_to_start\": \"<test lead: dummy data for when_are_you_planning_to_visit_the_project_site?>\",\n        \"what_business_do_you_want_to_start\": null,\n        \"country\": null,\n        \"what_is_your_purpose_of_buying\": null,\n        \"have_you_ever_visited_dubai\": null,\n        \"what_type_of_property_are_you_interested_in\": null,\n        \"how_much_do_you_want_to_invest_in_dubai_real_estate\": null,\n        \"please_let_us_know_a_convenient_time_for_the_meeting\": null,\n        \"inbox_url\": null,\n        \"when_do_you_plan_to_buy_a_property\": null,\n        \"state\": null,\n        \"batch_name\": null,\n        \"which_property\": null,\n        \"preferred_property_type\": null,\n        \"where_is_your_workplace_located\": null,\n        \"do_you_prefer_hoskote_as_your_location\": null\n    },\n    \"history\": [],\n    \"payments\": [],\n    \"files\": [],\n    \"tasks\": []\n}', '103.179.3.83', '2026-04-24 08:06:29'),
(91, 1, 'BLR Realty', 'root', 'BULK_DELETE_SUMMARY', NULL, 'Executed bulk deletion of 1 leads. Auto-backup created: bulk_delete_backup_2026-04-24_13-36-29_1_leads.xls', NULL, '103.179.3.83', '2026-04-24 08:06:29'),
(92, 1, 'BLR Realty', 'root', 'BULK_DELETE_ITEM', 38, 'Bulk deleted lead: Client 1  (ID: 38)', '{\n    \"lead_info\": {\n        \"id\": 38,\n        \"form_id\": null,\n        \"assigned_to\": 3,\n        \"full_name\": \"Client 1 \",\n        \"email\": \"test@gmail.com\",\n        \"phone_number\": \"9753411111\",\n        \"city\": \"\",\n        \"message\": \"\",\n        \"budget\": \"\",\n        \"source\": \"Manual Entry Lead\",\n        \"form_name\": null,\n        \"custom_data\": null,\n        \"created_at\": \"2026-04-23 17:13:01\",\n        \"whatsapp\": \"\",\n        \"facebook_lead_id\": null,\n        \"status\": \"Fresh Lead\",\n        \"is_deleted\": 0,\n        \"lost_reason\": null,\n        \"rating\": 5,\n        \"campaign_name\": \"\",\n        \"campaign_id\": null,\n        \"adset_name\": \"\",\n        \"adset_id\": null,\n        \"ad_name\": \"\",\n        \"ad_id\": null,\n        \"platform\": \"Direct\",\n        \"is_organic\": 0,\n        \"when_do_you_plan_to_start\": \"\",\n        \"what_business_do_you_want_to_start\": \"\",\n        \"country\": \"\",\n        \"what_is_your_purpose_of_buying\": \"\",\n        \"have_you_ever_visited_dubai\": \"\",\n        \"what_type_of_property_are_you_interested_in\": \"\",\n        \"how_much_do_you_want_to_invest_in_dubai_real_estate\": \"\",\n        \"please_let_us_know_a_convenient_time_for_the_meeting\": \"\",\n        \"inbox_url\": null,\n        \"when_do_you_plan_to_buy_a_property\": \"\",\n        \"state\": \"\",\n        \"batch_name\": null,\n        \"which_property\": null,\n        \"preferred_property_type\": \"\",\n        \"where_is_your_workplace_located\": \"\",\n        \"do_you_prefer_hoskote_as_your_location\": \"\"\n    },\n    \"history\": [\n        {\n            \"id\": 9,\n            \"lead_id\": 38,\n            \"user_id\": 3,\n            \"action_type\": \"created\",\n            \"details\": \"<div class=\'flex items-center gap-1.5 mb-2\'><span class=\'text-gray-600\'>Lead captured manually<\\/span><\\/div>\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-23 17:13:01\"\n        },\n        {\n            \"id\": 10,\n            \"lead_id\": 38,\n            \"user_id\": 3,\n            \"action_type\": \"status_change\",\n            \"details\": \"Changed status from \'Fresh Lead\' to \'NP\'\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-23 17:15:19\"\n        },\n        {\n            \"id\": 11,\n            \"lead_id\": 38,\n            \"user_id\": 3,\n            \"action_type\": \"status_change\",\n            \"details\": \"Changed status from \'NP\' to \'Interested\'\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-23 17:15:59\"\n        },\n        {\n            \"id\": 12,\n            \"lead_id\": 38,\n            \"user_id\": 3,\n            \"action_type\": \"update\",\n            \"details\": \"Updated Email from \'\' to \'test@gmail.com\'\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-23 17:17:07\"\n        },\n        {\n            \"id\": 13,\n            \"lead_id\": 38,\n            \"user_id\": 3,\n            \"action_type\": \"update\",\n            \"details\": \"Updated Rating from \'0\' to \'3\'\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-23 17:17:54\"\n        },\n        {\n            \"id\": 14,\n            \"lead_id\": 38,\n            \"user_id\": 3,\n            \"action_type\": \"followup\",\n            \"details\": \"Scheduled a follow-up call for 24 Apr 06:00 PM\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-23 17:22:12\"\n        },\n        {\n            \"id\": 15,\n            \"lead_id\": 38,\n            \"user_id\": 3,\n            \"action_type\": \"status_change\",\n            \"details\": \"Changed status from \'Interested\' to \'Fresh Lead\'\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-23 17:24:03\"\n        },\n        {\n            \"id\": 16,\n            \"lead_id\": 38,\n            \"user_id\": 3,\n            \"action_type\": \"status_change\",\n            \"details\": \"Changed status from \'Fresh Lead\' to \'Interested\'\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-23 17:24:06\"\n        },\n        {\n            \"id\": 18,\n            \"lead_id\": 38,\n            \"user_id\": 3,\n            \"action_type\": \"status_change\",\n            \"details\": \"Changed status from \'Interested\' to \'Lost\'\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-23 17:28:23\"\n        },\n        {\n            \"id\": 19,\n            \"lead_id\": 38,\n            \"user_id\": 3,\n            \"action_type\": \"update\",\n            \"details\": \"Updated Lost Reason from \'\' to \'Budget Issues\'\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-23 17:28:23\"\n        },\n        {\n            \"id\": 22,\n            \"lead_id\": 38,\n            \"user_id\": 3,\n            \"action_type\": \"status_change\",\n            \"details\": \"Status changed from <strong>\'Lost\'<\\/strong> to <strong>\'Fresh Lead\'<\\/strong> (Bulk Edit)\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-23 17:32:39\"\n        },\n        {\n            \"id\": 23,\n            \"lead_id\": 38,\n            \"user_id\": 3,\n            \"action_type\": \"update\",\n            \"details\": \"Rating updated from <strong>3 Stars<\\/strong> to <strong>5 Stars<\\/strong> (Bulk Edit)\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-23 17:32:39\"\n        }\n    ],\n    \"payments\": [],\n    \"files\": [],\n    \"tasks\": []\n}', '103.179.3.83', '2026-04-24 08:06:50'),
(93, 1, 'BLR Realty', 'root', 'BULK_DELETE_ITEM', 39, 'Bulk deleted lead: test (ID: 39)', '{\n    \"lead_info\": {\n        \"id\": 39,\n        \"form_id\": null,\n        \"assigned_to\": 3,\n        \"full_name\": \"test\",\n        \"email\": \"\",\n        \"phone_number\": \"8839516951\",\n        \"city\": \"\",\n        \"message\": \"\",\n        \"budget\": \"\",\n        \"source\": \"Manual Entry Lead\",\n        \"form_name\": null,\n        \"custom_data\": null,\n        \"created_at\": \"2026-04-23 17:34:43\",\n        \"whatsapp\": \"\",\n        \"facebook_lead_id\": null,\n        \"status\": \"Fresh Lead\",\n        \"is_deleted\": 0,\n        \"lost_reason\": null,\n        \"rating\": 0,\n        \"campaign_name\": \"\",\n        \"campaign_id\": null,\n        \"adset_name\": \"\",\n        \"adset_id\": null,\n        \"ad_name\": \"\",\n        \"ad_id\": null,\n        \"platform\": null,\n        \"is_organic\": 0,\n        \"when_do_you_plan_to_start\": \"\",\n        \"what_business_do_you_want_to_start\": \"\",\n        \"country\": \"\",\n        \"what_is_your_purpose_of_buying\": \"\",\n        \"have_you_ever_visited_dubai\": \"\",\n        \"what_type_of_property_are_you_interested_in\": \"\",\n        \"how_much_do_you_want_to_invest_in_dubai_real_estate\": \"\",\n        \"please_let_us_know_a_convenient_time_for_the_meeting\": \"\",\n        \"inbox_url\": null,\n        \"when_do_you_plan_to_buy_a_property\": \"\",\n        \"state\": \"\",\n        \"batch_name\": null,\n        \"which_property\": null,\n        \"preferred_property_type\": \"\",\n        \"where_is_your_workplace_located\": \"\",\n        \"do_you_prefer_hoskote_as_your_location\": \"\"\n    },\n    \"history\": [\n        {\n            \"id\": 24,\n            \"lead_id\": 39,\n            \"user_id\": 3,\n            \"action_type\": \"created\",\n            \"details\": \"<div class=\'flex items-center gap-1.5 mb-2\'><span class=\'text-gray-600\'>Lead captured manually<\\/span><\\/div>\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-23 17:34:43\"\n        }\n    ],\n    \"payments\": [],\n    \"files\": [],\n    \"tasks\": []\n}', '103.179.3.83', '2026-04-24 08:06:50'),
(94, 1, 'BLR Realty', 'root', 'BULK_DELETE_SUMMARY', NULL, 'Executed bulk deletion of 2 leads. Auto-backup created: bulk_delete_backup_2026-04-24_13-36-50_2_leads.xls', NULL, '103.179.3.83', '2026-04-24 08:06:50'),
(95, 3, 'Syed Pasha', 'sales', 'status_change', 14, 'Lead #14: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '122.171.16.249', '2026-04-24 11:48:22'),
(96, 3, 'Syed Pasha', 'sales', 'status_change', 16, 'Lead #16: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '122.171.16.249', '2026-04-24 11:48:53'),
(97, 3, 'Syed Pasha', 'sales', 'status_change', 18, 'Lead #18: Changed status from \'Fresh Lead\' to \'Lost\'', NULL, '122.171.16.249', '2026-04-24 11:49:24'),
(98, 3, 'Syed Pasha', 'sales', 'update', 18, 'Lead #18: Updated Lost Reason from \'\' to \'Unknown Reason\'', NULL, '122.171.16.249', '2026-04-24 11:49:24'),
(99, 2, 'Bhavin K Patel', 'sales', 'followup', 68, 'Lead #68: Scheduled a follow-up call for 24 Apr 05:56 PM', NULL, '122.181.103.193', '2026-04-24 12:11:51'),
(100, 2, 'Bhavin K Patel', 'sales', 'status_change', 68, 'Lead #68: Changed status from \'Fresh Lead\' to \'Call Back Later\'', NULL, '122.181.103.193', '2026-04-24 12:13:31'),
(101, 2, 'Bhavin K Patel', 'sales', 'status_change', 68, 'Lead #68: Changed status from \'Call Back Later\' to \'Interested\'', NULL, '122.181.103.193', '2026-04-24 12:13:42'),
(102, 2, 'Bhavin K Patel', 'sales', 'status_change', 68, 'Lead #68: Changed status from \'Interested\' to \'Fresh Lead\'', NULL, '122.181.103.193', '2026-04-24 12:13:52'),
(103, 2, 'Bhavin K Patel', 'sales', 'status_change', 68, 'Lead #68: Changed status from \'Fresh Lead\' to \'Not Interested\'', NULL, '122.181.103.193', '2026-04-24 12:14:17'),
(104, 2, 'Bhavin K Patel', 'sales', 'update', 68, 'Lead #68: Updated Email from \'\' to \'test@gmail.com\'', NULL, '122.181.103.193', '2026-04-24 12:14:28'),
(105, 2, 'Bhavin K Patel', 'sales', 'update', 68, 'Lead #68: Updated Message from \'\' to \'Budget 3 crore, family \'', NULL, '122.181.103.193', '2026-04-24 12:15:08'),
(106, 2, 'Bhavin K Patel', 'sales', 'followup', 68, 'Lead #68: Scheduled a follow-up call for 24 Apr 06:46 PM', NULL, '122.181.103.193', '2026-04-24 12:16:05'),
(107, 2, 'Bhavin K Patel', 'sales', 'payment_added', 68, 'Lead #68: Added Payment: INR 10000 (completed)', NULL, '122.181.103.193', '2026-04-24 12:16:29'),
(108, 2, 'Bhavin K Patel', 'sales', 'payment_deleted', 68, 'Lead #68: Deleted Payment: INR 10000.00', NULL, '122.181.103.193', '2026-04-24 12:16:34'),
(109, 2, 'Bhavin K Patel', 'sales', 'update', 48, 'Lead #48: Updated Rating from \'3\' to \'5\'', NULL, '122.181.103.193', '2026-04-24 12:19:47'),
(110, 2, 'Bhavin K Patel', 'sales', 'update', 48, 'Lead #48: Updated Rating from \'5\' to \'1\'', NULL, '122.181.103.193', '2026-04-24 12:20:04'),
(111, 2, 'Bhavin K Patel', 'sales', 'update', 48, 'Lead #48: Updated Rating from \'1\' to \'0\'', NULL, '122.181.103.193', '2026-04-24 12:20:18'),
(112, 2, 'Bhavin K Patel', 'sales', 'status_change', 68, 'Lead #68: Changed status from \'Not Interested\' to \'Lost\'', NULL, '122.181.103.193', '2026-04-24 12:21:32'),
(113, 2, 'Bhavin K Patel', 'sales', 'update', 68, 'Lead #68: Updated Lost Reason from \'\' to \'Postponed\'', NULL, '122.181.103.193', '2026-04-24 12:21:32'),
(114, 2, 'Bhavin K Patel', 'sales', 'status_change', 68, 'Lead #68: Changed status from \'Lost\' to \'Won\'', NULL, '122.181.103.193', '2026-04-24 12:21:45'),
(115, 1, 'BLR Realty', 'root', 'DELETE_LEAD', 69, 'Permanently deleted lead: saksham  (ID: 69)', '{\n    \"lead_info\": {\n        \"id\": 69,\n        \"form_id\": null,\n        \"assigned_to\": 2,\n        \"full_name\": \"saksham \",\n        \"email\": \"\",\n        \"phone_number\": \"9876543142\",\n        \"city\": \"\",\n        \"message\": \"\",\n        \"budget\": \"\",\n        \"source\": \"Manual Entry Lead\",\n        \"form_name\": null,\n        \"custom_data\": null,\n        \"created_at\": \"2026-04-24 18:00:38\",\n        \"whatsapp\": \"\",\n        \"facebook_lead_id\": null,\n        \"status\": \"Fresh Lead\",\n        \"is_deleted\": 0,\n        \"lost_reason\": null,\n        \"rating\": 0,\n        \"campaign_name\": \"\",\n        \"campaign_id\": null,\n        \"adset_name\": \"\",\n        \"adset_id\": null,\n        \"ad_name\": \"\",\n        \"ad_id\": null,\n        \"platform\": null,\n        \"is_organic\": 0,\n        \"when_do_you_plan_to_start\": \"\",\n        \"what_business_do_you_want_to_start\": \"\",\n        \"country\": \"\",\n        \"what_is_your_purpose_of_buying\": \"\",\n        \"have_you_ever_visited_dubai\": \"\",\n        \"what_type_of_property_are_you_interested_in\": \"\",\n        \"how_much_do_you_want_to_invest_in_dubai_real_estate\": \"\",\n        \"please_let_us_know_a_convenient_time_for_the_meeting\": \"\",\n        \"inbox_url\": null,\n        \"when_do_you_plan_to_buy_a_property\": \"\",\n        \"state\": \"\",\n        \"batch_name\": null,\n        \"which_property\": null,\n        \"preferred_property_type\": \"\",\n        \"where_is_your_workplace_located\": \"\",\n        \"do_you_prefer_hoskote_as_your_location\": \"\"\n    },\n    \"history\": [\n        {\n            \"id\": 113,\n            \"lead_id\": 69,\n            \"user_id\": 2,\n            \"action_type\": \"created\",\n            \"details\": \"<div class=\'flex items-center gap-1.5 mb-2\'><span class=\'text-gray-600\'>Lead captured manually<\\/span><\\/div>\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-24 18:00:37\"\n        }\n    ],\n    \"payments\": [],\n    \"files\": [],\n    \"tasks\": []\n}', '122.181.103.193', '2026-04-24 12:42:01'),
(116, 1, 'BLR Realty', 'root', 'DELETE_LEAD', 68, 'Permanently deleted lead: Test Lead (ID: 68)', '{\n    \"lead_info\": {\n        \"id\": 68,\n        \"form_id\": null,\n        \"assigned_to\": 2,\n        \"full_name\": \"Test Lead\",\n        \"email\": \"test@gmail.com\",\n        \"phone_number\": \"99999999999\",\n        \"city\": \"\",\n        \"message\": \"Budget 3 crore, family \",\n        \"budget\": \"\",\n        \"source\": \"Manual Entry Lead\",\n        \"form_name\": null,\n        \"custom_data\": null,\n        \"created_at\": \"2026-04-24 17:38:30\",\n        \"whatsapp\": \"\",\n        \"facebook_lead_id\": null,\n        \"status\": \"Won\",\n        \"is_deleted\": 0,\n        \"lost_reason\": \"Postponed\",\n        \"rating\": 0,\n        \"campaign_name\": \"\",\n        \"campaign_id\": null,\n        \"adset_name\": \"\",\n        \"adset_id\": null,\n        \"ad_name\": \"\",\n        \"ad_id\": null,\n        \"platform\": \"Direct\",\n        \"is_organic\": 0,\n        \"when_do_you_plan_to_start\": \"\",\n        \"what_business_do_you_want_to_start\": \"\",\n        \"country\": \"\",\n        \"what_is_your_purpose_of_buying\": \"\",\n        \"have_you_ever_visited_dubai\": \"\",\n        \"what_type_of_property_are_you_interested_in\": \"\",\n        \"how_much_do_you_want_to_invest_in_dubai_real_estate\": \"\",\n        \"please_let_us_know_a_convenient_time_for_the_meeting\": \"\",\n        \"inbox_url\": null,\n        \"when_do_you_plan_to_buy_a_property\": \"\",\n        \"state\": \"\",\n        \"batch_name\": null,\n        \"which_property\": null,\n        \"preferred_property_type\": \"\",\n        \"where_is_your_workplace_located\": \"\",\n        \"do_you_prefer_hoskote_as_your_location\": \"\"\n    },\n    \"history\": [\n        {\n            \"id\": 96,\n            \"lead_id\": 68,\n            \"user_id\": 2,\n            \"action_type\": \"created\",\n            \"details\": \"<div class=\'flex items-center gap-1.5 mb-2\'><span class=\'text-gray-600\'>Lead captured manually<\\/span><\\/div>\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-24 17:38:30\"\n        },\n        {\n            \"id\": 97,\n            \"lead_id\": 68,\n            \"user_id\": 2,\n            \"action_type\": \"followup\",\n            \"details\": \"Scheduled a follow-up call for 24 Apr 05:56 PM\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-24 17:41:51\"\n        },\n        {\n            \"id\": 98,\n            \"lead_id\": 68,\n            \"user_id\": 2,\n            \"action_type\": \"status_change\",\n            \"details\": \"Changed status from \'Fresh Lead\' to \'Call Back Later\'\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-24 17:43:31\"\n        },\n        {\n            \"id\": 99,\n            \"lead_id\": 68,\n            \"user_id\": 2,\n            \"action_type\": \"status_change\",\n            \"details\": \"Changed status from \'Call Back Later\' to \'Interested\'\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-24 17:43:42\"\n        },\n        {\n            \"id\": 100,\n            \"lead_id\": 68,\n            \"user_id\": 2,\n            \"action_type\": \"status_change\",\n            \"details\": \"Changed status from \'Interested\' to \'Fresh Lead\'\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-24 17:43:52\"\n        },\n        {\n            \"id\": 101,\n            \"lead_id\": 68,\n            \"user_id\": 2,\n            \"action_type\": \"status_change\",\n            \"details\": \"Changed status from \'Fresh Lead\' to \'Not Interested\'\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-24 17:44:17\"\n        },\n        {\n            \"id\": 102,\n            \"lead_id\": 68,\n            \"user_id\": 2,\n            \"action_type\": \"update\",\n            \"details\": \"Updated Email from \'\' to \'test@gmail.com\'\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-24 17:44:28\"\n        },\n        {\n            \"id\": 103,\n            \"lead_id\": 68,\n            \"user_id\": 2,\n            \"action_type\": \"update\",\n            \"details\": \"Updated Message from \'\' to \'Budget 3 crore, family \'\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-24 17:45:08\"\n        },\n        {\n            \"id\": 104,\n            \"lead_id\": 68,\n            \"user_id\": 2,\n            \"action_type\": \"followup\",\n            \"details\": \"Scheduled a follow-up call for 24 Apr 06:46 PM\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-24 17:46:05\"\n        },\n        {\n            \"id\": 105,\n            \"lead_id\": 68,\n            \"user_id\": 2,\n            \"action_type\": \"payment_added\",\n            \"details\": \"Added Payment: INR 10000 (completed)\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-24 17:46:29\"\n        },\n        {\n            \"id\": 106,\n            \"lead_id\": 68,\n            \"user_id\": 2,\n            \"action_type\": \"payment_deleted\",\n            \"details\": \"Deleted Payment: <span class=\'font-bold text-red-600 line-through\'>INR 10000.00<\\/span>\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-24 17:46:34\"\n        },\n        {\n            \"id\": 110,\n            \"lead_id\": 68,\n            \"user_id\": 2,\n            \"action_type\": \"status_change\",\n            \"details\": \"Changed status from \'Not Interested\' to \'Lost\'\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-24 17:51:32\"\n        },\n        {\n            \"id\": 111,\n            \"lead_id\": 68,\n            \"user_id\": 2,\n            \"action_type\": \"update\",\n            \"details\": \"Updated Lost Reason from \'\' to \'Postponed\'\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-24 17:51:32\"\n        },\n        {\n            \"id\": 112,\n            \"lead_id\": 68,\n            \"user_id\": 2,\n            \"action_type\": \"status_change\",\n            \"details\": \"Changed status from \'Lost\' to \'Won\'\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-24 17:51:45\"\n        }\n    ],\n    \"payments\": [],\n    \"files\": [],\n    \"tasks\": [\n        {\n            \"id\": 4,\n            \"lead_id\": 68,\n            \"user_id\": 2,\n            \"scheduled_at\": \"2026-04-24 17:56:52\",\n            \"status\": \"completed\",\n            \"created_at\": \"2026-04-24 17:41:51\"\n        },\n        {\n            \"id\": 5,\n            \"lead_id\": 68,\n            \"user_id\": 2,\n            \"scheduled_at\": \"2026-04-24 18:46:06\",\n            \"status\": \"completed\",\n            \"created_at\": \"2026-04-24 17:46:05\"\n        }\n    ]\n}', '122.181.103.193', '2026-04-24 12:42:05'),
(117, 3, 'Syed Pasha', 'sales', 'update', 2, 'Lead #2: Updated Message from \'\' to \'Not interested \'', NULL, '122.171.16.249', '2026-04-24 13:35:36'),
(118, 3, 'Syed Pasha', 'sales', 'update', 18, 'Lead #18: Updated Message from \'\' to \'Not interested, by mistake \'', NULL, '122.171.16.249', '2026-04-24 13:36:03'),
(119, 3, 'Syed Pasha', 'sales', 'update', 65, 'Lead #65: Updated Message from \'\' to \'Call answered by villagers, \'', NULL, '122.171.16.249', '2026-04-24 13:36:49'),
(120, 3, 'Syed Pasha', 'sales', 'whatsapp_msg', 71, 'Lead #71: Initiated WhatsApp chat to +919731396396', NULL, '122.171.16.249', '2026-04-25 00:21:55'),
(121, 3, 'Syed Pasha', 'sales', 'whatsapp_msg', 70, 'Lead #70: Initiated WhatsApp chat to +917760496199', NULL, '122.171.16.249', '2026-04-25 00:22:39'),
(122, 3, 'Syed Pasha', 'sales', 'status_change', 71, 'Lead #71: Changed status from \'Fresh Lead\' to \'Whatsapp Reply Awaited\'', NULL, '122.171.16.249', '2026-04-25 00:24:51'),
(123, 3, 'Syed Pasha', 'sales', 'status_change', 70, 'Lead #70: Changed status from \'Fresh Lead\' to \'Whatsapp Reply Awaited\'', NULL, '157.45.203.60', '2026-04-25 00:25:36'),
(124, 2, 'Bhavin K Patel', 'sales', 'followup', 66, 'Lead #66: Scheduled a follow-up call for 25 Apr 12:05 PM', NULL, '223.237.166.209', '2026-04-25 05:35:07'),
(125, 3, 'Syed Pasha', 'sales', 'update', 65, 'Lead #65: Updated Message from \'Call answered by villagers, \' to \'Call Answered By Villagers, not a valid contact\'', NULL, '122.171.16.249', '2026-04-25 05:35:49'),
(126, 2, 'Bhavin K Patel', 'sales', 'call_attempt', 66, 'Lead #66: Initiated Call to +919735854113', NULL, '223.237.166.209', '2026-04-25 05:36:29'),
(127, 2, 'Bhavin K Patel', 'sales', 'followup', 48, 'Lead #48: Scheduled a follow-up call for 26 Apr 11:07 AM', NULL, '223.237.166.209', '2026-04-25 05:37:34'),
(128, 2, 'Bhavin K Patel', 'sales', 'status_change', 64, 'Lead #64: Changed status from \'Fresh Lead\' to \'Not Interested\'', NULL, '223.237.166.209', '2026-04-25 05:41:17'),
(129, 2, 'Bhavin K Patel', 'sales', 'update', 64, 'Lead #64: Updated Rating from \'0\' to \'1\'', NULL, '223.237.166.209', '2026-04-25 05:41:28'),
(130, 2, 'Bhavin K Patel', 'sales', 'status_change', 48, 'Lead #48: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '223.237.166.209', '2026-04-25 05:41:43');
INSERT INTO `system_audit_logs` (`id`, `user_id`, `user_name`, `user_role`, `action_type`, `related_id`, `details`, `snapshot_data`, `ip_address`, `created_at`) VALUES
(131, 2, 'Bhavin K Patel', 'sales', 'status_change', 62, 'Lead #62: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '223.237.166.209', '2026-04-25 05:45:20'),
(132, 2, 'Bhavin K Patel', 'sales', 'status_change', 62, 'Lead #62: Changed status from \'RNR\' to \'Not Interested\'', NULL, '223.237.166.209', '2026-04-25 05:45:50'),
(133, 2, 'Bhavin K Patel', 'sales', 'update', 62, 'Lead #62: Updated Rating from \'0\' to \'1\'', NULL, '223.237.166.209', '2026-04-25 05:45:56'),
(134, 2, 'Bhavin K Patel', 'sales', 'status_change', 64, 'Lead #64: Changed status from \'Not Interested\' to \'Cold\'', NULL, '223.237.166.209', '2026-04-25 05:46:28'),
(135, 3, 'Syed Pasha', 'sales', 'update', 8, 'Lead #8: Updated Message from \'\' to \'offered Elegant Hermitage RR nagar\'', NULL, '122.171.16.249', '2026-04-25 05:47:32'),
(136, 2, 'Bhavin K Patel', 'sales', 'status_change', 64, 'Lead #64: Changed status from \'Cold\' to \'Lost\'', NULL, '223.237.166.209', '2026-04-25 05:48:35'),
(137, 2, 'Bhavin K Patel', 'sales', 'update', 64, 'Lead #64: Updated Lost Reason from \'\' to \'By Mistake\'', NULL, '223.237.166.209', '2026-04-25 05:48:35'),
(138, 2, 'Bhavin K Patel', 'sales', 'status_change', 62, 'Lead #62: Changed status from \'Not Interested\' to \'Lost\'', NULL, '223.237.166.209', '2026-04-25 05:49:06'),
(139, 2, 'Bhavin K Patel', 'sales', 'update', 62, 'Lead #62: Updated Lost Reason from \'\' to \'Unknown Reason\'', NULL, '223.237.166.209', '2026-04-25 05:49:06'),
(140, 2, 'Bhavin K Patel', 'sales', 'status_change', 60, 'Lead #60: Changed status from \'Fresh Lead\' to \'Lost\'', NULL, '223.237.166.209', '2026-04-25 05:50:26'),
(141, 2, 'Bhavin K Patel', 'sales', 'update', 60, 'Lead #60: Updated Lost Reason from \'\' to \'By Mistake\'', NULL, '223.237.166.209', '2026-04-25 05:50:26'),
(142, 2, 'Bhavin K Patel', 'sales', 'status_change', 58, 'Lead #58: Changed status from \'Fresh Lead\' to \'Lost\'', NULL, '223.237.166.209', '2026-04-25 05:50:53'),
(143, 2, 'Bhavin K Patel', 'sales', 'update', 58, 'Lead #58: Updated Lost Reason from \'\' to \'Unable to Connect\'', NULL, '223.237.166.209', '2026-04-25 05:50:53'),
(144, 2, 'Bhavin K Patel', 'sales', 'status_change', 56, 'Lead #56: Changed status from \'Fresh Lead\' to \'Lost\'', NULL, '223.237.166.209', '2026-04-25 05:51:37'),
(145, 2, 'Bhavin K Patel', 'sales', 'update', 56, 'Lead #56: Updated Lost Reason from \'\' to \'Unknown Reason\'', NULL, '223.237.166.209', '2026-04-25 05:51:37'),
(146, 3, 'Syed Pasha', 'sales', 'status_change', 8, 'Lead #8: Changed status from \'Fresh Lead\' to \'Interested\'', NULL, '122.171.16.249', '2026-04-25 05:53:58'),
(147, 3, 'Syed Pasha', 'sales', 'followup', 6, 'Lead #6: Scheduled a follow-up call for 10 May 11:30 AM', NULL, '122.171.16.249', '2026-04-25 06:00:30'),
(148, 3, 'Syed Pasha', 'sales', 'update', 6, 'Lead #6: Updated Message from \'\' to \'oak woods & sanjeevini aranni details shared \'', NULL, '122.171.16.249', '2026-04-25 06:00:41'),
(149, 2, 'Bhavin K Patel', 'sales', 'status_change', 52, 'Lead #52: Changed status from \'Fresh Lead\' to \'Won\'', NULL, '223.237.166.209', '2026-04-25 06:01:03'),
(150, 3, 'Syed Pasha', 'sales', 'status_change', 6, 'Lead #6: Changed status from \'Fresh Lead\' to \'Interested\'', NULL, '122.171.16.249', '2026-04-25 06:01:17'),
(151, 2, 'Bhavin K Patel', 'sales', 'status_change', 52, 'Lead #52: Changed status from \'Won\' to \'Interested\'', NULL, '223.237.166.209', '2026-04-25 06:01:29'),
(152, 2, 'Bhavin K Patel', 'sales', 'update', 52, 'Lead #52: Updated Message from \'\' to \'9535976377  watsapp    she is looking for 2bhk around 1cr in north bangalore from thanisandra to yelhanka bagalur etc\'', NULL, '223.237.166.209', '2026-04-25 06:01:50'),
(153, 2, 'Bhavin K Patel', 'sales', 'update', 52, 'Lead #52: Updated Rating from \'0\' to \'4\'', NULL, '223.237.166.209', '2026-04-25 06:01:50'),
(154, 2, 'Bhavin K Patel', 'sales', 'status_change', 50, 'Lead #50: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '223.237.166.209', '2026-04-25 06:04:50'),
(155, 2, 'Bhavin K Patel', 'sales', 'status_change', 47, 'Lead #47: Changed status from \'Fresh Lead\' to \'Lost\'', NULL, '223.237.166.209', '2026-04-25 06:05:38'),
(156, 2, 'Bhavin K Patel', 'sales', 'update', 47, 'Lead #47: Updated Lost Reason from \'\' to \'Not Interested\'', NULL, '223.237.166.209', '2026-04-25 06:05:38'),
(157, 2, 'Bhavin K Patel', 'sales', 'status_change', 45, 'Lead #45: Changed status from \'Fresh Lead\' to \'Lost\'', NULL, '223.237.166.209', '2026-04-25 06:07:27'),
(158, 2, 'Bhavin K Patel', 'sales', 'update', 45, 'Lead #45: Updated Lost Reason from \'\' to \'Unable to Connect\'', NULL, '223.237.166.209', '2026-04-25 06:07:27'),
(159, 2, 'Bhavin K Patel', 'sales', 'status_change', 41, 'Lead #41: Changed status from \'Fresh Lead\' to \'Lost\'', NULL, '223.237.166.209', '2026-04-25 06:07:53'),
(160, 2, 'Bhavin K Patel', 'sales', 'update', 41, 'Lead #41: Updated Lost Reason from \'\' to \'Others\'', NULL, '223.237.166.209', '2026-04-25 06:07:53'),
(161, 2, 'Bhavin K Patel', 'sales', 'status_change', 36, 'Lead #36: Changed status from \'Fresh Lead\' to \'Lost\'', NULL, '223.237.166.209', '2026-04-25 06:08:30'),
(162, 2, 'Bhavin K Patel', 'sales', 'update', 36, 'Lead #36: Updated Lost Reason from \'\' to \'Others\'', NULL, '223.237.166.209', '2026-04-25 06:08:30'),
(163, 2, 'Bhavin K Patel', 'sales', 'status_change', 37, 'Lead #37: Changed status from \'Fresh Lead\' to \'Interested\'', NULL, '223.237.166.209', '2026-04-25 06:12:26'),
(164, 2, 'Bhavin K Patel', 'sales', 'update', 37, 'Lead #37: Updated Message from \'\' to \'said to share the hosakote project details \'', NULL, '223.237.166.209', '2026-04-25 06:12:52'),
(165, 2, 'Bhavin K Patel', 'sales', 'update', 37, 'Lead #37: Updated Rating from \'0\' to \'3\'', NULL, '223.237.166.209', '2026-04-25 06:12:52'),
(166, 2, 'Bhavin K Patel', 'sales', 'status_change', 31, 'Lead #31: Changed status from \'Fresh Lead\' to \'Whatsapp Reply Awaited\'', NULL, '223.237.166.209', '2026-04-25 06:14:52'),
(167, 3, 'Syed Pasha', 'sales', 'status_change', 30, 'Lead #30: Changed status from \'Fresh Lead\' to \'Not Interested\'', NULL, '122.171.16.249', '2026-04-25 06:17:29'),
(168, 2, 'Bhavin K Patel', 'sales', 'status_change', 29, 'Lead #29: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '223.237.166.209', '2026-04-25 06:17:57'),
(169, 2, 'Bhavin K Patel', 'sales', 'update', 29, 'Lead #29: Updated Message from \'calls not contactless \' to \'RNR\'', NULL, '223.237.166.209', '2026-04-25 06:18:12'),
(170, 2, 'Bhavin K Patel', 'sales', 'update', 29, 'Lead #29: Updated Rating from \'0\' to \'3\'', NULL, '223.237.166.209', '2026-04-25 06:18:12'),
(171, 3, 'Syed Pasha', 'sales', 'status_change', 33, 'Lead #33: Changed status from \'Fresh Lead\' to \'Not Interested\'', NULL, '122.171.16.249', '2026-04-25 06:18:17'),
(172, 2, 'Bhavin K Patel', 'sales', 'status_change', 28, 'Lead #28: Changed status from \'Fresh Lead\' to \'Interested\'', NULL, '223.237.166.209', '2026-04-25 06:18:58'),
(173, 2, 'Bhavin K Patel', 'sales', 'status_change', 26, 'Lead #26: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '223.237.166.209', '2026-04-25 06:19:12'),
(174, 2, 'Bhavin K Patel', 'sales', 'status_change', 24, 'Lead #24: Changed status from \'Fresh Lead\' to \'Not Interested\'', NULL, '223.237.166.209', '2026-04-25 06:19:27'),
(175, 3, 'Syed Pasha', 'sales', 'status_change', 33, 'Lead #33: Changed status from \'Not Interested\' to \'Lost\'', NULL, '122.171.16.249', '2026-04-25 06:19:39'),
(176, 3, 'Syed Pasha', 'sales', 'update', 33, 'Lead #33: Updated Lost Reason from \'\' to \'Unknown Reason\'', NULL, '122.171.16.249', '2026-04-25 06:19:40'),
(177, 3, 'Syed Pasha', 'sales', 'update', 33, 'Lead #33: Updated Lost Reason from \'Unknown Reason\' to \'Unable to Connect\'', NULL, '122.171.16.249', '2026-04-25 06:19:54'),
(178, 2, 'Bhavin K Patel', 'sales', 'status_change', 21, 'Lead #21: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '223.237.166.209', '2026-04-25 06:20:59'),
(179, 3, 'Syed Pasha', 'sales', 'status_change', 71, 'Lead #71: Changed status from \'Whatsapp Reply Awaited\' to \'RNR\'', NULL, '122.171.16.249', '2026-04-25 06:21:09'),
(180, 3, 'Syed Pasha', 'sales', 'status_change', 70, 'Lead #70: Changed status from \'Whatsapp Reply Awaited\' to \'Call Back Later\'', NULL, '122.171.16.249', '2026-04-25 06:22:03'),
(181, 2, 'Bhavin K Patel', 'sales', 'status_change', 23, 'Lead #23: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '223.237.166.209', '2026-04-25 06:22:44'),
(182, 2, 'Bhavin K Patel', 'sales', 'update', 23, 'Lead #23: Updated Message from \'\' to \'connecting to voicemail\'', NULL, '223.237.166.209', '2026-04-25 06:22:57'),
(183, 2, 'Bhavin K Patel', 'sales', 'update', 23, 'Lead #23: Updated Rating from \'0\' to \'1\'', NULL, '223.237.166.209', '2026-04-25 06:22:57'),
(184, 2, 'Bhavin K Patel', 'sales', 'status_change', 5, 'Lead #5: Changed status from \'Fresh Lead\' to \'Interested\'', NULL, '223.237.166.209', '2026-04-25 06:27:03'),
(185, 2, 'Bhavin K Patel', 'sales', 'status_change', 7, 'Lead #7: Changed status from \'Fresh Lead\' to \'Cold\'', NULL, '223.237.166.209', '2026-04-25 06:31:28'),
(186, 2, 'Bhavin K Patel', 'sales', 'update', 7, 'Lead #7: Updated Message from \'\' to \'looking for 2 bhk budget of 60 lakhs RTMI\'', NULL, '223.237.166.209', '2026-04-25 06:31:57'),
(187, 2, 'Bhavin K Patel', 'sales', 'update', 7, 'Lead #7: Updated Rating from \'0\' to \'2\'', NULL, '223.237.166.209', '2026-04-25 06:31:57'),
(188, 2, 'Bhavin K Patel', 'sales', 'status_change', 9, 'Lead #9: Changed status from \'Fresh Lead\' to \'Lost\'', NULL, '223.237.166.209', '2026-04-25 06:32:36'),
(189, 2, 'Bhavin K Patel', 'sales', 'update', 9, 'Lead #9: Updated Lost Reason from \'\' to \'By Mistake\'', NULL, '223.237.166.209', '2026-04-25 06:32:36'),
(190, 2, 'Bhavin K Patel', 'sales', 'status_change', 11, 'Lead #11: Changed status from \'Fresh Lead\' to \'Interested\'', NULL, '223.237.166.209', '2026-04-25 06:36:21'),
(191, 2, 'Bhavin K Patel', 'sales', 'update', 11, 'Lead #11: Updated Message from \'\' to \'2 bhk 1000 sft 80 lakhs ramurthy nager kr puram whitefild  rtmi \'', NULL, '223.237.166.209', '2026-04-25 06:36:31'),
(192, 2, 'Bhavin K Patel', 'sales', 'update', 11, 'Lead #11: Updated Rating from \'0\' to \'3\'', NULL, '223.237.166.209', '2026-04-25 06:36:31'),
(193, 2, 'Bhavin K Patel', 'sales', 'status_change', 13, 'Lead #13: Changed status from \'Fresh Lead\' to \'Whatsapp Reply Awaited\'', NULL, '223.237.166.209', '2026-04-25 06:36:51'),
(194, 2, 'Bhavin K Patel', 'sales', 'update', 13, 'Lead #13: Updated Message from \'\' to \'shared hosakote project details \'', NULL, '223.237.166.209', '2026-04-25 06:37:13'),
(195, 2, 'Bhavin K Patel', 'sales', 'update', 13, 'Lead #13: Updated Rating from \'0\' to \'3\'', NULL, '223.237.166.209', '2026-04-25 06:37:13'),
(196, 2, 'Bhavin K Patel', 'sales', 'status_change', 15, 'Lead #15: Changed status from \'Fresh Lead\' to \'Call Back Later\'', NULL, '223.237.166.209', '2026-04-25 06:37:29'),
(197, 2, 'Bhavin K Patel', 'sales', 'status_change', 17, 'Lead #17: Changed status from \'Fresh Lead\' to \'Lost\'', NULL, '223.237.166.209', '2026-04-25 06:38:30'),
(198, 2, 'Bhavin K Patel', 'sales', 'update', 17, 'Lead #17: Updated Lost Reason from \'\' to \'Unknown Reason\'', NULL, '223.237.166.209', '2026-04-25 06:38:30'),
(199, 1, 'BLR Realty', 'root', 'update', 73, 'Lead #73: Updated Project Name from \'\' to \'Test Project\'', NULL, '122.181.100.82', '2026-04-25 11:56:57'),
(200, 1, 'BLR Realty', 'root', 'update', 73, 'Lead #73: Updated Project City from \'\' to \'Test City\'', NULL, '122.181.100.82', '2026-04-25 11:56:57'),
(201, 1, 'BLR Realty', 'root', 'DELETE_LEAD', 73, 'Permanently deleted lead: Test Lead (ID: 73)', '{\n    \"lead_info\": {\n        \"id\": 73,\n        \"form_id\": null,\n        \"assigned_to\": 1,\n        \"full_name\": \"Test Lead\",\n        \"email\": \"\",\n        \"phone_number\": \"99999999998\",\n        \"city\": \"\",\n        \"message\": \"\",\n        \"project_name\": \"Test Project\",\n        \"project_city\": \"Test City\",\n        \"budget\": \"\",\n        \"source\": \"Manual Entry Lead\",\n        \"form_name\": null,\n        \"custom_data\": null,\n        \"created_at\": \"2026-04-25 17:26:35\",\n        \"whatsapp\": \"\",\n        \"facebook_lead_id\": null,\n        \"status\": \"Fresh Lead\",\n        \"is_deleted\": 0,\n        \"lost_reason\": null,\n        \"rating\": 0,\n        \"campaign_name\": \"\",\n        \"campaign_id\": null,\n        \"adset_name\": \"\",\n        \"adset_id\": null,\n        \"ad_name\": \"\",\n        \"ad_id\": null,\n        \"platform\": null,\n        \"is_organic\": 0,\n        \"when_do_you_plan_to_start\": \"\",\n        \"what_business_do_you_want_to_start\": \"\",\n        \"country\": \"\",\n        \"what_is_your_purpose_of_buying\": \"\",\n        \"have_you_ever_visited_dubai\": \"\",\n        \"what_type_of_property_are_you_interested_in\": \"\",\n        \"how_much_do_you_want_to_invest_in_dubai_real_estate\": \"\",\n        \"please_let_us_know_a_convenient_time_for_the_meeting\": \"\",\n        \"inbox_url\": null,\n        \"when_do_you_plan_to_buy_a_property\": \"\",\n        \"state\": \"\",\n        \"batch_name\": null,\n        \"which_property\": null,\n        \"preferred_property_type\": \"\",\n        \"where_is_your_workplace_located\": \"\",\n        \"do_you_prefer_hoskote_as_your_location\": \"\"\n    },\n    \"history\": [\n        {\n            \"id\": 196,\n            \"lead_id\": 73,\n            \"user_id\": 1,\n            \"action_type\": \"created\",\n            \"details\": \"<div class=\'flex items-center gap-1.5 mb-2\'><span class=\'text-gray-600\'>Lead captured manually<\\/span><\\/div>\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-25 17:26:35\"\n        },\n        {\n            \"id\": 197,\n            \"lead_id\": 73,\n            \"user_id\": 1,\n            \"action_type\": \"update\",\n            \"details\": \"Updated Project Name from \'\' to \'Test Project\'\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-25 17:26:57\"\n        },\n        {\n            \"id\": 198,\n            \"lead_id\": 73,\n            \"user_id\": 1,\n            \"action_type\": \"update\",\n            \"details\": \"Updated Project City from \'\' to \'Test City\'\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-25 17:26:57\"\n        }\n    ],\n    \"payments\": [],\n    \"files\": [],\n    \"tasks\": []\n}', '122.181.100.82', '2026-04-25 12:08:33'),
(202, 2, 'Bhavin K Patel', 'sales', 'status_change', 72, 'Lead #72: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '223.237.166.209', '2026-04-25 15:44:27'),
(203, 2, 'Bhavin K Patel', 'sales', 'update', 72, 'Lead #72: Updated Rating from \'0\' to \'2\'', NULL, '223.237.166.209', '2026-04-25 15:44:34'),
(204, 3, 'Syed Pasha', 'sales', 'whatsapp_msg', 74, 'Lead #74: Initiated WhatsApp chat to +919741618175', NULL, '122.171.23.216', '2026-04-26 00:29:56'),
(205, 2, 'Bhavin K Patel', 'sales', 'status_change', 35, 'Lead #35: Changed status from \'Fresh Lead\' to \'General Enquiry\'', NULL, '158.174.210.97', '2026-04-26 06:33:18'),
(206, 2, 'Bhavin K Patel', 'sales', 'update', 35, 'Lead #35: Updated Message from \'\' to \'rtmi  3bhk in sarjapur budget 80 lakhs \'', NULL, '158.174.210.97', '2026-04-26 06:33:30'),
(207, 2, 'Bhavin K Patel', 'sales', 'update', 35, 'Lead #35: Updated Rating from \'0\' to \'2\'', NULL, '158.174.210.97', '2026-04-26 06:33:30'),
(208, 2, 'Bhavin K Patel', 'sales', 'status_change', 34, 'Lead #34: Changed status from \'Fresh Lead\' to \'General Enquiry\'', NULL, '192.42.116.44', '2026-04-26 06:34:44'),
(209, 2, 'Bhavin K Patel', 'sales', 'status_change', 4, 'Lead #4: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '192.42.116.20', '2026-04-26 06:35:48'),
(210, 2, 'Bhavin K Patel', 'sales', 'update', 4, 'Lead #4: Updated Rating from \'0\' to \'2\'', NULL, '192.42.116.44', '2026-04-26 06:35:55'),
(211, 3, 'Syed Pasha', 'sales', 'status_change', 74, 'Lead #74: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '122.171.23.216', '2026-04-27 04:27:43'),
(212, 1, 'BLR Realty', 'root', 'update', 76, 'Lead #76: Updated Project Name from \'\' to \'Test Project 1\'', NULL, '122.181.100.82', '2026-04-27 05:08:30'),
(213, 1, 'BLR Realty', 'root', 'update', 76, 'Lead #76: Updated Project City from \'\' to \'Test City 1\'', NULL, '122.181.100.82', '2026-04-27 05:08:30'),
(214, 1, 'BLR Realty', 'root', 'update', 75, 'Lead #75: Updated Project Name from \'\' to \'Test Project 1\'', NULL, '122.181.100.82', '2026-04-27 05:08:56'),
(215, 1, 'BLR Realty', 'root', 'update', 75, 'Lead #75: Updated Project City from \'\' to \'Test City 1\'', NULL, '122.181.100.82', '2026-04-27 05:08:56'),
(216, 1, 'BLR Realty', 'root', 'update', 75, 'Lead #75: Updated Project Name from \'Test Project 1\' to \'Test Project 2\'', NULL, '122.181.100.82', '2026-04-27 05:09:23'),
(217, 1, 'BLR Realty', 'root', 'BULK_DELETE_ITEM', 75, 'Bulk deleted lead: Test Lead1 (ID: 75)', '{\n    \"lead_info\": {\n        \"id\": 75,\n        \"form_id\": null,\n        \"assigned_to\": 1,\n        \"full_name\": \"Test Lead1\",\n        \"email\": \"\",\n        \"phone_number\": \"123\",\n        \"city\": \"\",\n        \"message\": \"\",\n        \"project_name\": \"Test Project 2\",\n        \"project_city\": \"Test City 1\",\n        \"budget\": \"\",\n        \"source\": \"Manual Entry Lead\",\n        \"form_name\": null,\n        \"custom_data\": null,\n        \"created_at\": \"2026-04-27 10:37:56\",\n        \"whatsapp\": \"\",\n        \"facebook_lead_id\": null,\n        \"status\": \"Fresh Lead\",\n        \"is_deleted\": 0,\n        \"lost_reason\": null,\n        \"rating\": 0,\n        \"campaign_name\": \"\",\n        \"campaign_id\": null,\n        \"adset_name\": \"\",\n        \"adset_id\": null,\n        \"ad_name\": \"\",\n        \"ad_id\": null,\n        \"platform\": null,\n        \"is_organic\": 0,\n        \"when_do_you_plan_to_start\": \"\",\n        \"what_business_do_you_want_to_start\": \"\",\n        \"country\": \"\",\n        \"what_is_your_purpose_of_buying\": \"\",\n        \"have_you_ever_visited_dubai\": \"\",\n        \"what_type_of_property_are_you_interested_in\": \"\",\n        \"how_much_do_you_want_to_invest_in_dubai_real_estate\": \"\",\n        \"please_let_us_know_a_convenient_time_for_the_meeting\": \"\",\n        \"inbox_url\": null,\n        \"when_do_you_plan_to_buy_a_property\": \"\",\n        \"state\": \"\",\n        \"batch_name\": null,\n        \"which_property\": null,\n        \"preferred_property_type\": \"\",\n        \"where_is_your_workplace_located\": \"\",\n        \"do_you_prefer_hoskote_as_your_location\": \"\"\n    },\n    \"history\": [\n        {\n            \"id\": 209,\n            \"lead_id\": 75,\n            \"user_id\": 1,\n            \"action_type\": \"created\",\n            \"details\": \"<div class=\'flex items-center gap-1.5 mb-2\'><span class=\'text-gray-600\'>Lead captured manually<\\/span><\\/div>\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-27 10:37:56\"\n        },\n        {\n            \"id\": 213,\n            \"lead_id\": 75,\n            \"user_id\": 1,\n            \"action_type\": \"update\",\n            \"details\": \"Updated Project Name from \'\' to \'Test Project 1\'\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-27 10:38:56\"\n        },\n        {\n            \"id\": 214,\n            \"lead_id\": 75,\n            \"user_id\": 1,\n            \"action_type\": \"update\",\n            \"details\": \"Updated Project City from \'\' to \'Test City 1\'\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-27 10:38:56\"\n        },\n        {\n            \"id\": 215,\n            \"lead_id\": 75,\n            \"user_id\": 1,\n            \"action_type\": \"update\",\n            \"details\": \"Updated Project Name from \'Test Project 1\' to \'Test Project 2\'\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-27 10:39:23\"\n        }\n    ],\n    \"payments\": [],\n    \"files\": [],\n    \"tasks\": []\n}', '122.181.100.82', '2026-04-27 05:11:18'),
(218, 1, 'BLR Realty', 'root', 'BULK_DELETE_ITEM', 76, 'Bulk deleted lead: Test Lead2 (ID: 76)', '{\n    \"lead_info\": {\n        \"id\": 76,\n        \"form_id\": null,\n        \"assigned_to\": 1,\n        \"full_name\": \"Test Lead2\",\n        \"email\": \"\",\n        \"phone_number\": \"321\",\n        \"city\": \"\",\n        \"message\": \"\",\n        \"project_name\": \"Test Project 1\",\n        \"project_city\": \"Test City 1\",\n        \"budget\": \"\",\n        \"source\": \"Manual Entry Lead\",\n        \"form_name\": null,\n        \"custom_data\": null,\n        \"created_at\": \"2026-04-27 10:38:07\",\n        \"whatsapp\": \"\",\n        \"facebook_lead_id\": null,\n        \"status\": \"Fresh Lead\",\n        \"is_deleted\": 0,\n        \"lost_reason\": null,\n        \"rating\": 0,\n        \"campaign_name\": \"\",\n        \"campaign_id\": null,\n        \"adset_name\": \"\",\n        \"adset_id\": null,\n        \"ad_name\": \"\",\n        \"ad_id\": null,\n        \"platform\": null,\n        \"is_organic\": 0,\n        \"when_do_you_plan_to_start\": \"\",\n        \"what_business_do_you_want_to_start\": \"\",\n        \"country\": \"\",\n        \"what_is_your_purpose_of_buying\": \"\",\n        \"have_you_ever_visited_dubai\": \"\",\n        \"what_type_of_property_are_you_interested_in\": \"\",\n        \"how_much_do_you_want_to_invest_in_dubai_real_estate\": \"\",\n        \"please_let_us_know_a_convenient_time_for_the_meeting\": \"\",\n        \"inbox_url\": null,\n        \"when_do_you_plan_to_buy_a_property\": \"\",\n        \"state\": \"\",\n        \"batch_name\": null,\n        \"which_property\": null,\n        \"preferred_property_type\": \"\",\n        \"where_is_your_workplace_located\": \"\",\n        \"do_you_prefer_hoskote_as_your_location\": \"\"\n    },\n    \"history\": [\n        {\n            \"id\": 210,\n            \"lead_id\": 76,\n            \"user_id\": 1,\n            \"action_type\": \"created\",\n            \"details\": \"<div class=\'flex items-center gap-1.5 mb-2\'><span class=\'text-gray-600\'>Lead captured manually<\\/span><\\/div>\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-27 10:38:07\"\n        },\n        {\n            \"id\": 211,\n            \"lead_id\": 76,\n            \"user_id\": 1,\n            \"action_type\": \"update\",\n            \"details\": \"Updated Project Name from \'\' to \'Test Project 1\'\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-27 10:38:30\"\n        },\n        {\n            \"id\": 212,\n            \"lead_id\": 76,\n            \"user_id\": 1,\n            \"action_type\": \"update\",\n            \"details\": \"Updated Project City from \'\' to \'Test City 1\'\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-04-27 10:38:30\"\n        }\n    ],\n    \"payments\": [],\n    \"files\": [],\n    \"tasks\": []\n}', '122.181.100.82', '2026-04-27 05:11:18'),
(219, 1, 'BLR Realty', 'root', 'BULK_DELETE_SUMMARY', NULL, 'Executed bulk deletion of 2 leads. Auto-backup created: bulk_delete_backup_2026-04-27_10-41-18_2_leads.xls', NULL, '122.181.100.82', '2026-04-27 05:11:18'),
(220, 3, 'Syed Pasha', 'sales', 'status_change', 71, 'Lead #71: Changed status from \'RNR\' to \'Call Back Later\'', NULL, '122.171.23.216', '2026-04-27 13:40:46'),
(221, 3, 'Syed Pasha', 'sales', 'status_change', 57, 'Lead #57: Changed status from \'RNR\' to \'Lost\'', NULL, '122.171.23.216', '2026-04-27 13:42:05'),
(222, 3, 'Syed Pasha', 'sales', 'update', 57, 'Lead #57: Updated Lost Reason from \'\' to \'Not Interested\'', NULL, '122.171.23.216', '2026-04-27 13:42:05'),
(223, 2, 'Bhavin K Patel', 'sales', 'status_change', 77, 'Lead #77: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '106.192.249.73', '2026-04-27 15:10:42'),
(224, 2, 'Bhavin K Patel', 'sales', 'status_change', 77, 'Lead #77: Changed status from \'RNR\' to \'Interested\'', NULL, '106.192.249.73', '2026-04-27 15:15:45'),
(225, 2, 'Bhavin K Patel', 'sales', 'update', 77, 'Lead #77: Updated Message from \'\' to \'He is looking for 2bhk and he is a cash customer \'', NULL, '106.192.249.73', '2026-04-27 15:16:14'),
(226, 2, 'Bhavin K Patel', 'sales', 'update', 77, 'Lead #77: Updated Rating from \'0\' to \'4\'', NULL, '106.192.249.73', '2026-04-27 15:16:14'),
(227, 2, 'Bhavin K Patel', 'sales', 'status_change', 80, 'Lead #80: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '27.61.42.112', '2026-04-28 04:41:29'),
(228, 2, 'Bhavin K Patel', 'sales', 'update', 80, 'Lead #80: Updated Rating from \'0\' to \'3\'', NULL, '27.61.42.112', '2026-04-28 04:41:46'),
(229, 2, 'Bhavin K Patel', 'sales', 'status_change', 81, 'Lead #81: Changed status from \'Fresh Lead\' to \'Whatsapp Reply Awaited\'', NULL, '27.61.42.112', '2026-04-28 04:44:05'),
(230, 2, 'Bhavin K Patel', 'sales', 'update', 81, 'Lead #81: Updated Rating from \'0\' to \'3\'', NULL, '27.61.42.112', '2026-04-28 04:44:09'),
(231, 2, 'Bhavin K Patel', 'sales', 'status_change', 82, 'Lead #82: Changed status from \'Fresh Lead\' to \'Call Back Later\'', NULL, '27.61.42.112', '2026-04-28 04:44:41'),
(232, 2, 'Bhavin K Patel', 'sales', 'update', 82, 'Lead #82: Updated Rating from \'0\' to \'3\'', NULL, '27.61.42.112', '2026-04-28 04:44:43'),
(233, 3, 'Syed Pasha', 'sales', 'status_change', 83, 'Lead #83: Changed status from \'Fresh Lead\' to \'Not Interested\'', NULL, '122.171.23.216', '2026-04-28 07:10:00'),
(234, 3, 'Syed Pasha', 'sales', 'update', 83, 'Lead #83: Updated Message from \'\' to \'not looking to buy any property\n\'', NULL, '122.171.23.216', '2026-04-28 07:10:49'),
(235, 3, 'Syed Pasha', 'sales', 'status_change', 79, 'Lead #79: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '122.171.23.216', '2026-04-28 07:11:22'),
(236, 3, 'Syed Pasha', 'sales', 'status_change', 78, 'Lead #78: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '122.171.23.216', '2026-04-28 07:11:32'),
(237, 3, 'Syed Pasha', 'sales', 'status_change', 79, 'Lead #79: Changed status from \'RNR\' to \'Interested\'', NULL, '122.171.23.216', '2026-04-29 05:33:38'),
(238, 3, 'Syed Pasha', 'sales', 'update', 79, 'Lead #79: Updated Message from \'\' to \'3 bhk ,90 lacs, whitefield only & per launch project with Pre EMI options.\'', NULL, '122.171.23.216', '2026-04-29 05:34:08'),
(239, 3, 'Syed Pasha', 'sales', 'update', 78, 'Lead #78: Updated Message from \'\' to \'RNR\'', NULL, '122.171.23.216', '2026-04-29 05:35:07'),
(240, 3, 'Syed Pasha', 'sales', 'update', 74, 'Lead #74: Updated Message from \'\' to \'2 bhk, 1 cr budget, yelehanka under construction or ready to move.\'', NULL, '122.171.23.216', '2026-04-29 05:39:41'),
(241, 3, 'Syed Pasha', 'sales', 'update', 71, 'Lead #71: Updated Message from \'\' to \'RNR\'', NULL, '122.171.23.216', '2026-04-29 05:45:32'),
(242, 3, 'Syed Pasha', 'sales', 'update', 70, 'Lead #70: Updated Message from \'\' to \'RNR\'', NULL, '122.171.23.216', '2026-04-29 05:46:29'),
(243, 3, 'Syed Pasha', 'sales', 'update', 67, 'Lead #67: Updated Message from \'\' to \'2 bhk, 70 lacs, belaturu , whitefield\'', NULL, '122.171.23.216', '2026-04-29 05:55:25'),
(244, 3, 'Syed Pasha', 'sales', 'update', 55, 'Lead #55: Updated Message from \'\' to \'RNR\'', NULL, '122.171.23.216', '2026-04-29 06:10:57'),
(245, 3, 'Syed Pasha', 'sales', 'update', 49, 'Lead #49: Updated Message from \'\' to \'not looking to buy any property as of now, to call after 6 months \'', NULL, '122.171.23.216', '2026-04-29 06:22:21'),
(246, 3, 'Syed Pasha', 'sales', 'status_change', 53, 'Lead #53: Changed status from \'RNR\' to \'Lost\'', NULL, '122.171.23.216', '2026-04-29 06:24:04'),
(247, 3, 'Syed Pasha', 'sales', 'update', 53, 'Lead #53: Updated Lost Reason from \'\' to \'Unable to Connect\'', NULL, '122.171.23.216', '2026-04-29 06:24:04'),
(248, 3, 'Syed Pasha', 'sales', 'update', 53, 'Lead #53: Updated Message from \'\' to \'disconnecting call every time .\'', NULL, '122.171.23.216', '2026-04-29 06:24:43'),
(249, 3, 'Syed Pasha', 'sales', 'status_change', 42, 'Lead #42: Changed status from \'Call Back Later\' to \'Lost\'', NULL, '122.171.23.216', '2026-04-29 06:26:38'),
(250, 3, 'Syed Pasha', 'sales', 'update', 42, 'Lead #42: Updated Lost Reason from \'\' to \'Not Interested\'', NULL, '122.171.23.216', '2026-04-29 06:26:38'),
(251, 3, 'Syed Pasha', 'sales', 'update', 46, 'Lead #46: Updated Message from \'\' to \'RNR\'', NULL, '122.171.23.216', '2026-04-29 06:27:00'),
(252, 3, 'Syed Pasha', 'sales', 'update', 40, 'Lead #40: Updated Message from \'\' to \'offered project details of oakwood & aarana.\'', NULL, '122.171.23.216', '2026-04-29 06:27:51'),
(253, 3, 'Syed Pasha', 'sales', 'status_change', 32, 'Lead #32: Changed status from \'NP\' to \'Lost\'', NULL, '122.171.23.216', '2026-04-29 06:28:15'),
(254, 3, 'Syed Pasha', 'sales', 'update', 32, 'Lead #32: Updated Lost Reason from \'\' to \'By Mistake\'', NULL, '122.171.23.216', '2026-04-29 06:28:15'),
(255, 3, 'Syed Pasha', 'sales', 'update', 32, 'Lead #32: Updated Message from \'\' to \'not intrested\'', NULL, '122.171.23.216', '2026-04-29 06:28:33'),
(256, 3, 'Syed Pasha', 'sales', 'status_change', 30, 'Lead #30: Changed status from \'Not Interested\' to \'Lost\'', NULL, '122.171.23.216', '2026-04-29 06:30:36'),
(257, 3, 'Syed Pasha', 'sales', 'update', 30, 'Lead #30: Updated Lost Reason from \'\' to \'Not Interested\'', NULL, '122.171.23.216', '2026-04-29 06:30:36'),
(258, 3, 'Syed Pasha', 'sales', 'status_change', 25, 'Lead #25: Changed status from \'Call Back Later\' to \'RNR\'', NULL, '122.171.23.216', '2026-04-29 06:30:58'),
(259, 3, 'Syed Pasha', 'sales', 'update', 25, 'Lead #25: Updated Message from \'\' to \'RNR\'', NULL, '122.171.23.216', '2026-04-29 06:31:07'),
(260, 3, 'Syed Pasha', 'sales', 'status_change', 78, 'Lead #78: Changed status from \'RNR\' to \'Interested\'', NULL, '122.171.23.216', '2026-04-29 07:14:02'),
(261, 2, 'Bhavin K Patel', 'sales', 'status_change', 84, 'Lead #84: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '223.237.167.145', '2026-04-29 10:27:54'),
(262, 2, 'Bhavin K Patel', 'sales', 'status_change', 86, 'Lead #86: Changed status from \'Fresh Lead\' to \'Call Back Later\'', NULL, '106.192.249.76', '2026-04-30 03:56:38'),
(263, 2, 'Bhavin K Patel', 'sales', 'status_change', 89, 'Lead #89: Changed status from \'Fresh Lead\' to \'Whatsapp Reply Awaited\'', NULL, '106.192.249.76', '2026-04-30 04:00:56'),
(264, 2, 'Bhavin K Patel', 'sales', 'update', 89, 'Lead #89: Updated Rating from \'0\' to \'3\'', NULL, '106.192.249.76', '2026-04-30 04:00:58'),
(265, 3, 'Syed Pasha', 'sales', 'whatsapp_msg', 85, 'Lead #85: Initiated WhatsApp chat to +919534263195', NULL, '122.171.23.216', '2026-04-30 06:40:02'),
(266, 3, 'Syed Pasha', 'sales', 'whatsapp_msg', 85, 'Lead #85: Initiated WhatsApp chat to +919534263195', NULL, '122.171.23.216', '2026-04-30 06:41:32'),
(267, 3, 'Syed Pasha', 'sales', 'status_change', 85, 'Lead #85: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '122.171.23.216', '2026-04-30 06:42:41'),
(268, 3, 'Syed Pasha', 'sales', 'update', 85, 'Lead #85: Updated Message from \'\' to \'project details shared on whatsapp oakwood, minara, platinum looking around whitefiels area budget 1.20 cr.\'', NULL, '122.171.23.216', '2026-04-30 07:31:05'),
(269, 3, 'Syed Pasha', 'sales', 'update', 88, 'Lead #88: Updated Message from \'\' to \'RNR , whatsapp message sent\'', NULL, '122.171.23.216', '2026-04-30 15:21:48'),
(270, 3, 'Syed Pasha', 'sales', 'status_change', 88, 'Lead #88: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '122.171.23.216', '2026-04-30 15:21:55'),
(271, 1, 'BLR Realty', 'root', 'PROMOTE_DUPLICATE', 90, 'Promoted duplicate #1 → new lead #90 (NK kumar)', '{\"duplicate_row\":{\"id\":1,\"existing_lead_id\":26,\"phone_number\":\"+918970222779\",\"source\":\"Facebook Webhook\",\"form_id\":\"940507548843753\",\"raw_data\":\"{\\\"source\\\":\\\"Facebook\\\",\\\"form_id\\\":\\\"940507548843753\\\",\\\"form_name\\\":\\\"Cluster BLR - coevolve-Updated A (ACTIVE)\\\",\\\"facebook_lead_id\\\":\\\"1713277136508215\\\",\\\"assigned_to\\\":3,\\\"created_at\\\":\\\"2026-04-28 01:22:52\\\",\\\"campaign_name\\\":\\\"Cluster Bangalore\\\",\\\"campaign_id\\\":\\\"120242785440710319\\\",\\\"adset_name\\\":\\\"Cluster Bangalore - Coevolve Florenza\\\",\\\"adset_id\\\":\\\"120244279262070319\\\",\\\"ad_name\\\":\\\"Cluster Bangalore - Coevolve - Test 2\\\",\\\"ad_id\\\":\\\"120244279262080319\\\",\\\"platform\\\":\\\"fb\\\",\\\"is_organic\\\":0,\\\"full_name\\\":\\\"NK kumar\\\",\\\"phone_number\\\":\\\"+918970222779\\\",\\\"city\\\":\\\"bangalore\\\",\\\"please_let_us_know_a_convenient_time_for_the_meeting\\\":\\\"3_bhk\\\",\\\"budget\\\":\\\"\\\\u20b980l_\\\\u2013_\\\\u20b91cr\\\",\\\"email\\\":\\\"thenirajs@gmail.com\\\"}\",\"created_at\":\"2026-04-28 01:22:53\",\"form_name_resolved\":\"Cluster BLR - coevolve-Updated A (ACTIVE)\",\"mapping_config\":\"{\\\"budget_range?\\\":\\\"budget\\\",\\\"preferred_configuration?\\\":\\\"please_let_us_know_a_convenient_time_for_the_meeting\\\",\\\"full_name\\\":\\\"full_name\\\",\\\"phone\\\":\\\"phone_number\\\",\\\"email\\\":\\\"email\\\",\\\"city\\\":\\\"city\\\"}\"},\"new_lead_id\":90}', '106.194.124.89', '2026-04-30 16:41:31'),
(272, 1, 'BLR Realty', 'root', 'BULK_UPDATE', NULL, 'Bulk updated 1 leads. Status to: Fresh Lead [Messages Cleared]', NULL, '106.194.124.86', '2026-04-30 18:46:40'),
(273, 2, 'Bhavin K Patel', 'sales', 'status_change', 91, 'Lead #91: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '27.61.45.186', '2026-05-01 03:46:13'),
(274, 2, 'Bhavin K Patel', 'sales', 'update', 91, 'Lead #91: Updated Rating from \'0\' to \'3\'', NULL, '27.61.45.186', '2026-05-01 03:46:15'),
(275, 2, 'Bhavin K Patel', 'sales', 'status_change', 92, 'Lead #92: Changed status from \'Fresh Lead\' to \'Call Back Later\'', NULL, '27.61.45.186', '2026-05-01 03:49:51'),
(276, 2, 'Bhavin K Patel', 'sales', 'update', 92, 'Lead #92: Updated Rating from \'0\' to \'3\'', NULL, '27.61.45.186', '2026-05-01 03:49:54'),
(277, 3, 'Syed Pasha', 'sales', 'status_change', 90, 'Lead #90: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '122.171.23.251', '2026-05-01 05:36:12'),
(278, 3, 'Syed Pasha', 'sales', 'update', 20, 'Lead #20: Updated Message from \'\' to \'long weekend out of town, call back on 4 may\'', NULL, '122.171.23.251', '2026-05-01 05:39:38'),
(279, 1, 'BLR Realty', 'root', 'CLONE_LEAD', 95, 'Recycled/Cloned old lead #94 to create new lead #95. Assigned to Bhavin K Patel.', NULL, '106.51.217.122', '2026-05-01 05:46:55'),
(280, 2, 'Bhavin K Patel', 'sales', 'status_change', 93, 'Lead #93: Changed status from \'Fresh Lead\' to \'Call Back Later\'', NULL, '27.61.34.226', '2026-05-01 07:46:59'),
(281, 2, 'Bhavin K Patel', 'sales', 'status_change', 93, 'Lead #93: Changed status from \'Call Back Later\' to \'Whatsapp Reply Awaited\'', NULL, '27.61.34.226', '2026-05-01 07:47:03'),
(282, 2, 'Bhavin K Patel', 'sales', 'status_change', 95, 'Lead #95: Changed status from \'Fresh Lead\' to \'Call Back Later\'', NULL, '27.61.34.226', '2026-05-01 07:48:18'),
(283, 2, 'Bhavin K Patel', 'sales', 'update', 95, 'Lead #95: Updated Rating from \'0\' to \'3\'', NULL, '27.61.34.226', '2026-05-01 07:48:21'),
(284, 2, 'Bhavin K Patel', 'sales', 'status_change', 96, 'Lead #96: Changed status from \'Fresh Lead\' to \'Call Back Later\'', NULL, '27.61.34.226', '2026-05-01 07:49:36'),
(285, 2, 'Bhavin K Patel', 'sales', 'update', 96, 'Lead #96: Updated Rating from \'0\' to \'3\'', NULL, '27.61.34.226', '2026-05-01 07:49:38'),
(286, 1, 'BLR Realty', 'root', 'BULK_UPDATE', NULL, 'Bulk updated 5 leads. ', NULL, '106.51.217.122', '2026-05-02 05:24:43'),
(287, 1, 'BLR Realty', 'root', 'status_change', 99, 'Lead #99: Changed status from \'Fresh Lead\' to \'Call Back Later\'', NULL, '122.181.101.90', '2026-05-02 05:40:34'),
(288, 1, 'BLR Realty', 'root', 'BULK_UPDATE', NULL, 'Bulk updated 4 leads. ', NULL, '106.51.217.122', '2026-05-02 05:42:02'),
(289, 1, 'BLR Realty', 'root', 'BULK_UPDATE', NULL, 'Bulk updated 8 leads.  [Messages Cleared]', NULL, '106.51.217.122', '2026-05-02 05:43:03'),
(290, 1, 'BLR Realty', 'root', 'BULK_UPDATE', NULL, 'Bulk updated 5 leads.  [Messages Cleared]', NULL, '106.51.217.122', '2026-05-02 05:44:00'),
(291, 1, 'BLR Realty', 'root', 'BULK_UPDATE', NULL, 'Bulk updated 8 leads.  [Messages Cleared]', NULL, '106.51.217.122', '2026-05-02 05:55:56'),
(292, 1, 'BLR Realty', 'root', 'BULK_DELETE_ITEM', 99, 'Bulk deleted lead: test lead (ID: 99)', '{\n    \"lead_info\": {\n        \"id\": 99,\n        \"form_id\": null,\n        \"assigned_to\": 1,\n        \"full_name\": \"test lead\",\n        \"email\": \"\",\n        \"phone_number\": \"33333333333\",\n        \"city\": \"\",\n        \"message\": \"\",\n        \"project_name\": \"\",\n        \"project_city\": \"\",\n        \"budget\": \"\",\n        \"source\": \"Manual Entry Lead\",\n        \"form_name\": null,\n        \"custom_data\": null,\n        \"created_at\": \"2026-05-02 11:10:27\",\n        \"whatsapp\": \"\",\n        \"facebook_lead_id\": null,\n        \"status\": \"Call Back Later\",\n        \"is_deleted\": 0,\n        \"lost_reason\": null,\n        \"rating\": 0,\n        \"campaign_name\": \"\",\n        \"campaign_id\": null,\n        \"adset_name\": \"\",\n        \"adset_id\": null,\n        \"ad_name\": \"\",\n        \"ad_id\": null,\n        \"platform\": null,\n        \"is_organic\": 0,\n        \"when_do_you_plan_to_start\": \"\",\n        \"what_business_do_you_want_to_start\": \"\",\n        \"country\": \"\",\n        \"what_is_your_purpose_of_buying\": \"\",\n        \"have_you_ever_visited_dubai\": \"\",\n        \"what_type_of_property_are_you_interested_in\": \"\",\n        \"how_much_do_you_want_to_invest_in_dubai_real_estate\": \"\",\n        \"please_let_us_know_a_convenient_time_for_the_meeting\": \"\",\n        \"inbox_url\": null,\n        \"when_do_you_plan_to_buy_a_property\": \"\",\n        \"state\": \"\",\n        \"batch_name\": null,\n        \"which_property\": null,\n        \"preferred_property_type\": \"\",\n        \"where_is_your_workplace_located\": \"\",\n        \"do_you_prefer_hoskote_as_your_location\": \"\"\n    },\n    \"history\": [\n        {\n            \"id\": 286,\n            \"lead_id\": 99,\n            \"user_id\": 1,\n            \"action_type\": \"created\",\n            \"details\": \"<div class=\'flex items-center gap-1.5 mb-2\'><span class=\'text-gray-600\'>Lead captured manually<\\/span><\\/div>\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-05-02 11:10:27\"\n        },\n        {\n            \"id\": 287,\n            \"lead_id\": 99,\n            \"user_id\": 1,\n            \"action_type\": \"status_change\",\n            \"details\": \"Changed status from \'Fresh Lead\' to \'Call Back Later\'\",\n            \"is_deleted\": 0,\n            \"created_at\": \"2026-05-02 11:10:34\"\n        }\n    ],\n    \"payments\": [],\n    \"files\": [],\n    \"tasks\": []\n}', '106.51.217.122', '2026-05-02 05:57:25'),
(293, 1, 'BLR Realty', 'root', 'BULK_DELETE_SUMMARY', NULL, 'Executed bulk deletion of 1 leads. Auto-backup created: bulk_delete_backup_2026-05-02_11-27-25_1_leads.xls', NULL, '106.51.217.122', '2026-05-02 05:57:25'),
(294, 1, 'BLR Realty', 'root', 'BULK_UPDATE', NULL, 'Bulk updated 5 leads.  [Messages Cleared]', NULL, '106.51.217.122', '2026-05-02 05:59:59'),
(295, 2, 'Bhavin K Patel', 'sales', 'status_change', 100, 'Lead #100: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '171.48.97.109', '2026-05-02 06:36:29'),
(296, 2, 'Bhavin K Patel', 'sales', 'update', 100, 'Lead #100: Updated Rating from \'0\' to \'2\'', NULL, '171.48.97.109', '2026-05-02 06:36:35'),
(297, 3, 'Syed Pasha', 'sales', 'status_change', 94, 'Lead #94: Changed status from \'Fresh Lead\' to \'Lost\'', NULL, '122.171.23.251', '2026-05-02 08:35:41'),
(298, 3, 'Syed Pasha', 'sales', 'update', 94, 'Lead #94: Updated Lost Reason from \'\' to \'Broker\'', NULL, '122.171.23.251', '2026-05-02 08:35:41'),
(299, 3, 'Syed Pasha', 'sales', 'status_change', 98, 'Lead #98: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '122.171.23.251', '2026-05-02 08:36:05'),
(300, 3, 'Syed Pasha', 'sales', 'whatsapp_msg', 98, 'Lead #98: Initiated WhatsApp chat to +918197542135', NULL, '122.171.23.251', '2026-05-02 08:36:40'),
(301, 3, 'Syed Pasha', 'sales', 'whatsapp_msg', 98, 'Lead #98: Initiated WhatsApp chat to +918197542135', NULL, '122.171.23.251', '2026-05-02 08:37:32'),
(302, 3, 'Syed Pasha', 'sales', 'update', 98, 'Lead #98: Updated Message from \'\' to \'whatsapp message sent\'', NULL, '122.171.23.251', '2026-05-02 08:40:53'),
(303, 3, 'Syed Pasha', 'sales', 'status_change', 97, 'Lead #97: Changed status from \'Fresh Lead\' to \'Whatsapp Reply Awaited\'', NULL, '122.171.23.251', '2026-05-02 08:42:12'),
(304, 3, 'Syed Pasha', 'sales', 'status_change', 87, 'Lead #87: Changed status from \'Fresh Lead\' to \'Whatsapp Reply Awaited\'', NULL, '122.171.23.251', '2026-05-02 08:43:52'),
(305, 3, 'Syed Pasha', 'sales', 'status_change', 12, 'Lead #12: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '122.171.23.251', '2026-05-02 08:45:11'),
(306, 3, 'Syed Pasha', 'sales', 'update', 12, 'Lead #12: Updated Message from \'\' to \'whatsapp message sent\'', NULL, '122.171.23.251', '2026-05-02 08:45:30'),
(307, 3, 'Syed Pasha', 'sales', 'status_change', 10, 'Lead #10: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '122.171.23.251', '2026-05-02 08:45:53'),
(308, 3, 'Syed Pasha', 'sales', 'update', 10, 'Lead #10: Updated Message from \'\' to \'whataapp message sent\'', NULL, '122.171.23.251', '2026-05-02 08:46:14'),
(309, 2, 'Bhavin K Patel', 'sales', 'status_change', 101, 'Lead #101: Changed status from \'Fresh Lead\' to \'Whatsapp Reply Awaited\'', NULL, '223.237.170.21', '2026-05-02 13:43:21'),
(310, 2, 'Bhavin K Patel', 'sales', 'status_change', 86, 'Lead #86: Changed status from \'Call Back Later\' to \'Site Visit Done\'', NULL, '223.237.170.21', '2026-05-02 13:51:49'),
(311, 2, 'Bhavin K Patel', 'sales', 'update', 86, 'Lead #86: Updated Rating from \'0\' to \'3\'', NULL, '223.237.170.21', '2026-05-02 13:51:53'),
(312, 2, 'Bhavin K Patel', 'sales', 'status_change', 13, 'Lead #13: Changed status from \'Whatsapp Reply Awaited\' to \'Site Visit Done\'', NULL, '223.237.170.21', '2026-05-02 13:52:34'),
(313, 2, 'Bhavin K Patel', 'sales', 'status_change', 101, 'Lead #101: Changed status from \'Whatsapp Reply Awaited\' to \'Not Interested\'', NULL, '27.61.40.54', '2026-05-03 03:14:44'),
(314, 2, 'Bhavin K Patel', 'sales', 'status_change', 101, 'Lead #101: Changed status from \'Not Interested\' to \'RNR\'', NULL, '223.237.165.186', '2026-05-03 04:33:57'),
(315, 2, 'Bhavin K Patel', 'sales', 'status_change', 391, 'Lead #391: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '106.192.239.58', '2026-05-05 14:19:51'),
(316, 2, 'Bhavin K Patel', 'sales', 'status_change', 394, 'Lead #394: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '106.192.239.58', '2026-05-05 14:20:58'),
(317, 2, 'Bhavin K Patel', 'sales', 'status_change', 396, 'Lead #396: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '106.192.239.58', '2026-05-05 14:21:10'),
(318, 1, 'BLR Realty', 'root', 'BULK_DELETE_ITEM', 393, 'Bulk deleted lead: <test lead: dummy data for full_name> (ID: 393)', '{\n    \"lead_info\": {\n        \"id\": 393,\n        \"form_id\": \"2763787577293303\",\n        \"assigned_to\": 2,\n        \"full_name\": \"<test lead: dummy data for full_name>\",\n        \"email\": \"test@meta.com\",\n        \"phone_number\": \"\",\n        \"city\": \"<test lead: dummy data for city>\",\n        \"message\": null,\n        \"project_name\": null,\n        \"project_city\": null,\n        \"budget\": null,\n        \"source\": \"Facebook\",\n        \"form_name\": \"Cluster BLR - Test-copy (ACTIVE)\",\n        \"custom_data\": \"{\\\"fb_original_date\\\":\\\"2026-02-27 12:26:32\\\"}\",\n        \"created_at\": \"2026-05-05 13:45:23\",\n        \"whatsapp\": null,\n        \"facebook_lead_id\": \"922047013570360\",\n        \"status\": \"Fresh Lead\",\n        \"is_deleted\": 0,\n        \"lost_reason\": null,\n        \"rating\": 0,\n        \"campaign_name\": null,\n        \"campaign_id\": null,\n        \"adset_name\": null,\n        \"adset_id\": null,\n        \"ad_name\": null,\n        \"ad_id\": null,\n        \"platform\": \"fb\",\n        \"is_organic\": 1,\n        \"when_do_you_plan_to_start\": null,\n        \"what_business_do_you_want_to_start\": null,\n        \"country\": null,\n        \"what_is_your_purpose_of_buying\": \"<test lead: dummy data for purpose_of_purchase?>\",\n        \"have_you_ever_visited_dubai\": null,\n        \"what_type_of_property_are_you_interested_in\": null,\n        \"how_much_do_you_want_to_invest_in_dubai_real_estate\": null,\n        \"please_let_us_know_a_convenient_time_for_the_meeting\": null,\n        \"inbox_url\": null,\n        \"when_do_you_plan_to_buy_a_property\": null,\n        \"state\": null,\n        \"batch_name\": null,\n        \"which_property\": null,\n        \"preferred_property_type\": \"<test lead: dummy data for preferred_configuration?>\",\n        \"where_is_your_workplace_located\": null,\n        \"do_you_prefer_hoskote_as_your_location\": null,\n        \"home_type\": null,\n        \"unit\": null,\n        \"dimension\": null,\n        \"buying_intent\": null,\n        \"preferred_location\": null\n    },\n    \"history\": [],\n    \"payments\": [],\n    \"files\": [],\n    \"tasks\": []\n}', '172.99.188.42', '2026-05-05 16:45:07'),
(319, 1, 'BLR Realty', 'root', 'BULK_DELETE_SUMMARY', NULL, 'Executed bulk deletion of 1 leads. Auto-backup created: bulk_delete_backup_2026-05-05_22-15-07_1_leads.xls', NULL, '172.99.188.42', '2026-05-05 16:45:07'),
(320, 1, 'BLR Realty', 'root', 'BULK_UPDATE', NULL, 'Bulk updated 1 leads.  [Messages Cleared]', NULL, '172.99.188.42', '2026-05-05 16:45:42'),
(321, 2, 'Bhavin K Patel', 'sales', 'status_change', 397, 'Lead #397: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '106.192.240.67', '2026-05-06 02:18:14'),
(322, 2, 'Bhavin K Patel', 'sales', 'status_change', 399, 'Lead #399: Changed status from \'Fresh Lead\' to \'Not Interested\'', NULL, '27.61.39.98', '2026-05-06 05:31:24'),
(323, 1, 'BLR Realty', 'root', 'BULK_UPDATE', NULL, 'Bulk updated 4 leads.  [Messages Cleared]', NULL, '106.51.218.183', '2026-05-06 18:53:43'),
(324, 2, 'Bhavin K Patel', 'sales', 'status_change', 398, 'Lead #398: Changed status from \'Fresh Lead\' to \'Call Back Later\'', NULL, '223.237.162.251', '2026-05-07 05:22:49'),
(325, 2, 'Bhavin K Patel', 'sales', 'status_change', 400, 'Lead #400: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '223.237.162.251', '2026-05-07 05:23:46'),
(326, 2, 'Bhavin K Patel', 'sales', 'status_change', 374, 'Lead #374: Changed status from \'Working\' to \'Not Interested\'', NULL, '27.61.33.124', '2026-05-07 07:55:56'),
(327, 2, 'Bhavin K Patel', 'sales', 'status_change', 215, 'Lead #215: Changed status from \'Interested\' to \'Not Interested\'', NULL, '27.61.33.124', '2026-05-07 07:58:30'),
(328, 2, 'Bhavin K Patel', 'sales', 'status_change', 399, 'Lead #399: Changed status from \'Not Interested\' to \'Site Visit Schedule\'', NULL, '106.192.232.111', '2026-05-07 10:16:00'),
(329, 2, 'Bhavin K Patel', 'sales', 'status_change', 395, 'Lead #395: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '106.221.196.192', '2026-05-08 05:36:37'),
(330, 3, 'Syed Pasha', 'sales', 'status_change', 401, 'Lead #401: Changed status from \'Fresh Lead\' to \'Not Interested\'', NULL, '122.171.22.84', '2026-05-08 05:43:51'),
(331, 3, 'Syed Pasha', 'sales', 'update', 401, 'Lead #401: Updated Message from \'\' to \'not interested trying to reach since yesterday RNR\'', NULL, '122.171.22.84', '2026-05-08 05:44:39'),
(332, 3, 'Syed Pasha', 'sales', 'status_change', 401, 'Lead #401: Changed status from \'Not Interested\' to \'Lost\'', NULL, '122.171.22.84', '2026-05-08 05:44:54'),
(333, 3, 'Syed Pasha', 'sales', 'update', 401, 'Lead #401: Updated Lost Reason from \'\' to \'Broker\'', NULL, '122.171.22.84', '2026-05-08 05:44:54'),
(334, 2, 'Bhavin K Patel', 'sales', 'status_change', 392, 'Lead #392: Changed status from \'Fresh Lead\' to \'Not Interested\'', NULL, '171.48.98.225', '2026-05-08 09:55:59'),
(335, 2, 'Bhavin K Patel', 'sales', 'status_change', 392, 'Lead #392: Changed status from \'Not Interested\' to \'RNR\'', NULL, '171.48.98.225', '2026-05-08 09:56:03'),
(336, 2, 'Bhavin K Patel', 'sales', 'status_change', 388, 'Lead #388: Changed status from \'\' to \'RNR\'', NULL, '223.237.160.50', '2026-05-09 02:39:58'),
(337, 2, 'Bhavin K Patel', 'sales', 'status_change', 383, 'Lead #383: Changed status from \'Interested\' to \'Whatsapp Reply Awaited\'', NULL, '223.237.160.50', '2026-05-09 02:42:03'),
(338, 2, 'Bhavin K Patel', 'sales', 'status_change', 388, 'Lead #388: Changed status from \'RNR\' to \'Lost\'', NULL, '223.237.169.20', '2026-05-09 05:21:59'),
(339, 2, 'Bhavin K Patel', 'sales', 'update', 388, 'Lead #388: Updated Lost Reason from \'\' to \'Already Bought\'', NULL, '223.237.169.20', '2026-05-09 05:21:59'),
(340, 1, 'BLR Realty', 'root', 'BULK_UPDATE', NULL, 'Bulk updated 1 leads.  [Messages Cleared]', NULL, '106.202.105.20', '2026-05-10 07:50:56'),
(341, 1, 'BLR Realty', 'root', 'BULK_UPDATE', NULL, 'Bulk updated 1 leads.  [Messages Cleared]', NULL, '106.202.105.20', '2026-05-10 07:51:22'),
(342, 1, 'BLR Realty', 'root', 'BULK_UPDATE', NULL, 'Bulk updated 1 leads.  [Messages Cleared]', NULL, '106.202.105.20', '2026-05-10 07:52:15'),
(343, 1, 'BLR Realty', 'root', 'BULK_UPDATE', NULL, 'Bulk updated 1 leads.  [Messages Cleared]', NULL, '106.51.218.183', '2026-05-10 10:44:12');
INSERT INTO `system_audit_logs` (`id`, `user_id`, `user_name`, `user_role`, `action_type`, `related_id`, `details`, `snapshot_data`, `ip_address`, `created_at`) VALUES
(344, 1, 'BLR Realty', 'root', 'BULK_UPDATE', NULL, 'Bulk updated 1 leads.  [Messages Cleared]', NULL, '106.51.218.183', '2026-05-10 10:50:28'),
(345, 2, 'Bhavin K Patel', 'sales', 'status_change', 405, 'Lead #405: Changed status from \'Fresh Lead\' to \'Call Back Later\'', NULL, '106.192.234.91', '2026-05-10 10:54:24'),
(346, 2, 'Bhavin K Patel', 'sales', 'status_change', 402, 'Lead #402: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '106.192.234.91', '2026-05-10 10:55:31'),
(347, 2, 'Bhavin K Patel', 'sales', 'status_change', 404, 'Lead #404: Changed status from \'Fresh Lead\' to \'Call Back Later\'', NULL, '106.192.234.91', '2026-05-10 10:56:59'),
(348, 1, 'BLR Realty', 'root', 'BULK_UPDATE', NULL, 'Bulk updated 102 leads. Status to: Old Leads', NULL, '122.181.101.88', '2026-05-10 18:20:15'),
(349, 2, 'Bhavin K Patel', 'sales', 'status_change', 403, 'Lead #403: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '27.61.45.45', '2026-05-11 03:04:41'),
(350, 2, 'Bhavin K Patel', 'sales', 'status_change', 403, 'Lead #403: Changed status from \'RNR\' to \'Whatsapp Reply Awaited\'', NULL, '27.61.45.45', '2026-05-11 03:09:28'),
(351, 2, 'Bhavin K Patel', 'sales', 'status_change', 399, 'Lead #399: Changed status from \'Site Visit Schedule\' to \'Site Visit Done\'', NULL, '27.61.45.45', '2026-05-11 03:09:57'),
(352, 2, 'Bhavin K Patel', 'sales', 'status_change', 364, 'Lead #364: Changed status from \'Not Pick\' to \'Lost\'', NULL, '27.61.45.45', '2026-05-11 03:10:53'),
(353, 2, 'Bhavin K Patel', 'sales', 'update', 364, 'Lead #364: Updated Lost Reason from \'\' to \'By Mistake\'', NULL, '27.61.45.45', '2026-05-11 03:10:53'),
(354, 2, 'Bhavin K Patel', 'sales', 'status_change', 363, 'Lead #363: Changed status from \'Not Pick\' to \'Lost\'', NULL, '27.61.45.45', '2026-05-11 03:11:15'),
(355, 2, 'Bhavin K Patel', 'sales', 'update', 363, 'Lead #363: Updated Lost Reason from \'\' to \'Not Interested\'', NULL, '27.61.45.45', '2026-05-11 03:11:15'),
(356, 2, 'Bhavin K Patel', 'sales', 'status_change', 362, 'Lead #362: Changed status from \'Not Pick\' to \'Lost\'', NULL, '27.61.45.45', '2026-05-11 03:11:31'),
(357, 2, 'Bhavin K Patel', 'sales', 'update', 362, 'Lead #362: Updated Lost Reason from \'\' to \'Unknown Reason\'', NULL, '27.61.45.45', '2026-05-11 03:11:31'),
(358, 2, 'Bhavin K Patel', 'sales', 'status_change', 361, 'Lead #361: Changed status from \'Not Pick\' to \'Lost\'', NULL, '27.61.45.45', '2026-05-11 03:11:41'),
(359, 2, 'Bhavin K Patel', 'sales', 'update', 361, 'Lead #361: Updated Lost Reason from \'\' to \'By Mistake\'', NULL, '27.61.45.45', '2026-05-11 03:11:41'),
(360, 2, 'Bhavin K Patel', 'sales', 'status_change', 211, 'Lead #211: Changed status from \'Not Interested\' to \'Lost\'', NULL, '27.61.45.45', '2026-05-11 03:12:37'),
(361, 2, 'Bhavin K Patel', 'sales', 'update', 211, 'Lead #211: Updated Lost Reason from \'\' to \'Not Interested\'', NULL, '27.61.45.45', '2026-05-11 03:12:37'),
(362, 2, 'Bhavin K Patel', 'sales', 'status_change', 102, 'Lead #102: Changed status from \'Old Leads\' to \'Lost\'', NULL, '27.61.45.45', '2026-05-11 03:13:41'),
(363, 2, 'Bhavin K Patel', 'sales', 'update', 102, 'Lead #102: Updated Lost Reason from \'\' to \'Already Bought\'', NULL, '27.61.45.45', '2026-05-11 03:13:41'),
(364, 3, 'Syed Pasha', 'sales', 'status_change', 407, 'Lead #407: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '122.171.17.145', '2026-05-11 06:44:08'),
(365, 3, 'Syed Pasha', 'sales', 'status_change', 410, 'Lead #410: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '122.171.17.145', '2026-05-11 06:44:16'),
(366, 3, 'Syed Pasha', 'sales', 'status_change', 406, 'Lead #406: Changed status from \'Fresh Lead\' to \'Interested\'', NULL, '122.171.17.145', '2026-05-11 07:00:30'),
(367, 3, 'Syed Pasha', 'sales', 'status_change', 408, 'Lead #408: Changed status from \'Fresh Lead\' to \'RNR\'', NULL, '122.171.17.145', '2026-05-11 07:01:00'),
(368, 3, 'Syed Pasha', 'sales', 'status_change', 407, 'Lead #407: Changed status from \'RNR\' to \'Whatsapp Reply Awaited\'', NULL, '122.171.17.145', '2026-05-11 11:25:57'),
(369, 3, 'Syed Pasha', 'sales', 'update', 407, 'Lead #407: Updated Message from \'\' to \'SWP & Sanjeevaani aarna details shared, he will get back if interested.\'', NULL, '122.171.17.145', '2026-05-11 11:26:38'),
(370, 2, 'Bhavin K Patel', 'sales', 'status_change', 411, 'Lead #411: Changed status from \'Fresh Lead\' to \'Whatsapp Reply Awaited\'', NULL, '171.48.98.34', '2026-05-11 16:44:55'),
(371, 3, 'Syed Pasha', 'sales', 'status_change', 74, 'Lead #74: Changed status from \'RNR\' to \'Site Visit Done\'', NULL, '122.171.17.145', '2026-05-12 05:40:19'),
(372, 3, 'Syed Pasha', 'sales', 'update', 74, 'Lead #74: Updated Phone Number from \'+919741618175\' to \'+919741608175\'', NULL, '122.171.17.145', '2026-05-12 05:40:29'),
(373, 3, 'Syed Pasha', 'sales', 'status_change', 334, 'Lead #334: Changed status from \'Not Pick\' to \'RNR\'', NULL, '122.171.17.145', '2026-05-12 05:46:39'),
(374, 3, 'Syed Pasha', 'sales', 'status_change', 331, 'Lead #331: Changed status from \'Not Pick\' to \'RNR\'', NULL, '122.171.17.145', '2026-05-12 05:47:31'),
(375, 3, 'Syed Pasha', 'sales', 'status_change', 329, 'Lead #329: Changed status from \'Not Pick\' to \'RNR\'', NULL, '122.171.17.145', '2026-05-12 05:48:42'),
(376, 3, 'Syed Pasha', 'sales', 'status_change', 328, 'Lead #328: Changed status from \'Callback Later\' to \'RNR\'', NULL, '122.171.17.145', '2026-05-12 05:48:52'),
(377, 3, 'Syed Pasha', 'sales', 'status_change', 326, 'Lead #326: Changed status from \'Not Pick\' to \'RNR\'', NULL, '122.171.17.145', '2026-05-12 05:49:02'),
(378, 3, 'Syed Pasha', 'sales', 'update', 327, 'Lead #327: Updated Message from \'Comment = not looking for property || Status = To be connected\' to \'Comment = Not Looking For Property || Status = To Be Connected || not looking to buy if intrested will call\'', NULL, '122.171.17.145', '2026-05-12 05:50:52'),
(379, 3, 'Syed Pasha', 'sales', 'update', 326, 'Lead #326: Updated Message from \'Comment = call forwarding to voicemail || Status = To be connected\' to \'Comment = Call Forwarding To Voicemail || Status = To Be Connected || voicemail\'', NULL, '122.171.17.145', '2026-05-12 05:51:19'),
(380, 3, 'Syed Pasha', 'sales', 'update', 325, 'Lead #325: Updated Message from \'\' to \'voice mail\'', NULL, '122.171.17.145', '2026-05-12 05:51:48'),
(381, 3, 'Syed Pasha', 'sales', 'call_attempt', 324, 'Lead #324: Initiated Call to 919902061543', NULL, '122.171.17.145', '2026-05-12 05:52:04'),
(382, 3, 'Syed Pasha', 'sales', 'update', 324, 'Lead #324: Updated Message from \'Comment = budget 90 lacs, offered Gopalan Olympia &amp; Provident sunworth city\' to \'Comment = Budget 90 Lacs, Offered Gopalan Olympia &amp; Provident Sunworth City || not intrested to buy will contact \'', NULL, '122.171.17.145', '2026-05-12 05:54:14'),
(383, 3, 'Syed Pasha', 'sales', 'whatsapp_msg', 323, 'Lead #323: Initiated WhatsApp chat to 919611704487', NULL, '122.171.17.145', '2026-05-12 06:06:47'),
(384, 3, 'Syed Pasha', 'sales', 'update', 323, 'Lead #323: Updated Message from \'Comment = budget 1 cr, 2.5 bhk\' to \'Comment = Budget 1 Cr, 2.5 Bhk || whatsapp message sent\'', NULL, '122.171.17.145', '2026-05-12 06:09:58');

-- --------------------------------------------------------

--
-- Table structure for table `users`
--

CREATE TABLE `users` (
  `id` int(11) NOT NULL,
  `full_name` varchar(100) NOT NULL,
  `email` varchar(150) NOT NULL,
  `whatsapp_number` varchar(50) DEFAULT NULL,
  `password` varchar(255) NOT NULL,
  `reset_token` varchar(64) DEFAULT NULL,
  `reset_expires` datetime DEFAULT NULL,
  `role` enum('root','boss','manager','telesales','sales','technical') NOT NULL DEFAULT 'sales',
  `branch_id` int(11) DEFAULT NULL,
  `manager_id` int(11) DEFAULT NULL COMMENT 'The ID of the user managing this person',
  `status` enum('active','inactive') DEFAULT 'active',
  `distribution_status` enum('online','offline') DEFAULT 'offline',
  `last_assigned_at` datetime(6) DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `mobile_webhook_url` text DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `users`
--

INSERT INTO `users` (`id`, `full_name`, `email`, `whatsapp_number`, `password`, `reset_token`, `reset_expires`, `role`, `branch_id`, `manager_id`, `status`, `distribution_status`, `last_assigned_at`, `created_at`, `mobile_webhook_url`) VALUES
(1, 'BLR Realty', 'hostmyworld@gmail.com', '9999999999', '$2y$10$pC/HWLFnG1wxgBF7bK8lhuG/m1ltGhmtxX0r9ZhHmLFyyePifhP3O', NULL, NULL, 'root', 1, 0, 'active', 'online', '2026-04-20 10:45:51.199143', '2026-04-20 04:57:40', NULL),
(2, 'Bhavin K Patel', 'bhavin.p@blrrealty.com', '918093976225', '$2y$10$gEimnJ4UoC4UUdv227xrpuoCyDzYD1nBLUj7UBODKqmgX61DIUox.', NULL, NULL, 'sales', 1, 1, 'active', 'online', '2026-05-11 10:43:01.867255', '2026-04-20 12:47:19', NULL),
(3, 'Syed Pasha', 'syed.pasha@blrrealty.com', '918618677565', '$2y$10$TVHqdThVcJu25iU3xcFJM.PITF7YEd49Hn3qvlMKuifetLhsJvKN.', NULL, NULL, 'sales', 1, 1, 'active', 'online', '2026-05-11 00:11:58.612496', '2026-04-20 12:48:18', NULL),
(4, 'Akshat Jain', 'aksej18@gmail.com', NULL, '$2y$10$NORYWMzR0W4oQ3SSdQMjv.WANcAbz2RjiUoPWFddFnNtz82y/Lxfi', NULL, NULL, 'manager', NULL, 1, 'active', 'offline', NULL, '2026-04-23 17:33:47', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `user_whatsapp_template`
--

CREATE TABLE `user_whatsapp_template` (
  `user_id` int(11) NOT NULL,
  `message` text NOT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `user_whatsapp_template`
--

INSERT INTO `user_whatsapp_template` (`user_id`, `message`, `updated_at`) VALUES
(1, 'Hi, I am reaching out regarding your inquiry about buying the property. Please let me know a good time to connect. \nThanks', '2026-04-24 03:16:27'),
(2, 'Hi, I am bhavin Kishore Patel, reaching out regarding your inquiry.', '2026-05-06 05:32:05'),
(3, 'Hi, I am reaching out regarding your inquiry for buy property.\nPlease share location, budget & configuration.\nWill get back in sometime.\nThanks \nSyed\nBLR Realty ', '2026-04-24 09:24:48');

-- --------------------------------------------------------

--
-- Table structure for table `whatsapp_queue`
--

CREATE TABLE `whatsapp_queue` (
  `id` int(11) NOT NULL,
  `lead_id` int(11) NOT NULL,
  `agent_id` int(11) DEFAULT NULL,
  `phone_number` varchar(50) NOT NULL,
  `template_name` varchar(100) NOT NULL,
  `status` enum('pending','processing','completed','failed') DEFAULT 'pending',
  `attempts` int(11) DEFAULT 0,
  `http_status` int(4) DEFAULT NULL COMMENT 'Stores 200, 400, etc.',
  `request_payload` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT 'Exact JSON sent to Meta'
) ;

--
-- Dumping data for table `whatsapp_queue`
--

INSERT INTO `whatsapp_queue` (`id`, `lead_id`, `agent_id`, `phone_number`, `template_name`, `status`, `attempts`, `http_status`, `request_payload`, `response_payload`, `error_log`, `created_at`, `updated_at`) VALUES
(1, 83, 3, '918618677565', 'blr_realty_lead_notification', 'pending', 0, NULL, NULL, NULL, NULL, '2026-04-28 05:41:36', '2026-04-28 05:41:36'),
(2, 84, 2, '918093976225', 'blr_realty_lead_notification', 'pending', 0, NULL, NULL, NULL, NULL, '2026-04-29 08:43:24', '2026-04-29 08:43:24'),
(3, 85, 3, '918618677565', 'blr_realty_lead_notification', 'pending', 0, NULL, NULL, NULL, NULL, '2026-04-29 11:17:56', '2026-04-29 11:17:56'),
(4, 86, 2, '918093976225', 'blr_realty_lead_notification', 'pending', 0, NULL, NULL, NULL, NULL, '2026-04-29 12:14:26', '2026-04-29 12:14:26'),
(5, 87, 3, '918618677565', 'blr_realty_lead_notification', 'pending', 0, NULL, NULL, NULL, NULL, '2026-04-29 12:57:45', '2026-04-29 12:57:45'),
(6, 88, 3, '918618677565', 'blr_realty_lead_notification', 'pending', 0, NULL, NULL, NULL, NULL, '2026-04-29 13:02:49', '2026-04-29 13:02:49'),
(7, 89, 2, '918093976225', 'blr_realty_lead_notification', 'pending', 0, NULL, NULL, NULL, NULL, '2026-04-29 15:27:14', '2026-04-29 15:27:14'),
(8, 91, 3, '918618677565', 'blr_realty_lead_notification', 'pending', 0, NULL, NULL, NULL, NULL, '2026-04-30 17:20:40', '2026-04-30 17:20:40'),
(9, 92, 2, '918093976225', 'blr_realty_lead_notification', 'pending', 0, NULL, NULL, NULL, NULL, '2026-04-30 19:33:05', '2026-04-30 19:33:05'),
(10, 93, 2, '918093976225', 'blr_realty_lead_notification', 'pending', 0, NULL, NULL, NULL, NULL, '2026-05-01 04:43:06', '2026-05-01 04:43:06'),
(11, 94, 3, '918618677565', 'blr_realty_lead_notification', 'pending', 0, NULL, NULL, NULL, NULL, '2026-05-01 05:40:44', '2026-05-01 05:40:44'),
(12, 96, 2, '918093976225', 'blr_realty_lead_notification', 'pending', 0, NULL, NULL, NULL, NULL, '2026-05-01 07:34:04', '2026-05-01 07:34:04'),
(13, 97, 3, '918618677565', 'blr_realty_lead_notification', 'pending', 0, NULL, NULL, NULL, NULL, '2026-05-01 16:29:26', '2026-05-01 16:29:26'),
(14, 98, 3, '918618677565', 'blr_realty_lead_notification', 'pending', 0, NULL, NULL, NULL, NULL, '2026-05-01 18:12:44', '2026-05-01 18:12:44'),
(15, 100, 2, '918093976225', 'blr_realty_lead_notification', 'pending', 0, NULL, NULL, NULL, NULL, '2026-05-02 05:55:09', '2026-05-02 05:55:09'),
(16, 101, 2, '918093976225', 'blr_realty_lead_notification', 'pending', 0, NULL, NULL, NULL, NULL, '2026-05-02 10:43:45', '2026-05-02 10:43:45'),
(17, 391, 2, '918093976225', 'blr_realty_lead_notification', 'pending', 0, NULL, NULL, NULL, NULL, '2026-05-05 03:34:34', '2026-05-05 03:34:34'),
(18, 392, 3, '918618677565', 'blr_realty_lead_notification', 'pending', 0, NULL, NULL, NULL, NULL, '2026-05-05 04:44:22', '2026-05-05 04:44:22'),
(19, 394, 2, '918093976225', 'blr_realty_lead_notification', 'pending', 0, NULL, NULL, NULL, NULL, '2026-05-05 11:51:41', '2026-05-05 11:51:41'),
(20, 395, 3, '918618677565', 'blr_realty_lead_notification', 'pending', 0, NULL, NULL, NULL, NULL, '2026-05-05 12:48:02', '2026-05-05 12:48:02'),
(21, 396, 2, '918093976225', 'blr_realty_lead_notification', 'pending', 0, NULL, NULL, NULL, NULL, '2026-05-05 13:56:18', '2026-05-05 13:56:18'),
(22, 397, 3, '918618677565', 'blr_realty_lead_notification', 'pending', 0, NULL, NULL, NULL, NULL, '2026-05-05 15:33:48', '2026-05-05 15:33:48'),
(23, 398, 3, '918618677565', 'blr_realty_lead_notification', 'pending', 0, NULL, NULL, NULL, NULL, '2026-05-05 17:35:59', '2026-05-05 17:35:59'),
(24, 399, 2, '918093976225', 'blr_realty_lead_notification', 'pending', 0, NULL, NULL, NULL, NULL, '2026-05-06 04:47:42', '2026-05-06 04:47:42'),
(25, 400, 3, '918618677565', 'blr_realty_lead_notification', 'pending', 0, NULL, NULL, NULL, NULL, '2026-05-06 17:36:13', '2026-05-06 17:36:13'),
(26, 401, 3, '918618677565', 'blr_realty_lead_notification', 'pending', 0, NULL, NULL, NULL, NULL, '2026-05-07 14:24:00', '2026-05-07 14:24:00'),
(27, 402, 3, '918618677565', 'blr_realty_lead_notification', 'pending', 0, NULL, NULL, NULL, NULL, '2026-05-08 06:31:47', '2026-05-08 06:31:47'),
(28, 403, 3, '918618677565', 'blr_realty_lead_notification', 'pending', 0, NULL, NULL, NULL, NULL, '2026-05-09 16:47:55', '2026-05-09 16:47:55'),
(29, 404, 3, '918618677565', 'blr_realty_lead_notification', 'pending', 0, NULL, NULL, NULL, NULL, '2026-05-09 17:38:15', '2026-05-09 17:38:15'),
(30, 405, 3, '918618677565', 'blr_realty_lead_notification', 'pending', 0, NULL, NULL, NULL, NULL, '2026-05-10 03:48:33', '2026-05-10 03:48:33'),
(31, 410, 3, '918618677565', 'blr_realty_lead_notification', 'pending', 0, NULL, NULL, NULL, NULL, '2026-05-10 18:41:58', '2026-05-10 18:41:58'),
(32, 411, 2, '918093976225', 'blr_realty_lead_notification', 'pending', 0, NULL, NULL, NULL, NULL, '2026-05-11 05:13:01', '2026-05-11 05:13:01');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `agent_nudges`
--
ALTER TABLE `agent_nudges`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_agent_status` (`agent_id`,`status`);

--
-- Indexes for table `agent_whatsapp_chats`
--
ALTER TABLE `agent_whatsapp_chats`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `unique_meta_id` (`meta_message_id`),
  ADD KEY `idx_phone` (`agent_phone`);

--
-- Indexes for table `branches`
--
ALTER TABLE `branches`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `unique_branch` (`name`);

--
-- Indexes for table `custom_cities`
--
ALTER TABLE `custom_cities`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `unique_city` (`name`);

--
-- Indexes for table `custom_projects`
--
ALTER TABLE `custom_projects`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `unique_project` (`name`);

--
-- Indexes for table `facebook_accounts`
--
ALTER TABLE `facebook_accounts`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `facebook_ad_creatives`
--
ALTER TABLE `facebook_ad_creatives`
  ADD PRIMARY KEY (`ad_id`);

--
-- Indexes for table `import_history`
--
ALTER TABLE `import_history`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_user_import` (`user_id`);

--
-- Indexes for table `lead_activity_log`
--
ALTER TABLE `lead_activity_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_lead_id` (`lead_id`),
  ADD KEY `idx_user_activity` (`user_id`,`created_at`),
  ADD KEY `idx_is_deleted` (`is_deleted`);

--
-- Indexes for table `lead_files`
--
ALTER TABLE `lead_files`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_lead_file` (`lead_id`);

--
-- Indexes for table `lead_followups`
--
ALTER TABLE `lead_followups`
  ADD PRIMARY KEY (`id`),
  ADD KEY `lead_id` (`lead_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `lead_payments`
--
ALTER TABLE `lead_payments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_lead_payment` (`lead_id`);

--
-- Indexes for table `lead_stages`
--
ALTER TABLE `lead_stages`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `lists`
--
ALTER TABLE `lists`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `list_members`
--
ALTER TABLE `list_members`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `unique_member` (`list_id`,`lead_id`);

--
-- Indexes for table `system_audit_logs`
--
ALTER TABLE `system_audit_logs`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `users`
--
ALTER TABLE `users`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `unique_email` (`email`),
  ADD KEY `idx_manager` (`manager_id`),
  ADD KEY `idx_branch` (`branch_id`);

--
-- Indexes for table `user_whatsapp_template`
--
ALTER TABLE `user_whatsapp_template`
  ADD PRIMARY KEY (`user_id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `agent_nudges`
--
ALTER TABLE `agent_nudges`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `agent_whatsapp_chats`
--
ALTER TABLE `agent_whatsapp_chats`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `api_integrations`
--
ALTER TABLE `api_integrations`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `branches`
--
ALTER TABLE `branches`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `custom_cities`
--
ALTER TABLE `custom_cities`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `custom_projects`
--
ALTER TABLE `custom_projects`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `duplicate_leads`
--
ALTER TABLE `duplicate_leads`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `export_logs`
--
ALTER TABLE `export_logs`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `facebook_accounts`
--
ALTER TABLE `facebook_accounts`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `facebook_form_mappings`
--
ALTER TABLE `facebook_form_mappings`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `import_history`
--
ALTER TABLE `import_history`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;

--
-- AUTO_INCREMENT for table `leads`
--
ALTER TABLE `leads`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `lead_activity_log`
--
ALTER TABLE `lead_activity_log`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=611;

--
-- AUTO_INCREMENT for table `lead_files`
--
ALTER TABLE `lead_files`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `lead_followups`
--
ALTER TABLE `lead_followups`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `lead_payments`
--
ALTER TABLE `lead_payments`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `lead_stages`
--
ALTER TABLE `lead_stages`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=68;

--
-- AUTO_INCREMENT for table `lists`
--
ALTER TABLE `lists`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `list_members`
--
ALTER TABLE `list_members`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `system_audit_logs`
--
ALTER TABLE `system_audit_logs`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=385;

--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT for table `whatsapp_queue`
--
ALTER TABLE `whatsapp_queue`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- Constraints for dumped tables
--

--
-- Constraints for table `lead_followups`
--
ALTER TABLE `lead_followups`
  ADD CONSTRAINT `lead_followups_ibfk_1` FOREIGN KEY (`lead_id`) REFERENCES `leads` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `lead_followups_ibfk_2` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
