/*M!999999\- enable the sandbox mode */ 
-- MariaDB dump 10.19  Distrib 10.11.14-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost    Database: whatscrm
-- ------------------------------------------------------
-- Server version	10.11.14-MariaDB-0ubuntu0.24.04.1

/*!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 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `admin`
--

DROP TABLE IF EXISTS `admin`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `admin` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `email` varchar(999) DEFAULT NULL,
  `password` varchar(999) DEFAULT NULL,
  `uid` varchar(999) DEFAULT NULL,
  `role` varchar(999) NOT NULL DEFAULT 'admin',
  `createdAt` timestamp NOT NULL DEFAULT current_timestamp(),
  `tokenVersion` int(11) DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `admin`
--

LOCK TABLES `admin` WRITE;
/*!40000 ALTER TABLE `admin` DISABLE KEYS */;
INSERT INTO `admin` VALUES
(1,'admin@admin.com','$2b$10$puhzPzFDRRCQuJy1yzRYdupXydUi7Fh8HfDanw5Q37suZXUbq99CG','XhbfYkIAC1bYGhUodfJppmRCEUyGQJCZ','XhbfYkIAC1bYGhUodfJppmRCEUyGQJCZ','admin','2024-01-31 13:54:21',1);
/*!40000 ALTER TABLE `admin` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `agent_chats`
--

DROP TABLE IF EXISTS `agent_chats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `agent_chats` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `owner_uid` varchar(999) DEFAULT NULL,
  `uid` varchar(999) DEFAULT NULL,
  `chat_id` varchar(999) DEFAULT NULL,
  `createdAt` timestamp NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `agent_chats`
--

LOCK TABLES `agent_chats` WRITE;
/*!40000 ALTER TABLE `agent_chats` DISABLE KEYS */;
INSERT INTO `agent_chats` VALUES
(17,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','n9xrxIvwIajEo2JO2poQ0b3UyUnhUF3g','jjjSjiuijujS','2025-02-04 16:10:26'),
(19,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','n9xrxIvwIajEo2JO2poQ0b3UyUnhUF3g','jjBIuiiBBuii','2025-02-08 15:25:12'),
(20,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','n9xrxIvwIajEo2JO2poQ0b3UyUnhUF3g','918430088300_lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8_dQ18NwdM','2025-03-14 10:21:40'),
(21,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','n9xrxIvwIajEo2JO2poQ0b3UyUnhUF3g','918430088300_lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8_l3uI0PJB','2025-03-20 10:02:06'),
(24,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','n9xrxIvwIajEo2JO2poQ0b3UyUnhUF3g','918430088300_lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8_NBaGj1t6','2025-04-05 09:54:50'),
(25,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','n9xrxIvwIajEo2JO2poQ0b3UyUnhUF3g','918430088300_lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8_BCCT5dGr','2025-05-10 07:52:41');
/*!40000 ALTER TABLE `agent_chats` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `agent_task`
--

DROP TABLE IF EXISTS `agent_task`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `agent_task` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `owner_uid` varchar(999) DEFAULT NULL,
  `uid` varchar(999) DEFAULT NULL,
  `title` varchar(999) DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `agent_comments` longtext DEFAULT NULL,
  `status` varchar(999) DEFAULT NULL,
  `createdAt` timestamp NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `agent_task`
--

LOCK TABLES `agent_task` WRITE;
/*!40000 ALTER TABLE `agent_task` DISABLE KEYS */;
INSERT INTO `agent_task` VALUES
(2,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','n9xrxIvwIajEo2JO2poQ0b3UyUnhUF3g','holiday ','tell all customer that its holiday','this was done','COMPLETED','2024-04-09 06:51:55');
/*!40000 ALTER TABLE `agent_task` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `agents`
--

DROP TABLE IF EXISTS `agents`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `agents` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `owner_uid` varchar(999) DEFAULT NULL,
  `uid` varchar(999) DEFAULT NULL,
  `role` varchar(999) DEFAULT 'agent',
  `email` varchar(999) DEFAULT NULL,
  `password` varchar(999) DEFAULT NULL,
  `name` varchar(999) DEFAULT NULL,
  `mobile` varchar(999) DEFAULT NULL,
  `comments` longtext DEFAULT NULL,
  `is_active` int(1) DEFAULT 1,
  `createdAt` timestamp NULL DEFAULT current_timestamp(),
  `logs` longtext DEFAULT NULL,
  `mask_number` int(11) DEFAULT 1,
  `allow_send_new_qr` int(11) DEFAULT 0,
  `allow_save_contact` int(11) DEFAULT 0,
  `fcm_data` longtext DEFAULT NULL,
  `tokenVersion` int(11) DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `idx_owner_uid` (`owner_uid`(150)),
  KEY `idx_uid` (`uid`(150)),
  KEY `idx_owner_active` (`owner_uid`(150),`is_active`),
  KEY `idx_id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `agents`
--

LOCK TABLES `agents` WRITE;
/*!40000 ALTER TABLE `agents` DISABLE KEYS */;
INSERT INTO `agents` VALUES
(3,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','n9xrxIvwIajEo2JO2poQ0b3UyUnhUF3g','agent','john@agent.com','$2b$10$JGNSEHq.tErhcQKmvuh6PuWCVXWzxWIZ.WrnkuDNp8izuDgsWkZi.','john','7778888000','some comments',1,'2024-04-06 06:45:15','{\"dateTracking\":{\"2025-06-03\":{\"logins\":3,\"logouts\":3,\"lastLogin\":\"2025-06-03T12:44:57.454Z\",\"lastLogout\":\"2025-06-03T12:45:18.979Z\"},\"2025-06-07\":{\"logins\":2,\"logouts\":0,\"lastLogin\":\"2025-06-07T05:31:42.255Z\",\"lastLogout\":null},\"2025-07-18\":{\"logins\":1,\"logouts\":0,\"lastLogin\":\"2025-07-18T15:53:50.351Z\",\"lastLogout\":null},\"2025-08-27\":{\"logins\":1,\"logouts\":0,\"lastLogin\":\"2025-08-27T06:39:14.204Z\",\"lastLogout\":null},\"2025-11-12\":{\"logins\":20,\"logouts\":0,\"lastLogin\":\"2025-11-12T09:45:40.400Z\",\"lastLogout\":null},\"2025-11-13\":{\"logins\":1,\"logouts\":0,\"lastLogin\":\"2025-11-13T14:06:29.542Z\",\"lastLogout\":null},\"2025-12-12\":{\"logins\":1,\"logouts\":0,\"lastLogin\":\"2025-12-12T09:57:34.017Z\",\"lastLogout\":\"2025-12-12T09:57:17.490Z\"},\"2025-12-16\":{\"logins\":1,\"logouts\":0,\"lastLogin\":\"2025-12-16T13:00:33.155Z\",\"lastLogout\":null},\"2026-02-24\":{\"logins\":1,\"logouts\":0,\"lastLogin\":\"2026-02-24T12:34:22.234Z\",\"lastLogout\":null},\"2026-03-27\":{\"logins\":1,\"logouts\":0,\"lastLogin\":\"2026-03-27T12:51:11.041Z\",\"lastLogout\":null},\"2026-03-30\":{\"logins\":1,\"logouts\":1,\"lastLogin\":\"2026-03-30T09:06:42.092Z\",\"lastLogout\":\"2026-03-30T09:07:00.062Z\"},\"2026-04-01\":{\"logins\":0,\"logouts\":0,\"lastLogin\":null,\"lastLogout\":\"2026-04-01T11:24:36.586Z\"}},\"spendTime\":{\"2025-06-03\":55,\"2025-06-04\":260,\"2025-06-07\":70,\"2025-06-10\":415,\"2025-07-18\":150,\"2025-08-27\":10,\"2025-09-16\":2997,\"2025-10-02\":710,\"2025-10-04\":220,\"2025-11-12\":2040,\"2025-11-13\":95,\"2025-12-12\":15,\"2025-12-16\":40,\"2026-02-24\":40,\"2026-03-27\":685,\"2026-03-30\":10,\"2026-04-01\":10,\"2026-04-12\":185}}',1,1,1,'{\"tokens\":[\"djqWYcy7pkv8tuIe2QFteW:APA91bH0NlSDTjKMoHer1cxTtlcUA5_HT-Ucm3MtOnqKkIADvRp15dIB3t2B2alL2Ws0Bcey3StAfauqqJB245kYLSTL4N1WfSlXZEzDJU_Bv-Tr6tQlE6E\"],\"other\":{\"platform\":\"iOS\",\"apnsToken\":\"2A4E1FF4F091B67515F4258BAA941FED64EECCE4B4382A7D46D9E3A2BB6CD723\"}}',0),
(4,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','v8Odk2djveUs7A4kCFjO7acUiJJ5W266','agent','agent2@gmail.com','$2b$10$SNCpyR2GomNteU3wdUsN3eYOlckvp4Uq7T148TeqtVBEll3KZXGRK','Paul','123','this is new',1,'2025-07-18 15:34:19','{\"spendTime\":{\"2025-07-18\":295,\"2025-09-02\":1380,\"2026-04-01\":15},\"dateTracking\":{\"2025-07-18\":{\"logins\":1,\"logouts\":0,\"lastLogin\":\"2025-07-18T15:53:34.162Z\",\"lastLogout\":null}}}',1,1,0,NULL,0),
(5,'IYacxSP6xyxBYvmH65ub789IUFzBTfL5','f7MZX4kuVcaULEldCcWxZ9Jj4Y1mr42d','agent','mm@bea.mr','$2b$10$mJNQasIM2efXr4yUozWNkOon1.YuPm3OIt8TydlF/EkGhIyZFTKZK','Amanty','22222222442',NULL,1,'2025-12-03 13:18:11','{\"dateTracking\":{\"2025-12-03\":{\"logins\":1,\"logouts\":0,\"lastLogin\":\"2025-12-03T13:18:55.923Z\",\"lastLogout\":null}},\"spendTime\":{\"2025-12-03\":138}}',1,1,1,'{\"tokens\":[\"dsJs5lxCST2MREK34HGVfp:APA91bE34d3ssNvWzHOfaZDNwfTmGVnQlL4ykUr0b0Z4nUc9lFSzJekHD8GeJ09fGvAxYJ857atm2CInmHBC0QEbIJaQDIID7Pm6HW_P8Xf1issygeqY18I\"],\"other\":{\"platform\":\"Android\"}}',0),
(6,'LwSuIpDTBhiXqKrc0LxxJLQZC9Bh0qi8','Sw0DzPJfYZNY5ksbO3guGAEzXZjBvFG4','agent','c@emi.com','$2b$10$0YoXSf9bgsinn.791vZQD.CavPi5fe/IVS98tj1tOQug5Qhqpifh6','Christ - Service client','123990',NULL,1,'2025-12-09 10:47:05',NULL,0,1,1,NULL,0),
(7,'LwSuIpDTBhiXqKrc0LxxJLQZC9Bh0qi8','Gt8RCDwYDr8bJ8MfwR1R7XtsFEeSP5DU','agent','2@emi.com','$2b$10$F16PQ67pTJAjXLnFn4tDA.upAZ6Utsd1B2jLQp6lbH52vq/G88gO.','Merly - Service client','123','',1,'2025-12-09 10:48:02','{\"dateTracking\":{\"2025-12-09\":{\"logins\":1,\"logouts\":1,\"lastLogin\":\"2025-12-09T10:54:43.570Z\",\"lastLogout\":\"2025-12-09T18:46:42.913Z\"}},\"spendTime\":{\"2025-12-09\":1170}}',0,1,1,NULL,0),
(8,'LwSuIpDTBhiXqKrc0LxxJLQZC9Bh0qi8','pJOFcrI5ndZ0bQZObZHDNj67D6huUuWw','agent','3@emi.com','$2b$10$A9y8dI30LPIhId6B7UmUo.yryU.XyqpFAbok2sYc9mtZdSBoEnC5O','Salomé - Service client','124','',1,'2025-12-09 10:48:45','{\"dateTracking\":{\"2025-12-09\":{\"logins\":2,\"logouts\":0,\"lastLogin\":\"2025-12-09T10:58:48.951Z\",\"lastLogout\":null}},\"spendTime\":{\"2025-12-09\":1113}}',0,1,1,'{\"tokens\":[\"dy9LaYssSeidfsgs9BKFwx:APA91bEPzFK2ANq1mDmw4URXrHycNdlxOQtjkx9ATxeOO20ttP6LPaH7NXIzQysI3OeoIa0uNuAv0Wrfb0Xt8hSRuE5bwdQKip7rz-aaJ78pnihd2cVEP2o\"],\"other\":{\"platform\":\"Android\"}}',0),
(9,'LwSuIpDTBhiXqKrc0LxxJLQZC9Bh0qi8','pi4TYLhVFghpPX0FFs5clBfe5RiVoWDs','agent','b@emi.com','$2b$10$Yr5yWuSVpz0Jub9dE33aL.zFXkxDPGjPNR6JILukN7mVrhEVgBzhW','BGC - Team leader','999','',1,'2025-12-09 10:49:17',NULL,0,1,1,NULL,0);
/*!40000 ALTER TABLE `agents` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `auth`
--

DROP TABLE IF EXISTS `auth`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `auth` (
  `session` varchar(50) NOT NULL,
  `id` varchar(80) NOT NULL,
  `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`value`)),
  UNIQUE KEY `idxunique` (`session`,`id`),
  KEY `idxsession` (`session`),
  KEY `idxid` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `auth`
--

LOCK TABLES `auth` WRITE;
/*!40000 ALTER TABLE `auth` DISABLE KEYS */;
/*!40000 ALTER TABLE `auth` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `beta_api_logs`
--

DROP TABLE IF EXISTS `beta_api_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `beta_api_logs` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` varchar(999) DEFAULT NULL,
  `msg_id` varchar(999) DEFAULT NULL,
  `request` longtext DEFAULT NULL,
  `err` longtext DEFAULT NULL,
  `response` longtext DEFAULT NULL,
  `status` varchar(999) DEFAULT NULL,
  `createdAt` timestamp NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `beta_api_logs`
--

LOCK TABLES `beta_api_logs` WRITE;
/*!40000 ALTER TABLE `beta_api_logs` DISABLE KEYS */;
INSERT INTO `beta_api_logs` VALUES
(1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8',NULL,'{\"to\":\"919690309316\",\"type\":\"text\",\"text\":{\"preview_url\":false,\"body\":\"this sent from API\"}}',NULL,'{\"success\":false,\"message\":\"Error validating access token: Session has expired on Friday, 22-Aug-25 07:00:00 PDT. The current time is Sunday, 24-Aug-25 06:15:08 PDT.\"}','failed','2025-08-24 13:15:11'),
(3,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','wamid.HBgMOTE5NjkwMzA5MzE2FQIAERgSRjM4MjIwMkFERDBBMEFFRENDAA==','{\"sendTo\":\"919690309316\",\"waNumId\":\"230745540118212\",\"waToken\":\"EAAQI9Tit5nABPbBZBTlim3D7ohP74SRocPmajAVYhtKAX2ZAIrzzQZAte2RqO9CWdZAvES4XmaCPvBZCT9XtmZBH4uAvoxGSxSkiqiglGvGZCJ884HydA1tG29uZAN4wBe5JZA83vE8Fo760KS7ZBX4GuOLfr5i0semfNqpXMBm0buN95KgoHyo77ZC1S5lrgYVoloDQgVxR474rZCQrafWE0SZBfXaFuWHh8jOvQDCaklSmmaI1kZCvAZD\",\"templetData\":{\"name\":\"new_templet_without_media\",\"parameter_format\":\"POSITIONAL\",\"components\":[{\"type\":\"BODY\",\"text\":\"Lorem {{1}} ipsum dolor sit amet, consectetur adipiscing elit. Etiam a tincidunt leo. Nam aliquet justo id lorem semper, ut eleifend quam congue. Sed efficitur, nibh vel pulvinar interdum, ipsum lacus varius ligula, id cursus arcu orci id nibh. Maecenas pretium velit eros, et pretium lacus blandit nec.\",\"example\":{\"body_text\":[[\"John\"]]}},{\"type\":\"BUTTONS\",\"buttons\":[{\"type\":\"QUICK_REPLY\",\"text\":\"Reply us\"},{\"type\":\"QUICK_REPLY\",\"text\":\"Stop this\"}]}],\"language\":\"en_US\",\"status\":\"APPROVED\",\"category\":\"MARKETING\",\"id\":\"1197182588434772\"},\"exampleArr\":[],\"dynamicMedia\":\"OptionalMediaUri\"}',NULL,'{\"messaging_product\":\"whatsapp\",\"contacts\":[{\"input\":\"919690309316\",\"wa_id\":\"919690309316\"}],\"messages\":[{\"id\":\"wamid.HBgMOTE5NjkwMzA5MzE2FQIAERgSRjM4MjIwMkFERDBBMEFFRENDAA==\",\"message_status\":\"accepted\"}]}','read','2025-08-24 13:30:16');
/*!40000 ALTER TABLE `beta_api_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `beta_campaign`
--

DROP TABLE IF EXISTS `beta_campaign`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `beta_campaign` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `campaign_id` varchar(999) NOT NULL,
  `uid` varchar(999) NOT NULL,
  `title` varchar(999) NOT NULL,
  `template_name` varchar(999) NOT NULL,
  `template_language` varchar(999) NOT NULL,
  `phonebook_id` varchar(999) NOT NULL,
  `phonebook_name` varchar(999) NOT NULL,
  `status` varchar(999) NOT NULL DEFAULT 'PENDING',
  `total_contacts` int(11) NOT NULL DEFAULT 0,
  `sent_count` int(11) NOT NULL DEFAULT 0,
  `delivered_count` int(11) NOT NULL DEFAULT 0,
  `read_count` int(11) NOT NULL DEFAULT 0,
  `failed_count` int(11) NOT NULL DEFAULT 0,
  `body_variables` longtext DEFAULT NULL,
  `header_variable` longtext DEFAULT NULL,
  `button_variables` longtext DEFAULT NULL,
  `schedule` datetime DEFAULT NULL,
  `timezone` varchar(999) DEFAULT NULL,
  `createdAt` timestamp NOT NULL DEFAULT current_timestamp(),
  `template_type` varchar(20) DEFAULT 'STANDARD',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `beta_campaign`
--

LOCK TABLES `beta_campaign` WRITE;
/*!40000 ALTER TABLE `beta_campaign` DISABLE KEYS */;
INSERT INTO `beta_campaign` VALUES
(6,'RQUFIFc6Uk','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','ab','util_test','ml','37','Codeyon','COMPLETED',1,1,0,0,0,'[]','null','[]','2025-08-07 16:08:00',NULL,'2025-08-07 16:07:36','STANDARD'),
(7,'NcBxsHH2kO','OnjWZ9wHtdqTrAnZL32DgYbZjs3UZlis','te','app_otp','en_US','39','code','COMPLETED',1,0,0,0,1,'[\"123334\"]','null','[{\"index\":0,\"value\":\"\"}]',NULL,NULL,'2025-09-09 09:26:40','STANDARD'),
(8,'RlW2L4Ljex','OnjWZ9wHtdqTrAnZL32DgYbZjs3UZlis','asd','app_otp','en_US','39','code','COMPLETED',1,0,0,0,1,'[\"122212\"]','null','[{\"index\":0,\"value\":\"copy it\"}]',NULL,NULL,'2025-09-09 09:27:04','STANDARD'),
(9,'GCmBOi9G4o','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','testing','whatcrm_carousel_v1','en_US','37','Codeyon','COMPLETED',1,0,0,0,1,'[]','{\"type\":\"CAROUSEL\",\"cards\":[{\"imageUrl\":\"http://localhost:3000/media/FkHlLgJOvsX7wRdK77boxPyRjskLWdF2.png\",\"bodyVariables\":[],\"buttonVariables\":[]},{\"imageUrl\":\"http://localhost:3000/media/S12IJod2N0sA5xR7y1IpWPnnfIDApjAR.png\",\"bodyVariables\":[],\"buttonVariables\":[]},{\"imageUrl\":\"http://localhost:3000/media/zvLgfXUgdCRFcB62qEwrnBO6ZbISrXMj.png\",\"bodyVariables\":[],\"buttonVariables\":[]}]}','[]',NULL,NULL,'2026-04-04 08:58:02','STANDARD'),
(10,'adxvVKuJ6g','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','cata','asd','en','37','Codeyon','COMPLETED',1,1,1,0,0,'[]','{\"type\":\"CATALOG\",\"thumbnail\":null}','[]',NULL,NULL,'2026-04-04 09:21:25','STANDARD'),
(11,'bSj0AY6QEM','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','caro','whatcrm_carousel_v1','en_US','37','Codeyon','COMPLETED',1,1,0,0,0,'[]','{\"type\":\"CAROUSEL\",\"cards\":[{\"imageUrl\":\"http://localhost:3000/media/xlv1OeGVTSbvY3cs9exl0iuyDJomJi1K.png\",\"bodyVariables\":[],\"buttonVariables\":[]},{\"imageUrl\":\"http://localhost:3000/media/7mc1KAP7xCoAU0lwvUuLMoEq4ap2T0Sh.png\",\"bodyVariables\":[],\"buttonVariables\":[]},{\"imageUrl\":\"http://localhost:3000/media/yZzu5d9PMGM7bHEpFv2kkYP5cn9w52J9.png\",\"bodyVariables\":[],\"buttonVariables\":[]}]}','[]',NULL,NULL,'2026-04-04 09:22:43','STANDARD');
/*!40000 ALTER TABLE `beta_campaign` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `beta_campaign_logs`
--

DROP TABLE IF EXISTS `beta_campaign_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `beta_campaign_logs` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` varchar(999) NOT NULL,
  `campaign_id` varchar(999) NOT NULL,
  `contact_name` varchar(999) NOT NULL,
  `contact_mobile` varchar(999) NOT NULL,
  `meta_msg_id` varchar(999) DEFAULT NULL,
  `status` varchar(999) NOT NULL DEFAULT 'PENDING',
  `delivery_status` varchar(999) DEFAULT NULL,
  `delivery_time` varchar(999) DEFAULT NULL,
  `error_message` longtext DEFAULT NULL,
  `createdAt` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `beta_campaign_logs`
--

LOCK TABLES `beta_campaign_logs` WRITE;
/*!40000 ALTER TABLE `beta_campaign_logs` DISABLE KEYS */;
INSERT INTO `beta_campaign_logs` VALUES
(5,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','RQUFIFc6Uk','codeyon','918430088300','wamid.HBgMOTE4NDMwMDg4MzAwFQIAERgSNkYxNzA3MTFGMjNGNkVFMkQ2AA==','SENT',NULL,NULL,NULL,'2025-08-07 16:07:41'),
(6,'OnjWZ9wHtdqTrAnZL32DgYbZjs3UZlis','NcBxsHH2kO','codeyon','918430088300',NULL,'FAILED',NULL,NULL,'(#132001) Template name does not exist in the translation','2025-09-09 09:26:42'),
(7,'OnjWZ9wHtdqTrAnZL32DgYbZjs3UZlis','RlW2L4Ljex','codeyon','918430088300',NULL,'FAILED',NULL,NULL,'(#132001) Template name does not exist in the translation','2025-09-09 09:27:07'),
(8,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','GCmBOi9G4o','Codeyon','918430088300',NULL,'FAILED',NULL,NULL,'(#100) Invalid parameter','2026-04-04 08:58:02'),
(9,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','adxvVKuJ6g','Codeyon','918430088300','wamid.HBgMOTE4NDMwMDg4MzAwFQIAERgSNTU1NzdEOUVGNkJGNzU1Qzk5AA==','SENT','delivered','2026-04-04 09:21:51',NULL,'2026-04-04 09:21:25'),
(10,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','bSj0AY6QEM','Codeyon','918430088300','wamid.HBgMOTE4NDMwMDg4MzAwFQIAERgSQThCQzMxQjc4NjZGMTY2ODMyAA==','SENT','failed','2026-04-04 09:23:17','{\"object\":\"whatsapp_business_account\",\"entry\":[{\"id\":\"215653001634796\",\"changes\":[{\"value\":{\"messaging_product\":\"whatsapp\",\"metadata\":{\"display_phone_number\":\"917037300870\",\"phone_number_id\":\"230745540118212\"},\"statuses\":[{\"id\":\"wamid.HBgMOTE4NDMwMDg4MzAwFQIAERgSQThCQzMxQjc4NjZGMTY2ODMyAA==\",\"status\":\"failed\",\"timestamp\":\"1775294594\",\"recipient_id\":\"918430088300\",\"errors\":[{\"code\":131053,\"title\":\"Media upload error\",\"message\":\"Media upload error\",\"error_data\":{\"details\":\"Downloading media from weblink failed with http code 403, status message Forbidden. Your destination may have been blocked by a destination filter. Provided client identity: svc:proxygen,svc:proxygen-origin,job:ti__olb.internal.rrva0c01. To debug see https://fburl.com/traffic/mbvc72ao Error.what(): localhost resolved address 127.0.0.1 is private,localhost resolved address ::1 is private\"}}]}]},\"field\":\"messages\"}]}]}','2026-04-04 09:22:43');
/*!40000 ALTER TABLE `beta_campaign_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `beta_chatbot`
--

DROP TABLE IF EXISTS `beta_chatbot`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `beta_chatbot` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` varchar(999) DEFAULT NULL,
  `source` varchar(999) DEFAULT 'wa_chatbot',
  `title` varchar(999) DEFAULT NULL,
  `flow_id` varchar(999) DEFAULT NULL,
  `active` int(11) DEFAULT 1,
  `origin` longtext DEFAULT NULL,
  `origin_id` varchar(999) DEFAULT NULL,
  `createdAt` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`),
  KEY `idx_uid_active` (`uid`(150),`active`),
  KEY `idx_uid_origin` (`uid`(100),`origin_id`(100)),
  KEY `idx_uid_flow` (`uid`(120),`flow_id`(120)),
  KEY `idx_uid_source_active` (`uid`(100),`source`(50),`active`)
) ENGINE=InnoDB AUTO_INCREMENT=123 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `beta_chatbot`
--

LOCK TABLES `beta_chatbot` WRITE;
/*!40000 ALTER TABLE `beta_chatbot` DISABLE KEYS */;
INSERT INTO `beta_chatbot` VALUES
(111,'XCUNoN5r9s37fQsVdekFqam7Lk6TlYGZ','instagram_chatbot','sample 1','2',1,'{\"title\":\"@spike_reach\",\"code\":\"INSTAGRAM\",\"data\":{\"id\":7,\"uid\":\"XCUNoN5r9s37fQsVdekFqam7Lk6TlYGZ\",\"webhook_id\":\"17841466206006088\",\"ig_graph_id\":\"27038428842452534\",\"user_id\":\"17841466206006088\",\"username\":\"spike_reach\",\"name\":\"Spike Reach\",\"profile_pic\":\"https://scontent-bom5-2.cdninstagram.com/v/t51.2885-19/444139466_962858638485487_470893310292229392_n.jpg?stp=dst-jpg_s206x206_tt6&_nc_cat=107&ccb=7-5&_nc_sid=bf7eb4&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLnd3dy4xMDgwLkMzIn0%3D&_nc_ohc=I98CxcGTlyEQ7kNvwGsOBlr&_nc_oc=AdryuvYDlvscxJbo0tiQBc5raS5q4S39sPPAUc0xKhhTtRZAGfb_EXQGUIfcG1M2Mof98xsNGfkycOdsJti5kQIr&_nc_zt=24&_nc_ht=scontent-bom5-2.cdninstagram.com&edm=AP4hL3IEAAAA&_nc_tpa=Q5bMBQHBjAfgdgQPm8vjNNvbNKHf88CFMuLsT0xqhke95fnirJtk3k30D0NPKQcxCrDyEIgpvur2cHDgkQ&oh=00_Af20lvhFQZr9ReC9C1r48qCpYkXsgr7bXDOoQUMzPBKRlw&oe=69F8E0C7\",\"token_type\":\"bearer\",\"expires_in\":5184000,\"connected_at\":\"2026-04-30T09:45:22.000Z\",\"createdAt\":\"2026-04-30T09:45:22.000Z\"}}','17841466206006088','2026-04-30 10:00:30'),
(112,'bNaDKizgcV7C19RYLZ6bBBH8beVhPpZY','instagram_chatbot','newinsta','DDInMCUfbfVXfIqdXtDhTbxWNViqiyEe',1,'{\"title\":\"@reviewcard.in\",\"code\":\"INSTAGRAM\",\"data\":{\"id\":8,\"uid\":\"bNaDKizgcV7C19RYLZ6bBBH8beVhPpZY\",\"webhook_id\":\"17841465298970477\",\"ig_graph_id\":\"35497935243186241\",\"user_id\":\"17841465298970477\",\"username\":\"reviewcard.in\",\"name\":\"Amit Gurnani\",\"profile_pic\":\"https://scontent-bom5-2.cdninstagram.com/v/t51.2885-19/431233319_924894519296873_1088361452295886230_n.jpg?stp=dst-jpg_s206x206_tt6&_nc_cat=108&ccb=7-5&_nc_sid=bf7eb4&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLnd3dy41NTAuQzMifQ%3D%3D&_nc_ohc=46JOQkhQEvIQ7kNvwFIPlR1&_nc_oc=AdquxanTTFdw5hBchwI4vKS5j-zoWo-CKeloDkI5L0Llq_iBx_DqHzugKEYlsO7_LWuUCcuyhEIK4rdn5MFszSuH&_nc_zt=24&_nc_ht=scontent-bom5-2.cdninstagram.com&edm=AP4hL3IEAAAA&_nc_tpa=Q5bMBQFDMtBDEHdQsGLGsITMSJmRay8c1AOxU4P32gJWAtlkFNmsJZzB0G2XrnfjxiASFwsiELtsuuC-2A&oh=00_Af10kFk5R4cNu6cI7cTMmla3UW27w-xYc2EXcgRVBPKqdw&oe=69F8DB78\",\"token_type\":\"bearer\",\"expires_in\":5183999,\"connected_at\":\"2026-04-30T09:45:59.000Z\",\"createdAt\":\"2026-04-30T09:45:59.000Z\"}}','17841465298970477','2026-04-30 10:02:04'),
(113,'rfyiXC3ayqCpvDumCj2vhDGtA4JDI8E4','instagram_chatbot','demo','gEgnC5XiGmoW0wC0S0evKLEefjQH7POe',1,'{\"title\":\"@rudra0l0ove\",\"code\":\"INSTAGRAM\",\"data\":{\"id\":9,\"uid\":\"rfyiXC3ayqCpvDumCj2vhDGtA4JDI8E4\",\"webhook_id\":\"17841449573671364\",\"ig_graph_id\":\"35163456269966776\",\"user_id\":\"17841449573671364\",\"username\":\"rudra0l0ove\",\"name\":\"Rudra Pratap Singh\",\"profile_pic\":\"https://scontent-bom5-1.cdninstagram.com/v/t51.2885-19/244646199_651942619127228_7273382828401975650_n.jpg?stp=dst-jpg_s206x206_tt6&_nc_cat=105&ccb=7-5&_nc_sid=bf7eb4&efg=eyJ2ZW5jb2RlX3RhZyI6InByb2ZpbGVfcGljLnd3dy43MjAuQzMifQ%3D%3D&_nc_ohc=y58VutqVyMUQ7kNvwHfYfaO&_nc_oc=AdpFjFtiZimnYTVvYN4OejTdXDybFMoCTLme8RLIu_GlyMy8mLa4DgEPs41xaqeCuGD8D3Q_82M8W3MoABD6PEah&_nc_zt=24&_nc_ht=scontent-bom5-1.cdninstagram.com&edm=AP4hL3IEAAAA&_nc_tpa=Q5bMBQGSWAm2SmtnDwbYKgXv9l9qoCE3djoU773LZdOUSRsumbqezrnYG1Jo_UO1siP0cDJMq5iCS_R5Qw&oh=00_Af21eC3ZZmFaY0895lB-PdOX_crvBg3zlH8R14TlTPtePQ&oe=69F8F3A1\",\"token_type\":\"bearer\",\"expires_in\":5183981,\"connected_at\":\"2026-04-30T09:48:28.000Z\",\"createdAt\":\"2026-04-30T09:48:10.000Z\"}}','17841449573671364','2026-04-30 12:03:21');
/*!40000 ALTER TABLE `beta_chatbot` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `beta_chats`
--

DROP TABLE IF EXISTS `beta_chats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `beta_chats` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` varchar(999) DEFAULT NULL,
  `old_chat_id` varchar(999) DEFAULT NULL,
  `profile` longtext DEFAULT NULL,
  `origin_instance_id` varchar(999) DEFAULT NULL,
  `chat_id` varchar(999) DEFAULT NULL,
  `last_message` longtext DEFAULT NULL,
  `chat_label` longtext DEFAULT NULL,
  `chat_note` longtext DEFAULT NULL,
  `sender_name` varchar(999) DEFAULT NULL,
  `sender_mobile` varchar(999) DEFAULT NULL,
  `unread_count` bigint(20) DEFAULT 0,
  `origin` varchar(999) DEFAULT NULL,
  `assigned_agent` longtext DEFAULT NULL,
  `createdAt` timestamp NULL DEFAULT current_timestamp(),
  `updatedAt` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `kanban_order` int(11) DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `idx_uid_chatid` (`uid`(100),`chat_id`(100)),
  KEY `idx_uid_origin` (`uid`(120),`origin`(50)),
  KEY `idx_uid_updated` (`uid`(150)),
  KEY `idx_sender_mobile` (`sender_mobile`(150)),
  KEY `idx_uid_unread` (`uid`(150),`unread_count`),
  KEY `idx_uid_origin_updated` (`uid`(80),`origin`(50)),
  KEY `idx_beta_chats_uid_updatedAt` (`uid`(100),`updatedAt`)
) ENGINE=InnoDB AUTO_INCREMENT=68 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `beta_chats`
--

LOCK TABLES `beta_chats` WRITE;
/*!40000 ALTER TABLE `beta_chats` DISABLE KEYS */;
INSERT INTO `beta_chats` VALUES
(5,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8',NULL,'{\"profileImage\":\"media/telegram/profiles/lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8_ka8X3kJM/8584177993_1771908218240_0x8rcFmu.jpg\"}','{\"id\":\"8584177993\",\"name\":\"Mom\"}','8584177993@telegram','{\"type\":\"text\",\"metaChatId\":\"tg_6653\",\"msgContext\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Thanks for choosing support\"}},\"reaction\":\"\",\"timestamp\":1771908456,\"senderName\":\"Mom\",\"senderMobile\":\"8584177993\",\"star\":0,\"route\":\"OUTGOING\",\"context\":null,\"origin\":\"telegram\"}',NULL,NULL,'Mom','8584177993',0,'telegram',NULL,'2026-02-24 04:43:38','2026-02-24 04:47:42',0),
(6,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8',NULL,'{\"profileImage\":\"media/telegram/profiles/lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8_ka8X3kJM/777000_1771908440184_NV8wngd0.jpg\"}','{\"id\":\"777000\",\"name\":\"Telegram\"}','777000@telegram','{\"type\":\"text\",\"metaChatId\":\"tg_6648\",\"msgContext\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Hello welcome to the telegram bot. Please choose an option to process\\n\\n1: Sales\\n2: Support\"}},\"reaction\":\"\",\"timestamp\":1771908444,\"senderName\":\"Telegram\",\"senderMobile\":\"777000\",\"star\":0,\"route\":\"OUTGOING\",\"context\":null,\"origin\":\"telegram\"}',NULL,NULL,'Telegram','777000',0,'telegram',NULL,'2026-02-24 04:47:21','2026-02-24 04:47:43',0),
(9,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8',NULL,NULL,'{\"id\":\"917037300870\"}','meta_918430088300','{\"type\":\"text\",\"metaChatId\":\"wamid.HBgMOTE4NDMwMDg4MzAwFQIAEhgWM0VCMEMwN0FEMjUxQzI1Q0NDRTU1QwA=\",\"msgContext\":{\"type\":\"text\",\"text\":{\"body\":\"hello there\",\"preview_url\":true}},\"reaction\":\"\",\"timestamp\":\"1777390681\",\"senderName\":\"codeyon.com\",\"senderMobile\":\"918430088300\",\"status\":\"\",\"star\":false,\"route\":\"INCOMING\",\"context\":null,\"origin\":\"meta\"}','[]','[{\"email\":\"user@user.com\",\"name\":\"John Doe\",\"note\":\"This is a chat note\",\"rating\":10,\"craetedAt\":1775115254,\"id\":\"SgAIj\"}]','codeyon.com','918430088300',0,'meta','[{\"id\":3,\"owner_uid\":\"lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8\",\"uid\":\"n9xrxIvwIajEo2JO2poQ0b3UyUnhUF3g\",\"role\":\"agent\",\"email\":\"john@agent.com\",\"password\":\"$2b$10$JGNSEHq.tErhcQKmvuh6PuWCVXWzxWIZ.WrnkuDNp8izuDgsWkZi.\",\"name\":\"john\",\"mobile\":\"7778888000\",\"comments\":\"some comments\",\"is_active\":1,\"createdAt\":\"2024-04-06T01:15:15.000Z\",\"logs\":\"{\\\"dateTracking\\\":{\\\"2025-06-03\\\":{\\\"logins\\\":3,\\\"logouts\\\":3,\\\"lastLogin\\\":\\\"2025-06-03T12:44:57.454Z\\\",\\\"lastLogout\\\":\\\"2025-06-03T12:45:18.979Z\\\"},\\\"2025-06-07\\\":{\\\"logins\\\":2,\\\"logouts\\\":0,\\\"lastLogin\\\":\\\"2025-06-07T05:31:42.255Z\\\",\\\"lastLogout\\\":null},\\\"2025-07-18\\\":{\\\"logins\\\":1,\\\"logouts\\\":0,\\\"lastLogin\\\":\\\"2025-07-18T15:53:50.351Z\\\",\\\"lastLogout\\\":null},\\\"2025-08-27\\\":{\\\"logins\\\":1,\\\"logouts\\\":0,\\\"lastLogin\\\":\\\"2025-08-27T06:39:14.204Z\\\",\\\"lastLogout\\\":null},\\\"2025-11-12\\\":{\\\"logins\\\":20,\\\"logouts\\\":0,\\\"lastLogin\\\":\\\"2025-11-12T09:45:40.400Z\\\",\\\"lastLogout\\\":null},\\\"2025-11-13\\\":{\\\"logins\\\":1,\\\"logouts\\\":0,\\\"lastLogin\\\":\\\"2025-11-13T14:06:29.542Z\\\",\\\"lastLogout\\\":null},\\\"2025-12-12\\\":{\\\"logins\\\":1,\\\"logouts\\\":0,\\\"lastLogin\\\":\\\"2025-12-12T09:57:34.017Z\\\",\\\"lastLogout\\\":\\\"2025-12-12T09:57:17.490Z\\\"},\\\"2025-12-16\\\":{\\\"logins\\\":1,\\\"logouts\\\":0,\\\"lastLogin\\\":\\\"2025-12-16T13:00:33.155Z\\\",\\\"lastLogout\\\":null},\\\"2026-02-24\\\":{\\\"logins\\\":1,\\\"logouts\\\":0,\\\"lastLogin\\\":\\\"2026-02-24T12:34:22.234Z\\\",\\\"lastLogout\\\":null},\\\"2026-03-27\\\":{\\\"logins\\\":1,\\\"logouts\\\":0,\\\"lastLogin\\\":\\\"2026-03-27T12:51:11.041Z\\\",\\\"lastLogout\\\":null},\\\"2026-03-30\\\":{\\\"logins\\\":1,\\\"logouts\\\":1,\\\"lastLogin\\\":\\\"2026-03-30T09:06:42.092Z\\\",\\\"lastLogout\\\":\\\"2026-03-30T09:07:00.062Z\\\"}},\\\"spendTime\\\":{\\\"2025-06-03\\\":55,\\\"2025-06-04\\\":260,\\\"2025-06-07\\\":70,\\\"2025-06-10\\\":415,\\\"2025-07-18\\\":150,\\\"2025-08-27\\\":10,\\\"2025-09-16\\\":2997,\\\"2025-10-02\\\":710,\\\"2025-10-04\\\":220,\\\"2025-11-12\\\":2040,\\\"2025-11-13\\\":95,\\\"2025-12-12\\\":15,\\\"2025-12-16\\\":40,\\\"2026-02-24\\\":40,\\\"2026-03-27\\\":685,\\\"2026-03-30\\\":10}}\",\"mask_number\":1,\"allow_send_new_qr\":0,\"allow_save_contact\":1,\"fcm_data\":\"{\\\"tokens\\\":[\\\"djqWYcy7pkv8tuIe2QFteW:APA91bH0NlSDTjKMoHer1cxTtlcUA5_HT-Ucm3MtOnqKkIADvRp15dIB3t2B2alL2Ws0Bcey3StAfauqqJB245kYLSTL4N1WfSlXZEzDJU_Bv-Tr6tQlE6E\\\"],\\\"other\\\":{\\\"platform\\\":\\\"iOS\\\",\\\"apnsToken\\\":\\\"2A4E1FF4F091B67515F4258BAA941FED64EECCE4B4382A7D46D9E3A2BB6CD723\\\"}}\"}]','2026-03-26 20:47:58','2026-04-29 13:56:00',0),
(17,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8',NULL,'{\"profileImage\":\"https://pps.whatsapp.net/v/t61.24694-24/299565350_1011060832895306_6503983270112962656_n.jpg?ccb=11-4&oh=01_Q5Aa4QFCDQxMKvRaI2TNvU5_yaS1OAnadFwVNkQdLonxmyOSUQ&oe=6A033A64&_nc_sid=5e03e0&_nc_cat=103\"}','{\"id\":\"919690309316:63@s.whatsapp.net\",\"lid\":\"186775309943014:63@lid\"}','919690309316_918430088300_lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','{\"type\": \"text\", \"metaChatId\": \"3EB05D17819BD246BAAA65\", \"msgContext\": {\"type\": \"text\", \"text\": {\"body\": \"noice\", \"preview_url\": true}}, \"reaction\": \"\", \"timestamp\": 1777735490, \"senderName\": \"codeyon.com\", \"senderMobile\": \"918430088300\", \"status\": \"\", \"star\": false, \"route\": \"INCOMING\", \"context\": \"\", \"origin\": \"qr\", \"profileImage\": \"https://pps.whatsapp.net/v/t61.24694-24/299565350_1011060832895306_6503983270112962656_n.jpg?ccb=11-4&oh=01_Q5Aa4QFCDQxMKvRaI2TNvU5_yaS1OAnadFwVNkQdLonxmyOSUQ&oe=6A033A64&_nc_sid=5e03e0&_nc_cat=103\"}','[]','[{\"email\":\"user@user.com\",\"name\":\"John Doe\",\"note\":\"The user wanted to know about products\",\"rating\":8,\"craetedAt\":1774886116,\"id\":\"HU5wX\"}]','codeyon.com','918430088300',0,'qr','[]','2026-03-27 13:20:34','2026-05-02 16:07:03',0),
(52,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8',NULL,NULL,'{\"id\":\"17841433804870866\",\"username\":\"codeyon_itservices\",\"name\":\"Codeyon\"}','5TJ17hDj5qa5rqyh3N0H','{\"type\":\"text\",\"metaChatId\":\"17999373011930081\",\"msgContext\":{\"type\":\"text\",\"text\":{\"body\":\"Com\"}},\"reaction\":\"\",\"timestamp\":1777645359,\"senderName\":\"hamid_ssaifi\",\"senderMobile\":\"1461727041577393\",\"star\":0,\"route\":\"INCOMING\",\"context\":null,\"origin\":\"instagram_comment\"}',NULL,NULL,'hamid_ssaifi','1461727041577393',0,'instagram_comment',NULL,'2026-04-30 23:55:35','2026-05-01 14:22:39',0),
(53,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8',NULL,NULL,'{\"id\":\"17841433804870866\",\"username\":\"codeyon_itservices\",\"name\":\"Codeyon\"}','ig_1461727041577393','{\"type\":\"text\",\"metaChatId\":\"aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDMzODA0ODcwODY2OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTM0OTcxMzc2NDM1Mjk5MzozMjc5MTc3MTQ2NTU2MDg2MTc5MzMyMTYzNTkyMDQ3ODIwOAZDZD\",\"msgContext\":{\"type\":\"text\",\"text\":{\"body\":\"Hi\",\"preview_url\":true}},\"reaction\":\"\",\"timestamp\":1777645493,\"senderName\":\"ig_1461727041577393\",\"senderMobile\":\"1461727041577393\",\"status\":\"\",\"star\":false,\"route\":\"INCOMING\",\"context\":null,\"origin\":\"instagram\"}','[]',NULL,'ig_1461727041577393','1461727041577393',0,'instagram',NULL,'2026-04-30 18:26:02','2026-05-02 16:03:08',0),
(61,'HgSHZzWy7oLKayeiqozu0fLuKhRViyxp',NULL,NULL,'{\"id\":\"17841441739724573\",\"username\":\"amit.voais\",\"name\":\"Amit \"}','ig_2902789340061566','{\"type\":\"text\",\"metaChatId\":\"aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDQxNzM5NzI0NTczOjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI2MDAwNjYyMDc2NTMxNDEyODozMjc5MTY4ODU0OTczNjAwNzkxNzI2ODU0MTIyMzQ2OTA1NgZDZD\",\"msgContext\":{\"type\":\"text\",\"text\":{\"body\":\"[ig_reel attachment]\",\"preview_url\":false}},\"reaction\":\"\",\"timestamp\":1777640998,\"senderName\":\"Amit \",\"senderMobile\":\"2902789340061566\",\"status\":\"sent\",\"star\":false,\"route\":\"OUTGOING\",\"context\":null,\"origin\":\"instagram\"}',NULL,NULL,'Amit ','2902789340061566',0,'instagram',NULL,'2026-05-01 13:16:06','2026-05-01 13:16:06',0),
(62,'HgSHZzWy7oLKayeiqozu0fLuKhRViyxp',NULL,NULL,'{\"id\":\"17841441739724573\",\"username\":\"amit.voais\",\"name\":\"Amit \"}','ig_987608093612227','{\"type\":\"text\",\"metaChatId\":\"aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDQxNzM5NzI0NTczOjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI3NjI1NDQ4MjA5MjYzODI3OTozMjc5MTY5MDQxNTMwNDM1OTc3MDk4Mzc4NDY4NTUwMjQ2NAZDZD\",\"msgContext\":{\"type\":\"text\",\"text\":{\"body\":\"[ig_reel attachment]\",\"preview_url\":false}},\"reaction\":\"\",\"timestamp\":1777641099,\"senderName\":\"Amit \",\"senderMobile\":\"987608093612227\",\"status\":\"sent\",\"star\":false,\"route\":\"OUTGOING\",\"context\":null,\"origin\":\"instagram\"}',NULL,NULL,'Amit ','987608093612227',0,'instagram',NULL,'2026-05-01 13:16:20','2026-05-01 13:16:20',0),
(65,'dYKZm9gVZ5uY1MAqR2qBFNYpXAQSIcNw',NULL,NULL,'{\"id\":\"17841433804870866\",\"username\":\"codeyon_itservices\",\"name\":\"Codeyon\"}','ig_1461727041577393','{\"type\":\"text\",\"metaChatId\":\"aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDMzODA0ODcwODY2OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTM0OTcxMzc2NDM1Mjk5MzozMjc5MTg4MDQ0NjQxNTM3MjY1MjMwOTIwOTU1NjE4OTE4NAZDZD\",\"msgContext\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"thanks for choosing sales\"}},\"reaction\":\"\",\"timestamp\":1777651402,\"senderName\":\"ig_1461727041577393\",\"senderMobile\":\"1461727041577393\",\"star\":0,\"route\":\"OUTGOING\",\"context\":null,\"origin\":\"instagram\"}',NULL,NULL,'ig_1461727041577393','1461727041577393',0,'instagram',NULL,'2026-05-01 15:57:56','2026-05-01 17:15:42',0),
(66,'dYKZm9gVZ5uY1MAqR2qBFNYpXAQSIcNw',NULL,NULL,'{\"id\":\"17841433804870866\",\"username\":\"codeyon_itservices\",\"name\":\"Codeyon\"}','ymBfrI0JGOSI70a0uJa4','{\"type\":\"text\",\"metaChatId\":\"17936735418232874\",\"msgContext\":{\"type\":\"text\",\"text\":{\"body\":\"This is test comment\"}},\"reaction\":\"\",\"timestamp\":1777737977,\"senderName\":\"hamid_ssaifi\",\"senderMobile\":\"1461727041577393\",\"star\":0,\"route\":\"INCOMING\",\"context\":null,\"origin\":\"instagram_comment\"}',NULL,NULL,'hamid_ssaifi','1461727041577393',0,'instagram_comment',NULL,'2026-05-01 21:34:42','2026-05-02 16:06:17',0);
/*!40000 ALTER TABLE `beta_chats` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `beta_conversation`
--

DROP TABLE IF EXISTS `beta_conversation`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `beta_conversation` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `type` varchar(999) DEFAULT NULL,
  `chat_id` varchar(999) DEFAULT NULL,
  `uid` varchar(999) DEFAULT NULL,
  `status` varchar(999) DEFAULT NULL,
  `metaChatId` varchar(999) DEFAULT NULL,
  `msgContext` longtext DEFAULT NULL,
  `reaction` varchar(999) DEFAULT NULL,
  `timestamp` varchar(999) DEFAULT NULL,
  `senderName` varchar(999) DEFAULT NULL,
  `senderMobile` varchar(999) DEFAULT NULL,
  `star` varchar(999) DEFAULT NULL,
  `route` varchar(999) DEFAULT NULL,
  `context` longtext DEFAULT NULL,
  `origin` varchar(999) DEFAULT NULL,
  `createdAt` timestamp NULL DEFAULT current_timestamp(),
  `sentBy` varchar(999) DEFAULT NULL,
  `err` longtext DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_uid_chat_route` (`uid`(50),`chat_id`(50),`route`(50)),
  KEY `idx_uid_metachatid` (`uid`(100),`metaChatId`(100)),
  KEY `idx_chat_timestamp` (`chat_id`(100)),
  KEY `idx_uid_chat_timestamp` (`uid`(50),`chat_id`(50)),
  KEY `idx_chat_type_route` (`chat_id`(80),`type`(50),`route`(50))
) ENGINE=InnoDB AUTO_INCREMENT=468 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `beta_conversation`
--

LOCK TABLES `beta_conversation` WRITE;
/*!40000 ALTER TABLE `beta_conversation` DISABLE KEYS */;
INSERT INTO `beta_conversation` VALUES
(54,'text','8584177993@telegram','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8',NULL,'tg_6637','{\"type\":\"text\",\"text\":{\"body\":\"hello from the telegram\",\"preview_url\":true}}','','1771908217','Mom','8584177993','0','INCOMING',NULL,'telegram','2026-02-24 04:43:38',NULL,NULL),
(55,'text','8584177993@telegram','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','sent','tg_6638','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"hello from the wacrm\"}}','','1771908228','Mom','8584177993','0','OUTGOING',NULL,'meta','2026-02-24 04:43:48','human',NULL),
(56,'image','8584177993@telegram','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','sent','tg_6639','{\"type\":\"image\",\"image\":{\"link\":\"http://localhost:3000/media/Hf3d8BzqDwFL0CF0IcRUuO2lnzQbJWD2.png\",\"caption\":\"Hello from the whatscrm\"}}','','1771908248','Mom','8584177993','0','OUTGOING',NULL,'meta','2026-02-24 04:44:08','human',NULL),
(57,'text','8584177993@telegram','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8',NULL,'tg_6640','{\"type\":\"text\",\"text\":{\"body\":\"hello there\",\"preview_url\":true}}','','1771908420','Mom','8584177993','0','INCOMING',NULL,'telegram','2026-02-24 04:47:01',NULL,NULL),
(58,'text','8584177993@telegram','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','sent','tg_6641','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Hello welcome to the telegram bot. Please choose an option to process\\n\\n1: Sales\\n2: Support\"}}','','1771908425','Mom','8584177993','0','OUTGOING',NULL,'telegram','2026-02-24 04:47:03','bot',NULL),
(59,'text','8584177993@telegram','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8',NULL,'tg_6642','{\"type\":\"text\",\"text\":{\"body\":\"sales\",\"preview_url\":true}}','','1771908426','Mom','8584177993','0','INCOMING',NULL,'telegram','2026-02-24 04:47:07',NULL,NULL),
(60,'text','8584177993@telegram','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','sent','tg_6643','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Thanks for choosing sales\"}}','','1771908431','Mom','8584177993','0','OUTGOING',NULL,'telegram','2026-02-24 04:47:10','bot',NULL),
(61,'text','8584177993@telegram','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8',NULL,'tg_6644','{\"type\":\"text\",\"text\":{\"body\":\"hello again\",\"preview_url\":true}}','','1771908432','Mom','8584177993','0','INCOMING',NULL,'telegram','2026-02-24 04:47:13',NULL,NULL),
(62,'text','8584177993@telegram','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','sent','tg_6645','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Hello welcome to the telegram bot. Please choose an option to process\\n\\n1: Sales\\n2: Support\"}}','','1771908436','Mom','8584177993','0','OUTGOING',NULL,'telegram','2026-02-24 04:47:15','bot',NULL),
(63,'text','8584177993@telegram','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8',NULL,'tg_6647','{\"type\":\"text\",\"text\":{\"body\":\"bla bla bla\",\"preview_url\":true}}','','1771908438','Mom','8584177993','0','INCOMING',NULL,'telegram','2026-02-24 04:47:19',NULL,NULL),
(64,'text','777000@telegram','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8',NULL,'tg_6646','{\"type\":\"text\",\"text\":{\"body\":\"**Login code:** 30640. Do **not** give this code to anyone, even if they say they are from Telegram!\\n\\n❗️This code can be used to log in to your Telegram account. We never ask it for anything else.\\n\\nIf you didn\'t request this code by trying to log in on another device, simply ignore this message.\",\"preview_url\":true}}','','1771908435','Telegram','777000','0','INCOMING',NULL,'telegram','2026-02-24 04:47:20',NULL,NULL),
(65,'text','777000@telegram','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','sent','tg_6648','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Hello welcome to the telegram bot. Please choose an option to process\\n\\n1: Sales\\n2: Support\"}}','','1771908444','Telegram','777000','0','OUTGOING',NULL,'telegram','2026-02-24 04:47:22','bot',NULL),
(66,'text','8584177993@telegram','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','sent','tg_6649','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Unknown option selected.\"}}','','1771908444','Mom','8584177993','0','OUTGOING',NULL,'telegram','2026-02-24 04:47:22','bot',NULL),
(67,'text','8584177993@telegram','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8',NULL,'tg_6650','{\"type\":\"text\",\"text\":{\"body\":\"hello\",\"preview_url\":true}}','','1771908445','Mom','8584177993','0','INCOMING',NULL,'telegram','2026-02-24 04:47:26',NULL,NULL),
(68,'text','8584177993@telegram','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','sent','tg_6651','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Hello welcome to the telegram bot. Please choose an option to process\\n\\n1: Sales\\n2: Support\"}}','','1771908449','Mom','8584177993','0','OUTGOING',NULL,'telegram','2026-02-24 04:47:28','bot',NULL),
(69,'text','8584177993@telegram','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8',NULL,'tg_6652','{\"type\":\"text\",\"text\":{\"body\":\"support\",\"preview_url\":true}}','','1771908451','Mom','8584177993','0','INCOMING',NULL,'telegram','2026-02-24 04:47:32',NULL,NULL),
(70,'text','8584177993@telegram','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','sent','tg_6653','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Thanks for choosing support\"}}','','1771908456','Mom','8584177993','0','OUTGOING',NULL,'telegram','2026-02-24 04:47:35','bot',NULL),
(113,'text','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','','wamid.HBgMOTE4NDMwMDg4MzAwFQIAEhgWM0VCMDlEQjM3MDY4MDk1MDEwNDNFQwA=','{\"type\":\"text\",\"text\":{\"body\":\"hello\",\"preview_url\":true}}','','1774538276','codeyon.com','918430088300','0','INCOMING',NULL,'meta','2026-03-26 20:47:58',NULL,NULL),
(114,'text','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','delivered','wamid.HBgMOTE4NDMwMDg4MzAwFQIAERgSNEJCQTQ3QjM5REVEOTIxQzU4AA==','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"hey sir\"}}','','1774538287','codeyon.com','918430088300','0','OUTGOING',NULL,'meta','2026-03-26 15:18:08','human',NULL),
(115,'text','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','','wamid.HBgMOTE4NDMwMDg4MzAwFQIAEhgWM0VCMEIxQzJDMDg4MjE0N0FGREUwRAA=','{\"type\":\"text\",\"text\":{\"body\":\"ola\",\"preview_url\":true}}','','1774538937','codeyon.com','918430088300','0','INCOMING','{\"id\":\"wamid.HBgMOTE4NDMwMDg4MzAwFQIAERgSNEJCQTQ3QjM5REVEOTIxQzU4AA==\",\"msgContext\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"hey sir\"}},\"timestamp\":\"1774538287\",\"senderMobile\":\"918430088300\",\"senderName\":\"codeyon.com\",\"type\":\"text\",\"conversation\":\"hey sir\"}','meta','2026-03-26 20:58:59',NULL,NULL),
(116,'image','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','','wamid.HBgMOTE4NDMwMDg4MzAwFQIAEhgWM0VCMDQ1MzhGOTdENzk1NDk5OUJFQwA=','{\"type\":\"image\",\"image\":{\"link\":\"http://localhost:3000/meta-media/81KHsXlMJd.jpeg\",\"caption\":\"this is image\"}}','','1774539333','codeyon.com','918430088300','0','INCOMING',NULL,'meta','2026-03-26 21:05:38',NULL,NULL),
(117,'video','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','','wamid.HBgMOTE4NDMwMDg4MzAwFQIAEhgWM0VCMDkxRDdDNUI4NzhDOTM3MjA2QwA=','{\"type\":\"video\",\"video\":{\"link\":\"http://localhost:3000/meta-media/WI9XMqls8u.mp4\",\"caption\":\"this is a video message\"}}','','1774539494','codeyon.com','918430088300','0','INCOMING',NULL,'meta','2026-03-26 21:08:19',NULL,NULL),
(118,'document','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','','wamid.HBgMOTE4NDMwMDg4MzAwFQIAEhgWM0VCMEY4NjJBMDVGMjQwRUJGRkREQwA=','{\"type\":\"document\",\"document\":{\"link\":\"http://localhost:3000/meta-media/nCqSokxS0F.pdf\",\"caption\":\"this is a sample pdf\"}}','','1774539552','codeyon.com','918430088300','0','INCOMING',NULL,'meta','2026-03-26 21:09:16',NULL,NULL),
(119,'audio','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','','wamid.HBgMOTE4NDMwMDg4MzAwFQIAEhgWM0VCMDhFOTIwMzgxNjE4MUJGNEY0RQA=','{\"type\":\"audio\",\"audio\":{\"link\":\"http://localhost:3000/meta-media/AtGeGUpWkm.mpga\"}}','','1774539583','codeyon.com','918430088300','0','INCOMING',NULL,'meta','2026-03-26 21:09:48',NULL,NULL),
(120,'text','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','','wamid.HBgMOTE4NDMwMDg4MzAwFQIAEhgWM0VCMDA0MDQ3RkI0OTk2Qzg2MEE0NQA=','{\"type\":\"text\",\"text\":{\"body\":\"ola\",\"preview_url\":true}}','','1774539643','codeyon.com','918430088300','0','INCOMING',NULL,'meta','2026-03-26 21:10:45',NULL,NULL),
(124,'text','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','delivered','wamid.HBgMOTE4NDMwMDg4MzAwFQIAERgSQTEyMDhBRjFFNTFEQ0FBNEYyAA==','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"ola\"}}','','1774540830','codeyon.com','918430088300','0','OUTGOING',NULL,'meta','2026-03-26 16:00:32','human',NULL),
(125,'audio','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','delivered','wamid.HBgMOTE4NDMwMDg4MzAwFQIAERgSRkY2OUFGN0ZFOTY0RTM2NjU2AA==','{\"type\":\"audio\",\"audio\":{\"link\":\"http://localhost:3000/media/t7wLJcTWx9n65KrCPTpXdRlblWaB9bmH.mp3\",\"caption\":\"\"}}','','1774540849','codeyon.com','918430088300','0','OUTGOING',NULL,'meta','2026-03-26 16:00:51','human',NULL),
(154,'text','919690309316_918430088300_lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','sent','3EB0E7546D3E0D7D3416C1','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"ola\"}}','','1774617635','NA','918430088300','0','OUTGOING',NULL,'qr','2026-03-27 13:20:34','human',NULL),
(155,'text','919690309316_918430088300_lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8',NULL,'3EB04F8E3C6E52312E5227','{\"type\":\"text\",\"text\":{\"body\":\"ola\",\"preview_url\":true}}','','1774617640','codeyon.com','918430088300','0','INCOMING',NULL,'qr','2026-03-27 13:20:39',NULL,NULL),
(162,'text','919690309316_918430088300_lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','sent','3EB05D38629322277F823C','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Hello there\"}}','','1775042011','codeyon.com','918430088300','0','OUTGOING',NULL,'meta','2026-04-01 11:13:33','human',NULL),
(163,'text','919690309316_918430088300_lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8',NULL,'3EB00F7C31992A6B6107B2','{\"type\":\"text\",\"text\":{\"body\":\"hello from the original whatsapp\",\"preview_url\":true}}','','1775042032','codeyon.com','918430088300','0','INCOMING',NULL,'qr','2026-04-01 11:13:52',NULL,NULL),
(164,'text','919690309316_918430088300_lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','delivered','3EB032B2428D16A15C5765','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"🤩 how are you?\"}}','','1775042045','codeyon.com','918430088300','0','OUTGOING',NULL,'meta','2026-04-01 11:14:05','human',NULL),
(165,'text','919690309316_918430088300_lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8',NULL,'3EB02C9E05C8EBFB7F8009','{\"type\":\"text\",\"text\":{\"body\":\"I am very good\",\"preview_url\":true}}','','1775042051','codeyon.com','918430088300','0','INCOMING',NULL,'qr','2026-04-01 11:14:10',NULL,NULL),
(166,'text','919690309316_918430088300_lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8',NULL,'3EB0F28215EF12AB814616','{\"type\":\"text\",\"text\":{\"body\":\"how are you?\",\"preview_url\":true}}','','1775042058','codeyon.com','918430088300','0','INCOMING','{\"conversation\":\"🤩 how are you?\",\"messageContextInfo\":{}}','qr','2026-04-01 11:14:17',NULL,NULL),
(167,'text','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','failed','wamid.HBgMOTE4NDMwMDg4MzAwFQIAERgSMzM3MkMzMzk4RTZGNjg3QUQ3AA==','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Hello from the official Meta whatsapp\"}}','','1775042093','codeyon.com','918430088300','0','OUTGOING',NULL,'meta','2026-04-01 11:14:54','human','{\"object\":\"whatsapp_business_account\",\"entry\":[{\"id\":\"215653001634796\",\"changes\":[{\"value\":{\"messaging_product\":\"whatsapp\",\"metadata\":{\"display_phone_number\":\"917037300870\",\"phone_number_id\":\"230745540118212\"},\"statuses\":[{\"id\":\"wamid.HBgMOTE4NDMwMDg4MzAwFQIAERgSMzM3MkMzMzk4RTZGNjg3QUQ3AA==\",\"status\":\"failed\",\"timestamp\":\"1775042094\",\"recipient_id\":\"918430088300\",\"errors\":[{\"code\":131047,\"title\":\"Re-engagement message\",\"message\":\"Re-engagement message\",\"error_data\":{\"details\":\"Message failed to send because more than 24 hours have passed since the customer last replied to this number.\"},\"href\":\"https://developers.facebook.com/docs/whatsapp/cloud-api/support/error-codes/\"}]}]},\"field\":\"messages\"}]}]}'),
(168,'text','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','','wamid.HBgMOTE4NDMwMDg4MzAwFQIAEhgWM0VCMDREMDFBOThDOTdFNTQxMkUyQgA=','{\"type\":\"text\",\"text\":{\"body\":\"Hello from here\",\"preview_url\":true}}','','1775042106','codeyon.com','918430088300','0','INCOMING',NULL,'meta','2026-04-01 16:45:07',NULL,NULL),
(169,'text','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','delivered','wamid.HBgMOTE4NDMwMDg4MzAwFQIAERgSQzlCQTMwNEZBNTE1NTYyN0Y2AA==','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Hello from the official meta\"}}','','1775042119','codeyon.com','918430088300','0','OUTGOING',NULL,'meta','2026-04-01 11:15:20','human',NULL),
(170,'button','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','sent','wamid.HBgMOTE4NDMwMDg4MzAwFQIAERgSOTdGN0M1RkY3NzY1OUVCRUREAA==','{\"type\":\"interactive\",\"interactive\":{\"type\":\"button\",\"body\":{\"text\":\"Please choose a button\"},\"action\":{\"buttons\":[{\"type\":\"reply\",\"reply\":{\"id\":\"d6b4b570-9c31-4d8a-8f5e-877c5e670e94\",\"title\":\"hello\"}},{\"type\":\"reply\",\"reply\":{\"id\":\"541147ef-53fc-4658-8681-8557284c75b6\",\"title\":\"hi\"}}]}}}','','1775042144','codeyon.com','918430088300','0','OUTGOING',NULL,'meta','2026-04-01 11:15:45','human',NULL),
(171,'text','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','','wamid.HBgMOTE4NDMwMDg4MzAwFQIAEhgWM0VCMDY2ODNEMTQ2QUQ2ODE3NkNFOAA=','{\"type\":\"text\",\"text\":{\"body\":\"hello\",\"preview_url\":false}}','','1775042148','codeyon.com','918430088300','0','INCOMING','{\"id\":\"wamid.HBgMOTE4NDMwMDg4MzAwFQIAERgSOTdGN0M1RkY3NzY1OUVCRUREAA==\",\"msgContext\":{\"type\":\"interactive\",\"interactive\":{\"type\":\"button\",\"body\":{\"text\":\"Please choose a button\"},\"action\":{\"buttons\":[{\"type\":\"reply\",\"reply\":{\"id\":\"d6b4b570-9c31-4d8a-8f5e-877c5e670e94\",\"title\":\"hello\"}},{\"type\":\"reply\",\"reply\":{\"id\":\"541147ef-53fc-4658-8681-8557284c75b6\",\"title\":\"hi\"}}]}}},\"timestamp\":\"1775042144\",\"senderMobile\":\"918430088300\",\"senderName\":\"codeyon.com\",\"type\":\"button\",\"conversation\":\"Please choose a button\"}','meta','2026-04-01 16:45:49',NULL,NULL),
(172,'text','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','','wamid.HBgMOTE4NDMwMDg4MzAwFQIAEhgWM0VCMDA2OTM5NDg5MjU0QTVFRjExRgA=','{\"type\":\"text\",\"text\":{\"body\":\"Hello there\",\"preview_url\":true}}','','1775042359','codeyon.com','918430088300','0','INCOMING',NULL,'meta','2026-04-01 16:49:20',NULL,NULL),
(173,'button','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','delivered','wamid.HBgMOTE4NDMwMDg4MzAwFQIAERgSODdFQTVCNkI3QzE0MTk2Nzg4AA==','{\"type\":\"interactive\",\"interactive\":{\"type\":\"button\",\"body\":{\"text\":\"Hello welcome to the WhatsCRM chat bot. Please choose a button to continue\"},\"action\":{\"buttons\":[{\"type\":\"reply\",\"reply\":{\"id\":\"btn_1775042209716\",\"title\":\"Support\"}},{\"type\":\"reply\",\"reply\":{\"id\":\"btn_1775042215722\",\"title\":\"Sales\"}}]}}}','','1775042362','codeyon.com','918430088300','0','OUTGOING',NULL,'meta','2026-04-01 11:19:21','bot',NULL),
(174,'text','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','','wamid.HBgMOTE4NDMwMDg4MzAwFQIAEhgWM0VCMDgwRkI5NjVCOEU0OEE3RjJGOQA=','{\"type\":\"text\",\"text\":{\"body\":\"Support\",\"preview_url\":false}}','','1775042364','codeyon.com','918430088300','0','INCOMING','{\"id\":\"wamid.HBgMOTE4NDMwMDg4MzAwFQIAERgSODdFQTVCNkI3QzE0MTk2Nzg4AA==\",\"msgContext\":{\"type\":\"interactive\",\"interactive\":{\"type\":\"button\",\"body\":{\"text\":\"Hello welcome to the WhatsCRM chat bot. Please choose a button to continue\"},\"action\":{\"buttons\":[{\"type\":\"reply\",\"reply\":{\"id\":\"btn_1775042209716\",\"title\":\"Support\"}},{\"type\":\"reply\",\"reply\":{\"id\":\"btn_1775042215722\",\"title\":\"Sales\"}}]}}},\"timestamp\":\"1775042362\",\"senderMobile\":\"918430088300\",\"senderName\":\"codeyon.com\",\"type\":\"button\",\"conversation\":\"Hello welcome to the WhatsCRM chat bot. Please choose a button to continue\"}','meta','2026-04-01 16:49:25',NULL,NULL),
(175,'text','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','delivered','wamid.HBgMOTE4NDMwMDg4MzAwFQIAERgSNDg2NDc2QUUxMjhGM0QxNEE3AA==','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Thanks for choosing support\"}}','','1775042369','codeyon.com','918430088300','0','OUTGOING',NULL,'meta','2026-04-01 11:19:27','bot',NULL),
(176,'text','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','','wamid.HBgMOTE4NDMwMDg4MzAwFQIAEhgWM0VCMDhFNDhCRTM4QjY0NkIxNjkyRgA=','{\"type\":\"text\",\"text\":{\"body\":\"Hello again\",\"preview_url\":true}}','','1775042370','codeyon.com','918430088300','0','INCOMING',NULL,'meta','2026-04-01 16:49:31',NULL,NULL),
(177,'button','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','delivered','wamid.HBgMOTE4NDMwMDg4MzAwFQIAERgSREQxMkI1MDY2QUFFNjgxRTg1AA==','{\"type\":\"interactive\",\"interactive\":{\"type\":\"button\",\"body\":{\"text\":\"Hello welcome to the WhatsCRM chat bot. Please choose a button to continue\"},\"action\":{\"buttons\":[{\"type\":\"reply\",\"reply\":{\"id\":\"btn_1775042209716\",\"title\":\"Support\"}},{\"type\":\"reply\",\"reply\":{\"id\":\"btn_1775042215722\",\"title\":\"Sales\"}}]}}}','','1775042374','codeyon.com','918430088300','0','OUTGOING',NULL,'meta','2026-04-01 11:19:32','bot',NULL),
(178,'text','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','','wamid.HBgMOTE4NDMwMDg4MzAwFQIAEhgWM0VCMERDNEYxOTI3NEJGQzc1MTdCMwA=','{\"type\":\"text\",\"text\":{\"body\":\"bla bla bla\",\"preview_url\":true}}','','1775042375','codeyon.com','918430088300','0','INCOMING',NULL,'meta','2026-04-01 16:49:36',NULL,NULL),
(179,'text','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','delivered','wamid.HBgMOTE4NDMwMDg4MzAwFQIAERgSNzAzQUM4RTYxQzE4ODA4NzBEAA==','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Please choose correct option\"}}','','1775042380','codeyon.com','918430088300','0','OUTGOING',NULL,'meta','2026-04-01 11:19:38','bot',NULL),
(180,'text','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','','wamid.HBgMOTE4NDMwMDg4MzAwFQIAEhgWM0VCMDVEQUFDNDQ0MUQ2MkIyMTAzRgA=','{\"type\":\"text\",\"text\":{\"body\":\"hi there\",\"preview_url\":true}}','','1775042381','codeyon.com','918430088300','0','INCOMING',NULL,'meta','2026-04-01 16:49:42',NULL,NULL),
(181,'button','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','delivered','wamid.HBgMOTE4NDMwMDg4MzAwFQIAERgSMUJDNzAzRkM0MDFFRDAwMDRDAA==','{\"type\":\"interactive\",\"interactive\":{\"type\":\"button\",\"body\":{\"text\":\"Hello welcome to the WhatsCRM chat bot. Please choose a button to continue\"},\"action\":{\"buttons\":[{\"type\":\"reply\",\"reply\":{\"id\":\"btn_1775042209716\",\"title\":\"Support\"}},{\"type\":\"reply\",\"reply\":{\"id\":\"btn_1775042215722\",\"title\":\"Sales\"}}]}}}','','1775042385','codeyon.com','918430088300','0','OUTGOING',NULL,'meta','2026-04-01 11:19:43','bot',NULL),
(182,'text','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','','wamid.HBgMOTE4NDMwMDg4MzAwFQIAEhgWM0VCMEYzNzJGQjQzMEFCQjZCOUQzMwA=','{\"type\":\"text\",\"text\":{\"body\":\"Sales\",\"preview_url\":false}}','','1775042386','codeyon.com','918430088300','0','INCOMING','{\"id\":\"wamid.HBgMOTE4NDMwMDg4MzAwFQIAERgSMUJDNzAzRkM0MDFFRDAwMDRDAA==\",\"msgContext\":{\"type\":\"interactive\",\"interactive\":{\"type\":\"button\",\"body\":{\"text\":\"Hello welcome to the WhatsCRM chat bot. Please choose a button to continue\"},\"action\":{\"buttons\":[{\"type\":\"reply\",\"reply\":{\"id\":\"btn_1775042209716\",\"title\":\"Support\"}},{\"type\":\"reply\",\"reply\":{\"id\":\"btn_1775042215722\",\"title\":\"Sales\"}}]}}},\"timestamp\":\"1775042385\",\"senderMobile\":\"918430088300\",\"senderName\":\"codeyon.com\",\"type\":\"button\",\"conversation\":\"Hello welcome to the WhatsCRM chat bot. Please choose a button to continue\"}','meta','2026-04-01 16:49:47',NULL,NULL),
(183,'text','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','sent','wamid.HBgMOTE4NDMwMDg4MzAwFQIAERgSNDNENTA2MjM1QkZGRDlDRTA1AA==','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Thanks for choosing sale\"}}','','1775042390','codeyon.com','918430088300','0','OUTGOING',NULL,'meta','2026-04-01 11:19:48','bot',NULL),
(187,'text','919690309316_918430088300_lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8',NULL,'2AD30D8661407458AC25','{\"type\":\"text\",\"text\":{\"body\":\"Hello there\",\"preview_url\":true}}','','1775115108','codeyon.com','918430088300','0','INCOMING',NULL,'qr','2026-04-02 07:31:47',NULL,NULL),
(188,'text','919690309316_918430088300_lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','delivered','3EB01EB4503A6996F4D0EA','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"hello there too\"}}','','1775115114','codeyon.com','918430088300','0','OUTGOING',NULL,'meta','2026-04-02 07:31:56','human',NULL),
(189,'image','919690309316_918430088300_lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','sent','3EB0EC2B6736C6083BD44A','{\"type\":\"image\",\"image\":{\"link\":\"http://localhost:3000/media/KILLDesWiURloVBIwgWwTOKaduYAE62w.png\",\"caption\":\"Watch my image \"}}','','1775115136','codeyon.com','918430088300','0','OUTGOING',NULL,'meta','2026-04-02 07:32:18','human',NULL),
(190,'text','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','','wamid.HBgMOTE4NDMwMDg4MzAwFQIAEhgUMkFCODQ1RkY2QTU3RTdCMjlFQUYA','{\"type\":\"text\",\"text\":{\"body\":\"Hello from the official API\",\"preview_url\":true}}','','1775115179','codeyon.com','918430088300','0','INCOMING',NULL,'meta','2026-04-02 13:03:00',NULL,NULL),
(191,'text','919690309316_918430088300_lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8',NULL,'2A2AF6D378D02C59ADB6','{\"type\":\"text\",\"text\":{\"body\":\"Nice image\",\"preview_url\":true}}','','1775115188','codeyon.com','918430088300','0','INCOMING',NULL,'qr','2026-04-02 07:33:07',NULL,NULL),
(192,'text','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','delivered','wamid.HBgMOTE4NDMwMDg4MzAwFQIAERgSM0NFMzA2MTZBNkREMjQ0OUY2AA==','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"hello there\"}}','','1775115187','codeyon.com','918430088300','0','OUTGOING',NULL,'meta','2026-04-02 07:33:08','human',NULL),
(193,'button','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','delivered','wamid.HBgMOTE4NDMwMDg4MzAwFQIAERgSODdCOTk3QkUzN0ZEQzc0NkU0AA==','{\"type\":\"interactive\",\"interactive\":{\"type\":\"button\",\"body\":{\"text\":\"Wtach these buttons\"},\"action\":{\"buttons\":[{\"type\":\"reply\",\"reply\":{\"id\":\"f536fc21-94d6-4ff8-8a3c-2a485b379469\",\"title\":\"Hello\"}},{\"type\":\"reply\",\"reply\":{\"id\":\"3e932a89-377b-4edb-8d86-f745b70dedec\",\"title\":\"Hi\"}}]}}}','','1775115198','codeyon.com','918430088300','0','OUTGOING',NULL,'meta','2026-04-02 07:33:19','human',NULL),
(194,'text','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','','wamid.HBgMOTE4NDMwMDg4MzAwFQIAEhgUMkE0NEZGMjM0NUVCNDdGRDNFMzIA','{\"type\":\"text\",\"text\":{\"body\":\"Hello\",\"preview_url\":false}}','','1775115203','codeyon.com','918430088300','0','INCOMING','{\"id\":\"wamid.HBgMOTE4NDMwMDg4MzAwFQIAERgSODdCOTk3QkUzN0ZEQzc0NkU0AA==\",\"msgContext\":{\"type\":\"interactive\",\"interactive\":{\"type\":\"button\",\"body\":{\"text\":\"Wtach these buttons\"},\"action\":{\"buttons\":[{\"type\":\"reply\",\"reply\":{\"id\":\"f536fc21-94d6-4ff8-8a3c-2a485b379469\",\"title\":\"Hello\"}},{\"type\":\"reply\",\"reply\":{\"id\":\"3e932a89-377b-4edb-8d86-f745b70dedec\",\"title\":\"Hi\"}}]}}},\"timestamp\":\"1775115198\",\"senderMobile\":\"918430088300\",\"senderName\":\"codeyon.com\",\"type\":\"button\",\"conversation\":\"Wtach these buttons\"}','meta','2026-04-02 13:03:25',NULL,NULL),
(196,'text','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','','wamid.HBgMOTE4NDMwMDg4MzAwFQIAEhgWM0VCMEQ5MEUzMkY1RkQ5NTZGN0UwOAA=','{\"type\":\"text\",\"text\":{\"body\":\"48609406934\",\"preview_url\":true}}','','1775113683','codeyon.com','918430088300','0','INCOMING',NULL,'meta','2026-04-02 13:08:53',NULL,NULL),
(197,'text','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','','wamid.HBgMOTE4NDMwMDg4MzAwFQIAEhgWM0VCMDY2QjUyREI5Mjg0NUMyRkNDQQA=','{\"type\":\"text\",\"text\":{\"body\":\"ola\",\"preview_url\":true}}','','1775293106','codeyon.com','918430088300','0','INCOMING',NULL,'meta','2026-04-04 14:33:19',NULL,NULL),
(207,'text','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','','wamid.HBgMOTE4NDMwMDg4MzAwFQIAEhgUMkE2RUU1NkIzQUEzQjZFNEUzRjAA','{\"type\":\"text\",\"text\":{\"body\":\"Hello there\",\"preview_url\":true}}','','1775407816','codeyon.com','918430088300','0','INCOMING',NULL,'meta','2026-04-05 22:20:18',NULL,NULL),
(208,'text','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','','wamid.HBgMOTE4NDMwMDg4MzAwFQIAEhgUMkEyMzc5MDM3MDJDNkI3REZDOEQA','{\"type\":\"text\",\"text\":{\"body\":\"Offline message\",\"preview_url\":true}}','','1775407829','codeyon.com','918430088300','0','INCOMING',NULL,'meta','2026-04-05 22:20:30',NULL,NULL),
(209,'image','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','','wamid.HBgMOTE4NDMwMDg4MzAwFQIAEhgUMkFBOEZCREMwREM3MzA1QkY4RTIA','{\"type\":\"image\",\"image\":{\"link\":\"http://localhost:3000/meta-media/cx7TrrAGXP.jpeg\",\"caption\":\"New photo\"}}','','1775407855','codeyon.com','918430088300','0','INCOMING',NULL,'meta','2026-04-05 22:21:01',NULL,NULL),
(210,'text','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','','wamid.HBgMOTE4NDMwMDg4MzAwFQIAEhgUMkEzMDhEOUM1NEMxNUQzNjU1QkUA','{\"type\":\"text\",\"text\":{\"body\":\"Hello world\",\"preview_url\":true}}','','1775407869','codeyon.com','918430088300','0','INCOMING',NULL,'meta','2026-04-05 22:21:11',NULL,NULL),
(211,'text','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','','wamid.HBgMOTE4NDMwMDg4MzAwFQIAEhgUMkE0MzhFNEFCRDQ2NUU2MTZDMDkA','{\"type\":\"text\",\"text\":{\"body\":\"How are you doing 🫵🏻🫵🏻\",\"preview_url\":true}}','','1775407884','codeyon.com','918430088300','0','INCOMING',NULL,'meta','2026-04-05 22:21:25',NULL,NULL),
(212,'text','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','','wamid.HBgMOTE4NDMwMDg4MzAwFQIAEhgWM0VCMEJFQzAzOEFDN0ZBQ0IwNEY4RQA=','{\"type\":\"text\",\"text\":{\"body\":\"ola\",\"preview_url\":true}}','','1777390649','codeyon.com','918430088300','0','INCOMING',NULL,'meta','2026-04-28 21:07:32',NULL,NULL),
(213,'text','meta_918430088300','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','','wamid.HBgMOTE4NDMwMDg4MzAwFQIAEhgWM0VCMEMwN0FEMjUxQzI1Q0NDRTU1QwA=','{\"type\":\"text\",\"text\":{\"body\":\"hello there\",\"preview_url\":true}}','','1777390681','codeyon.com','918430088300','0','INCOMING',NULL,'meta','2026-04-28 21:08:03',NULL,NULL),
(290,'text','ig_1309662894405726','bNaDKizgcV7C19RYLZ6bBBH8beVhPpZY','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY1Mjk4OTcwNDc3OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTQ2MjQzMTAzOTczNDYxNzozMjc4OTg5MDA1NDk2MzMzMTEyNjQ5MjU0MzU5Njg4ODA2NAZDZD','{\"type\":\"text\",\"text\":{\"body\":\"Hello\",\"preview_url\":true}}','','1777543501','ig_1309662894405726','1309662894405726','0','INCOMING',NULL,'instagram','2026-04-30 10:05:03',NULL,NULL),
(291,'text','ig_1309662894405726','bNaDKizgcV7C19RYLZ6bBBH8beVhPpZY','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY1Mjk4OTcwNDc3OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTQ2MjQzMTAzOTczNDYxNzozMjc4OTg5MDExNDEzMzU1MDEzOTE4MTA3MDM4OTYwODQ0OAZDZD','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Welcome to ReviewCard.in\"}}','','1777543506','ig_1309662894405726','1309662894405726','0','OUTGOING',NULL,'instagram','2026-04-30 10:05:05','bot',NULL),
(292,'text','ig_869664285519888','XCUNoN5r9s37fQsVdekFqam7Lk6TlYGZ','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY2MjA2MDA2MDg4OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTUyMDI5NzY2MDYyOTI2NDozMjc4OTg5MDUxNjA0MDQ3NDAxMjExMzg4MjAzOTk3NTkzNgZDZD','{\"type\":\"text\",\"text\":{\"body\":\"sales\",\"preview_url\":true}}','','1777543526','ig_869664285519888','869664285519888','0','INCOMING',NULL,'instagram','2026-04-30 10:05:28',NULL,NULL),
(293,'image','ig_869664285519888','XCUNoN5r9s37fQsVdekFqam7Lk6TlYGZ','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY2MjA2MDA2MDg4OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTUyMDI5NzY2MDYyOTI2NDozMjc4OTg5MDYxNTUyNzk3MDY1OTI3ODI5OTY4MjgzMjM4NAZDZD','{\"type\":\"image\",\"image\":{\"link\":\"http://localhost:3000/media/ALtn0fQ1inDwKL13jK3CThtc3n2UxXY0.png\",\"caption\":\"Sorry i dont understand!\"}}','','1777543534','ig_869664285519888','869664285519888','0','OUTGOING',NULL,'instagram','2026-04-30 10:05:32','bot',NULL),
(294,'text','ig_1309662894405726','bNaDKizgcV7C19RYLZ6bBBH8beVhPpZY','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY1Mjk4OTcwNDc3OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTQ2MjQzMTAzOTczNDYxNzozMjc4OTg5MTE1MDEwNDcwODAxMzgxMzUyMzQ4NTI5NDU5MgZDZD','{\"type\":\"text\",\"text\":{\"body\":\"Ok\",\"preview_url\":true}}','','1777543561','ig_1309662894405726','1309662894405726','0','INCOMING',NULL,'instagram','2026-04-30 10:06:02',NULL,NULL),
(295,'text','ig_1309662894405726','bNaDKizgcV7C19RYLZ6bBBH8beVhPpZY','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY1Mjk4OTcwNDc3OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTQ2MjQzMTAzOTczNDYxNzozMjc4OTg5MTE5MTE4ODE3MTE2MzM5MDk0MDU2MTgwMTIxNgZDZD','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"ok\"}}','','1777543565','ig_1309662894405726','1309662894405726','0','OUTGOING',NULL,'instagram','2026-04-30 10:06:03','bot',NULL),
(296,'text','ig_1309662894405726','bNaDKizgcV7C19RYLZ6bBBH8beVhPpZY','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY1Mjk4OTcwNDc3OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTQ2MjQzMTAzOTczNDYxNzozMjc4OTg5MTI4NzUxNTI2MDkzNTM4Mjk5NTU2NDQ5NDg0OAZDZD','{\"type\":\"text\",\"text\":{\"body\":\"Hi\",\"preview_url\":true}}','','1777543568','ig_1309662894405726','1309662894405726','0','INCOMING',NULL,'instagram','2026-04-30 10:06:09',NULL,NULL),
(297,'text','ig_1309662894405726','bNaDKizgcV7C19RYLZ6bBBH8beVhPpZY','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY1Mjk4OTcwNDc3OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTQ2MjQzMTAzOTczNDYxNzozMjc4OTg5MTMyNDc4NTExODAwMjEzNzk5NDc3ODExNjA5NgZDZD','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Welcome to ReviewCard.in\"}}','','1777543572','ig_1309662894405726','1309662894405726','0','OUTGOING',NULL,'instagram','2026-04-30 10:06:10','bot',NULL),
(298,'text','ig_869664285519888','XCUNoN5r9s37fQsVdekFqam7Lk6TlYGZ','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY2MjA2MDA2MDg4OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTUyMDI5NzY2MDYyOTI2NDozMjc4OTg5MTc2OTc0MzUzMjgwOTY0MDA3NDQzODI0NjQwMAZDZD','{\"type\":\"text\",\"text\":{\"body\":\"sales\",\"preview_url\":true}}','','1777543594','ig_869664285519888','869664285519888','0','INCOMING',NULL,'instagram','2026-04-30 10:06:35',NULL,NULL),
(299,'image','ig_869664285519888','XCUNoN5r9s37fQsVdekFqam7Lk6TlYGZ','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY2MjA2MDA2MDg4OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTUyMDI5NzY2MDYyOTI2NDozMjc4OTg5MTgzMzgwNTE0NTgyMTE0NTY0NzA2NjEyMDE5MgZDZD','{\"type\":\"image\",\"image\":{\"link\":\"http://localhost:3000/media/ALtn0fQ1inDwKL13jK3CThtc3n2UxXY0.png\",\"caption\":\"Sorry i dont understand!\"}}','','1777543600','ig_869664285519888','869664285519888','0','OUTGOING',NULL,'instagram','2026-04-30 10:06:38','bot',NULL),
(300,'text','ig_869664285519888','XCUNoN5r9s37fQsVdekFqam7Lk6TlYGZ','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY2MjA2MDA2MDg4OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTUyMDI5NzY2MDYyOTI2NDozMjc4OTg5MjgzMzMzNzQxNzEwOTMxMTQ5NTExOTgzMTA0MAZDZD','{\"type\":\"text\",\"text\":{\"body\":\"sales\",\"preview_url\":true}}','','1777543652','ig_869664285519888','869664285519888','0','INCOMING',NULL,'instagram','2026-04-30 10:07:33',NULL,NULL),
(301,'image','ig_869664285519888','XCUNoN5r9s37fQsVdekFqam7Lk6TlYGZ','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY2MjA2MDA2MDg4OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTUyMDI5NzY2MDYyOTI2NDozMjc4OTg5Mjg5ODQ0MDI3NTAzNjgwMTY3NzA5ODIyMTU2OAZDZD','{\"type\":\"image\",\"image\":{\"link\":\"http://localhost:3000/media/ALtn0fQ1inDwKL13jK3CThtc3n2UxXY0.png\",\"caption\":\"Sorry i dont understand!\"}}','','1777543657','ig_869664285519888','869664285519888','0','OUTGOING',NULL,'instagram','2026-04-30 10:07:36','bot',NULL),
(302,'text','ig_869664285519888','XCUNoN5r9s37fQsVdekFqam7Lk6TlYGZ','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY2MjA2MDA2MDg4OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTUyMDI5NzY2MDYyOTI2NDozMjc4OTg5MzM4NTY3ODkwMzk2MjQwNzE1NDcwNTQ5ODExMgZDZD','{\"type\":\"text\",\"text\":{\"body\":\"sales\",\"preview_url\":true}}','','1777543682','ig_869664285519888','869664285519888','0','INCOMING',NULL,'instagram','2026-04-30 10:08:03',NULL,NULL),
(303,'image','ig_869664285519888','XCUNoN5r9s37fQsVdekFqam7Lk6TlYGZ','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY2MjA2MDA2MDg4OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTUyMDI5NzY2MDYyOTI2NDozMjc4OTg5MzQ1Mzk4MDIyNDM5ODA5Mzc2MjEyOTAzNTI2NAZDZD','{\"type\":\"image\",\"image\":{\"link\":\"http://localhost:3000/media/ALtn0fQ1inDwKL13jK3CThtc3n2UxXY0.png\",\"caption\":\"Sorry i dont understand!\"}}','','1777543687','ig_869664285519888','869664285519888','0','OUTGOING',NULL,'instagram','2026-04-30 10:08:06','bot',NULL),
(304,'text','ig_869664285519888','XCUNoN5r9s37fQsVdekFqam7Lk6TlYGZ','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY2MjA2MDA2MDg4OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTUyMDI5NzY2MDYyOTI2NDozMjc4OTg5MzU5NjE4MzgxMzI3OTA3OTI2MDcxNDE3MjQxNgZDZD','{\"type\":\"text\",\"text\":{\"body\":\"support\",\"preview_url\":true}}','','1777543693','ig_869664285519888','869664285519888','0','INCOMING',NULL,'instagram','2026-04-30 10:08:15',NULL,NULL),
(305,'image','ig_869664285519888','XCUNoN5r9s37fQsVdekFqam7Lk6TlYGZ','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY2MjA2MDA2MDg4OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTUyMDI5NzY2MDYyOTI2NDozMjc4OTg5MzY3NDE5OTIwNzU5MDcyNTM5MTcyODI0Njc4NAZDZD','{\"type\":\"image\",\"image\":{\"link\":\"http://localhost:3000/media/ALtn0fQ1inDwKL13jK3CThtc3n2UxXY0.png\",\"caption\":\"Sorry i dont understand!\"}}','','1777543699','ig_869664285519888','869664285519888','0','OUTGOING',NULL,'instagram','2026-04-30 10:08:18','bot',NULL),
(306,'text','ig_869664285519888','XCUNoN5r9s37fQsVdekFqam7Lk6TlYGZ','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY2MjA2MDA2MDg4OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTUyMDI5NzY2MDYyOTI2NDozMjc4OTg5NDE2NjY0OTkwODcxNDEyNTI4MjAxNTk2OTI4MAZDZD','{\"type\":\"text\",\"text\":{\"body\":\"sales\",\"preview_url\":true}}','','1777543724','ig_869664285519888','869664285519888','0','INCOMING',NULL,'instagram','2026-04-30 10:08:45',NULL,NULL),
(307,'image','ig_869664285519888','XCUNoN5r9s37fQsVdekFqam7Lk6TlYGZ','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY2MjA2MDA2MDg4OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTUyMDI5NzY2MDYyOTI2NDozMjc4OTg5NDIyOTk2MTY4MDAyNTc3ODYzNTA4MDIwNDI4OAZDZD','{\"type\":\"image\",\"image\":{\"link\":\"http://localhost:3000/media/ALtn0fQ1inDwKL13jK3CThtc3n2UxXY0.png\",\"caption\":\"Sorry i dont understand!\"}}','','1777543730','ig_869664285519888','869664285519888','0','OUTGOING',NULL,'instagram','2026-04-30 10:08:48','bot',NULL),
(308,'text','ig_869664285519888','XCUNoN5r9s37fQsVdekFqam7Lk6TlYGZ','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY2MjA2MDA2MDg4OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTUyMDI5NzY2MDYyOTI2NDozMjc4OTg5NDQxNTA2NjE3OTA2OTQ1OTcxMDYwNTI2Mjg0OAZDZD','{\"type\":\"text\",\"text\":{\"body\":\"sales\",\"preview_url\":true}}','','1777543738','ig_869664285519888','869664285519888','0','INCOMING',NULL,'instagram','2026-04-30 10:08:59',NULL,NULL),
(309,'text','ig_869664285519888','XCUNoN5r9s37fQsVdekFqam7Lk6TlYGZ','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY2MjA2MDA2MDg4OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTUyMDI5NzY2MDYyOTI2NDozMjc4OTg5NTM3MjM5MjM3MzcwMzk1NDM5OTM5OTc3MjE2MAZDZD','{\"type\":\"text\",\"text\":{\"body\":\"A\",\"preview_url\":true}}','','1777543789','ig_869664285519888','869664285519888','0','INCOMING',NULL,'instagram','2026-04-30 10:09:51',NULL,NULL),
(310,'text','ig_869664285519888','XCUNoN5r9s37fQsVdekFqam7Lk6TlYGZ','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY2MjA2MDA2MDg4OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTUyMDI5NzY2MDYyOTI2NDozMjc4OTg5NTY1MDQyODYzNjM1ODY3NjQ3NjE0NzUzMTc3NgZDZD','{\"type\":\"text\",\"text\":{\"body\":\"B\",\"preview_url\":true}}','','1777543804','ig_869664285519888','869664285519888','0','INCOMING',NULL,'instagram','2026-04-30 10:10:06',NULL,NULL),
(311,'text','ig_869664285519888','XCUNoN5r9s37fQsVdekFqam7Lk6TlYGZ','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY2MjA2MDA2MDg4OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTUyMDI5NzY2MDYyOTI2NDozMjc4OTg5NTc2ODc3OTg2NTcyOTMzNjY0OTgyMDY2NzkwNAZDZD','{\"type\":\"text\",\"text\":{\"body\":\"C\",\"preview_url\":true}}','','1777543811','ig_869664285519888','869664285519888','0','INCOMING',NULL,'instagram','2026-04-30 10:10:12',NULL,NULL),
(312,'text','ig_869664285519888','XCUNoN5r9s37fQsVdekFqam7Lk6TlYGZ','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY2MjA2MDA2MDg4OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTUyMDI5NzY2MDYyOTI2NDozMjc4OTg5NTk3OTczODE1OTEyMTg1MjM4OTE4ODk2MDI1NgZDZD','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Okay you are asking for the support\"}}','','1777543824','ig_869664285519888','869664285519888','0','OUTGOING',NULL,'instagram','2026-04-30 10:10:23','bot',NULL),
(313,'text','ig_869664285519888','XCUNoN5r9s37fQsVdekFqam7Lk6TlYGZ','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY2MjA2MDA2MDg4OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTUyMDI5NzY2MDYyOTI2NDozMjc4OTg5NTk4MDgyODc4NTk3MTcyMjMxOTAwOTE1MzAyNAZDZD','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Okay you are asking for the support\"}}','','1777543824','ig_869664285519888','869664285519888','0','OUTGOING',NULL,'instagram','2026-04-30 10:10:23','bot',NULL),
(314,'text','ig_869664285519888','XCUNoN5r9s37fQsVdekFqam7Lk6TlYGZ','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY2MjA2MDA2MDg4OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTUyMDI5NzY2MDYyOTI2NDozMjc4OTg5Njg1MDgyOTIxOTQxMjY2NDQ4NjczNjE2NjkxMgZDZD','{\"type\":\"text\",\"text\":{\"body\":\"A\",\"preview_url\":true}}','','1777543870','ig_869664285519888','869664285519888','0','INCOMING',NULL,'instagram','2026-04-30 10:11:11',NULL,NULL),
(315,'text','ig_869664285519888','XCUNoN5r9s37fQsVdekFqam7Lk6TlYGZ','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY2MjA2MDA2MDg4OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTUyMDI5NzY2MDYyOTI2NDozMjc4OTg5NjkwNjQ2NDc0NzExMjkyNTA4NDA4NjQzNTg0MAZDZD','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Okay you are asking for the sales\"}}','','1777543874','ig_869664285519888','869664285519888','0','OUTGOING',NULL,'instagram','2026-04-30 10:11:13','bot',NULL),
(316,'text','ig_869664285519888','XCUNoN5r9s37fQsVdekFqam7Lk6TlYGZ','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY2MjA2MDA2MDg4OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTUyMDI5NzY2MDYyOTI2NDozMjc4OTg5Njk4MjU3NjI3MTQxNTQ2NzcyNTk4Nzc3NDQ2NAZDZD','{\"type\":\"text\",\"text\":{\"body\":\"B\",\"preview_url\":true}}','','1777543877','ig_869664285519888','869664285519888','0','INCOMING',NULL,'instagram','2026-04-30 10:11:18',NULL,NULL),
(317,'text','ig_869664285519888','XCUNoN5r9s37fQsVdekFqam7Lk6TlYGZ','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY2MjA2MDA2MDg4OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTUyMDI5NzY2MDYyOTI2NDozMjc4OTg5NzAxODcwMjkyODQxMTc0MjcyMzE1OTA5NzM0NAZDZD','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Okay you are asking for the sales\"}}','','1777543881','ig_869664285519888','869664285519888','0','OUTGOING',NULL,'instagram','2026-04-30 10:11:19','bot',NULL),
(318,'text','ig_869664285519888','XCUNoN5r9s37fQsVdekFqam7Lk6TlYGZ','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY2MjA2MDA2MDg4OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTUyMDI5NzY2MDYyOTI2NDozMjc4OTg5NzA5MzU5NTY5NDc4MDA3OTQ0ODY5NDcxODQ2NAZDZD','{\"type\":\"text\",\"text\":{\"body\":\"C\",\"preview_url\":true}}','','1777543883','ig_869664285519888','869664285519888','0','INCOMING',NULL,'instagram','2026-04-30 10:11:24',NULL,NULL),
(319,'text','ig_869664285519888','XCUNoN5r9s37fQsVdekFqam7Lk6TlYGZ','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY2MjA2MDA2MDg4OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTUyMDI5NzY2MDYyOTI2NDozMjc4OTg5NzEyNTI4NjU3MzkwOTQxMzk1MjI0NjI1MTUyMAZDZD','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Okay you are asking for the sales\"}}','','1777543886','ig_869664285519888','869664285519888','0','OUTGOING',NULL,'instagram','2026-04-30 10:11:25','bot',NULL),
(320,'text','ig_869664285519888','XCUNoN5r9s37fQsVdekFqam7Lk6TlYGZ','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY2MjA2MDA2MDg4OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTUyMDI5NzY2MDYyOTI2NDozMjc4OTg5ODE5NDkzMzk5NzA4NDU0NjEyMDUxNDc5NzU2OAZDZD','{\"type\":\"text\",\"text\":{\"body\":\"A\",\"preview_url\":true}}','','1777543942','ig_869664285519888','869664285519888','0','INCOMING',NULL,'instagram','2026-04-30 10:12:24',NULL,NULL),
(321,'text','ig_869664285519888','XCUNoN5r9s37fQsVdekFqam7Lk6TlYGZ','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY2MjA2MDA2MDg4OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTUyMDI5NzY2MDYyOTI2NDozMjc4OTg5ODIzMTM4MzI2OTE4NzkyNjIyNDAzNDMzMjY3MgZDZD','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Okay you are asking for the sales\"}}','','1777543946','ig_869664285519888','869664285519888','0','OUTGOING',NULL,'instagram','2026-04-30 10:12:25','bot',NULL),
(322,'text','ig_869664285519888','XCUNoN5r9s37fQsVdekFqam7Lk6TlYGZ','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY2MjA2MDA2MDg4OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTUyMDI5NzY2MDYyOTI2NDozMjc4OTg5ODI4NzY1NjE4NzIzNjE2NTcwNzUyMTU4OTI0OAZDZD','{\"type\":\"text\",\"text\":{\"body\":\"B\",\"preview_url\":true}}','','1777543947','ig_869664285519888','869664285519888','0','INCOMING',NULL,'instagram','2026-04-30 10:12:29',NULL,NULL),
(323,'text','ig_869664285519888','XCUNoN5r9s37fQsVdekFqam7Lk6TlYGZ','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY2MjA2MDA2MDg4OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTUyMDI5NzY2MDYyOTI2NDozMjc4OTg5ODM1ODI0NTEwNjg1MTE3NzExMDE1MDU3ODE3NgZDZD','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Okay you are asking for the support\"}}','','1777543953','ig_869664285519888','869664285519888','0','OUTGOING',NULL,'instagram','2026-04-30 10:12:32','bot',NULL),
(324,'text','ig_869664285519888','XCUNoN5r9s37fQsVdekFqam7Lk6TlYGZ','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY2MjA2MDA2MDg4OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTUyMDI5NzY2MDYyOTI2NDozMjc4OTg5ODQxNjE4MjQzNzcyMzY5OTI1OTA2MTA0MzIwMAZDZD','{\"type\":\"text\",\"text\":{\"body\":\"C\",\"preview_url\":true}}','','1777543954','ig_869664285519888','869664285519888','0','INCOMING',NULL,'instagram','2026-04-30 10:12:36',NULL,NULL),
(325,'text','ig_869664285519888','XCUNoN5r9s37fQsVdekFqam7Lk6TlYGZ','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY2MjA2MDA2MDg4OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTUyMDI5NzY2MDYyOTI2NDozMjc4OTg5ODQ5MzIxNjc5NzI5MjAxNzM2ODcwMTA3NTQ1NgZDZD','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Okay you are asking for the C\"}}','','1777543960','ig_869664285519888','869664285519888','0','OUTGOING',NULL,'instagram','2026-04-30 10:12:39','bot',NULL),
(326,'text','ig_3391105174395455','dYKZm9gVZ5uY1MAqR2qBFNYpXAQSIcNw','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDAwMTM0MTIzMTM1OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI2MDEyOTA2ODQ0NjQxNzUxNzozMjc4OTkwMDU3MjMwMDk3MjkyMzYwMzczODYwNTY0OTkyMAZDZD','{\"type\":\"text\",\"text\":{\"body\":\"[ig_reel attachment]\",\"preview_url\":false}}','','1777544071','ig_3391105174395455','3391105174395455','0','INCOMING',NULL,'instagram','2026-04-30 10:14:33',NULL,NULL),
(327,'text','ig_1309662894405726','bNaDKizgcV7C19RYLZ6bBBH8beVhPpZY','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDY1Mjk4OTcwNDc3OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTQ2MjQzMTAzOTczNDYxNzozMjc4OTkwODY1MzI4NzU0NzUxNjY3MjUxODEwNjY0NDQ4MAZDZD','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"hi\"}}','','1777544509','ig_1309662894405726','1309662894405726','0','OUTGOING',NULL,'meta','2026-04-30 10:21:50','human',NULL),
(330,'text','ig_868307426313467','rfyiXC3ayqCpvDumCj2vhDGtA4JDI8E4','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDQ5NTczNjcxMzY0OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI3NjEzOTY0ODQwMTU1NTczMTozMjc5MDAyMjg4NjgzNzcxMjg2MjY4NDA5NDE3NjE2NTg4OAZDZD','{\"type\":\"text\",\"text\":{\"body\":\"Hi\",\"preview_url\":true}}','','1777550702','ig_868307426313467','868307426313467','0','INCOMING',NULL,'instagram','2026-04-30 12:05:05',NULL,NULL),
(331,'text','ig_868307426313467','rfyiXC3ayqCpvDumCj2vhDGtA4JDI8E4','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDQ5NTczNjcxMzY0OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI3NjEzOTY0ODQwMTU1NTczMTozMjc5MDAyMjk0NjUzNjE3MjgzODY2NzM2NzY4ODk2MjA0OAZDZD','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Hi! kese ho friend, sab theek hai aur ghar me sab kese hai sab?\"}}','','1777550707','ig_868307426313467','868307426313467','0','OUTGOING',NULL,'instagram','2026-04-30 12:05:06','bot',NULL),
(332,'text','ig_868307426313467','rfyiXC3ayqCpvDumCj2vhDGtA4JDI8E4','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDQ5NTczNjcxMzY0OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI3NjEzOTY0ODQwMTU1NTczMTozMjc5MDAyMzM1MzMzNzIwMjM4MTc5NjA2MDQ3ODU3MDQ5NgZDZD','{\"type\":\"text\",\"text\":{\"body\":\"Badiya hai\",\"preview_url\":true}}','','1777550727','ig_868307426313467','868307426313467','0','INCOMING',NULL,'instagram','2026-04-30 12:05:29',NULL,NULL),
(333,'text','ig_868307426313467','rfyiXC3ayqCpvDumCj2vhDGtA4JDI8E4','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDQ5NTczNjcxMzY0OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI3NjEzOTY0ODQwMTU1NTczMTozMjc5MDAyMzM5ODkxNjU3OTc4Mzk5NDI2NDMxMzEzNTEwNAZDZD','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Bahut badiya friend. dubara mil  kar khushi mili\"}}','','1777550732','ig_868307426313467','868307426313467','0','OUTGOING',NULL,'instagram','2026-04-30 12:05:30','bot',NULL),
(334,'text','ig_868307426313467','rfyiXC3ayqCpvDumCj2vhDGtA4JDI8E4','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDQ5NTczNjcxMzY0OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI3NjEzOTY0ODQwMTU1NTczMTozMjc5MDAyMzU4NzAwODc1MDM5MTM0MTQ4NjIzNzAyNDI1NgZDZD','{\"type\":\"text\",\"text\":{\"body\":\"Mujhe bhi\",\"preview_url\":true}}','','1777550740','ig_868307426313467','868307426313467','0','INCOMING',NULL,'instagram','2026-04-30 12:05:41',NULL,NULL),
(335,'text','ig_868307426313467','rfyiXC3ayqCpvDumCj2vhDGtA4JDI8E4','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDQ5NTczNjcxMzY0OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI3NjEzOTY0ODQwMTU1NTczMTozMjc5MDAyMzYxMjQ3ODExNDU5MzY4MDA0MzAyNDU4MDYwOAZDZD','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Me apko jald hi reply karunga. ok\"}}','','1777550743','ig_868307426313467','868307426313467','0','OUTGOING',NULL,'instagram','2026-04-30 12:05:42','bot',NULL),
(336,'text','ig_868307426313467','rfyiXC3ayqCpvDumCj2vhDGtA4JDI8E4','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDQ5NTczNjcxMzY0OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI3NjEzOTY0ODQwMTU1NTczMTozMjc5MDAyMzc4NjA0MDQ4NTg3MDQ0MTA1MjEwMzUwNzk2OAZDZD','{\"type\":\"text\",\"text\":{\"body\":\"Ok\",\"preview_url\":true}}','','1777550751','ig_868307426313467','868307426313467','0','INCOMING',NULL,'instagram','2026-04-30 12:05:52',NULL,NULL),
(337,'text','ig_868307426313467','rfyiXC3ayqCpvDumCj2vhDGtA4JDI8E4','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDQ5NTczNjcxMzY0OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI3NjEzOTY0ODQwMTU1NTczMTozMjc5MDAyMzgxMjgwMzE1MTI5OTc4NzM4NTU1NDg2MjA4MAZDZD','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Me apko jald hi reply karunga. ok\"}}','','1777550754','ig_868307426313467','868307426313467','0','OUTGOING',NULL,'instagram','2026-04-30 12:05:52','bot',NULL),
(338,'text','ig_868307426313467','rfyiXC3ayqCpvDumCj2vhDGtA4JDI8E4','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDQ5NTczNjcxMzY0OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI3NjEzOTY0ODQwMTU1NTczMTozMjc5MDAyNTIzODA1NTM1OTA2NjEwMjE0NzY5NzM0NDUxMgZDZD','{\"type\":\"text\",\"text\":{\"body\":\"Milte hai ok\",\"preview_url\":true}}','','1777550829','Rudra Pratap Singh','868307426313467','0','OUTGOING',NULL,'instagram','2026-04-30 12:07:10',NULL,NULL),
(339,'text','ig_868307426313467','rfyiXC3ayqCpvDumCj2vhDGtA4JDI8E4','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDQ5NTczNjcxMzY0OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI3NjEzOTY0ODQwMTU1NTczMTozMjc5MDAyNTI2MDQwNzUzNzExNDYzMzA0MzMyNDE3NDMzNgZDZD','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Me apko jald hi reply karunga. ok\"}}','','1777550832','Rudra Pratap Singh','868307426313467','0','OUTGOING',NULL,'instagram','2026-04-30 12:07:11','bot',NULL),
(340,'text','ig_868307426313467','rfyiXC3ayqCpvDumCj2vhDGtA4JDI8E4','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDQ5NTczNjcxMzY0OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI3NjEzOTY0ODQwMTU1NTczMTozMjc5MDAyNTU3OTIyNzAyMzcxMjM4ODg0MDQ4NjMzODU2MAZDZD','{\"type\":\"text\",\"text\":{\"body\":\"Ok\",\"preview_url\":true}}','','1777550848','ig_868307426313467','868307426313467','0','INCOMING',NULL,'instagram','2026-04-30 12:07:29',NULL,NULL),
(341,'text','ig_868307426313467','rfyiXC3ayqCpvDumCj2vhDGtA4JDI8E4','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDQ5NTczNjcxMzY0OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI3NjEzOTY0ODQwMTU1NTczMTozMjc5MDAyNTYwNTE1MzM1MDY1ODkyMTMzMDI4NjUyNjQ2NAZDZD','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Me apko jald hi reply karunga. ok\"}}','','1777550851','ig_868307426313467','868307426313467','0','OUTGOING',NULL,'instagram','2026-04-30 12:07:30','bot',NULL),
(344,'text','ig_1972275246707428','dYKZm9gVZ5uY1MAqR2qBFNYpXAQSIcNw','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDAwMTM0MTIzMTM1OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTM4MDUwOTM3NDYwNjc2NTozMjc5MDA2MDQzMzQ1NDA4NDg2MDY0NjkxNDU0NDEwNzUyMAZDZD','{\"type\":\"text\",\"text\":{\"body\":\"Shared content: https://lookaside.fbsbx.com/ig_messaging_cdn/?asset_id=17895158412303291&signature=Ab2Ula0wzDjW4Dfs5OtyyxHC6GM7711bUSM9ihQxDt09OKilvrXmp0A5EvDyFYXi3QTAyOYWmqEVkfGWUKm1JrcQJfLE_YhzotNQzbFVuV7nzeMHass5H8bwTvL95dN2auq1wrNXxKSWbrziRgC3HjTSgovNQJuZdthd9tmUAJjVm_sqI2_2uthZ_kyWWIxtzaxV3fHO44RajunHIThIOl4BaZ8mGxg4\",\"preview_url\":true}}','','1777552737','Hamid Saifi','1972275246707428','0','OUTGOING',NULL,'instagram','2026-04-30 12:38:59',NULL,NULL),
(347,'text','ig_4146017118864206','dYKZm9gVZ5uY1MAqR2qBFNYpXAQSIcNw','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDAwMTM0MTIzMTM1OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTg3NTgzNzEyODQwNzMxODozMjc5MDA2MDQzNDAxMDUzMDg5NTYzMDM2MzE2ODYwNDE2MAZDZD','{\"type\":\"text\",\"text\":{\"body\":\"Shared content: https://lookaside.fbsbx.com/ig_messaging_cdn/?asset_id=17895158412303291&signature=Ab0LrPsVAGWH-f7lllk9M9jcByk4mzA1nw386g_3aFwCtOYoGvcu2iJRtcoRwmd9LWcF2yWVUPTlgN1y8J74hFvsya5URAFs0S96_Br99PYGhTUjgk4oExcJfj-t3jDn0wbzhJEoThjH9aU-eWsrqUlNUG-Uwr_w8s1qU4JmJEzs55PSEY0qskKNMDj9M1aEe2kwVuZ6o_4QiJ71XZMsRiMMevJZ2x9h\",\"preview_url\":true}}','','1777552737','Hamid Saifi','4146017118864206','0','OUTGOING',NULL,'instagram','2026-04-30 12:39:00',NULL,NULL),
(348,'text','ig_1265101235794657','dYKZm9gVZ5uY1MAqR2qBFNYpXAQSIcNw','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDAwMTM0MTIzMTM1OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1ODY4MjE5NTM1MTEwNDg0MTozMjc5MDA2MDQzNDI2NzEwNjY1ODk1MTU4OTMyMjAzMTEwNAZDZD','{\"type\":\"text\",\"text\":{\"body\":\"Shared content: https://lookaside.fbsbx.com/ig_messaging_cdn/?asset_id=17895158412303291&signature=Ab2yeaOOBoiDZhhtQGZVnx4QVM-29jl3lUEfsa2Fs-cV_s9Hqhqxu4f1xShlY6ZWoGrwMo4AO0qNJs1pyL6MWOJNHF4sqwM1GghSwak-LXgJ57j3_j0-Y0q9pv1NupIh-a6ZOogOHgXKDLgez4cs-Djusgk7JAMZ1JQQG6oSFwLdnBbjD1GMKT4FtUEjMxAG3Yob7fTuvUtkX34i6Z3W-ZhxlVbdD1Jm\",\"preview_url\":true}}','','1777552737','Hamid Saifi','1265101235794657','0','OUTGOING',NULL,'instagram','2026-04-30 12:39:00',NULL,NULL),
(353,'text','ig_26331769056519700','dYKZm9gVZ5uY1MAqR2qBFNYpXAQSIcNw','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDAwMTM0MTIzMTM1OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTM0MTgzNTcxODQ3NDEzMTozMjc5MDIyNTQ2NjQwMjYyNjAwNzYxMjc0NjI1MzcyOTc5MgZDZD','{\"type\":\"text\",\"text\":{\"body\":\"[ig_reel attachment]\",\"preview_url\":false}}','','1777561684','ig_26331769056519700','26331769056519700','0','INCOMING',NULL,'instagram','2026-04-30 15:08:06',NULL,NULL),
(354,'text','ig_2902789340061566','HgSHZzWy7oLKayeiqozu0fLuKhRViyxp','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDQxNzM5NzI0NTczOjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI2MDAwNjYyMDc2NTMxNDEyODozMjc5MDI5NTk2Mjc4NDQ2Mjk2NzkwMDY2MjYyMzM3MTI2NAZDZD','{\"type\":\"text\",\"text\":{\"body\":\"[ig_reel attachment]\",\"preview_url\":false}}','','1777565505','Amit ','2902789340061566','0','OUTGOING',NULL,'instagram','2026-04-30 16:11:47',NULL,NULL),
(383,'text','9NZ6KW2q7px2mFkxR9rm','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','sent','17990055410974415','{\"type\":\"text\",\"text\":{\"body\":\"test\"}}','','1777571557','hamid_ssaifi','1461727041577393@ig_comment','0','INCOMING',NULL,'instagram_comment','2026-04-30 17:52:37','user',NULL),
(396,'text','5TJ17hDj5qa5rqyh3N0H','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','sent','18119873686628705','{\"type\":\"text\",\"text\":{\"body\":\"this is comment\"}}','','1777573536','hamid_ssaifi','1461727041577393','0','INCOMING',NULL,'instagram_comment','2026-04-30 18:25:35','instagram_comment',NULL),
(397,'text','5TJ17hDj5qa5rqyh3N0H','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDMzODA0ODcwODY2OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTM0OTcxMzc2NDM1Mjk5MzozMjc5MDQ0NDEwOTI5MzM4NTU0MzgzOTc4ODYzNzg4MDMyMAZDZD','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"hello bro\\n\\nsendermobile: 1461727041577393\\nsenderMessage: this is comment\\nsenderName: hamid_ssaifi\\ncommentId: {{{commentId}}}\\nmediaId: {{{mediaId}}}\\ncommentText: {{{commentText}}}\\n\"}}','','1777573538','hamid_ssaifi','1461727041577393','0','OUTGOING',NULL,'instagram_comment','2026-04-30 18:25:37','bot',NULL),
(400,'text','ig_1461727041577393','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDMzODA0ODcwODY2OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTM0OTcxMzc2NDM1Mjk5MzozMjc5MDQ0NDU2MDIzNzI1MjI5NDQyNjU1MzkyOTk1NzM3NgZDZD','{\"type\":\"text\",\"text\":{\"body\":\"ola\",\"preview_url\":true}}','','1777573561','ig_1461727041577393','1461727041577393','0','INCOMING',NULL,'instagram','2026-04-30 23:56:02',NULL,NULL),
(401,'text','ig_1461727041577393','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDMzODA0ODcwODY2OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTM0OTcxMzc2NDM1Mjk5MzozMjc5MDQ0NTA1OTMyMDg2NzYzMTE1NDI2MTQwMTc5NjYwOAZDZD','{\"type\":\"text\",\"text\":{\"body\":\"again\",\"preview_url\":true}}','','1777573588','ig_1461727041577393','1461727041577393','0','INCOMING',NULL,'instagram','2026-04-30 23:56:29',NULL,NULL),
(404,'text','ig_1461727041577393','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDMzODA0ODcwODY2OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTM0OTcxMzc2NDM1Mjk5MzozMjc5MDQ0NjAwNjg4ODI3MzQ4MjA1NDc1NDY1MjY1MTUyMAZDZD','{\"type\":\"text\",\"text\":{\"body\":\"hello sir\",\"preview_url\":true}}','','1777573639','ig_1461727041577393','1461727041577393','0','INCOMING',NULL,'instagram','2026-04-30 23:57:20',NULL,NULL),
(405,'text','ig_1461727041577393','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDMzODA0ODcwODY2OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTM0OTcxMzc2NDM1Mjk5MzozMjc5MDQ0NjA0NDA0MTIzMzUzMTYxNDY1NjQzNzY4MjE3NgZDZD','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"your message is: hello sir\\n\"}}','','1777573643','ig_1461727041577393','1461727041577393','0','OUTGOING',NULL,'instagram','2026-04-30 18:27:22','bot',NULL),
(407,'text','5TJ17hDj5qa5rqyh3N0H','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','sent','17895665181447329','{\"type\":\"text\",\"text\":{\"body\":\"this is comment\"}}','','1777573652','hamid_ssaifi','1461727041577393','0','INCOMING',NULL,'instagram_comment','2026-04-30 18:27:32','instagram_comment',NULL),
(408,'text','5TJ17hDj5qa5rqyh3N0H','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDMzODA0ODcwODY2OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTM0OTcxMzc2NDM1Mjk5MzozMjc5MDQ0NjI1MDYyMDQ3Mjc5NTIxNjU1OTA1NzQwMzkwNAZDZD','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"hello bro\\n\\nsendermobile: 1461727041577393\\nsenderMessage: this is comment\\nsenderName: hamid_ssaifi\\ncommentId: {{{commentId}}}\\nmediaId: {{{mediaId}}}\\ncommentText: {{{commentText}}}\\n\"}}','','1777573654','hamid_ssaifi','1461727041577393','0','OUTGOING',NULL,'instagram_comment','2026-04-30 18:27:33','bot',NULL),
(421,'text','ig_2902789340061566','HgSHZzWy7oLKayeiqozu0fLuKhRViyxp','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDQxNzM5NzI0NTczOjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI2MDAwNjYyMDc2NTMxNDEyODozMjc5MTY4ODU0OTczNjAwNzkxNzI2ODU0MTIyMzQ2OTA1NgZDZD','{\"type\":\"text\",\"text\":{\"body\":\"[ig_reel attachment]\",\"preview_url\":false}}','','1777640998','Amit ','2902789340061566','0','OUTGOING',NULL,'instagram','2026-05-01 18:46:06',NULL,NULL),
(423,'text','ig_987608093612227','HgSHZzWy7oLKayeiqozu0fLuKhRViyxp','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDQxNzM5NzI0NTczOjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI3NjI1NDQ4MjA5MjYzODI3OTozMjc5MTY5MDQxNTMwNDM1OTc3MDk4Mzc4NDY4NTUwMjQ2NAZDZD','{\"type\":\"text\",\"text\":{\"body\":\"[ig_reel attachment]\",\"preview_url\":false}}','','1777641099','Amit ','987608093612227','0','OUTGOING',NULL,'instagram','2026-05-01 18:46:20',NULL,NULL),
(427,'text','ig_1461727041577393','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDMzODA0ODcwODY2OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTM0OTcxMzc2NDM1Mjk5MzozMjc5MTc2NDA3MzMyMTQ3NzQ4NDk5MDgwNzY3OTE3MjYwOAZDZD','{\"type\":\"text\",\"text\":{\"body\":\"Hello from here\",\"preview_url\":true}}','','1777645092','ig_1461727041577393','1461727041577393','0','INCOMING',NULL,'instagram','2026-05-01 19:48:13',NULL,NULL),
(428,'text','ig_1461727041577393','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDMzODA0ODcwODY2OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTM0OTcxMzc2NDM1Mjk5MzozMjc5MTc2NTI4NDYwMTk2ODY0MDM5Njc4NTUyMDQ3NjE2MAZDZD','{\"type\":\"text\",\"text\":{\"body\":\"Hi\",\"preview_url\":true}}','','1777645158','ig_1461727041577393','1461727041577393','0','INCOMING',NULL,'instagram','2026-05-01 19:49:19',NULL,NULL),
(429,'text','ig_1461727041577393','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDMzODA0ODcwODY2OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTM0OTcxMzc2NDM1Mjk5MzozMjc5MTc2NTI4NDYwMTk2ODY0MDM5Njc4NTUyMDQ3NjE2MAZDZD','{\"type\":\"text\",\"text\":{\"body\":\"Hi\",\"preview_url\":true}}','','1777645158','ig_1461727041577393','1461727041577393','0','INCOMING',NULL,'instagram','2026-05-01 19:49:19',NULL,NULL),
(430,'text','5TJ17hDj5qa5rqyh3N0H','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','sent','17999373011930081','{\"type\":\"text\",\"text\":{\"body\":\"Com\"}}','','1777645359','hamid_ssaifi','1461727041577393','0','INCOMING',NULL,'instagram_comment','2026-05-01 14:22:39','instagram_comment',NULL),
(431,'text','5TJ17hDj5qa5rqyh3N0H','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','sent','17999373011930081','{\"type\":\"text\",\"text\":{\"body\":\"Com\"}}','','1777645359','hamid_ssaifi','1461727041577393','0','INCOMING',NULL,'instagram_comment','2026-05-01 14:22:39','instagram_comment',NULL),
(432,'text','ig_1461727041577393','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDMzODA0ODcwODY2OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTM0OTcxMzc2NDM1Mjk5MzozMjc5MTc3MTQ2NTU2MDg2MTc5MzMyMTYzNTkyMDQ3ODIwOAZDZD','{\"type\":\"text\",\"text\":{\"body\":\"Hi\",\"preview_url\":true}}','','1777645493','ig_1461727041577393','1461727041577393','0','INCOMING',NULL,'instagram','2026-05-01 19:54:54',NULL,NULL),
(434,'text','ig_1461727041577393','dYKZm9gVZ5uY1MAqR2qBFNYpXAQSIcNw','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDMzODA0ODcwODY2OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTM0OTcxMzc2NDM1Mjk5MzozMjc5MTg3NDQzNzk2NTk2NTk2NDY1MDI0ODE1NzUyODA2NAZDZD','{\"type\":\"text\",\"text\":{\"body\":\"Hello\",\"preview_url\":true}}','','1777651075','ig_1461727041577393','1461727041577393','0','INCOMING',NULL,'instagram','2026-05-01 21:27:56',NULL,NULL),
(435,'text','ig_1461727041577393','dYKZm9gVZ5uY1MAqR2qBFNYpXAQSIcNw','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDMzODA0ODcwODY2OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTM0OTcxMzc2NDM1Mjk5MzozMjc5MTg3NDU4MjE4Mzk1Nzc0NTIyODkwMzQ4ODY4NDAzMgZDZD','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"hello there \"}}','','1777651082','ig_1461727041577393','1461727041577393','0','OUTGOING',NULL,'meta','2026-05-01 15:58:03','human',NULL),
(436,'text','ig_1461727041577393','dYKZm9gVZ5uY1MAqR2qBFNYpXAQSIcNw','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDMzODA0ODcwODY2OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTM0OTcxMzc2NDM1Mjk5MzozMjc5MTg3NzA3MDcxOTk0MTU5NjU5MTk1NTA0MDUzNDUyOAZDZD','{\"type\":\"text\",\"text\":{\"body\":\"Hello bro\",\"preview_url\":true}}','','1777651217','ig_1461727041577393','1461727041577393','0','INCOMING',NULL,'instagram','2026-05-01 21:30:19',NULL,NULL),
(437,'text','ig_1461727041577393','dYKZm9gVZ5uY1MAqR2qBFNYpXAQSIcNw','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDMzODA0ODcwODY2OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTM0OTcxMzc2NDM1Mjk5MzozMjc5MTg3NzExMTU3ODMzNjAyMTcyNjA0MTg3Nzc3NDMzNgZDZD','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Hello welcome to the bot how are you?\\n\\n1: Support\\n2: Sales\"}}','','1777651222','ig_1461727041577393','1461727041577393','0','OUTGOING',NULL,'instagram','2026-05-01 16:00:20','bot',NULL),
(438,'text','ig_1461727041577393','dYKZm9gVZ5uY1MAqR2qBFNYpXAQSIcNw','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDMzODA0ODcwODY2OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTM0OTcxMzc2NDM1Mjk5MzozMjc5MTg3NzE3MTQ0NzA5NjMzODk5NzgwMTk3MTA4OTQwOAZDZD','{\"type\":\"text\",\"text\":{\"body\":\"1\",\"preview_url\":true}}','','1777651223','ig_1461727041577393','1461727041577393','0','INCOMING',NULL,'instagram','2026-05-01 21:30:24',NULL,NULL),
(439,'text','ig_1461727041577393','dYKZm9gVZ5uY1MAqR2qBFNYpXAQSIcNw','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDMzODA0ODcwODY2OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTM0OTcxMzc2NDM1Mjk5MzozMjc5MTg3NzIzNDYzMTQxOTA5NTg0NTg5NTc0MzIwOTQ3MgZDZD','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"you took sales\"}}','','1777651228','ig_1461727041577393','1461727041577393','0','OUTGOING',NULL,'instagram','2026-05-01 16:00:27','bot',NULL),
(440,'text','ig_1461727041577393','dYKZm9gVZ5uY1MAqR2qBFNYpXAQSIcNw','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDMzODA0ODcwODY2OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTM0OTcxMzc2NDM1Mjk5MzozMjc5MTg4MDA4NDY1MTYwNzU5NjU0MDU0NDI5ODI1NDMzNgZDZD','{\"type\":\"text\",\"text\":{\"body\":\"Hello again\",\"preview_url\":true}}','','1777651381','ig_1461727041577393','1461727041577393','0','INCOMING',NULL,'instagram','2026-05-01 21:33:02',NULL,NULL),
(441,'text','ig_1461727041577393','dYKZm9gVZ5uY1MAqR2qBFNYpXAQSIcNw','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDMzODA0ODcwODY2OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTM0OTcxMzc2NDM1Mjk5MzozMjc5MTg4MDEzMTY4MTM3ODY5ODI3ODIzNTMzODE3ODU2MAZDZD','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"hello welcome to chat. Your message was Hello again\\n\\n1: sales\\n2: support\"}}','','1777651385','ig_1461727041577393','1461727041577393','0','OUTGOING',NULL,'instagram','2026-05-01 16:03:04','bot',NULL),
(442,'text','ig_1461727041577393','dYKZm9gVZ5uY1MAqR2qBFNYpXAQSIcNw','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDMzODA0ODcwODY2OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTM0OTcxMzc2NDM1Mjk5MzozMjc5MTg4MDE4OTE5NTc0NDE3NTkzNDI5NzkzOTY0MDMyMAZDZD','{\"type\":\"text\",\"text\":{\"body\":\"2\",\"preview_url\":true}}','','1777651387','ig_1461727041577393','1461727041577393','0','INCOMING',NULL,'instagram','2026-05-01 21:33:08',NULL,NULL),
(443,'text','ig_1461727041577393','dYKZm9gVZ5uY1MAqR2qBFNYpXAQSIcNw','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDMzODA0ODcwODY2OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTM0OTcxMzc2NDM1Mjk5MzozMjc5MTg4MDI0NjUxNTAzNTMzNTAxMDg4MjAzMjc2Mjg4MAZDZD','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"thanks for choosing support\"}}','','1777651392','ig_1461727041577393','1461727041577393','0','OUTGOING',NULL,'instagram','2026-05-01 16:03:10','bot',NULL),
(444,'text','ig_1461727041577393','dYKZm9gVZ5uY1MAqR2qBFNYpXAQSIcNw','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDMzODA0ODcwODY2OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTM0OTcxMzc2NDM1Mjk5MzozMjc5MTg4MDMwODkwNjU1MzkyNTA1OTA4NjY5NTUzMDQ5NgZDZD','{\"type\":\"text\",\"text\":{\"body\":\"Hello man\",\"preview_url\":true}}','','1777651393','ig_1461727041577393','1461727041577393','0','INCOMING',NULL,'instagram','2026-05-01 21:33:14',NULL,NULL),
(445,'text','ig_1461727041577393','dYKZm9gVZ5uY1MAqR2qBFNYpXAQSIcNw','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDMzODA0ODcwODY2OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTM0OTcxMzc2NDM1Mjk5MzozMjc5MTg4MDM0NDI2NjIxMzc0OTQ5MzMxNDQyMDIxMTcxMgZDZD','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"hello welcome to chat. Your message was Hello man\\n\\n1: sales\\n2: support\"}}','','1777651397','ig_1461727041577393','1461727041577393','0','OUTGOING',NULL,'instagram','2026-05-01 16:03:15','bot',NULL),
(446,'text','ig_1461727041577393','dYKZm9gVZ5uY1MAqR2qBFNYpXAQSIcNw','','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDMzODA0ODcwODY2OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTM0OTcxMzc2NDM1Mjk5MzozMjc5MTg4MDM4NTE2ODE3OTM4NDEyOTUwMzIxODM2ODUxMgZDZD','{\"type\":\"text\",\"text\":{\"body\":\"1\",\"preview_url\":true}}','','1777651397','ig_1461727041577393','1461727041577393','0','INCOMING',NULL,'instagram','2026-05-01 21:33:18',NULL,NULL),
(447,'text','ig_1461727041577393','dYKZm9gVZ5uY1MAqR2qBFNYpXAQSIcNw','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDMzODA0ODcwODY2OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTM0OTcxMzc2NDM1Mjk5MzozMjc5MTg4MDQ0NjQxNTM3MjY1MjMwOTIwOTU1NjE4OTE4NAZDZD','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"thanks for choosing sales\"}}','','1777651402','ig_1461727041577393','1461727041577393','0','OUTGOING',NULL,'instagram','2026-05-01 16:03:21','bot',NULL),
(448,'text','ymBfrI0JGOSI70a0uJa4','dYKZm9gVZ5uY1MAqR2qBFNYpXAQSIcNw','sent','17936735418232874','{\"type\":\"text\",\"text\":{\"body\":\"This is test comment\"}}','','1777651483','hamid_ssaifi','1461727041577393','0','INCOMING',NULL,'instagram_comment','2026-05-01 16:04:43','instagram_comment',NULL),
(449,'text','ymBfrI0JGOSI70a0uJa4','dYKZm9gVZ5uY1MAqR2qBFNYpXAQSIcNw','sent','aWdfZAG1faXRlbToxOklHTWVzc2FnZAUlEOjE3ODQxNDMzODA0ODcwODY2OjM0MDI4MjM2Njg0MTcxMDMwMTI0NDI1OTM0OTcxMzc2NDM1Mjk5MzozMjc5MTg4MjAwMzg4MDQzMTE1NjAzMjQ1MDgzODEzNDc4NAZDZD','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Hello thank you for commenting to the product. The link is here: https://codeyon.com\"}}','','1777651487','hamid_ssaifi','1461727041577393','0','OUTGOING',NULL,'instagram_comment','2026-05-01 16:04:45','bot',NULL),
(450,'text','919690309316_918430088300_lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8',NULL,'3EB0145F85132DF5136FF7','{\"type\":\"text\",\"text\":{\"body\":\"ola\",\"preview_url\":true}}','','1777735403','codeyon.com','918430088300','0','INCOMING',NULL,'qr','2026-05-02 15:23:22',NULL,NULL),
(451,'text','919690309316_918430088300_lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8',NULL,'3EB0DD95FBCFC99CF8CE40','{\"type\":\"text\",\"text\":{\"body\":\"ola\",\"preview_url\":true}}','','1777735434','codeyon.com','918430088300','0','INCOMING',NULL,'qr','2026-05-02 15:23:53',NULL,NULL),
(452,'text','919690309316_918430088300_lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','sent','3EB0EA994CBA5DF6F61691','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"chat tags added or removed\"}}','','1777735436','codeyon.com','918430088300','0','OUTGOING',NULL,'qr','2026-05-02 15:23:54','bot',NULL),
(453,'text','919690309316_918430088300_lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8',NULL,'3EB03DD249D5E0E0157DEA','{\"type\":\"text\",\"text\":{\"body\":\"kola\",\"preview_url\":true}}','','1777735446','codeyon.com','918430088300','0','INCOMING',NULL,'qr','2026-05-02 15:24:05',NULL,NULL),
(454,'text','919690309316_918430088300_lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8',NULL,'3EB08E97955C62ACE40343','{\"type\":\"text\",\"text\":{\"body\":\"ola\",\"preview_url\":true}}','','1777735480','codeyon.com','918430088300','0','INCOMING',NULL,'qr','2026-05-02 15:24:39',NULL,NULL),
(455,'text','919690309316_918430088300_lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','sent','3EB0C3B1C46B1EB258607F','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"chat tags added or removed\"}}','','1777735481','codeyon.com','918430088300','0','OUTGOING',NULL,'qr','2026-05-02 15:24:40','bot',NULL),
(456,'text','919690309316_918430088300_lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8',NULL,'3EB05D17819BD246BAAA65','{\"type\":\"text\",\"text\":{\"body\":\"noice\",\"preview_url\":true}}','','1777735490','codeyon.com','918430088300','0','INCOMING',NULL,'qr','2026-05-02 15:24:49',NULL,NULL),
(457,'text','ymBfrI0JGOSI70a0uJa4','dYKZm9gVZ5uY1MAqR2qBFNYpXAQSIcNw','sent','17936735418232874','{\"type\":\"text\",\"text\":{\"body\":\"This is test comment\"}}','','1777737977','hamid_ssaifi','1461727041577393','0','INCOMING',NULL,'instagram_comment','2026-05-02 16:06:17','instagram_comment',NULL);
/*!40000 ALTER TABLE `beta_conversation` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `beta_flows`
--

DROP TABLE IF EXISTS `beta_flows`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `beta_flows` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `is_active` int(11) DEFAULT 1,
  `uid` varchar(999) DEFAULT NULL,
  `flow_id` varchar(999) DEFAULT NULL,
  `source` varchar(999) DEFAULT NULL,
  `name` varchar(999) DEFAULT NULL,
  `data` longtext DEFAULT NULL,
  `createdAt` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`),
  KEY `idx_uid_active_source` (`uid`(120),`is_active`,`source`(50)),
  KEY `idx_uid_flow` (`uid`(120),`flow_id`(120))
) ENGINE=InnoDB AUTO_INCREMENT=77 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `beta_flows`
--

LOCK TABLES `beta_flows` WRITE;
/*!40000 ALTER TABLE `beta_flows` DISABLE KEYS */;
INSERT INTO `beta_flows` VALUES
(24,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','n7xsOOqxE4dQww9QKj30mO5W9GNp0w8T','wa_chatbot','condition','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":-114,\"y\":281},\"data\":{},\"type\":\"INITIAL\",\"width\":342,\"height\":313,\"selected\":false,\"positionAbsolute\":{\"x\":-114,\"y\":281},\"dragging\":false},{\"id\":\"1749548541604\",\"position\":{\"x\":373,\"y\":289},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Hello! Welcome to codeyon it services. I can help you in the sales or support\"}}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":373,\"y\":289},\"dragging\":false},{\"id\":\"1749548562798\",\"position\":{\"x\":803,\"y\":133.2847110518145},\"data\":{\"moveToNextNode\":true,\"conditions\":[{\"type\":\"text_contains\",\"value\":\"sales\",\"targetNodeId\":\"fvoxX8Lz7SR1a7xnVAH2ibWHprTJ0csU\",\"name\":\"Condition 1\",\"caseSensitive\":false},{\"type\":\"text_contains\",\"value\":\"support\",\"targetNodeId\":\"KwOZiUVMuz9U2NimYsTzfZeAiJcFS8Ob\",\"name\":\"Condition 2\"}],\"variable\":{\"message\":\"\",\"active\":false}},\"type\":\"CONDITION\",\"width\":350,\"height\":835,\"selected\":false,\"positionAbsolute\":{\"x\":803,\"y\":133.2847110518145},\"dragging\":false},{\"id\":\"1749548593825\",\"position\":{\"x\":1254,\"y\":343},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Okay you are asking for the sales\"}}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":1254,\"y\":343},\"dragging\":false},{\"id\":\"1749548614817\",\"position\":{\"x\":1221.7931717181345,\"y\":610.8330260529622},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Okay you are asking for the support\"}}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":1221.7931717181345,\"y\":610.8330260529622},\"dragging\":false},{\"id\":\"1749548624676\",\"position\":{\"x\":1240.4949672843284,\"y\":897.4647994417787},\"data\":{\"moveToNextNode\":true,\"type\":{\"type\":\"image\",\"title\":\"Image\"},\"content\":{\"type\":\"image\",\"image\":{\"link\":\"http://localhost:3000/media/ALtn0fQ1inDwKL13jK3CThtc3n2UxXY0.png\",\"caption\":\"Sorry i dont understand!\"}}},\"type\":\"SEND_MESSAGE\",\"width\":370,\"height\":379,\"selected\":true,\"positionAbsolute\":{\"x\":1240.4949672843284,\"y\":897.4647994417787},\"dragging\":false}],\"edges\":[{\"source\":\"initialNode\",\"sourceHandle\":\"9cNT4DIJqf8TICbpzbgOm91VC06WJqG1\",\"target\":\"1749548541604\",\"targetHandle\":\"1749548541604-target\",\"id\":\"reactflow__edge-initialNode9cNT4DIJqf8TICbpzbgOm91VC06WJqG1-17495485416041749548541604-target\",\"selected\":false},{\"source\":\"1749548541604\",\"sourceHandle\":\"1749548541604-source\",\"target\":\"1749548562798\",\"targetHandle\":null,\"id\":\"reactflow__edge-17495485416041749548541604-source-1749548562798\",\"selected\":false},{\"source\":\"1749548562798\",\"sourceHandle\":\"fvoxX8Lz7SR1a7xnVAH2ibWHprTJ0csU\",\"target\":\"1749548593825\",\"targetHandle\":\"1749548593825-target\",\"id\":\"reactflow__edge-1749548562798fvoxX8Lz7SR1a7xnVAH2ibWHprTJ0csU-17495485938251749548593825-target\",\"selected\":false},{\"source\":\"1749548562798\",\"sourceHandle\":\"KwOZiUVMuz9U2NimYsTzfZeAiJcFS8Ob\",\"target\":\"1749548614817\",\"targetHandle\":\"1749548614817-target\",\"id\":\"reactflow__edge-1749548562798KwOZiUVMuz9U2NimYsTzfZeAiJcFS8Ob-17495486148171749548614817-target\",\"selected\":false},{\"source\":\"1749548562798\",\"sourceHandle\":\"default\",\"target\":\"1749548624676\",\"targetHandle\":\"1749548624676-target\",\"id\":\"reactflow__edge-1749548562798default-17495486246761749548624676-target\",\"selected\":false},{\"source\":\"1749548624676\",\"sourceHandle\":\"1749548624676-source\",\"target\":\"1749548541604\",\"targetHandle\":\"1749548541604-target\",\"id\":\"reactflow__edge-17495486246761749548624676-source-17495485416041749548541604-target\",\"selected\":false},{\"source\":\"1749548593825\",\"sourceHandle\":\"1749548593825-source\",\"target\":\"1749548541604\",\"targetHandle\":\"1749548541604-target\",\"id\":\"reactflow__edge-17495485938251749548593825-source-17495485416041749548541604-target\",\"selected\":false},{\"source\":\"1749548614817\",\"sourceHandle\":\"1749548614817-source\",\"target\":\"1749548541604\",\"targetHandle\":\"1749548541604-target\",\"id\":\"reactflow__edge-17495486148171749548614817-source-17495485416041749548541604-target\",\"selected\":false}]}','2025-06-10 09:44:08'),
(25,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','9CFyB7IAEW5kxFyTEIJ8A6hKuOSMf3ma','wa_chatbot','response saver','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100,\"y\":300},\"data\":{},\"type\":\"INITIAL\"},{\"id\":\"1749548764652\",\"position\":{\"x\":420,\"y\":274},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Hello there may i know you name please?\"}}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":420,\"y\":274},\"dragging\":false},{\"id\":\"1749548779224\",\"position\":{\"x\":864,\"y\":118},\"data\":{\"moveToNextNode\":true,\"variables\":[{\"varName\":\"hitname\",\"responsePath\":\"message.msgContext.text.body\"}]},\"type\":\"RESPONSE_SAVER\",\"width\":368,\"height\":878,\"selected\":false,\"positionAbsolute\":{\"x\":864,\"y\":118},\"dragging\":false},{\"id\":\"1749548806761\",\"position\":{\"x\":1335,\"y\":258},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Hello *{{{hitname}}}*,\\nMay i know your requirement?\"}}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":1335,\"y\":258},\"dragging\":false},{\"id\":\"1749548849690\",\"position\":{\"x\":1747,\"y\":137},\"data\":{\"moveToNextNode\":true,\"variables\":[{\"varName\":\"hisreq\",\"responsePath\":\"message.msgContext.text.body\"}]},\"type\":\"RESPONSE_SAVER\",\"width\":368,\"height\":878,\"selected\":false,\"positionAbsolute\":{\"x\":1747,\"y\":137},\"dragging\":false},{\"id\":\"1749548865851\",\"position\":{\"x\":2171,\"y\":278},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Thank you we have taken your message!\\n\\nYour name: {{{hitname}}}\\nYour req: {{{hisreq}}}\\n\\n\\nWe will get back you!\"}}},\"type\":\"SEND_MESSAGE\",\"width\":320,\"height\":244,\"selected\":true,\"positionAbsolute\":{\"x\":2171,\"y\":278},\"dragging\":false}],\"edges\":[{\"source\":\"initialNode\",\"sourceHandle\":\"R6GOhH2bqVrXsKHQaGGIs7xVQc2JM0Ox\",\"target\":\"1749548764652\",\"targetHandle\":\"1749548764652-target\",\"id\":\"reactflow__edge-initialNodeR6GOhH2bqVrXsKHQaGGIs7xVQc2JM0Ox-17495487646521749548764652-target\"},{\"source\":\"1749548764652\",\"sourceHandle\":\"1749548764652-source\",\"target\":\"1749548779224\",\"targetHandle\":\"1749548779224-target\",\"id\":\"reactflow__edge-17495487646521749548764652-source-17495487792241749548779224-target\"},{\"source\":\"1749548779224\",\"sourceHandle\":\"1749548779224-source\",\"target\":\"1749548806761\",\"targetHandle\":\"1749548806761-target\",\"id\":\"reactflow__edge-17495487792241749548779224-source-17495488067611749548806761-target\"},{\"source\":\"1749548806761\",\"sourceHandle\":\"1749548806761-source\",\"target\":\"1749548849690\",\"targetHandle\":\"1749548849690-target\",\"id\":\"reactflow__edge-17495488067611749548806761-source-17495488496901749548849690-target\"},{\"source\":\"1749548849690\",\"sourceHandle\":\"1749548849690-source\",\"target\":\"1749548865851\",\"targetHandle\":\"1749548865851-target\",\"id\":\"reactflow__edge-17495488496901749548849690-source-17495488658511749548865851-target\"}]}','2025-06-10 09:48:19'),
(26,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','WGrC42Ndm3FcsTLxhXTxmiPc9U4rqiVz','wa_chatbot','make req','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100,\"y\":300},\"data\":{},\"type\":\"INITIAL\",\"width\":268,\"height\":153},{\"id\":\"1749548943985\",\"position\":{\"x\":961,\"y\":162},\"data\":{\"moveToNextNode\":true,\"method\":\"GET\",\"url\":\"https://reqres.in/api/users/2\",\"headers\":[{\"key\":\"Content-Type\",\"value\":\"application/json\",\"id\":1749548929774}],\"variables\":[{\"key\":\"respemail\",\"value\":\"body.data.email\",\"id\":1749548967530},{\"key\":\"respfirstname\",\"value\":\"body.data.first_name\",\"id\":1749549032998}],\"body\":\"\",\"bodyData\":{\"json\":[],\"formData\":[],\"urlEncoded\":[],\"raw\":\"\"},\"contentType\":\"application/json\"},\"type\":\"MAKE_REQUEST\",\"width\":368,\"height\":762,\"selected\":false,\"positionAbsolute\":{\"x\":961,\"y\":162},\"dragging\":false},{\"id\":\"1749548982162\",\"position\":{\"x\":527,\"y\":305},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Hello! welcome to codeyon it services. \\nPlease reply to fetch your details\"}}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":527,\"y\":305},\"dragging\":false},{\"id\":\"1749549054522\",\"position\":{\"x\":1380,\"y\":346},\"data\":{\"moveToNextNode\":true,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Please hold on we are fetching your details!\"}}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":1380,\"y\":346},\"dragging\":false},{\"id\":\"1749549070024\",\"position\":{\"x\":1769,\"y\":346},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"The fetched details are:\\n\\nFirst name: *{{{respfirstname}}}*\\nEmail: *{{{respemail}}}*\"}}},\"type\":\"SEND_MESSAGE\",\"width\":320,\"height\":244,\"selected\":true,\"positionAbsolute\":{\"x\":1769,\"y\":346},\"dragging\":false}],\"edges\":[{\"source\":\"initialNode\",\"sourceHandle\":\"leKsBdfjPK1RvsYNXH3fgcIxtoMI1NFe\",\"target\":\"1749548982162\",\"targetHandle\":\"1749548982162-target\",\"id\":\"reactflow__edge-initialNodeleKsBdfjPK1RvsYNXH3fgcIxtoMI1NFe-17495489821621749548982162-target\"},{\"source\":\"1749548982162\",\"sourceHandle\":\"1749548982162-source\",\"target\":\"1749548943985\",\"targetHandle\":\"1749548943985-target\",\"id\":\"reactflow__edge-17495489821621749548982162-source-17495489439851749548943985-target\"},{\"source\":\"1749548943985\",\"sourceHandle\":\"1749548943985-source\",\"target\":\"1749549054522\",\"targetHandle\":\"1749549054522-target\",\"id\":\"reactflow__edge-17495489439851749548943985-source-17495490545221749549054522-target\"},{\"source\":\"1749549054522\",\"sourceHandle\":\"1749549054522-source\",\"target\":\"1749549070024\",\"targetHandle\":\"1749549070024-target\",\"id\":\"reactflow__edge-17495490545221749549054522-source-17495490700241749549070024-target\"}]}','2025-06-10 09:51:40'),
(27,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','lhNGulLzOl078BMj34RVXRYsHnbhRW3r','wa_chatbot','delay','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100,\"y\":300},\"data\":{},\"type\":\"INITIAL\"},{\"id\":\"1749549155108\",\"position\":{\"x\":535.8633563651423,\"y\":307.16652989564994},\"data\":{\"moveToNextNode\":true,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Hello there next message will be after 5 seconds\"}}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":535.8633563651423,\"y\":307.16652989564994},\"dragging\":false},{\"id\":\"1749549171000\",\"position\":{\"x\":924.5703311672032,\"y\":315.91260473514353},\"data\":{\"moveToNextNode\":true,\"seconds\":\"5\",\"duration\":1,\"timeUnit\":\"hours\",\"message\":\"Our auto-reply is currently disabled. We\'ll get back to you soon.\"},\"type\":\"DELAY\",\"width\":333,\"height\":178,\"selected\":false,\"positionAbsolute\":{\"x\":924.5703311672032,\"y\":315.91260473514353},\"dragging\":false},{\"id\":\"1749549183033\",\"position\":{\"x\":1330.5863265568298,\"y\":295.79657922929925},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"this message was arrive after 5 sec\"}}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":1330.5863265568298,\"y\":295.79657922929925},\"dragging\":false}],\"edges\":[{\"source\":\"initialNode\",\"sourceHandle\":\"SLQCwAljNrRXVIDhv9ABGlbRCBNojCRO\",\"target\":\"1749549155108\",\"targetHandle\":\"1749549155108-target\",\"id\":\"reactflow__edge-initialNodeSLQCwAljNrRXVIDhv9ABGlbRCBNojCRO-17495491551081749549155108-target\"},{\"source\":\"1749549155108\",\"sourceHandle\":\"1749549155108-source\",\"target\":\"1749549171000\",\"targetHandle\":\"1749549171000-target\",\"id\":\"reactflow__edge-17495491551081749549155108-source-17495491710001749549171000-target\"},{\"source\":\"1749549171000\",\"sourceHandle\":\"1749549171000-source\",\"target\":\"1749549183033\",\"targetHandle\":\"1749549183033-target\",\"id\":\"reactflow__edge-17495491710001749549171000-source-17495491830331749549183033-target\"},{\"source\":\"1749549183033\",\"sourceHandle\":\"1749549183033-source\",\"target\":\"1749549155108\",\"targetHandle\":\"1749549155108-target\",\"id\":\"reactflow__edge-17495491830331749549183033-source-17495491551081749549155108-target\"}]}','2025-06-10 09:53:23'),
(28,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','Sg7ay9uK557cw893vbFE2nygQEW9Fma8','wa_chatbot','agent transfer','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100,\"y\":300},\"data\":{},\"type\":\"INITIAL\",\"width\":268,\"height\":153},{\"id\":\"1749549277067\",\"position\":{\"x\":470,\"y\":273},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Hello there, Would you like to transfer your chat to the AI agent?\"}}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"dragging\":false,\"positionAbsolute\":{\"x\":470,\"y\":273}},{\"id\":\"1749549301661\",\"position\":{\"x\":885,\"y\":192},\"data\":{\"provider\":{\"id\":\"openai\",\"name\":\"OpenAI\",\"models\":[{\"id\":\"gpt-4-turbo\",\"name\":\"GPT-4 Turbo\"},{\"id\":\"gpt-4\",\"name\":\"GPT-4\"},{\"id\":\"gpt-3.5-turbo\",\"name\":\"GPT-3.5 Turbo\"},{\"id\":\"gpt-4o\",\"name\":\"GPT-4o\"},{\"id\":\"gpt-4\",\"name\":\"GPT-4\"},{\"id\":\"gpt-4-mini\",\"name\":\"GPT-4 Mini\"},{\"id\":\"gpt-4.1\",\"name\":\"GPT-4.1\"},{\"id\":\"gpt-4.1-mini\",\"name\":\"GPT-4.1 Mini\"},{\"id\":\"gpt-4.1-nano\",\"name\":\"GPT-4.1 Nano\"},{\"id\":\"gpt-3.5\",\"name\":\"GPT-3.5\"},{\"id\":\"gpt-3.5-turbo\",\"name\":\"GPT-3.5 Turbo\"},{\"id\":\"whisper\",\"name\":\"Whisper\"},{\"id\":\"o1\",\"name\":\"o1\"},{\"id\":\"o1-mini\",\"name\":\"o1 Mini\"},{\"id\":\"o1-pro\",\"name\":\"o1 Pro\"},{\"id\":\"o3\",\"name\":\"o3\"},{\"id\":\"o3-mini\",\"name\":\"o3 Mini\"},{\"id\":\"o3-mini-high\",\"name\":\"o3 Mini High\"},{\"id\":\"o4-mini\",\"name\":\"o4 Mini\"},{\"id\":\"o4-mini-high\",\"name\":\"o4 Mini High\"}],\"apiKeyUrl\":\"https://platform.openai.com/\",\"svg\":\"/assets/openai-svgrepo-com.svg\"},\"model\":{\"id\":\"gpt-4-turbo\",\"name\":\"GPT-4 Turbo\"},\"apiKey\":\"wrongkey\",\"temperature\":0.7,\"maxTokens\":1000,\"systemPrompt\":\"You are a helpful AI assistant of codeyon it services\",\"messageReferenceCount\":3,\"aiTask\":{\"active\":true,\"functions\":[{\"name\":\"when ask to transfer chat to real human person\",\"id\":\"c3ePJM4kVM2rpFwGEpZEkWXUyLI7iGrp\"}]},\"assignedToAi\":true},\"type\":\"AI_TRANSFER\",\"width\":370,\"height\":803,\"selected\":true,\"positionAbsolute\":{\"x\":885,\"y\":192},\"dragging\":false},{\"id\":\"1749549357676\",\"position\":{\"x\":1350,\"y\":796},\"data\":{\"moveToNextNode\":true,\"agentData\":{\"id\":3,\"owner_uid\":\"lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8\",\"uid\":\"n9xrxIvwIajEo2JO2poQ0b3UyUnhUF3g\",\"role\":\"agent\",\"email\":\"john@agent.com\",\"password\":\"$2b$10$JGNSEHq.tErhcQKmvuh6PuWCVXWzxWIZ.WrnkuDNp8izuDgsWkZi.\",\"name\":\"john\",\"mobile\":\"7778888000\",\"comments\":\"some comments\",\"is_active\":1,\"createdAt\":\"2024-04-06T06:45:15.000Z\",\"logs\":\"{\\\"dateTracking\\\":{\\\"2025-06-03\\\":{\\\"logins\\\":3,\\\"logouts\\\":3,\\\"lastLogin\\\":\\\"2025-06-03T12:44:57.454Z\\\",\\\"lastLogout\\\":\\\"2025-06-03T12:45:18.979Z\\\"},\\\"2025-06-07\\\":{\\\"logins\\\":2,\\\"logouts\\\":0,\\\"lastLogin\\\":\\\"2025-06-07T05:31:42.255Z\\\",\\\"lastLogout\\\":null}},\\\"spendTime\\\":{\\\"2025-06-03\\\":55,\\\"2025-06-04\\\":260,\\\"2025-06-07\\\":70,\\\"2025-06-10\\\":115}}\",\"label\":\"john@agent.com | john\"},\"autoAgentSelect\":false,\"duration\":1,\"timeUnit\":\"hours\",\"message\":\"Our auto-reply is currently disabled. We\'ll get back to you soon.\"},\"type\":\"AGENT_TRANSFER\",\"width\":318,\"height\":231,\"selected\":false,\"positionAbsolute\":{\"x\":1350,\"y\":796},\"dragging\":false},{\"id\":\"1749549373059\",\"position\":{\"x\":1733,\"y\":796},\"data\":{\"moveToNextNode\":true,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"An available agent will be with you shortly!\\nAuto reply will be disabled for 1 hour 30 minutes\"}}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"dragging\":false,\"positionAbsolute\":{\"x\":1733,\"y\":796}},{\"id\":\"1749549394084\",\"position\":{\"x\":2174,\"y\":854},\"data\":{\"hours\":1,\"minutes\":30,\"duration\":1,\"timeUnit\":\"hours\",\"message\":\"Our auto-reply is currently disabled. We\'ll get back to you soon.\"},\"type\":\"DISABLE_AUTOREPLY\",\"width\":368,\"height\":190,\"selected\":false,\"positionAbsolute\":{\"x\":2174,\"y\":854},\"dragging\":false}],\"edges\":[{\"source\":\"initialNode\",\"sourceHandle\":\"IN6qvkGCq9ghPDXSvka7Pctxi2CJi64n\",\"target\":\"1749549277067\",\"targetHandle\":\"1749549277067-target\",\"id\":\"reactflow__edge-initialNodeIN6qvkGCq9ghPDXSvka7Pctxi2CJi64n-17495492770671749549277067-target\"},{\"source\":\"1749549277067\",\"sourceHandle\":\"1749549277067-source\",\"target\":\"1749549301661\",\"targetHandle\":\"1749549301661-target\",\"id\":\"reactflow__edge-17495492770671749549277067-source-17495493016611749549301661-target\"},{\"source\":\"1749549301661\",\"sourceHandle\":\"c3ePJM4kVM2rpFwGEpZEkWXUyLI7iGrp\",\"target\":\"1749549357676\",\"targetHandle\":\"1749549357676-target\",\"id\":\"reactflow__edge-1749549301661c3ePJM4kVM2rpFwGEpZEkWXUyLI7iGrp-17495493576761749549357676-target\"},{\"source\":\"1749549357676\",\"sourceHandle\":\"1749549357676-source\",\"target\":\"1749549373059\",\"targetHandle\":\"1749549373059-target\",\"id\":\"reactflow__edge-17495493576761749549357676-source-17495493730591749549373059-target\"},{\"source\":\"1749549373059\",\"sourceHandle\":\"1749549373059-source\",\"target\":\"1749549394084\",\"targetHandle\":\"1749549394084-target\",\"id\":\"reactflow__edge-17495493730591749549373059-source-17495493940841749549394084-target\"}]}','2025-06-10 09:57:01'),
(29,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','pxdjlvZg3I5jg4pnrdyUoyumNtH2cY3J','wa_chatbot','google sheet','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100,\"y\":300},\"data\":{},\"type\":\"INITIAL\",\"width\":268,\"height\":153},{\"id\":\"1749549584524\",\"position\":{\"x\":453,\"y\":295},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Hello there, Your next message will be saved in google sheet\"}}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"dragging\":false,\"positionAbsolute\":{\"x\":453,\"y\":295}},{\"id\":\"1749549599748\",\"position\":{\"x\":843,\"y\":148},\"data\":{\"moveToNextNode\":true,\"authChip\":\"SELECT\",\"authUrl\":\"http://localhost:3000/media/po33oppqqvONBMOdjIfcRGyLUGhBsjxG.json\",\"authLabel\":\"10 june gsheet\",\"jsonData\":{\"name\":\"{{{senderName}}}\",\"mobile\":\"{{{senderMobile}}}\",\"message\":\"{{{senderMessage}}}\"},\"sheetName\":\"wacrm\",\"sheetId\":\"your_sheet_id\",\"duration\":1,\"timeUnit\":\"hours\",\"message\":\"Our auto-reply is currently disabled. We\'ll get back to you soon.\"},\"type\":\"SPREADSHEET\",\"width\":370,\"height\":516,\"selected\":true,\"positionAbsolute\":{\"x\":843,\"y\":148},\"dragging\":false},{\"id\":\"1749549781256\",\"position\":{\"x\":1304.3358601482555,\"y\":251.0756884280522},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Your message was saved to google sheet\"}}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":1304.3358601482555,\"y\":251.0756884280522},\"dragging\":false}],\"edges\":[{\"source\":\"initialNode\",\"sourceHandle\":\"moK0pFS4yxIGIHjwhKQO1DsWn2cnBcI3\",\"target\":\"1749549584524\",\"targetHandle\":\"1749549584524-target\",\"id\":\"reactflow__edge-initialNodemoK0pFS4yxIGIHjwhKQO1DsWn2cnBcI3-17495495845241749549584524-target\"},{\"source\":\"1749549584524\",\"sourceHandle\":\"1749549584524-source\",\"target\":\"1749549599748\",\"targetHandle\":\"1749549599748-target\",\"id\":\"reactflow__edge-17495495845241749549584524-source-17495495997481749549599748-target\"},{\"source\":\"1749549599748\",\"sourceHandle\":\"1749549599748-source\",\"target\":\"1749549781256\",\"targetHandle\":\"1749549781256-target\",\"id\":\"reactflow__edge-17495495997481749549599748-source-17495497812561749549781256-target\"}]}','2025-06-10 10:03:19'),
(30,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','ayMgTNyS0bps3fsjd1NCEWTOcKLns1ku','webhook_automation','webhook','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":101,\"y\":299},\"data\":{\"whPhone\":\"webhook\",\"whPhonePath\":\"customer.default_address.phone\"},\"type\":\"INITIAL\",\"width\":344,\"height\":716,\"selected\":true,\"dragging\":false,\"positionAbsolute\":{\"x\":101,\"y\":299}},{\"id\":\"1751040852880\",\"position\":{\"x\":562,\"y\":440},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Hello {{{billing_address.first_name}}}, thank you for your order!\\n\\n🛍️ Order Details:\\n- Order #: {{{name}}}\\n- Status: {{{financial_status}}}\\n- Date: {{{created_at}}}\\n- Total: ₹{{{total_price}}} (includes ₹{{{total_tax}}} tax)\\n\\n📦 Your Order:\\n{{{line_items.0.quantity}}}x {{{line_items.0.name}}}\\n\\n🏠 Delivery Address:\\n{{{billing_address.address1}}}\\n{{{billing_address.city}}}, {{{billing_address.province}}} {{{billing_address.zip}}}\\n{{{billing_address.country}}}\\n\\n💳 Payment Method: {{{payment_gateway_names.0}}}\\n\\nYou can track your order here: {{{order_status_url}}}\\n\\nWe\'ll notify you once your order is processed and shipped. If you have any questions, please feel free to contact us.\\n\\nThank you for shopping with us!\\n\"}},\"webhook\":{\"origin\":{\"title\":\"919690309316\",\"code\":\"QR\",\"data\":{\"id\":63,\"uid\":\"lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8\",\"title\":\"wacrm\",\"number\":\"919690309316\",\"uniqueId\":\"lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8_RyHm1Yhi\",\"qr\":\"data:image/png;base64,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\",\"data\":\"{\\\"id\\\":\\\"919690309316:85@s.whatsapp.net\\\",\\\"lid\\\":\\\"186775309943014:85@lid\\\",\\\"name\\\":\\\"hamidsaifi.com\\\"}\",\"other\":null,\"status\":\"ACTIVE\",\"createdAt\":\"2025-06-27T05:14:13.000Z\"}}}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":319,\"selected\":false,\"positionAbsolute\":{\"x\":562,\"y\":440},\"dragging\":false}],\"edges\":[{\"source\":\"initialNode\",\"sourceHandle\":\"ktjgEbrv8dkUpOggf09aYKjXiAwETNaU\",\"target\":\"1751040852880\",\"targetHandle\":\"1751040852880-target\",\"id\":\"reactflow__edge-initialNodektjgEbrv8dkUpOggf09aYKjXiAwETNaU-17510408528801751040852880-target\"}]}','2025-06-27 12:27:12'),
(33,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','sqxhLhCU22mjnrnsBoIAv0nsqvt1e0FN','webhook_automation','wooCommerce','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100,\"y\":300},\"data\":{\"whPhonePath\":\"billing.phone\"},\"type\":\"INITIAL\",\"width\":342,\"height\":714,\"selected\":false,\"dragging\":false},{\"id\":\"1751119117691\",\"position\":{\"x\":534,\"y\":398},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Hello {{{billing.first_name}}} {{{billing.last_name}}},\\n\\nThank you for your order #{{{number}}} placed on {{{date_created}}}.\\nYour order for {{{line_items.0.name}}} × {{{line_items.0.quantity}}} is now being processed.\\n\\nOrder Summary:\\n\\nTotal: ₹{{{total}}}\\n\\nPayment Method: {{{payment_method_title}}}\\n\\nShipping: {{{shipping_lines.0.method_title}}} to {{{shipping.address_1}}}, {{{shipping.city}}}, {{{shipping.state}}} - {{{shipping.postcode}}}\\n\\nYou can check your order status or make payment (if pending) here:\\n👉 {{{payment_url}}}\\n\\nWe’ll notify you once your order is completed.\\nFor any queries, reply to this message or contact support.\\n\\nWarm regards,\\nTeam HamidSaifi\"}},\"webhook\":{\"origin\":{\"title\":\"17575062336\",\"code\":\"QR\",\"data\":{\"id\":66,\"uid\":\"lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8\",\"title\":\"US\",\"number\":\"17575062336\",\"uniqueId\":\"lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8_xkZaKmem\",\"qr\":\"data:image/png;base64,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\",\"data\":\"{\\\"id\\\":\\\"17575062336:10@s.whatsapp.net\\\",\\\"name\\\":\\\"codeyon temporary\\\",\\\"lid\\\":\\\"30190013001766:10@lid\\\"}\",\"other\":null,\"status\":\"ACTIVE\",\"createdAt\":\"2025-06-28T01:07:58.000Z\"}}}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":319,\"selected\":false,\"positionAbsolute\":{\"x\":534,\"y\":398},\"dragging\":false}],\"edges\":[{\"source\":\"initialNode\",\"sourceHandle\":\"gEcOp51Q2m8V8ABHmbWtyw6ZaLcS94FG\",\"target\":\"1751119117691\",\"targetHandle\":\"1751119117691-target\",\"id\":\"reactflow__edge-initialNodegEcOp51Q2m8V8ABHmbWtyw6ZaLcS94FG-17511191176911751119117691-target\"}]}','2025-06-28 14:00:49'),
(34,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','ZSQeFycuIfNywZuQVCElUvZF42nlsfNi','webhook_automation','Shopify','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100,\"y\":300},\"data\":{\"whPhonePath\":\"billing_address.phone\"},\"type\":\"INITIAL\",\"width\":342,\"height\":714,\"selected\":false,\"dragging\":false},{\"id\":\"1751119565800\",\"position\":{\"x\":538,\"y\":456},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Hello {{{billing_address.first_name}}} {{{billing_address.last_name}}},\\n\\nThank you for your order #{{{name}}} placed on {{{created_at}}}.\\nYour order for {{{line_items.0.title}}} × {{{line_items.0.quantity}}} is currently marked as {{{financial_status}}}.\\n\\nOrder Summary:\\n\\nSubtotal: ₹{{{subtotal_price}}}\\n\\nTax: ₹{{{total_tax}}}\\n\\nTotal: ₹{{{total_price}}}\\n\\nPayment Method: {{{payment_gateway_names.0}}}\\n\\nBilling Address:\\n{{{billing_address.address1}}}, {{{billing_address.address2}}}\\n{{{billing_address.city}}}, {{{billing_address.province}}} - {{{billing_address.zip}}}\\nPhone: {{{billing_address.phone}}}\\n\\nYou can track or manage your order here:\\n\\n\\nThanks for shopping with us!\\nTeam HamidSaif\"}},\"webhook\":{\"origin\":{\"title\":\"17575062336\",\"code\":\"QR\",\"data\":{\"id\":66,\"uid\":\"lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8\",\"title\":\"US\",\"number\":\"17575062336\",\"uniqueId\":\"lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8_xkZaKmem\",\"qr\":\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARQAAAEUCAYAAADqcMl5AAAAAklEQVR4AewaftIAABJbSURBVO3BQY7YypLAQFLo+1+Z42WuChBU7ec/yAj7g7XWuuBhrbUueVhrrUse1lrrkoe11rrkYa21LnlYa61LHtZa65KHtda65GGttS55WGutSx7WWuuSh7XWuuRhrbUueVhrrUse1lrrkh8+UvmbKk5UTiomlZOKSWWqmFSmikllqjhRmSomlaliUjmpOFH5l1RMKjdVTCpTxRcqJxWTyt9U8cXDWmtd8rDWWpc8rLXWJT9cVnGTyhcVk8pUMamcVEwqb1R8oTJVTCpTxaTyRsVNKlPFpDJVfFExqUwVJxUnKlPFb6q4SeWmh7XWuuRhrbUueVhrrUt++GUqb1T8TSonKicVX6i8UXFSMal8oXJSMamcVNxUMamcVLyhMlVMFScqv0nljYrf9LDWWpc8rLXWJQ9rrXXJD//PqZxUnKicqEwV/5KKE5WpYqqYVE4qTlSmiqnii4rfpDJVTConFZPK/ycPa611ycNaa13ysNZal/zw/0zFicqkMlVMFScqN1VMKpPKVPGGyonKGypTxU0qJxWTyknFGxUnKlPFpDKpTBX/nzystdYlD2utdcnDWmtd8sMvq/hNKicVJxVvqHyhcqLyhcpU8UbFGyonKjdVTCpTxYnKTRVvVNxU8S95WGutSx7WWuuSh7XWuuSHy1T+SxWTylQxqUwVk8pUMamcqEwVk8pUMalMFZPKVDGpTBWTyonKVPFFxaQyVdykMlVMKlPFpDJVTCpTxRsqU8WJyr/sYa21LnlYa61LHtZa65IfPqr4L1X8S1ROVKaKSWWqmFSmikllqvii4ouKSWWqOKk4qZhU3qj4ouKk4ouK/yUPa611ycNaa13ysNZal9gffKAyVZyoTBWTyknFpPJGxaQyVZyoTBWTyhcVk8pUMalMFScq/6WKSeWkYlI5qZhUTiomlaniROWLikllqphUpop/ycNaa13ysNZalzystdYlP/zHVKaKLyomlZOKL1SmijdUTipOKk5UpopJ5Y2KSWWqOFGZKr6oOKn4L1VMKl9UTCpTxRsqU8UXD2utdcnDWmtd8rDWWpf8cJnKTSpTxd+kMlVMKpPKVDGpTBVvqEwVk8qJylRxojKpnKicVLyh8obKVPGFylRxUnFSMan8JpWp4jc9rLXWJQ9rrXXJw1prXWJ/cJHKVDGpnFS8oTJVnKhMFZPKVPE3qZxUTCpTxW9SOan4QmWqmFSmijdUTipOVKaKSeWk4kRlqphUTipOVKaKmx7WWuuSh7XWuuRhrbUu+eGXqZxUnKicVJyoTBWTyonKVDGpTBWTylTxRsVJxaTyRsWkMlVMFW+ovFExqZyonFS8oTJVnKhMFZPKFyq/SWWq+OJhrbUueVhrrUse1lrrkh8+UvlCZaqYKiaVNyr+JpWp4guVqWJSmSreUPlC5SaVqeKmikllqphUpooTlaniRGWqOFE5UfkvPay11iUPa611ycNaa11if3CRylQxqXxRMamcVEwqU8Wk8kbFpHJSMalMFScqJxWTyknFicpJxaQyVUwqJxWTylRxk8pJxaQyVZyoTBUnKlPFb1KZKr54WGutSx7WWuuSh7XWuuSHj1TeqPhCZar4QuU3VUwqJypTxUnFScWkcqIyVUwqk8pU8UbFpPKFyhsVk8qk8obKicpUMVWcqJxU/Jce1lrrkoe11rrkYa21LvnhsopJ5Y2KSeVEZaqYVE4qJpWTipOKSWWqOFGZVL5QmSomlZtU3lA5qZhUpoqTihOVqeJEZVKZKk5UTlSmiqliUjlROam46WGttS55WGutSx7WWuuSHz6qmFSmikllqjipmFSmipOKm1SmiknlRGWqmCq+UDlRmSq+qHhDZao4UflfpjJV3FQxqUwVk8qkMlV88bDWWpc8rLXWJQ9rrXXJD5dVfKFyUjGpTBWTylQxqUwVk8obFScqb6icVEwVk8pU8YbKicpUMalMFScqb6hMFZPKFyonFZPKicpJxYnKScVJxaRy08Naa13ysNZalzystdYl9gf/IZWp4iaVqeJEZao4UTmpuEnljYoTlZOKE5WTiknlpOILlaniDZU3Kt5QOamYVKaKSWWqmFSmit/0sNZalzystdYlD2utdckPH6lMFZPKFyonFW+oTBVvqLyh8kbFpDJVTCpTxYnKScWJylRxojJVTCqTylRxovKGylTxRsWkclIxVUwqk8pUMalMFf+Sh7XWuuRhrbUueVhrrUt++GUVX1RMKicqf1PFb6q4qWJSOVGZKiaVqWKqOKmYVN6oeKPipOJE5aTijYqbVKaKv+lhrbUueVhrrUse1lrrEvuDi1SmiknlpGJSmSpOVKaKSWWqeEPlpopJ5aRiUjmpmFSmijdUvqj4QmWqeEPljYoTlTcqJpWTikllqphUvqj44mGttS55WGutSx7WWuuSH/6yikllUpkqTlSmijdUpopJ5Y2KE5VJ5aRiUnlD5Q2Vk4pJZaqYVCaVqWJS+ULlpGJSOVGZKm6qOFGZKiaVqeK/9LDWWpc8rLXWJQ9rrXWJ/cEHKicVk8pUcaLyRcWkclLxhspU8YbKVDGp/E0Vk8pUcaLyRcWJyknFicobFZPKScWJylRxonJTxW96WGutSx7WWuuSh7XWuuSHjypuUpkqTlT+JSpTxUnFpDJVTCpTxaQyVUwqb1T8popJZao4qXijYlKZKiaV36QyVUwVk8pU8YXKVPHFw1prXfKw1lqXPKy11iX2BxepTBUnKm9UnKicVJyonFRMKlPFicpJxRsqJxUnKicVk8pJxaRyUnGiMlWcqEwVJypTxRsqb1RMKicVk8pUMamcVEwqU8UXD2utdcnDWmtd8rDWWpfYH/w/pjJVTCpTxaQyVZyoTBWTylQxqUwVk8pU8TepvFFxonJScZPKScWJylTxhspUMamcVEwqJxV/08Naa13ysNZalzystdYlP3ykMlVMKlPFpHJTxX+pYlI5UZkqJpWpYlKZKiaVf4nKScWkclIxqUwVU8WkMqlMFScqU8VJxaTyhspJxaQyVUwqU8UXD2utdcnDWmtd8rDWWpf88FHFTRVvqPyXVN6oOFE5UZkqJpWTikllqnhDZap4o+J/ScWkMql8UfGGyqRyojJV3PSw1lqXPKy11iUPa611yQ+XqUwVX6hMFf8llf9SxaQyVdykMlWcqEwVJypfqEwVk8pUMVVMKicqJxUnKm+oTBUnFScqk8pU8cXDWmtd8rDWWpc8rLXWJT98pHKi8kXFFxUnFZPKVPGFyqQyVZxUvKEyVUwqb1R8ofJFxaRyonKiMlX8yyq+UPmbHtZa65KHtda65GGttS6xP/hAZap4Q+U3VZyofFExqZxUnKi8UfGGyt9UcaLymyomlaniRGWqmFT+JRUnKicVXzystdYlD2utdcnDWmtd8sNHFZPKVHFS8YbKVDGpTConFScqN6lMFVPFpDJVvKHyRsWkMlVMKlPFFxX/kopJ5aTiC5Wp4g2VqeJvelhrrUse1lrrkoe11rrkh49UpoovVE4qvqiYVE4qJpVJ5aRiUplUblI5qThR+UJlqjipmFROKk5UTiomlanipOINlaliUpkqJpWp4l/2sNZalzystdYlD2utdckPH1W8oTJVnFS8UXGiMlVMKicVk8pUMamcVLyhMlVMFW+oTBVfVJyonFRMKm9UvFHxhcoXFZPKGyr/koe11rrkYa21LnlYa61LfvhI5aRiqjipmFSmikllqphU3qiYVKaKqeKNikllqvhC5aTiDZWTikllqpgqJpU3VL6omFR+U8WJylQxqdxU8Zse1lrrkoe11rrkYa21LvnhP6ZyUnFScVIxqfxNFX9TxaQyqUwVk8pJxaQyVUwqU8VUMalMFScqU8WJylRxojJVnKicqHyhMlVMKpPKGxVfPKy11iUPa611ycNaa11if/CLVE4qJpU3KiaVk4pJ5YuKN1ROKk5UvqiYVE4qJpU3Kk5U3qiYVE4qJpWTiknlpOJE5aTiROWNikllqvhND2utdcnDWmtd8rDWWpfYH1ykclJxk8pU8YbKVDGpvFFxonJTxaTyRcWJylTxhcpUcaLyRcWkMlW8oTJVfKEyVbyhMlVMKlPFTQ9rrXXJw1prXfKw1lqX/HBZxaRyojJVTCpTxYnKVDGpTBWTylQxqUwVk8pUcVIxqZxUTCpTxRcqb6j8JpWTihOVm1ROVE4q3lCZKiaVqWJSmSomlanii4e11rrkYa21LnlYa61LfrhM5URlqphUpopJ5aRiUvlCZaqYVKaKk4pJ5aRiUjlROamYVKaKN1SmihOVqeKNiknlpOJvqphU3qiYVN5QmSomld/0sNZalzystdYlD2utdYn9wQcqX1RMKicVk8pJxYnKVHGiMlX8S1ROKk5UpopJZaqYVKaKE5WTihOVqWJSmSreUJkqJpWp4g2VmyomlaliUpkqvnhYa61LHtZa65KHtda65IePKt5QeaNiUvlC5YuKSWWqmFSmihOVqeJE5aTijYovKv6mijdU3qiYVN5QOak4UZkqJpV/ycNaa13ysNZalzystdYl9gcfqEwVk8pU8YbKVPGbVKaKL1Smiknli4pJZaqYVH5TxRsqN1VMKicVk8pJxaRyUvGGylQxqUwVk8pUMamcVHzxsNZalzystdYlD2utdYn9wQcqb1RMKlPFicpJxYnKVDGpTBWTyknFicpUMalMFW+o/KaKSWWqmFSmii9UTipOVKaKv0nlpOImlZOKmx7WWuuSh7XWuuRhrbUusT/4QOWk4g2Vk4pJZar4L6mcVEwqU8VvUpkqTlSmiptU3qiYVKaKE5WTihOVNypOVN6o+ELlpOKLh7XWuuRhrbUueVhrrUt++KjiDZU3Kk4q3lD5ouKkYlK5SeWkYlKZKiaVk4oTlZOKk4oTld9UMan8lyomlUnlpOK/9LDWWpc8rLXWJQ9rrXXJDx+pfFFxonJScaJyUjGpTBWTyknFVDGpTBWTylRxUjGpnKicVEwqU8UbKjepnKhMFScqU8Wk8jep/KaKSeWmh7XWuuRhrbUueVhrrUt++KhiUpkq3lCZKt5QmSreqDipmFTeqJhUpoq/qeKk4qTiRGWqmFROKiaVqeKLijcqTlT+popJ5Y2Kmx7WWuuSh7XWuuRhrbUu+eGyiknlC5XfpDJVTConFZPKVDGpTBVfqLxRMamcVEwqU8Wk8kXFpPKGylRxojJVTBWTyknFicpUcaIyVUwqb1RMKlPFFw9rrXXJw1prXfKw1lqX/PCRyhsVk8pU8TdV3FRxUnGiclIxqUwVJypvqHxRMamcqJxUTCpTxUnFpHKiclLxhcpUcaJyUnGiMlXc9LDWWpc8rLXWJQ9rrXWJ/cEHKl9UnKh8UTGpnFRMKjdVvKFyUjGp/EsqTlROKn6Tyk0Vb6jcVDGpTBW/6WGttS55WGutSx7WWusS+4P/YSq/qWJSOamYVE4qblKZKk5Upoo3VKaKm1S+qPhNKlPFpPJGxRsqJxUnKlPFFw9rrXXJw1prXfKw1lqX/PCRyt9UMVW8ofKGylRxovKFylQxqUwVv0llqnhD5YuKSeWkYlI5qThROak4qThROVGZKk4qJpWp4jc9rLXWJQ9rrXXJw1prXfLDZRU3qZyo3FQxqXxR8UbFpDJVvKEyVbxRcVPFpDJVfKEyVZyoTBUnFZPKScWk8kbF/5KHtda65GGttS55WGutS374ZSpvVLxRMalMFZPKVDGpTBWTylTxhspUcVIxqUwVJxVvqNxUMan8pooTlaliUpkq3qiYVKaKSWVS+V/2sNZalzystdYlD2utdckP/+NUpopJZao4qTipOKmYVKaKLypuqvibKr6omFS+UJkq3qiYVKaKLyomlS9UpoqbHtZa65KHtda65GGttS754X9cxU0qJxWTyknFpPJGxaTyhspJxRsqb1ScqNykclIxqUwqX1ScqEwVk8qkMlVMKpPKScWkMlV88bDWWpc8rLXWJQ9rrXXJD7+s4m9SmSomlaniDZU3VE4qTlROKk5U3lB5o+KLihOVm1ROKiaVL1SmijcqJpWTijcqbnpYa61LHtZa65KHtda6xP7gA5W/qWJSmSpOVKaKN1ROKk5UTipOVE4qJpUvKiaVk4oTlZOKSeWNihOV31RxojJVfKEyVZyonFR88bDWWpc8rLXWJQ9rrXWJ/cFaa13wsNZalzystdYlD2utdcnDWmtd8rDWWpc8rLXWJQ9rrXXJw1prXfKw1lqXPKy11iUPa611ycNaa13ysNZalzystdYlD2utdcn/Af+zsXvjGHw3AAAAAElFTkSuQmCC\",\"data\":\"{\\\"id\\\":\\\"17575062336:10@s.whatsapp.net\\\",\\\"name\\\":\\\"codeyon temporary\\\",\\\"lid\\\":\\\"30190013001766:10@lid\\\"}\",\"other\":null,\"status\":\"ACTIVE\",\"createdAt\":\"2025-06-28T01:07:58.000Z\"}}}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":319,\"selected\":false,\"positionAbsolute\":{\"x\":538,\"y\":456},\"dragging\":false}],\"edges\":[{\"source\":\"initialNode\",\"sourceHandle\":\"7M4s71J8ZKQMl2HB08CNBtwZLV0oxFdQ\",\"target\":\"1751119565800\",\"targetHandle\":\"1751119565800-target\",\"id\":\"reactflow__edge-initialNode7M4s71J8ZKQMl2HB08CNBtwZLV0oxFdQ-17511195658001751119565800-target\"}]}','2025-06-28 14:06:57'),
(35,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','vW9s8FhdleeemFd2riwFVeOqimyQRPmm','wa_chatbot','emailSmtp','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100,\"y\":300},\"data\":{\"whPhonePath\":\"\"},\"type\":\"INITIAL\",\"width\":342,\"height\":317},{\"id\":\"1752307198015\",\"position\":{\"x\":467,\"y\":300},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Hey there send a message to email\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":467,\"y\":300},\"dragging\":false},{\"id\":\"1752307215587\",\"position\":{\"x\":949,\"y\":115},\"data\":{\"moveToNextNode\":true,\"variables\":[{\"varName\":\"hismsg\",\"responsePath\":\"message.msgContext.body.text\"}]},\"type\":\"RESPONSE_SAVER\",\"width\":368,\"height\":878,\"selected\":false,\"positionAbsolute\":{\"x\":949,\"y\":115},\"dragging\":false},{\"id\":\"1752307235386\",\"position\":{\"x\":1336,\"y\":102},\"data\":{\"moveToNextNode\":true,\"host\":\"smtp.hostinger.com\",\"port\":\"587\",\"email\":\"noreply@maisamtrading.com\",\"pass\":\"Y3UW4*cWPb$\",\"username\":\"noreply@maisamtrading.com\",\"from\":\"noreply@maisamtrading.com\",\"to\":\"kordoraspo@gufum.com\",\"subject\":\"greetings\",\"html\":\"hey man {{{hismsg}}}\",\"security\":\"tls\",\"useAuth\":true},\"type\":\"EMAIL\",\"width\":370,\"height\":763,\"selected\":true,\"positionAbsolute\":{\"x\":1336,\"y\":102},\"dragging\":false},{\"id\":\"1752307287768\",\"position\":{\"x\":1765,\"y\":308},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"email sent\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":1765,\"y\":308},\"dragging\":false}],\"edges\":[{\"source\":\"initialNode\",\"sourceHandle\":\"9I3qhC6gtHjpkJxhtuATQe7Ci3TiDmT6\",\"target\":\"1752307198015\",\"targetHandle\":\"1752307198015-target\",\"id\":\"reactflow__edge-initialNode9I3qhC6gtHjpkJxhtuATQe7Ci3TiDmT6-17523071980151752307198015-target\"},{\"source\":\"1752307198015\",\"sourceHandle\":\"1752307198015-source\",\"target\":\"1752307215587\",\"targetHandle\":\"1752307215587-target\",\"id\":\"reactflow__edge-17523071980151752307198015-source-17523072155871752307215587-target\"},{\"source\":\"1752307215587\",\"sourceHandle\":\"1752307215587-source\",\"target\":\"1752307235386\",\"targetHandle\":\"1752307235386-target\",\"id\":\"reactflow__edge-17523072155871752307215587-source-17523072353861752307235386-target\"},{\"source\":\"1752307235386\",\"sourceHandle\":\"1752307235386-source\",\"target\":\"1752307287768\",\"targetHandle\":\"1752307287768-target\",\"id\":\"reactflow__edge-17523072353861752307235386-source-17523072877681752307287768-target\"},{\"source\":\"1752307287768\",\"sourceHandle\":\"1752307287768-source\",\"target\":\"1752307198015\",\"targetHandle\":\"1752307198015-target\",\"id\":\"reactflow__edge-17523072877681752307287768-source-17523071980151752307198015-target\"}]}','2025-07-12 08:01:39'),
(36,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','fGMoc9TeWjBPv8Tm0nI16Zktum3zifCE','wa_chatbot','customInputApi','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100,\"y\":300},\"data\":{\"whPhonePath\":\"\"},\"type\":\"INITIAL\",\"width\":342,\"height\":317},{\"id\":\"1752744193942\",\"position\":{\"x\":504,\"y\":299},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"hello send something \"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":504,\"y\":299},\"dragging\":false},{\"id\":\"1752744371403\",\"position\":{\"x\":890,\"y\":147},\"data\":{\"moveToNextNode\":true,\"variables\":[{\"varName\":\"msg\",\"responsePath\":\"message.msgContext.text.body\"}]},\"type\":\"RESPONSE_SAVER\",\"width\":368,\"height\":878,\"selected\":false,\"positionAbsolute\":{\"x\":890,\"y\":147},\"dragging\":false},{\"id\":\"1752744381303\",\"position\":{\"x\":1330,\"y\":243.79999999999995},\"data\":{\"moveToNextNode\":true,\"method\":\"GET\",\"url\":\"https://test.oneoftheprojects.com/?hey=hello\",\"headers\":[{\"key\":\"Content-Type\",\"value\":\"application/json\",\"id\":1752744380443}],\"variables\":[{\"key\":\"status\",\"value\":\"body.status\",\"id\":1752744449254}],\"body\":\"\",\"bodyData\":{\"json\":[],\"formData\":[],\"urlEncoded\":[],\"raw\":\"\"},\"contentType\":\"application/json\"},\"type\":\"MAKE_REQUEST\",\"width\":368,\"height\":709,\"selected\":false,\"positionAbsolute\":{\"x\":1330,\"y\":243.79999999999995},\"dragging\":false},{\"id\":\"1752744467099\",\"position\":{\"x\":1798,\"y\":277.79999999999995},\"data\":{\"moveToNextNode\":true,\"conditions\":[{\"type\":\"text_contains\",\"value\":\"success\",\"targetNodeId\":\"dNC72ytbuF9Gcyb7iVqAQkYgzjMrFqpr\",\"name\":\"Condition 1\",\"caseSensitive\":false}],\"variable\":{\"message\":\"{{{status}}}\",\"active\":true}},\"type\":\"CONDITION\",\"width\":350,\"height\":621,\"selected\":false,\"positionAbsolute\":{\"x\":1798,\"y\":277.79999999999995},\"dragging\":false},{\"id\":\"1752744484190\",\"position\":{\"x\":2230,\"y\":524.8},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"var: {{{status}}}\\nwas your message *success*: true\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":2230,\"y\":524.8},\"dragging\":false},{\"id\":\"1752744518768\",\"position\":{\"x\":2223,\"y\":779.8},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"var: {{{status}}}\\nwas your message *success*: false\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":320,\"height\":244,\"selected\":true,\"positionAbsolute\":{\"x\":2223,\"y\":779.8},\"dragging\":false}],\"edges\":[{\"source\":\"initialNode\",\"sourceHandle\":\"HOsnzarQVcE85lHyUrP9nB9C7YZ3BfrV\",\"target\":\"1752744193942\",\"targetHandle\":\"1752744193942-target\",\"id\":\"reactflow__edge-initialNodeHOsnzarQVcE85lHyUrP9nB9C7YZ3BfrV-17527441939421752744193942-target\"},{\"source\":\"1752744193942\",\"sourceHandle\":\"1752744193942-source\",\"target\":\"1752744371403\",\"targetHandle\":\"1752744371403-target\",\"id\":\"reactflow__edge-17527441939421752744193942-source-17527443714031752744371403-target\"},{\"source\":\"1752744371403\",\"sourceHandle\":\"1752744371403-source\",\"target\":\"1752744381303\",\"targetHandle\":\"1752744381303-target\",\"id\":\"reactflow__edge-17527443714031752744371403-source-17527443813031752744381303-target\"},{\"source\":\"1752744381303\",\"sourceHandle\":\"1752744381303-source\",\"target\":\"1752744467099\",\"targetHandle\":null,\"id\":\"reactflow__edge-17527443813031752744381303-source-1752744467099\"},{\"source\":\"1752744467099\",\"sourceHandle\":\"dNC72ytbuF9Gcyb7iVqAQkYgzjMrFqpr\",\"target\":\"1752744484190\",\"targetHandle\":\"1752744484190-target\",\"id\":\"reactflow__edge-1752744467099dNC72ytbuF9Gcyb7iVqAQkYgzjMrFqpr-17527444841901752744484190-target\"},{\"source\":\"1752744467099\",\"sourceHandle\":\"default\",\"target\":\"1752744518768\",\"targetHandle\":\"1752744518768-target\",\"id\":\"reactflow__edge-1752744467099default-17527445187681752744518768-target\"},{\"source\":\"1752744484190\",\"sourceHandle\":\"1752744484190-source\",\"target\":\"1752744193942\",\"targetHandle\":\"1752744193942-target\",\"id\":\"reactflow__edge-17527444841901752744484190-source-17527441939421752744193942-target\"},{\"source\":\"1752744518768\",\"sourceHandle\":\"1752744518768-source\",\"target\":\"1752744193942\",\"targetHandle\":\"1752744193942-target\",\"id\":\"reactflow__edge-17527445187681752744518768-source-17527441939421752744193942-target\"}]}','2025-07-17 09:29:00'),
(37,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','6CEEp8UEjclnuUm2fjxT4BNxBnZgm1ZS','wa_chatbot','Untitled','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100,\"y\":300},\"data\":{\"whPhonePath\":\"\"},\"type\":\"INITIAL\",\"width\":342,\"height\":317},{\"id\":\"1752839977361\",\"position\":{\"x\":534,\"y\":234},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"send something\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":534,\"y\":234},\"dragging\":false},{\"id\":\"1752839991964\",\"position\":{\"x\":927,\"y\":22},\"data\":{\"moveToNextNode\":true,\"method\":\"GET\",\"url\":\"https://test.oneoftheprojects.com/?hey=hello\",\"headers\":[{\"key\":\"Content-Type\",\"value\":\"application/json\",\"id\":1752839991198}],\"variables\":[{\"key\":\"ss\",\"value\":\"body.status\",\"id\":1752839998157}],\"body\":\"\",\"bodyData\":{\"json\":[],\"formData\":[],\"urlEncoded\":[],\"raw\":\"\"},\"contentType\":\"application/json\"},\"type\":\"MAKE_REQUEST\",\"width\":368,\"height\":709,\"selected\":false,\"positionAbsolute\":{\"x\":927,\"y\":22},\"dragging\":false},{\"id\":\"1752840009202\",\"position\":{\"x\":1346,\"y\":123},\"data\":{\"moveToNextNode\":true,\"conditions\":[{\"type\":\"text_contains\",\"value\":\"success\",\"targetNodeId\":\"Zux9YfQMXRWXsyfjw1TnGzK47HgVATvv\",\"name\":\"Condition 1\",\"caseSensitive\":false}],\"variable\":{\"message\":\"{{{ss}}}\",\"active\":true}},\"type\":\"CONDITION\",\"width\":350,\"height\":621,\"selected\":false,\"positionAbsolute\":{\"x\":1346,\"y\":123},\"dragging\":false},{\"id\":\"1752840034035\",\"position\":{\"x\":1773,\"y\":230},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"matched\\n{{{ss}}}\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":1773,\"y\":230},\"dragging\":false},{\"id\":\"1752840043503\",\"position\":{\"x\":1780,\"y\":501},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"not matched\\n{{{ss}}}\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":1780,\"y\":501},\"dragging\":false}],\"edges\":[{\"source\":\"initialNode\",\"sourceHandle\":\"rYbbdZT7pZjY9HZFZu5adzhhdLmgkQXn\",\"target\":\"1752839977361\",\"targetHandle\":\"1752839977361-target\",\"id\":\"reactflow__edge-initialNoderYbbdZT7pZjY9HZFZu5adzhhdLmgkQXn-17528399773611752839977361-target\"},{\"source\":\"1752839977361\",\"sourceHandle\":\"1752839977361-source\",\"target\":\"1752839991964\",\"targetHandle\":\"1752839991964-target\",\"id\":\"reactflow__edge-17528399773611752839977361-source-17528399919641752839991964-target\"},{\"source\":\"1752839991964\",\"sourceHandle\":\"1752839991964-source\",\"target\":\"1752840009202\",\"targetHandle\":null,\"id\":\"reactflow__edge-17528399919641752839991964-source-1752840009202\"},{\"source\":\"1752840009202\",\"sourceHandle\":\"Zux9YfQMXRWXsyfjw1TnGzK47HgVATvv\",\"target\":\"1752840034035\",\"targetHandle\":\"1752840034035-target\",\"id\":\"reactflow__edge-1752840009202Zux9YfQMXRWXsyfjw1TnGzK47HgVATvv-17528400340351752840034035-target\"},{\"source\":\"1752840009202\",\"sourceHandle\":\"default\",\"target\":\"1752840043503\",\"targetHandle\":\"1752840043503-target\",\"id\":\"reactflow__edge-1752840009202default-17528400435031752840043503-target\"},{\"source\":\"1752840034035\",\"sourceHandle\":\"1752840034035-source\",\"target\":\"1752839977361\",\"targetHandle\":\"1752839977361-target\",\"id\":\"reactflow__edge-17528400340351752840034035-source-17528399773611752839977361-target\"},{\"source\":\"1752840043503\",\"sourceHandle\":\"1752840043503-source\",\"target\":\"1752839977361\",\"targetHandle\":\"1752839977361-target\",\"id\":\"reactflow__edge-17528400435031752840043503-source-17528399773611752839977361-target\"}]}','2025-07-18 12:01:05'),
(38,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','MuikgXl7syPHXlVIQldEaugheMnPkf5U','wa_chatbot','testing','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100,\"y\":300},\"data\":{\"whPhonePath\":\"\"},\"type\":\"INITIAL\",\"width\":342,\"height\":317},{\"id\":\"1752841521613\",\"position\":{\"x\":487,\"y\":313},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"hello ji\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":487,\"y\":313},\"dragging\":false},{\"id\":\"1752841541430\",\"position\":{\"x\":871,\"y\":197},\"data\":{\"moveToNextNode\":true,\"conditions\":[{\"type\":\"text_exact\",\"value\":\"hello\",\"targetNodeId\":\"A3gljFrhRha35aICMcu6tOyqMFPwzKxC\",\"name\":\"Condition 1\",\"caseSensitive\":false}],\"variable\":{\"message\":\"\",\"active\":false}},\"type\":\"CONDITION\",\"width\":350,\"height\":576,\"selected\":false,\"positionAbsolute\":{\"x\":871,\"y\":197},\"dragging\":false},{\"id\":\"1752841554707\",\"position\":{\"x\":1263,\"y\":394},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"replied for hello\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":1263,\"y\":394},\"dragging\":false},{\"id\":\"1752841567757\",\"position\":{\"x\":1621,\"y\":265},\"data\":{\"moveToNextNode\":true,\"conditions\":[{\"type\":\"text_exact\",\"value\":\"bolo\",\"targetNodeId\":\"FX6rsJAQDE3fztJLWmUTkICAu3613Gvd\",\"name\":\"Condition 1\",\"caseSensitive\":false}],\"variable\":{\"message\":\"\",\"active\":false}},\"type\":\"CONDITION\",\"width\":350,\"height\":576,\"selected\":false,\"positionAbsolute\":{\"x\":1621,\"y\":265},\"dragging\":false},{\"id\":\"1752841579324\",\"position\":{\"x\":2067,\"y\":449},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"replied for bolo\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":2067,\"y\":449},\"dragging\":false}],\"edges\":[{\"source\":\"initialNode\",\"sourceHandle\":\"G3nlaiMSc0RgqbNvFttdCYD8gsuk02m8\",\"target\":\"1752841521613\",\"targetHandle\":\"1752841521613-target\",\"id\":\"reactflow__edge-initialNodeG3nlaiMSc0RgqbNvFttdCYD8gsuk02m8-17528415216131752841521613-target\"},{\"source\":\"1752841521613\",\"sourceHandle\":\"1752841521613-source\",\"target\":\"1752841541430\",\"targetHandle\":null,\"id\":\"reactflow__edge-17528415216131752841521613-source-1752841541430\"},{\"source\":\"1752841541430\",\"sourceHandle\":\"A3gljFrhRha35aICMcu6tOyqMFPwzKxC\",\"target\":\"1752841554707\",\"targetHandle\":\"1752841554707-target\",\"id\":\"reactflow__edge-1752841541430A3gljFrhRha35aICMcu6tOyqMFPwzKxC-17528415547071752841554707-target\"},{\"source\":\"1752841554707\",\"sourceHandle\":\"1752841554707-source\",\"target\":\"1752841567757\",\"targetHandle\":null,\"id\":\"reactflow__edge-17528415547071752841554707-source-1752841567757\"},{\"source\":\"1752841567757\",\"sourceHandle\":\"FX6rsJAQDE3fztJLWmUTkICAu3613Gvd\",\"target\":\"1752841579324\",\"targetHandle\":\"1752841579324-target\",\"id\":\"reactflow__edge-1752841567757FX6rsJAQDE3fztJLWmUTkICAu3613Gvd-17528415793241752841579324-target\"},{\"source\":\"1752841579324\",\"sourceHandle\":\"1752841579324-source\",\"target\":\"1752841521613\",\"targetHandle\":\"1752841521613-target\",\"id\":\"reactflow__edge-17528415793241752841579324-source-17528415216131752841521613-target\"}]}','2025-07-18 12:26:34'),
(39,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','Irr1GvUGWcqsU7Us128sBUR9TA2g0JUs','wa_chatbot','forAllAgents','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100,\"y\":300},\"data\":{\"whPhonePath\":\"\"},\"type\":\"INITIAL\",\"width\":342,\"height\":317},{\"id\":\"1752857150045\",\"position\":{\"x\":570,\"y\":244},\"data\":{\"moveToNextNode\":true,\"agentData\":{},\"autoAgentSelect\":false,\"toAll\":true,\"duration\":1,\"timeUnit\":\"hours\",\"message\":\"Our auto-reply is currently disabled. We\'ll get back to you soon.\"},\"type\":\"AGENT_TRANSFER\",\"width\":318,\"height\":173,\"selected\":false,\"positionAbsolute\":{\"x\":570,\"y\":244},\"dragging\":false},{\"id\":\"1752857157450\",\"position\":{\"x\":1026,\"y\":245},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"chat was assigned to all agents\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":1026,\"y\":245},\"dragging\":false}],\"edges\":[{\"source\":\"initialNode\",\"sourceHandle\":\"hRbEKwdDDZGxHAHbdxoymSmejCU0ZZft\",\"target\":\"1752857150045\",\"targetHandle\":\"1752857150045-target\",\"id\":\"reactflow__edge-initialNodehRbEKwdDDZGxHAHbdxoymSmejCU0ZZft-17528571500451752857150045-target\"},{\"source\":\"1752857150045\",\"sourceHandle\":\"1752857150045-source\",\"target\":\"1752857157450\",\"targetHandle\":\"1752857157450-target\",\"id\":\"reactflow__edge-17528571500451752857150045-source-17528571574501752857157450-target\"}]}','2025-07-18 16:46:15'),
(40,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','LBNtFYs5AAYmJQnPsuIIw3J9ANCQ92Hu','wa_chatbot','btnMsg','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100,\"y\":300},\"data\":{\"whPhonePath\":\"\"},\"type\":\"INITIAL\",\"width\":342,\"height\":317},{\"id\":\"1753340553543\",\"position\":{\"x\":565,\"y\":216},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"button\",\"title\":\"Button message\"},\"content\":{\"type\":\"interactive\",\"interactive\":{\"type\":\"button\",\"body\":{\"text\":\"hello this is button\"},\"action\":{\"buttons\":[{\"type\":\"reply\",\"reply\":{\"id\":\"btn_1753340559253\",\"title\":\"لا غير مهتم\"}},{\"type\":\"reply\",\"reply\":{\"id\":\"btn_1753340561919\",\"title\":\"- انا مهتم\"}}]}}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":320,\"height\":380,\"selected\":true,\"dragging\":false,\"positionAbsolute\":{\"x\":565,\"y\":216}}],\"edges\":[{\"source\":\"initialNode\",\"sourceHandle\":\"oxWyEBK90LYQbT9HIKNnlLoYrE1YW9j9\",\"target\":\"1753340553543\",\"targetHandle\":\"1753340553543-target\",\"id\":\"reactflow__edge-initialNodeoxWyEBK90LYQbT9HIKNnlLoYrE1YW9j9-17533405535431753340553543-target\"}]}','2025-07-24 07:02:48'),
(41,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','YWhkl9Dz2COGuXkCRc8kfE0Bl1KfqlYZ','webhook_automation','wbb','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":58,\"y\":306},\"data\":{\"whPhonePath\":\"_tt_booking_customer_phone.0\"},\"type\":\"INITIAL\",\"width\":342,\"height\":714,\"selected\":false,\"dragging\":false,\"positionAbsolute\":{\"x\":58,\"y\":306}},{\"id\":\"1754914353011\",\"position\":{\"x\":502.3219008559777,\"y\":362.6111757553123},\"data\":{\"moveToNextNode\":true,\"conditions\":[{\"type\":\"text_contains\",\"value\":\"approved\",\"targetNodeId\":\"LdUpIqxwV5dz8L0ZQmQDxVDFLpaXlc3Q\",\"name\":\"Condition 1\",\"caseSensitive\":false},{\"type\":\"text_contains\",\"value\":\"pending\",\"targetNodeId\":\"IHAjyw3kPtHBTRWFhUpkxAkYn80GcKKp\",\"name\":\"Condition 2\"}],\"variable\":{\"message\":\"{{{_tt_booking_post_status}}}\",\"active\":true}},\"type\":\"CONDITION\",\"width\":350,\"height\":880,\"selected\":false,\"positionAbsolute\":{\"x\":502.3219008559777,\"y\":362.6111757553123},\"dragging\":false},{\"id\":\"1754914413216\",\"position\":{\"x\":1044.1427120343424,\"y\":361.2621712487658},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"نجح\\n{{{_tt_booking_post_status}}}\"}},\"webhook\":{\"origin\":{\"title\":\"919690309316\",\"code\":\"QR\",\"data\":{\"id\":105,\"uid\":\"lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8\",\"title\":\"crm\",\"number\":\"919690309316\",\"uniqueId\":\"lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8_fiplU8sz\",\"qr\":\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARQAAAEUCAYAAADqcMl5AAAAAklEQVR4AewaftIAABJuSURBVO3BQY4YybLgQDJR978yR0tfBZDIKLX+GzezP1hrrQse1lrrkoe11rrkYa21LnlYa61LHtZa65KHtda65GGttS55WGutSx7WWuuSh7XWuuRhrbUueVhrrUse1lrrkoe11rrkYa21LvnhI5W/qeImlZOKSeWNijdU3qj4QuWLijdUpopJZaqYVL6o+EJlqnhD5aRiUvmbKr54WGutSx7WWuuSh7XWuuSHyypuUnlDZao4qZhUJpXfpDJVTConKlPFicpJxaQyVfymiknljYoTlanijYoTlanipoqbVG56WGutSx7WWuuSh7XWuuSHX6byRsUbKicqU8Wk8kXFpDKpvKEyVUwqU8WJylQxqUwqJypTxaTymypOVKaKL1SmikllqphUfpPKGxW/6WGttS55WGutSx7WWuuSH/7HVEwqk8pJxRsqJxWTyk0qU8VUcVJxU8WJyqQyVUwV/xKVE5WTiknlf8nDWmtd8rDWWpc8rLXWJT/8j6uYVKaKv6liUjlRmSomlUnlpGJS+U0VJxWTylQxqUwVJypfVEwqJxWTyqQyVfwveVhrrUse1lrrkoe11rrkh19W8TepTBUnKicVk8pUMalMKlPFScUbFZPKicpJxRsqU8WkMlW8oTJVnFRMKlPFpDJVTConFZPKScVNFf+Sh7XWuuRhrbUueVhrrUt+uEzlv1QxqUwVk8pUMalMFZPKVDGpfKEyVUwqU8WkMlVMKicqU8VNKlPFpHKiMlX8popJZaqYVE5UpooTlX/Zw1prXfKw1lqXPKy11iX2B/+HqZxUTCpTxaQyVbyhclIxqbxRMancVPGGyhcVk8pUcaJyUjGpnFScqEwVk8pU8f+Th7XWuuRhrbUueVhrrUvsDz5QmSomlZsqTlROKk5UbqqYVE4qJpWpYlI5qZhUflPFicpJxU0qJxWTyknFpHJSMalMFScqN1X8poe11rrkYa21LnlYa61Lfvio4o2KSeWkYlI5qXhD5aTiRGWq+ELlROWk4o2KSeWk4qaKSWWqmFRuUpkqvqg4qThReaNiUjlRmSpuelhrrUse1lrrkoe11rrkh49UTiomlaniRGWqeEPlpGJSmVROKiaVqeKk4kRlqjhReUNlqphUJpWp4guVqeKLiknlN1VMKl9UvKEyVbyhMlV88bDWWpc8rLXWJQ9rrXXJD5dVTConKlPFVDGpvFHxRsWk8oXKVDGpnFScqEwVk8pUcaLyhcpUcVJxojJVfFHxhcpUcVIxqZyoTBWTyhcqU8VND2utdcnDWmtd8rDWWpfYH1ykclIxqbxRMalMFScqU8UbKlPFTSpTxYnKScWkMlV8oTJVnKicVPwmlaniRGWqmFROKk5UpooTlaniRGWqmFSmii8e1lrrkoe11rrkYa21LrE/+EDlpooTlaniDZWTit+kclIxqbxRMamcVJyonFS8ofJGxRsqJxWTylTxhcpUMalMFZPKGxX/koe11rrkYa21LnlYa61L7A9+kcpNFZPKVHGi8kXFpDJV/E0qU8Wk8kbFicpUMalMFW+onFS8oXJSMalMFZPKFxUnKlPFTSonFV88rLXWJQ9rrXXJw1prXfLDX1YxqUwVJypTxaQyVUwVk8p/SWWqmFS+qHhD5aRiUjlRmSomlaliUjlReaNiUjlRmSpOVKaKSeUNlaniX/aw1lqXPKy11iUPa611yQ+XqUwVk8pUcaIyVfxNFZPKVHGTylRxojKpTBW/qWJSmSomlZsqJpU3Kt5QOak4qZhU3lCZKr6ouOlhrbUueVhrrUse1lrrkh8+UpkqJpUvKiaVqWKqmFSmii8qJpWpYlKZKt5QOamYVL6omFROVKaKL1SmikllqvgvVUwqU8VJxaRyUnGiMlX8TQ9rrXXJw1prXfKw1lqX/HCZylQxqZyo3FQxqZxUnKhMFZPKVDGpfFFxUnGiMlVMKicqU8WJym9SmSreUDmpOFG5qWJS+UJlqphUpoovHtZa65KHtda65GGttS6xP/hAZaqYVKaKE5WpYlKZKiaVk4pJ5aTiROWk4kRlqphUpooTlaniC5U3Kr5QeaNiUnmj4iaVk4pJZap4Q2WqOFE5qfjiYa21LnlYa61LHtZa6xL7g4tUpooTlTcqJpWpYlI5qZhU3qj4m1SmijdUpopJZao4UflNFW+oTBWTylRxojJVTCpfVJyonFRMKlPFpDJV3PSw1lqXPKy11iUPa611yQ//sYpJZar4omJSmVROKiaVSWWqmFTeqDipOFGZKk5U3lB5o2JS+ZtUTlSmiqnii4o3VH5TxW96WGutSx7WWuuSh7XWuuSHf0zFpHJSMalMFScVJypTxaTyRsWk8oXKGxU3VUwqk8obFZPKScUXFZPKVDGpnFScqEwVU8WkMlVMKicqb1R88bDWWpc8rLXWJQ9rrXWJ/cE/RGWqmFSmihOVqeJE5aTiX6LyRcWkMlVMKicVk8pUMalMFf/LVE4qJpWpYlI5qThRmSq+eFhrrUse1lrrkoe11rrE/uAXqUwVJypvVEwq/7KKL1ROKm5SOal4Q+WLihOVNypOVN6oOFGZKt5QmSpOVKaK3/Sw1lqXPKy11iUPa611if3BRSpTxaQyVfxLVKaKSeWk4guVk4pJZaqYVE4qJpWTihOVqWJSmSq+UJkqJpWpYlI5qThROal4Q+Wk4g2Vk4qbHtZa65KHtda65GGttS754SOVE5UTlaliUpkq/iUVb6hMFVPFpDKpfFFxUnGi8kXFpDJVTCpTxVQxqUwVk8pUcaJyk8pNKlPFVHGiMlV88bDWWpc8rLXWJQ9rrXXJDx9VvKFyojJVvKFyUjGpvFExqUwVk8pUMamcVJyoTCpfqJxUTCpfVEwqN6lMFZPKScWJylTxRsWk8kbFpDJVTCpTxU0Pa611ycNaa13ysNZal/zwkcpJxVQxqZyo/E0Vb1RMKlPFGxUnKlPFpDJVTCpfqHyh8i+pmFROVE5UTiomlTdU3lCZKiaVqeKLh7XWuuRhrbUueVhrrUt+uKxiUnmj4g2VqWJSeUNlqphUpoqp4m9SeaNiUpkq3lC5qeJEZaqYKiaVSWWqmCpOKk5Upoo3Kt5QOamYVKaKmx7WWuuSh7XWuuRhrbUu+eEylZOKSeVEZar4m1TeUJkqbqqYVE5Upoo3VKaKk4pJ5Q2Vk4pJ5aRiUplU3qiYVKaKm1SmipOKSeVEZar44mGttS55WGutSx7WWuuSH/4ylTcq3lCZKiaVqeJEZao4qZhUpoqpYlKZKiaVqWJSOVF5o+KmiknlpOJvqjhRmSpOVL6oeENlqjhRuelhrbUueVhrrUse1lrrEvuDX6TyN1WcqPxNFZPKVPGGylTxhcpNFZPKGxWTylRxonJScaIyVZyonFRMKr+pYlKZKn7Tw1prXfKw1lqXPKy11iU/fKRyUjGpnFS8oTKpTBUnFZPKVHGicpPKScWk8kbFScWk8kXFFxWTylTxhcpUcaJyU8WJyknFpPKGylTxxcNaa13ysNZalzystdYl9gf/EJWTiknljYoTlaniDZWpYlI5qbhJ5Y2KN1T+popJ5Y2KSeVvqjhR+S9VfPGw1lqXPKy11iUPa611yQ8fqZxUTCpvVJxU/JdUpopJZap4Q+WLiknlC5Wp4guVqWJSOamYVKaKSeWNikllqjhRmVROKk5U3qiYVH7Tw1prXfKw1lqXPKy11iU//GUVJyqTyknFpDJVvFHxRsVvqphUvqg4UTmpOFGZKiaVf0nFpDKpnKhMFTepnFScqEwVv+lhrbUueVhrrUse1lrrkh8uq5hUvqh4o2JSOal4Q+ULlaniv6QyVUwqJypTxU0VJyonKicqJxVvqEwVk8pUMalMFZPKicpU8Tc9rLXWJQ9rrXXJw1prXfLDP6ZiUpkqJpWbVE4qTlSmihOVk4ovVE4qJpUTlS8qJpVJ5Y2KE5WpYlKZKiaVv6liUpkqvlCZKm56WGutSx7WWuuSh7XWuuSHjypOKt5QmSreqJhUTlTeUJkqvqg4UXmjYlKZKiaVqeILlZOKqeJEZaqYVP5LFZPKGyonFZPKVDFVnFRMKlPFFw9rrXXJw1prXfKw1lqX2B98oDJVnKicVEwqJxVvqPymii9UpooTlS8qTlSmikllqphUflPFpPJGxRsqJxUnKlPFpPJFxaQyVUwqU8UXD2utdcnDWmtd8rDWWpf8cJnKScWkMqlMFZPKpPKbKiaVN1SmijdUTiq+UDmpmFTeqHhDZap4o2JSeUNlqpgqJpWbKk5UpopJ5Y2Kmx7WWuuSh7XWuuRhrbUu+eGXVZxUnKhMFW+onFRMKpPKVDGpfKEyVXyh8psqTlROKiaVqeJE5Y2KSWVSmSomlaliqphUblKZKiaVk4pJ5aTii4e11rrkYa21LnlYa61L7A8uUpkq3lCZKiaVk4ovVE4qJpWp4kRlqphU3qiYVN6omFTeqDhRuaniDZWp4kRlqphUpooTlaliUpkq3lCZKv5LD2utdcnDWmtd8rDWWpfYH3ygclJxovJGxRsqU8WJyk0VJyonFScqU8WJylRxonJSMan8pooTlTcqTlTeqDhRmSomlaniROWNit/0sNZalzystdYlD2utdckP/5iKL1R+U8VvqjhROVF5Q2WqmCreqJhUTireUJkq3qh4o2JSmSreqJhU3lCZKk5UJpWp4qaHtda65GGttS55WGutS+wPPlCZKr5QOamYVKaKE5WTihOVqWJSmSomlaliUnmj4jepfFExqdxUcaJyUjGpTBWTyknFpHJTxYnKVDGpnFR88bDWWpc8rLXWJQ9rrXXJDx9VTCpTxRsVJypTxaQyVZxUvFExqbxR8UbFpDKpvFExqbxR8TdVTCpfVEwqb1RMKicVv0llqjipmFRuelhrrUse1lrrkoe11rrE/uADlZsqJpWp4guVk4pJ5W+q+EJlqjhRmSomlaniC5U3Kt5QeaNiUvkvVZyovFHxNz2stdYlD2utdcnDWmtd8sM/RmWqmFSmihOVqeKNiknljYoTlUnli4o3KiaV31Qxqbyh8kXFScWJylQxqUwVv6liUjlROan44mGttS55WGutSx7WWusS+4NfpHJTxU0qJxVvqEwVb6icVEwqX1ScqJxUnKhMFW+ovFExqUwVk8pNFW+ofFExqUwVk8pJxRcPa611ycNaa13ysNZal/zwkcobFZPKVPGFylTxRsWJylQxVdxUMalMFZPKVDGpTConFW+oTBWTyhsVk8pU8UXFpHJS8TdVvFHxX3pYa61LHtZa65KHtda6xP7gA5UvKk5UTipOVP5LFZPKGxW/SeVfUjGpTBVfqEwVk8pUMamcVJyo/KaKSWWqmFSmii8e1lrrkoe11rrkYa21LrE/+D9M5YuKE5U3KiaVqeJEZaqYVE4qJpU3Kt5QmSq+UJkqJpWpYlI5qZhUpoo3VE4qTlSmijdUbqr44mGttS55WGutSx7WWuuSHz5S+ZsqpopJ5aTiRGWqOFGZVE5UTiomlZsqJpUTlaniRGWqmFSmiqliUpkqTireqJhUpoqTihOVqeINlanijYpJ5Tc9rLXWJQ9rrXXJw1prXfLDZRU3qZyonFS8UXGiclIxqUwVk8qkMlVMKn9TxRsVJxWTylTxhsobFScVb6icVEwqb1S8UXFS8Zse1lrrkoe11rrkYa21Lvnhl6m8UfGbVKaKE5U3VKaKk4pJZVKZKk5UpopJ5UTlN6mcqEwVk8pUMalMFZPKVPGGyhsqU8WkMql8ofJGxU0Pa611ycNaa13ysNZal/zwP6biDZWTiknlpOINlaniROVfUvFGxaTyhcpUMamcqEwVb1RMKlPFScWJylQxqUwVb6hMFV88rLXWJQ9rrXXJw1prXfLD/xiVqWKqmFSmipOKSWVSOan4omJSmSpOKk5Upoo3VE4qTiq+UJkq3lCZKt6omFSmihOVqeKkYlI5qfhND2utdcnDWmtd8rDWWpf88MsqflPFGypTxaQyVZxUnKicVEwqU8VJxaQyVZyoTBWTylRxUnGiMlVMKm9UnKhMFW+oTBUnKlPFpDJVnKi8UfFfelhrrUse1lrrkoe11rrkh8tU/iaVqWJSmSomlaliUjmpmFSmikllqpgqTlROKk5UpopJZaqYVKaKSeWkYlJ5o+ILlaliqjhROam4qeJE5UTlb3pYa61LHtZa65KHtda6xP5grbUueFhrrUse1lrrkoe11rrkYa21LnlYa61LHtZa65KHtda65GGttS55WGutSx7WWuuSh7XWuuRhrbUueVhrrUse1lrrkoe11rrk/wGSN8VwKuHrpwAAAABJRU5ErkJggg==\",\"data\":\"{\\\"id\\\":\\\"919690309316:7@s.whatsapp.net\\\",\\\"name\\\":\\\"hamidsaifi.com\\\",\\\"lid\\\":\\\"186775309943014:7@lid\\\"}\",\"other\":null,\"status\":\"ACTIVE\",\"createdAt\":\"2025-08-11T08:01:39.000Z\"}}}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":319,\"selected\":false,\"positionAbsolute\":{\"x\":1044.1427120343424,\"y\":361.2621712487658},\"dragging\":false},{\"id\":\"1754914425323\",\"position\":{\"x\":1052.4087341137583,\"y\":722.7953790032196},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"نجح\\n{{{_tt_booking_post_status}}}\"}},\"webhook\":{\"origin\":{\"title\":\"919690309316\",\"code\":\"QR\",\"data\":{\"id\":105,\"uid\":\"lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8\",\"title\":\"crm\",\"number\":\"919690309316\",\"uniqueId\":\"lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8_fiplU8sz\",\"qr\":\"data:image/png;base64,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\",\"data\":\"{\\\"id\\\":\\\"919690309316:7@s.whatsapp.net\\\",\\\"name\\\":\\\"hamidsaifi.com\\\",\\\"lid\\\":\\\"186775309943014:7@lid\\\"}\",\"other\":null,\"status\":\"ACTIVE\",\"createdAt\":\"2025-08-11T08:01:39.000Z\"}}}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":319,\"selected\":false,\"positionAbsolute\":{\"x\":1052.4087341137583,\"y\":722.7953790032196},\"dragging\":false},{\"id\":\"1754914435990\",\"position\":{\"x\":1075.862810271732,\"y\":1078.9325687314877},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"فشل\\n{{{_tt_booking_post_status}}}\"}},\"webhook\":{\"origin\":{\"title\":\"919690309316\",\"code\":\"QR\",\"data\":{\"id\":105,\"uid\":\"lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8\",\"title\":\"crm\",\"number\":\"919690309316\",\"uniqueId\":\"lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8_fiplU8sz\",\"qr\":\"data:image/png;base64,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\",\"data\":\"{\\\"id\\\":\\\"919690309316:7@s.whatsapp.net\\\",\\\"name\\\":\\\"hamidsaifi.com\\\",\\\"lid\\\":\\\"186775309943014:7@lid\\\"}\",\"other\":null,\"status\":\"ACTIVE\",\"createdAt\":\"2025-08-11T08:01:39.000Z\"}}}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":319,\"selected\":false,\"positionAbsolute\":{\"x\":1075.862810271732,\"y\":1078.9325687314877},\"dragging\":false}],\"edges\":[{\"source\":\"initialNode\",\"sourceHandle\":\"hoi0fufKL5R5Bbs726cwb6twpEzxBlLB\",\"target\":\"1754914353011\",\"targetHandle\":null,\"id\":\"reactflow__edge-initialNodehoi0fufKL5R5Bbs726cwb6twpEzxBlLB-1754914353011\"},{\"source\":\"1754914353011\",\"sourceHandle\":\"LdUpIqxwV5dz8L0ZQmQDxVDFLpaXlc3Q\",\"target\":\"1754914413216\",\"targetHandle\":\"1754914413216-target\",\"id\":\"reactflow__edge-1754914353011LdUpIqxwV5dz8L0ZQmQDxVDFLpaXlc3Q-17549144132161754914413216-target\"},{\"source\":\"1754914353011\",\"sourceHandle\":\"IHAjyw3kPtHBTRWFhUpkxAkYn80GcKKp\",\"target\":\"1754914425323\",\"targetHandle\":\"1754914425323-target\",\"id\":\"reactflow__edge-1754914353011IHAjyw3kPtHBTRWFhUpkxAkYn80GcKKp-17549144253231754914425323-target\"},{\"source\":\"1754914353011\",\"sourceHandle\":\"default\",\"target\":\"1754914435990\",\"targetHandle\":\"1754914435990-target\",\"id\":\"reactflow__edge-1754914353011default-17549144359901754914435990-target\"},{\"source\":\"1754914413216\",\"sourceHandle\":\"1754914413216-source\",\"target\":\"1754914353011\",\"targetHandle\":null,\"id\":\"reactflow__edge-17549144132161754914413216-source-1754914353011\"},{\"source\":\"1754914425323\",\"sourceHandle\":\"1754914425323-source\",\"target\":\"1754914353011\",\"targetHandle\":null,\"id\":\"reactflow__edge-17549144253231754914425323-source-1754914353011\"},{\"source\":\"1754914435990\",\"sourceHandle\":\"1754914435990-source\",\"target\":\"1754914353011\",\"targetHandle\":null,\"id\":\"reactflow__edge-17549144359901754914435990-source-1754914353011\"}]}','2025-08-11 12:14:09'),
(42,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','yB1PTCUjAfIdYgbVHRuyLqlgE8K4pCG2','webhook_automation','wb1','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100,\"y\":300},\"data\":{\"whPhonePath\":\"billing.phone\"},\"type\":\"INITIAL\",\"width\":342,\"height\":714,\"selected\":false,\"dragging\":false},{\"id\":\"1755174817782\",\"position\":{\"x\":553.7227773555485,\"y\":239.78294720295048},\"data\":{\"moveToNextNode\":true,\"conditions\":[{\"type\":\"text_contains\",\"value\":\"processing\",\"targetNodeId\":\"zzmNPuj5kBoMtYFoOxbK41APPypfMnu3\",\"name\":\"Condition 1\",\"caseSensitive\":false},{\"type\":\"text_contains\",\"value\":\"pending\",\"targetNodeId\":\"tOmCjWZA1mzd0cC2rvl11FY3xRwjGY27\",\"name\":\"Condition 2\"}],\"variable\":{\"message\":\"{{{status}}}\",\"active\":true}},\"type\":\"CONDITION\",\"width\":350,\"height\":880,\"selected\":false,\"positionAbsolute\":{\"x\":553.7227773555485,\"y\":239.78294720295048},\"dragging\":false},{\"id\":\"1755174839277\",\"position\":{\"x\":1100.5302602629063,\"y\":295.7047999732501},\"data\":{\"moveToNextNode\":true,\"method\":\"POST\",\"url\":\"https://crm.alaamal.com.sa/api/v1/send_templet\",\"headers\":[{\"key\":\"Content-Type\",\"value\":\"application/json\",\"id\":1755174838691}],\"variables\":[],\"body\":\"{\\n  \\\"sendTo\\\": \\\"{{{billing.phone}}}\\\",  \\n  \\\"templetName\\\": \\\"hello_world\\\",\\n  \\\"exampleArr\\\": [],\\n  \\\"token\\\": \\\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOiJOOTRrTGFMU29YbXlKenYxeVFtWXNXWVhzamowRWhuTiIsInJvbGUiOiJ1c2VyIiwiaWF0IjoxNzU0OTg5MDQwfQ.ZnUMml-PBiMYTCRsgpW8rRjOiZa2xcd85CJDaQUU3TE\\\",\\n  \\\"mediaUri\\\": \\\"\\\"\\n}\",\"bodyData\":{\"json\":[],\"formData\":[],\"urlEncoded\":[],\"raw\":\"{\\n  \\\"sendTo\\\": \\\"{{{billing.phone}}}\\\",  \\n  \\\"templetName\\\": \\\"hello_world\\\",\\n  \\\"exampleArr\\\": [],\\n  \\\"token\\\": \\\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOiJOOTRrTGFMU29YbXlKenYxeVFtWXNXWVhzamowRWhuTiIsInJvbGUiOiJ1c2VyIiwiaWF0IjoxNzU0OTg5MDQwfQ.ZnUMml-PBiMYTCRsgpW8rRjOiZa2xcd85CJDaQUU3TE\\\",\\n  \\\"mediaUri\\\": \\\"\\\"\\n}\"},\"contentType\":\"application/json\"},\"type\":\"MAKE_REQUEST\",\"width\":370,\"height\":970,\"selected\":true,\"positionAbsolute\":{\"x\":1100.5302602629063,\"y\":295.7047999732501},\"dragging\":false},{\"id\":\"1755175147798\",\"position\":{\"x\":1602.9100773543173,\"y\":479.34439768673917},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"{{{status}}}\\n\\n{{{billing.phone}}}\"}},\"webhook\":{\"origin\":{\"title\":\"919690309316\",\"code\":\"QR\",\"data\":{\"id\":105,\"uid\":\"lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8\",\"title\":\"crm\",\"number\":\"919690309316\",\"uniqueId\":\"lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8_fiplU8sz\",\"qr\":\"data:image/png;base64,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\",\"data\":\"{\\\"id\\\":\\\"919690309316:7@s.whatsapp.net\\\",\\\"name\\\":\\\"hamidsaifi.com\\\",\\\"lid\\\":\\\"186775309943014:7@lid\\\"}\",\"other\":null,\"status\":\"ACTIVE\",\"createdAt\":\"2025-08-11T08:01:39.000Z\"}}}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":319,\"selected\":false,\"positionAbsolute\":{\"x\":1602.9100773543173,\"y\":479.34439768673917},\"dragging\":false}],\"edges\":[{\"source\":\"initialNode\",\"sourceHandle\":\"xii2H43CTtdbtky1eIuH4VhWcS2SBJuV\",\"target\":\"1755174817782\",\"targetHandle\":null,\"id\":\"reactflow__edge-initialNodexii2H43CTtdbtky1eIuH4VhWcS2SBJuV-1755174817782\"},{\"source\":\"1755174817782\",\"sourceHandle\":\"zzmNPuj5kBoMtYFoOxbK41APPypfMnu3\",\"target\":\"1755174839277\",\"targetHandle\":\"1755174839277-target\",\"id\":\"reactflow__edge-1755174817782zzmNPuj5kBoMtYFoOxbK41APPypfMnu3-17551748392771755174839277-target\"},{\"source\":\"1755174817782\",\"sourceHandle\":\"tOmCjWZA1mzd0cC2rvl11FY3xRwjGY27\",\"target\":\"1755175147798\",\"targetHandle\":\"1755175147798-target\",\"id\":\"reactflow__edge-1755174817782tOmCjWZA1mzd0cC2rvl11FY3xRwjGY27-17551751477981755175147798-target\"},{\"source\":\"1755174817782\",\"sourceHandle\":\"default\",\"target\":\"1755175147798\",\"targetHandle\":\"1755175147798-target\",\"id\":\"reactflow__edge-1755174817782default-17551751477981755175147798-target\"},{\"source\":\"1755175147798\",\"sourceHandle\":\"1755175147798-source\",\"target\":\"1755174817782\",\"targetHandle\":null,\"id\":\"reactflow__edge-17551751477981755175147798-source-1755174817782\"},{\"source\":\"1755174839277\",\"sourceHandle\":\"1755174839277-source\",\"target\":\"1755175147798\",\"targetHandle\":\"1755175147798-target\",\"id\":\"reactflow__edge-17551748392771755174839277-source-17551751477981755175147798-target\"}]}','2025-08-14 12:35:12'),
(43,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','EqfZy85c4Z0FmQeIv6GtiJbNou0N3zqa','wa_chatbot','testing flow','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100,\"y\":300},\"data\":{\"whPhonePath\":\"\"},\"type\":\"INITIAL\",\"width\":342,\"height\":317,\"selected\":false,\"dragging\":false},{\"id\":\"1756276590023\",\"position\":{\"x\":487,\"y\":266},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Your name: {{{senderName}}}\\nYour mobile: {{{senderMobile}}}\\nYour message: {{{senderMessage}}}\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":487,\"y\":266},\"dragging\":false}],\"edges\":[{\"source\":\"initialNode\",\"sourceHandle\":\"6Gsx4Fk5KclptRzUjrj4G3OBdz3x2tHA\",\"target\":\"1756276590023\",\"targetHandle\":\"1756276590023-target\",\"id\":\"reactflow__edge-initialNode6Gsx4Fk5KclptRzUjrj4G3OBdz3x2tHA-17562765900231756276590023-target\"}]}','2025-08-27 06:37:18'),
(44,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','RueAKQL0efXxIpRpThQtV2wPZnkFEIbt','wa_chatbot','vision','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100,\"y\":300},\"data\":{\"whPhonePath\":\"\"},\"type\":\"INITIAL\",\"width\":342,\"height\":317},{\"id\":\"1756283996573\",\"position\":{\"x\":502,\"y\":57},\"data\":{\"provider\":{\"id\":\"openai\",\"name\":\"OpenAI\",\"models\":[{\"id\":\"gpt-4o\",\"name\":\"GPT-4o (Latest)\"},{\"id\":\"gpt-4-turbo\",\"name\":\"GPT-4 Turbo\"},{\"id\":\"gpt-4\",\"name\":\"GPT-4\"},{\"id\":\"gpt-4.1\",\"name\":\"GPT-4.1\"},{\"id\":\"gpt-4.5-preview\",\"name\":\"GPT-4.5 Preview\"},{\"id\":\"gpt-4o-mini\",\"name\":\"GPT-4o Mini\"},{\"id\":\"gpt-4.1-mini\",\"name\":\"GPT-4.1 Mini\"},{\"id\":\"gpt-4.1-nano\",\"name\":\"GPT-4.1 Nano\"},{\"id\":\"gpt-3.5-turbo\",\"name\":\"GPT-3.5 Turbo\"},{\"id\":\"gpt-3.5-turbo-instruct\",\"name\":\"GPT-3.5 Turbo Instruct\"},{\"id\":\"gpt-3.5-turbo-16k\",\"name\":\"GPT-3.5 Turbo 16k\"},{\"id\":\"gpt-4o-realtime-preview\",\"name\":\"GPT-4o Realtime\"},{\"id\":\"gpt-4o-audio-preview\",\"name\":\"GPT-4o Audio\"},{\"id\":\"gpt-4o-search-preview\",\"name\":\"GPT-4o Search\"}],\"apiKeyUrl\":\"https://platform.openai.com/\",\"svg\":\"/assets/openai-svgrepo-com.svg\"},\"model\":{\"id\":\"gpt-4o\",\"name\":\"GPT-4o (Latest)\"},\"apiKey\":\"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\",\"temperature\":0.7,\"maxTokens\":1000,\"systemPrompt\":\"You are a helpful AI assistant.\",\"messageReferenceCount\":3,\"aiTask\":{\"active\":false,\"functions\":[]},\"assignedToAi\":true,\"enableVisionAudio\":true,\"knowMedia\":true},\"type\":\"AI_TRANSFER\",\"width\":370,\"height\":637,\"selected\":true,\"positionAbsolute\":{\"x\":502,\"y\":57},\"dragging\":false}],\"edges\":[{\"source\":\"initialNode\",\"sourceHandle\":\"aJ436KW8y717Cflke1hOAb81IvHI8Vfc\",\"target\":\"1756283996573\",\"targetHandle\":\"1756283996573-target\",\"id\":\"reactflow__edge-initialNodeaJ436KW8y717Cflke1hOAb81IvHI8Vfc-17562839965731756283996573-target\"}]}','2025-08-27 08:40:51'),
(45,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','KyWbcdqFSPDT6dmxjWgzOCw3Y7TDU6g2','wa_chatbot','aiai','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100,\"y\":300},\"data\":{\"whPhonePath\":\"\"},\"type\":\"INITIAL\",\"width\":342,\"height\":317},{\"id\":\"1756818161089\",\"position\":{\"x\":532.0747198007472,\"y\":230.29389788293895},\"data\":{\"provider\":{\"id\":\"openai\",\"name\":\"OpenAI\",\"models\":[{\"id\":\"gpt-4o\",\"name\":\"GPT-4o (Latest)\"},{\"id\":\"gpt-4-turbo\",\"name\":\"GPT-4 Turbo\"},{\"id\":\"gpt-4\",\"name\":\"GPT-4\"},{\"id\":\"gpt-4.1\",\"name\":\"GPT-4.1\"},{\"id\":\"gpt-4.5-preview\",\"name\":\"GPT-4.5 Preview\"},{\"id\":\"gpt-4o-mini\",\"name\":\"GPT-4o Mini\"},{\"id\":\"gpt-4.1-mini\",\"name\":\"GPT-4.1 Mini\"},{\"id\":\"gpt-4.1-nano\",\"name\":\"GPT-4.1 Nano\"},{\"id\":\"gpt-3.5-turbo\",\"name\":\"GPT-3.5 Turbo\"},{\"id\":\"gpt-3.5-turbo-instruct\",\"name\":\"GPT-3.5 Turbo Instruct\"},{\"id\":\"gpt-3.5-turbo-16k\",\"name\":\"GPT-3.5 Turbo 16k\"},{\"id\":\"gpt-4o-realtime-preview\",\"name\":\"GPT-4o Realtime\"},{\"id\":\"gpt-4o-audio-preview\",\"name\":\"GPT-4o Audio\"},{\"id\":\"gpt-4o-search-preview\",\"name\":\"GPT-4o Search\"}],\"apiKeyUrl\":\"https://platform.openai.com/\",\"svg\":\"/assets/openai-svgrepo-com.svg\"},\"model\":{\"id\":\"gpt-4o\",\"name\":\"GPT-4o (Latest)\"},\"apiKey\":\"{\\\"token\\\":\\\"EAAVys1bZC54wBQsabyKl57Vfgf2g6CAxjLWO8wDlQkeXI4Lv17AQjQouGedEzzvZA5ypDWVQw9EnsfAiqRtsBEdU2VCwEZC2ZB0BYnC7lBP8nHSKgtnx8LPSYFEuhaumEupA21O5cAracjPUOu80LdvKNjikaZCK5usOpzyMtRiUeTE5TEqT3Srgr6OOLnZBv6mil4J6bUuL9TBTBRiDcUo3MVDMVzd5OVdvQ6NZAAhYs9pfLOCwkDhS3lBpqM7Jahx5YqjSgZA9EOru2ce1d52IOlnUOJj9kflK1h4Q\\\",\\\"authCode\\\":\\\"AQCR0P5D3j_x2bsAjs1OcN-F9_QOq4uZ4AgC6o-Xpz6IruT8OxfD_pzjGZ9kR83AV4jvuYCBhNquoPVd13_2Nd_POcPh41LxloL7_ljlhoZjQMevTZQJcAi6jsOkzWTNlazqJwdnJS_DFmexTEs2i51tNYy12-wluRm_nmsrYVJZ7aw6R6FBUQIdZ1ciSGEMuV4FFcR87g-cFJ-8XDLJzTowb7au7w_gVGqqw1qLypGNGBmB9rVy2nk_SMHRSr4kFjksOBrUAJYA4qijVD306wQbU_y2CEJMdb2-2GuNKdo2f6WjjfzC86zyew_rQLmyizeMwEVhfzmnElgM2H-sVTFj1Wu_6BR6fVo9Xd_NKrF8t6BN-hiKasZJsCS8y3OxkZ4imOMc9psXcWekxoH6AaAH5zbboAavbSNR2BBalBEWbs3kvNzKzd2q8lSOehvNaqfVKmpzWuP3cS0iXvnzpmYB\\\",\\\"waba\\\":{\\\"id\\\":\\\"112138665010946\\\",\\\"name\\\":\\\"codeyon.com\\\",\\\"timezone_id\\\":\\\"71\\\",\\\"business_verification_status\\\":\\\"not_verified\\\",\\\"account_review_status\\\":\\\"APPROVED\\\",\\\"owner_business_info\\\":{\\\"name\\\":\\\"Lacraft\\\",\\\"id\\\":\\\"209814983825664\\\"}},\\\"phoneNumId\\\":\\\"110419405185594\\\",\\\"businessId\\\":\\\"209814983825664\\\",\\\"phoneDetails\\\":{\\\"name_status\\\":\\\"AVAILABLE_WITHOUT_REVIEW\\\",\\\"display_phone_number\\\":\\\"+91 84300 88300\\\",\\\"verified_name\\\":\\\"codeyon.com\\\",\\\"is_on_biz_app\\\":true,\\\"platform_type\\\":\\\"CLOUD_API\\\",\\\"quality_rating\\\":\\\"GREEN\\\",\\\"id\\\":\\\"110419405185594\\\"},\\\"webhookSubscribed\\\":true,\\\"isCoexistence\\\":true,\\\"isOnBizApp\\\":true,\\\"platformType\\\":\\\"CLOUD_API\\\"}\",\"temperature\":0.7,\"maxTokens\":1000,\"systemPrompt\":\"You are a helpful AI assistant.\",\"messageReferenceCount\":3,\"aiTask\":{\"active\":false,\"functions\":[]},\"assignedToAi\":true,\"knowMedia\":true},\"type\":\"AI_TRANSFER\",\"width\":300,\"height\":432,\"selected\":true,\"positionAbsolute\":{\"x\":532.0747198007472,\"y\":230.29389788293895},\"dragging\":false}],\"edges\":[{\"source\":\"initialNode\",\"sourceHandle\":\"CToLCTxFAfmzLI0CZWkJdEC5mgw9KyGd\",\"target\":\"1756818161089\",\"targetHandle\":\"1756818161089-target\",\"id\":\"reactflow__edge-initialNodeCToLCTxFAfmzLI0CZWkJdEC5mgw9KyGd-17568181610891756818161089-target\"}]}','2025-09-02 13:03:55'),
(46,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','1CamoliURUh4XKgKLplhYLkUgXHAKez0','wa_chatbot','xya','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100,\"y\":300},\"data\":{\"whPhonePath\":\"\"},\"type\":\"INITIAL\",\"width\":342,\"height\":317},{\"id\":\"1758021628481\",\"position\":{\"x\":508.6483870967742,\"y\":351.83225806451617},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Your message was *{{{senderMessage}}}*\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":508.6483870967742,\"y\":351.83225806451617},\"dragging\":false}],\"edges\":[{\"source\":\"initialNode\",\"sourceHandle\":\"Xn8GZQ8mu3tMbKBZsdszClp0hKpoqZqf\",\"target\":\"1758021628481\",\"targetHandle\":\"1758021628481-target\",\"id\":\"reactflow__edge-initialNodeXn8GZQ8mu3tMbKBZsdszClp0hKpoqZqf-17580216284811758021628481-target\"}]}','2025-09-16 11:20:56'),
(47,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','MKVIeRK6If2eYuqYSRbDZ3plWmex29No','wa_chatbot','xa','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100,\"y\":300},\"data\":{\"whPhonePath\":\"\"},\"type\":\"INITIAL\",\"width\":342,\"height\":317},{\"id\":\"1763139048575\",\"position\":{\"x\":590.2758178319435,\"y\":313.4778704297627},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Hello from the bot side\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":590.2758178319435,\"y\":313.4778704297627},\"dragging\":false}],\"edges\":[{\"source\":\"initialNode\",\"sourceHandle\":\"P1pRQ2KeJNMOLYK2uoa8DboriLTQ4GVy\",\"target\":\"1763139048575\",\"targetHandle\":\"1763139048575-target\",\"id\":\"reactflow__edge-initialNodeP1pRQ2KeJNMOLYK2uoa8DboriLTQ4GVy-17631390485751763139048575-target\"}]}','2025-11-14 16:51:08'),
(49,1,'jffdKortkfHJdydRpZTq7s8ZeYHRxINp','e8pM71ECiIqfwZIeQDOg6cJWKDAPU37w','wa_chatbot','manul','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100,\"y\":300},\"data\":{\"whPhonePath\":\"\"},\"type\":\"INITIAL\",\"width\":342,\"height\":317},{\"id\":\"1763738264272\",\"position\":{\"x\":500.67419354838705,\"y\":307.974193548387},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"{{{senderMessage}}}\\n\\nSend me doc link\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":320,\"height\":244,\"selected\":true,\"positionAbsolute\":{\"x\":500.67419354838705,\"y\":307.974193548387},\"dragging\":false},{\"id\":\"1763738286993\",\"position\":{\"x\":894.3264984391259,\"y\":324.40442247658683},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"document\",\"title\":\"Document message\"},\"content\":{\"type\":\"document\",\"document\":{\"link\":\"{{{senderMessage}}}\",\"caption\":\"this is caption\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":366,\"height\":415,\"selected\":false,\"positionAbsolute\":{\"x\":894.3264984391259,\"y\":324.40442247658683},\"dragging\":false}],\"edges\":[{\"source\":\"initialNode\",\"sourceHandle\":\"x7vdI1mL3y7TuUOEchYERLbJFSQFXRsg\",\"target\":\"1763738264272\",\"targetHandle\":\"1763738264272-target\",\"id\":\"reactflow__edge-initialNodex7vdI1mL3y7TuUOEchYERLbJFSQFXRsg-17637382642721763738264272-target\"},{\"source\":\"1763738264272\",\"sourceHandle\":\"1763738264272-source\",\"target\":\"1763738286993\",\"targetHandle\":\"1763738286993-target\",\"id\":\"reactflow__edge-17637382642721763738264272-source-17637382869931763738286993-target\"},{\"source\":\"1763738286993\",\"sourceHandle\":\"1763738286993-source\",\"target\":\"1763738264272\",\"targetHandle\":\"1763738264272-target\",\"id\":\"reactflow__edge-17637382869931763738286993-source-17637382642721763738264272-target\"}]}','2025-11-21 15:19:01'),
(50,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','xmgZPn4OzpM9qBtm8qUkwpTcTr9dy18n','wa_chatbot','PingPong','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100,\"y\":300},\"data\":{\"whPhonePath\":\"\"},\"type\":\"INITIAL\",\"width\":342,\"height\":317},{\"id\":\"1764858847320\",\"position\":{\"x\":583.3746878251821,\"y\":298.0064516129032},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"pong: {{{senderMessage}}}\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":320,\"height\":244,\"selected\":true,\"positionAbsolute\":{\"x\":583.3746878251821,\"y\":298.0064516129032},\"dragging\":false}],\"edges\":[{\"source\":\"initialNode\",\"sourceHandle\":\"pE43dcaTlT1LFI91gWooyiKCZ7eUtFCw\",\"target\":\"1764858847320\",\"targetHandle\":\"1764858847320-target\",\"id\":\"reactflow__edge-initialNodepE43dcaTlT1LFI91gWooyiKCZ7eUtFCw-17648588473201764858847320-target\"}]}','2025-12-04 14:34:24'),
(51,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','YCXVQpq9R015goIofuRLEwlNn6gQHgOB','wa_chatbot','newAi','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100,\"y\":300},\"data\":{\"whPhonePath\":\"\"},\"type\":\"INITIAL\",\"width\":342,\"height\":317},{\"id\":\"1764998988548\",\"position\":{\"x\":535.7434620174345,\"y\":300.77231565329873},\"data\":{\"provider\":{\"id\":\"openai\",\"name\":\"OpenAI\",\"models\":[{\"id\":\"gpt-4o\",\"name\":\"GPT-4o (Latest)\"},{\"id\":\"gpt-4-turbo\",\"name\":\"GPT-4 Turbo\"},{\"id\":\"gpt-4\",\"name\":\"GPT-4\"},{\"id\":\"gpt-4.1\",\"name\":\"GPT-4.1\"},{\"id\":\"gpt-4.5-preview\",\"name\":\"GPT-4.5 Preview\"},{\"id\":\"gpt-4o-mini\",\"name\":\"GPT-4o Mini\"},{\"id\":\"gpt-4.1-mini\",\"name\":\"GPT-4.1 Mini\"},{\"id\":\"gpt-4.1-nano\",\"name\":\"GPT-4.1 Nano\"},{\"id\":\"gpt-3.5-turbo\",\"name\":\"GPT-3.5 Turbo\"},{\"id\":\"gpt-3.5-turbo-instruct\",\"name\":\"GPT-3.5 Turbo Instruct\"},{\"id\":\"gpt-3.5-turbo-16k\",\"name\":\"GPT-3.5 Turbo 16k\"},{\"id\":\"gpt-4o-realtime-preview\",\"name\":\"GPT-4o Realtime\"},{\"id\":\"gpt-4o-audio-preview\",\"name\":\"GPT-4o Audio\"},{\"id\":\"gpt-4o-search-preview\",\"name\":\"GPT-4o Search\"}],\"apiKeyUrl\":\"https://platform.openai.com/\",\"svg\":\"/assets/openai-svgrepo-com.svg\"},\"model\":{\"id\":\"gpt-4o\",\"name\":\"GPT-4o (Latest)\"},\"apiKey\":\"{\\\"token\\\":\\\"EAAVys1bZC54wBQsabyKl57Vfgf2g6CAxjLWO8wDlQkeXI4Lv17AQjQouGedEzzvZA5ypDWVQw9EnsfAiqRtsBEdU2VCwEZC2ZB0BYnC7lBP8nHSKgtnx8LPSYFEuhaumEupA21O5cAracjPUOu80LdvKNjikaZCK5usOpzyMtRiUeTE5TEqT3Srgr6OOLnZBv6mil4J6bUuL9TBTBRiDcUo3MVDMVzd5OVdvQ6NZAAhYs9pfLOCwkDhS3lBpqM7Jahx5YqjSgZA9EOru2ce1d52IOlnUOJj9kflK1h4Q\\\",\\\"authCode\\\":\\\"AQCR0P5D3j_x2bsAjs1OcN-F9_QOq4uZ4AgC6o-Xpz6IruT8OxfD_pzjGZ9kR83AV4jvuYCBhNquoPVd13_2Nd_POcPh41LxloL7_ljlhoZjQMevTZQJcAi6jsOkzWTNlazqJwdnJS_DFmexTEs2i51tNYy12-wluRm_nmsrYVJZ7aw6R6FBUQIdZ1ciSGEMuV4FFcR87g-cFJ-8XDLJzTowb7au7w_gVGqqw1qLypGNGBmB9rVy2nk_SMHRSr4kFjksOBrUAJYA4qijVD306wQbU_y2CEJMdb2-2GuNKdo2f6WjjfzC86zyew_rQLmyizeMwEVhfzmnElgM2H-sVTFj1Wu_6BR6fVo9Xd_NKrF8t6BN-hiKasZJsCS8y3OxkZ4imOMc9psXcWekxoH6AaAH5zbboAavbSNR2BBalBEWbs3kvNzKzd2q8lSOehvNaqfVKmpzWuP3cS0iXvnzpmYB\\\",\\\"waba\\\":{\\\"id\\\":\\\"112138665010946\\\",\\\"name\\\":\\\"codeyon.com\\\",\\\"timezone_id\\\":\\\"71\\\",\\\"business_verification_status\\\":\\\"not_verified\\\",\\\"account_review_status\\\":\\\"APPROVED\\\",\\\"owner_business_info\\\":{\\\"name\\\":\\\"Lacraft\\\",\\\"id\\\":\\\"209814983825664\\\"}},\\\"phoneNumId\\\":\\\"110419405185594\\\",\\\"businessId\\\":\\\"209814983825664\\\",\\\"phoneDetails\\\":{\\\"name_status\\\":\\\"AVAILABLE_WITHOUT_REVIEW\\\",\\\"display_phone_number\\\":\\\"+91 84300 88300\\\",\\\"verified_name\\\":\\\"codeyon.com\\\",\\\"is_on_biz_app\\\":true,\\\"platform_type\\\":\\\"CLOUD_API\\\",\\\"quality_rating\\\":\\\"GREEN\\\",\\\"id\\\":\\\"110419405185594\\\"},\\\"webhookSubscribed\\\":true,\\\"isCoexistence\\\":true,\\\"isOnBizApp\\\":true,\\\"platformType\\\":\\\"CLOUD_API\\\"}\",\"temperature\":0.7,\"maxTokens\":1000,\"systemPrompt\":\"You are a helpful AI assistant.\",\"messageReferenceCount\":3,\"aiTask\":{\"active\":false,\"functions\":[]},\"assignedToAi\":true,\"knowMedia\":true},\"type\":\"AI_TRANSFER\",\"width\":300,\"height\":432,\"selected\":true,\"positionAbsolute\":{\"x\":535.7434620174345,\"y\":300.77231565329873},\"dragging\":false}],\"edges\":[{\"source\":\"initialNode\",\"sourceHandle\":\"9cyF4H1Zg3HA2UAGiUC1t3vuCpO2ckat\",\"target\":\"1764998988548\",\"targetHandle\":\"1764998988548-target\",\"id\":\"reactflow__edge-initialNode9cyF4H1Zg3HA2UAGiUC1t3vuCpO2ckat-17649989885481764998988548-target\"}]}','2025-12-06 05:30:09'),
(52,1,'LwSuIpDTBhiXqKrc0LxxJLQZC9Bh0qi8','PT9Pw332UtIuIigqpZnEmIxOy652R7xW','wa_chatbot','Sc transfert','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":-265.9218241042346,\"y\":222.80130293159607},\"data\":{\"whPhonePath\":\"\"},\"type\":\"INITIAL\",\"width\":342,\"height\":316,\"selected\":false,\"positionAbsolute\":{\"x\":-265.9218241042346,\"y\":222.80130293159607},\"dragging\":false},{\"id\":\"1765276968698\",\"position\":{\"x\":174.0651465798045,\"y\":228.9771986970684},\"data\":{\"moveToNextNode\":true,\"agentData\":{},\"autoAgentSelect\":true,\"toAll\":true,\"duration\":1,\"timeUnit\":\"hours\",\"message\":\"Our auto-reply is currently disabled. We\'ll get back to you soon.\"},\"type\":\"AGENT_TRANSFER\",\"width\":318,\"height\":172,\"selected\":false,\"positionAbsolute\":{\"x\":174.0651465798045,\"y\":228.9771986970684},\"dragging\":false},{\"id\":\"1765276985257\",\"position\":{\"x\":1190.9615531771883,\"y\":201.95555555555552},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"*Nella - Agent virtuel*\\nBonjour,\\nMerci pour votre message. Un membre de notre équipe vous répondra dans les meilleurs délais.\\n\\n*Pour nous aider à traiter votre demande plus rapidement*, merci de préciser toutes les informations utiles (référence de commande, numéro de client, description du problème, photos si nécessaire).\\n\\nCe service client centralise désormais les demandes de l’ensemble des sociétés du groupe.\\nNos agents se relaient pour garantir une réponse plus rapide et plus fiable.\\n\\n*SOCIÉTÉS DU GROUPE* : \\n1️⃣ *EMILIENNE* — Parfumerie de prestige et de niche \\n2️⃣ *EMILIENNE MP* — Mini‑parfums 5/10 ml \\n3️⃣ *BGC FRET & LOGISTICS* — Fret express France ↔ Congo \\n4️⃣ *BGC LOGEMENT & CONSTRUCTION* — Centre commercial KYRIS ; locaux commerciaux à louer\\n\\nMerci de votre confiance,\\nLe service client\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":319,\"height\":243,\"selected\":true,\"positionAbsolute\":{\"x\":1190.9615531771883,\"y\":201.95555555555552},\"dragging\":false},{\"id\":\"1765277062990\",\"position\":{\"x\":634.9615531771883,\"y\":217.95555555555552},\"data\":{\"hours\":\"23\",\"minutes\":30,\"duration\":1,\"timeUnit\":\"hours\",\"message\":\"Our auto-reply is currently disabled. We\'ll get back to you soon.\"},\"type\":\"DISABLE_AUTOREPLY\",\"width\":368,\"height\":189,\"selected\":false,\"positionAbsolute\":{\"x\":634.9615531771883,\"y\":217.95555555555552},\"dragging\":false}],\"edges\":[{\"source\":\"initialNode\",\"sourceHandle\":\"aZdOYmwPgxVHE3uN6z1q0yiR2YyhlOAy\",\"target\":\"1765276968698\",\"targetHandle\":\"1765276968698-target\",\"id\":\"reactflow__edge-initialNodeaZdOYmwPgxVHE3uN6z1q0yiR2YyhlOAy-17652769686981765276968698-target\"},{\"source\":\"1765276968698\",\"sourceHandle\":\"1765276968698-source\",\"target\":\"1765277062990\",\"targetHandle\":\"1765277062990-target\",\"id\":\"reactflow__edge-17652769686981765276968698-source-17652770629901765277062990-target\"},{\"source\":\"1765277062990\",\"sourceHandle\":\"1765277062990-source\",\"target\":\"1765276985257\",\"targetHandle\":\"1765276985257-target\",\"id\":\"reactflow__edge-17652770629901765277062990-source-17652769852571765276985257-target\"}]}','2025-12-09 10:45:24'),
(53,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','zX4RDuaXvw1Fwk9wfx47v1MVxViFo3X5','wa_chatbot','disable','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100,\"y\":300},\"data\":{\"whPhonePath\":\"\"},\"type\":\"INITIAL\",\"width\":342,\"height\":317},{\"id\":\"1769185982398\",\"position\":{\"x\":527.5870967741935,\"y\":327.90967741935486},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"your chat will be disabled for 2 mins\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":527.5870967741935,\"y\":327.90967741935486},\"dragging\":false},{\"id\":\"1769185998448\",\"position\":{\"x\":937.1458064516125,\"y\":368.5524245577523},\"data\":{\"hours\":\"0\",\"minutes\":\"0.3\",\"duration\":1,\"timeUnit\":\"hours\",\"message\":\"Our auto-reply is currently disabled. We\'ll get back to you soon.\"},\"type\":\"DISABLE_AUTOREPLY\",\"width\":368,\"height\":190,\"selected\":false,\"positionAbsolute\":{\"x\":937.1458064516125,\"y\":368.5524245577523},\"dragging\":false}],\"edges\":[{\"source\":\"initialNode\",\"sourceHandle\":\"oq255luYB3stC63rEpcdmm9huQ6uglKB\",\"target\":\"1769185982398\",\"targetHandle\":\"1769185982398-target\",\"id\":\"reactflow__edge-initialNodeoq255luYB3stC63rEpcdmm9huQ6uglKB-17691859823981769185982398-target\"},{\"source\":\"1769185982398\",\"sourceHandle\":\"1769185982398-source\",\"target\":\"1769185998448\",\"targetHandle\":\"1769185998448-target\",\"id\":\"reactflow__edge-17691859823981769185982398-source-17691859984481769185998448-target\"},{\"source\":\"1769185998448\",\"sourceHandle\":\"1769185998448-source\",\"target\":\"1769185982398\",\"targetHandle\":\"1769185982398-target\",\"id\":\"reactflow__edge-17691859984481769185998448-source-17691859823981769185982398-target\"}]}','2026-01-23 16:33:30'),
(54,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','JqVj7guxmIVwtUe1nGwwz67Ylfs996bz','wa_chatbot','delayy','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100,\"y\":300},\"data\":{\"whPhonePath\":\"\"},\"type\":\"INITIAL\",\"width\":342,\"height\":317},{\"id\":\"1770814093810\",\"position\":{\"x\":473.76129032258063,\"y\":361.8},\"data\":{\"moveToNextNode\":true,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"1 min delay\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":473.76129032258063,\"y\":361.8},\"dragging\":false},{\"id\":\"1770814105478\",\"position\":{\"x\":871.1898022892822,\"y\":395.8999791883454},\"data\":{\"moveToNextNode\":true,\"seconds\":\"60\",\"duration\":1,\"timeUnit\":\"hours\",\"message\":\"Our auto-reply is currently disabled. We\'ll get back to you soon.\"},\"type\":\"DELAY\",\"width\":335,\"height\":180,\"selected\":true,\"positionAbsolute\":{\"x\":871.1898022892822,\"y\":395.8999791883454},\"dragging\":false},{\"id\":\"1770814116319\",\"position\":{\"x\":1293.1898022892822,\"y\":437.8999791883454},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"came\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":1293.1898022892822,\"y\":437.8999791883454},\"dragging\":false}],\"edges\":[{\"source\":\"initialNode\",\"sourceHandle\":\"Iu4oJjj6arIA0NuI2GuFSf9vkghEd5FZ\",\"target\":\"1770814093810\",\"targetHandle\":\"1770814093810-target\",\"id\":\"reactflow__edge-initialNodeIu4oJjj6arIA0NuI2GuFSf9vkghEd5FZ-17708140938101770814093810-target\"},{\"source\":\"1770814093810\",\"sourceHandle\":\"1770814093810-source\",\"target\":\"1770814105478\",\"targetHandle\":\"1770814105478-target\",\"id\":\"reactflow__edge-17708140938101770814093810-source-17708141054781770814105478-target\"},{\"source\":\"1770814105478\",\"sourceHandle\":\"1770814105478-source\",\"target\":\"1770814116319\",\"targetHandle\":\"1770814116319-target\",\"id\":\"reactflow__edge-17708141054781770814105478-source-17708141163191770814116319-target\"}]}','2026-02-11 12:48:43'),
(56,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','gR9lOcgAPFPeRgdKMNWLFVPK19AFfwVq','webhook_automation','ola','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100,\"y\":300},\"data\":{\"whPhonePath\":\"asd\",\"sourceSlug\":\"webhook_automation\",\"sourceTitle\":\"Webhook Automation\"},\"type\":\"INITIAL\",\"width\":342,\"height\":714,\"selected\":false,\"dragging\":false},{\"id\":\"1771827392293\",\"position\":{\"x\":615.5124378109454,\"y\":592.0995024875622},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"asdsa\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":320,\"height\":321,\"selected\":true,\"positionAbsolute\":{\"x\":615.5124378109454,\"y\":592.0995024875622},\"dragging\":false}],\"edges\":[{\"source\":\"initialNode\",\"sourceHandle\":\"lg2sqpezmyfup0xObtjLLwdlgo5eWzbZ\",\"target\":\"1771827392293\",\"targetHandle\":\"1771827392293-target\",\"id\":\"reactflow__edge-initialNodelg2sqpezmyfup0xObtjLLwdlgo5eWzbZ-17718273922931771827392293-target\"}]}','2026-02-23 06:16:50'),
(59,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','4VPM6hr0hDZPObtmeGzC0MvqdTPgIN1r','wa_chatbot','Untitledd','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100,\"y\":300},\"data\":{\"whPhonePath\":\"\"},\"type\":\"INITIAL\",\"width\":342,\"height\":313,\"selected\":false},{\"id\":\"1771840327853\",\"position\":{\"x\":522.6305970149253,\"y\":344.3805970149254},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"normal messgae\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"dragging\":false,\"positionAbsolute\":{\"x\":522.6305970149253,\"y\":344.3805970149254}},{\"id\":\"1771840343462\",\"position\":{\"x\":954.6044776119404,\"y\":342.044776119403},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"button\",\"title\":\"Button message\"},\"content\":{\"type\":\"interactive\",\"interactive\":{\"type\":\"button\",\"body\":{\"text\":\"asdadad\"},\"action\":{\"buttons\":[{\"type\":\"reply\",\"reply\":{\"id\":\"btn_1771840349635\",\"title\":\"asd\"}}]}}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":330,\"selected\":false,\"dragging\":false,\"positionAbsolute\":{\"x\":954.6044776119404,\"y\":342.044776119403}},{\"id\":\"1771840354424\",\"position\":{\"x\":1392.4179104477612,\"y\":342.044776119403},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"list\",\"title\":\"List message\"},\"content\":{\"type\":\"interactive\",\"interactive\":{\"type\":\"list\",\"header\":{\"type\":\"text\",\"text\":\"asd\"},\"body\":{\"text\":\"asd\"},\"footer\":{\"text\":\"asd\"},\"action\":{\"button\":\"asd\",\"sections\":[{\"title\":\"asd\",\"rows\":[{\"id\":\"row_1771840360185\",\"title\":\"asd\",\"description\":\"ad\"}]}]}}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":697,\"selected\":false,\"positionAbsolute\":{\"x\":1392.4179104477612,\"y\":342.044776119403},\"dragging\":false}],\"edges\":[{\"animated\":false,\"style\":{\"stroke\":\"#6366F1\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"initialNode\",\"sourceHandle\":\"jEaoIZ87wkTLGZ1JreonUDCDXTpn3oFJ\",\"target\":\"1771840327853\",\"targetHandle\":\"1771840327853-target\",\"id\":\"reactflow__edge-initialNodejEaoIZ87wkTLGZ1JreonUDCDXTpn3oFJ-17718403278531771840327853-target\",\"selected\":false},{\"animated\":false,\"style\":{\"stroke\":\"#6366F1\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1771840327853\",\"sourceHandle\":\"1771840327853-source\",\"target\":\"1771840343462\",\"targetHandle\":\"1771840343462-target\",\"id\":\"reactflow__edge-17718403278531771840327853-source-17718403434621771840343462-target\",\"selected\":false},{\"animated\":false,\"style\":{\"stroke\":\"#6366F1\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1771840343462\",\"sourceHandle\":\"1771840343462-source\",\"target\":\"1771840354424\",\"targetHandle\":\"1771840354424-target\",\"id\":\"reactflow__edge-17718403434621771840343462-source-17718403544241771840354424-target\"}]}','2026-02-23 09:52:50'),
(60,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','NrXSYq5tmbMlcHPcTvN81MENlhFWOtJP','wa_chatbot','telegram','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100,\"y\":300},\"data\":{\"whPhonePath\":\"\"},\"type\":\"INITIAL\",\"width\":342,\"height\":313,\"selected\":false},{\"id\":\"1771908294869\",\"position\":{\"x\":521.4626865671642,\"y\":330.36567164179104},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Hello welcome to the telegram bot. Please choose an option to process\\n\\n1: Sales\\n2: Support\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":521.4626865671642,\"y\":330.36567164179104},\"dragging\":false},{\"id\":\"1771908322160\",\"position\":{\"x\":922.5655555306964,\"y\":144.8121709557787},\"data\":{\"moveToNextNode\":true,\"conditions\":[{\"type\":\"text_contains\",\"value\":\"sales\",\"targetNodeId\":\"BJtL4Bk0J1dku51UCj1IbzxmvEWHpvhK\",\"name\":\"Condition 1\",\"caseSensitive\":false},{\"type\":\"text_contains\",\"value\":\"support\",\"targetNodeId\":\"MyGtU66GmCWIMNXwjfUBLsBnI1CpVVZt\",\"name\":\"Condition 2\"}],\"variable\":{\"message\":\"\",\"active\":false}},\"type\":\"CONDITION\",\"width\":350,\"height\":835,\"selected\":false,\"positionAbsolute\":{\"x\":922.5655555306964,\"y\":144.8121709557787},\"dragging\":false},{\"id\":\"1771908338402\",\"position\":{\"x\":1328.426206563101,\"y\":396.9746206060007},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Thanks for choosing sales\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":1328.426206563101,\"y\":396.9746206060007},\"dragging\":false},{\"id\":\"1771908350177\",\"position\":{\"x\":1340.882386654693,\"y\":663.4104164628391},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Thanks for choosing support\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":1340.882386654693,\"y\":663.4104164628391},\"dragging\":false},{\"id\":\"1771908359027\",\"position\":{\"x\":1363.4395858845378,\"y\":972.6662509395264},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Unknown option selected.\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":1363.4395858845378,\"y\":972.6662509395264},\"dragging\":false}],\"edges\":[{\"animated\":false,\"style\":{\"stroke\":\"#6366F1\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"initialNode\",\"sourceHandle\":\"TnQtRAUHuKKg6j2gopY6tTeJeGwDrvO4\",\"target\":\"1771908294869\",\"targetHandle\":\"1771908294869-target\",\"id\":\"reactflow__edge-initialNodeTnQtRAUHuKKg6j2gopY6tTeJeGwDrvO4-17719082948691771908294869-target\",\"selected\":false},{\"animated\":false,\"style\":{\"stroke\":\"#6366F1\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1771908294869\",\"sourceHandle\":\"1771908294869-source\",\"target\":\"1771908322160\",\"targetHandle\":null,\"id\":\"reactflow__edge-17719082948691771908294869-source-1771908322160\",\"selected\":false},{\"animated\":false,\"style\":{\"stroke\":\"#6366F1\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1771908322160\",\"sourceHandle\":\"BJtL4Bk0J1dku51UCj1IbzxmvEWHpvhK\",\"target\":\"1771908338402\",\"targetHandle\":\"1771908338402-target\",\"id\":\"reactflow__edge-1771908322160BJtL4Bk0J1dku51UCj1IbzxmvEWHpvhK-17719083384021771908338402-target\",\"selected\":false},{\"animated\":false,\"style\":{\"stroke\":\"#6366F1\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1771908322160\",\"sourceHandle\":\"MyGtU66GmCWIMNXwjfUBLsBnI1CpVVZt\",\"target\":\"1771908350177\",\"targetHandle\":\"1771908350177-target\",\"id\":\"reactflow__edge-1771908322160MyGtU66GmCWIMNXwjfUBLsBnI1CpVVZt-17719083501771771908350177-target\",\"selected\":false},{\"animated\":false,\"style\":{\"stroke\":\"#6366F1\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1771908322160\",\"sourceHandle\":\"default\",\"target\":\"1771908359027\",\"targetHandle\":\"1771908359027-target\",\"id\":\"reactflow__edge-1771908322160default-17719083590271771908359027-target\",\"selected\":false},{\"animated\":false,\"style\":{\"stroke\":\"#6366F1\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1771908359027\",\"sourceHandle\":\"1771908359027-source\",\"target\":\"1771908294869\",\"targetHandle\":\"1771908294869-target\",\"id\":\"reactflow__edge-17719083590271771908359027-source-17719082948691771908294869-target\",\"selected\":false},{\"animated\":false,\"style\":{\"stroke\":\"#6366F1\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1771908338402\",\"sourceHandle\":\"1771908338402-source\",\"target\":\"1771908294869\",\"targetHandle\":\"1771908294869-target\",\"id\":\"reactflow__edge-17719083384021771908338402-source-17719082948691771908294869-target\",\"selected\":false},{\"animated\":false,\"style\":{\"stroke\":\"#6366F1\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1771908350177\",\"sourceHandle\":\"1771908350177-source\",\"target\":\"1771908294869\",\"targetHandle\":\"1771908294869-target\",\"id\":\"reactflow__edge-17719083501771771908350177-source-17719082948691771908294869-target\"}]}','2026-02-24 04:46:43'),
(61,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','BGWtFq6nKRsrHt5jdgw5Y2kfAinvMjxa','wa_chatbot','botbot','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100,\"y\":300},\"data\":{\"whPhonePath\":\"\"},\"type\":\"INITIAL\",\"width\":342,\"height\":313,\"selected\":false},{\"id\":\"1773313722902\",\"position\":{\"x\":609.7128072445018,\"y\":410.1655886157826},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"{{{senderMessage}}}\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":320,\"height\":238,\"selected\":true,\"positionAbsolute\":{\"x\":609.7128072445018,\"y\":410.1655886157826},\"dragging\":false}],\"edges\":[{\"animated\":false,\"style\":{\"stroke\":\"#6366F1\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"initialNode\",\"sourceHandle\":\"MzMQyuJ93hiuluNDvlT99FibD2qBBVVt\",\"target\":\"1773313722902\",\"targetHandle\":\"1773313722902-target\",\"id\":\"reactflow__edge-initialNodeMzMQyuJ93hiuluNDvlT99FibD2qBBVVt-17733137229021773313722902-target\",\"selected\":false}]}','2026-03-12 11:00:06'),
(62,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','VSUumRX8RV2oIEFQ4o7x1uzhImDV9xjG','wa_chatbot','1 Apr','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100,\"y\":300},\"data\":{\"whPhonePath\":\"\"},\"type\":\"INITIAL\",\"width\":320,\"height\":199},{\"id\":\"1775042188869\",\"position\":{\"x\":503.38924810876597,\"y\":302.3905028464455},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"button\",\"title\":\"Button Message\"},\"content\":{\"type\":\"interactive\",\"interactive\":{\"type\":\"button\",\"body\":{\"text\":\"Hello welcome to the WhatsCRM chat bot. Please choose a button to continue\"},\"action\":{\"buttons\":[{\"type\":\"reply\",\"reply\":{\"id\":\"btn_1775042209716\",\"title\":\"Support\"}},{\"type\":\"reply\",\"reply\":{\"id\":\"btn_1775042215722\",\"title\":\"Sales\"}}]}}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":300,\"height\":303,\"selected\":false,\"positionAbsolute\":{\"x\":503.38924810876597,\"y\":302.3905028464455},\"dragging\":false},{\"id\":\"1775042225062\",\"position\":{\"x\":867.9189981972143,\"y\":355.49759237340913},\"data\":{\"moveToNextNode\":true,\"conditions\":[{\"type\":\"text_contains\",\"value\":\"support\",\"targetNodeId\":\"SAMx0qx0M5tRj0d9JgYP72IdBA8Fuj4v\",\"name\":\"Condition 1\",\"caseSensitive\":false},{\"type\":\"text_contains\",\"value\":\"sale\",\"targetNodeId\":\"iLvOpKdTFmRkbP8PqpMcTSqrYfUljkhK\",\"name\":\"Condition 2\",\"caseSensitive\":false}],\"variable\":{\"message\":\"\",\"active\":false}},\"type\":\"CONDITION\",\"width\":340,\"height\":578,\"selected\":false,\"positionAbsolute\":{\"x\":867.9189981972143,\"y\":355.49759237340913},\"dragging\":false},{\"id\":\"1775042253945\",\"position\":{\"x\":1471.5600156384437,\"y\":424.3217423447591},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple Text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Thanks for choosing sale\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":300,\"height\":211,\"selected\":false,\"positionAbsolute\":{\"x\":1471.5600156384437,\"y\":424.3217423447591},\"dragging\":false},{\"id\":\"1775042272586\",\"position\":{\"x\":1418.7992498995043,\"y\":695.0088919260875},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple Text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Thanks for choosing support\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":300,\"height\":211,\"selected\":false,\"positionAbsolute\":{\"x\":1418.7992498995043,\"y\":695.0088919260875},\"dragging\":false},{\"id\":\"1775042296469\",\"position\":{\"x\":1402.6896522703921,\"y\":939.6607644206493},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple Text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Please choose correct option\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":300,\"height\":211,\"selected\":false,\"positionAbsolute\":{\"x\":1402.6896522703921,\"y\":939.6607644206493},\"dragging\":false}],\"edges\":[{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"initialNode\",\"sourceHandle\":\"1FQImCoXZjJzWW7zpYFC2FEO8lY9dS2j\",\"target\":\"1775042188869\",\"targetHandle\":\"1775042188869-target\",\"id\":\"reactflow__edge-initialNode1FQImCoXZjJzWW7zpYFC2FEO8lY9dS2j-17750421888691775042188869-target\"},{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1775042188869\",\"sourceHandle\":\"1775042188869-source\",\"target\":\"1775042225062\",\"targetHandle\":null,\"id\":\"reactflow__edge-17750421888691775042188869-source-1775042225062\"},{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1775042225062\",\"sourceHandle\":\"iLvOpKdTFmRkbP8PqpMcTSqrYfUljkhK\",\"target\":\"1775042253945\",\"targetHandle\":\"1775042253945-target\",\"id\":\"reactflow__edge-1775042225062iLvOpKdTFmRkbP8PqpMcTSqrYfUljkhK-17750422539451775042253945-target\"},{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1775042225062\",\"sourceHandle\":\"SAMx0qx0M5tRj0d9JgYP72IdBA8Fuj4v\",\"target\":\"1775042272586\",\"targetHandle\":\"1775042272586-target\",\"id\":\"reactflow__edge-1775042225062SAMx0qx0M5tRj0d9JgYP72IdBA8Fuj4v-17750422725861775042272586-target\"},{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1775042225062\",\"sourceHandle\":\"default\",\"target\":\"1775042296469\",\"targetHandle\":\"1775042296469-target\",\"id\":\"reactflow__edge-1775042225062default-17750422964691775042296469-target\"},{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1775042296469\",\"sourceHandle\":\"1775042296469-source\",\"target\":\"1775042188869\",\"targetHandle\":\"1775042188869-target\",\"id\":\"reactflow__edge-17750422964691775042296469-source-17750421888691775042188869-target\"},{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1775042253945\",\"sourceHandle\":\"1775042253945-source\",\"target\":\"1775042188869\",\"targetHandle\":\"1775042188869-target\",\"id\":\"reactflow__edge-17750422539451775042253945-source-17750421888691775042188869-target\"},{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1775042272586\",\"sourceHandle\":\"1775042272586-source\",\"target\":\"1775042188869\",\"targetHandle\":\"1775042188869-target\",\"id\":\"reactflow__edge-17750422725861775042272586-source-17750421888691775042188869-target\"}]}','2026-04-01 11:18:46'),
(65,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','pd3Li4dogJSDBLoUqe8Y7sc8aZmokwOA','instagram_chatbot','insta flow','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100,\"y\":300},\"data\":{\"whPhonePath\":\"\",\"sourceSlug\":\"instagram_chatbot\",\"sourceTitle\":\"Instagram DM\"},\"type\":\"INITIAL\",\"width\":320,\"height\":199,\"selected\":false,\"dragging\":false},{\"id\":\"1777473492141\",\"position\":{\"x\":495.76714100905565,\"y\":318.53557567917204},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple Text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"your message is: {{{senderMessage}}}\\n\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":300,\"height\":211,\"selected\":true,\"positionAbsolute\":{\"x\":495.76714100905565,\"y\":318.53557567917204},\"dragging\":false}],\"edges\":[{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"initialNode\",\"sourceHandle\":\"76X3UfOu6BVzZtrrLkCESkGp3YgHx5yv\",\"target\":\"1777473492141\",\"targetHandle\":\"1777473492141-target\",\"id\":\"reactflow__edge-initialNode76X3UfOu6BVzZtrrLkCESkGp3YgHx5yv-17774734921411777473492141-target\"}]}','2026-04-29 14:38:36'),
(66,1,'bNaDKizgcV7C19RYLZ6bBBH8beVhPpZY','zWsBBfycP4sxfuaazO5TQHNQCoNTWcT1','instagram_chatbot','Insta','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100,\"y\":300},\"data\":{\"whPhonePath\":\"\",\"sourceSlug\":\"instagram_chatbot\",\"sourceTitle\":\"Instagram DM\"},\"type\":\"INITIAL\",\"width\":320,\"height\":199,\"selected\":false,\"dragging\":false},{\"id\":\"1777542399984\",\"position\":{\"x\":503.8705857126479,\"y\":287.8985725383323},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple Text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Welcome to *Reivew Card*\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":300,\"height\":211,\"selected\":true,\"positionAbsolute\":{\"x\":503.8705857126479,\"y\":287.8985725383323},\"dragging\":false},{\"id\":\"1777542442067\",\"position\":{\"x\":916.8172420215465,\"y\":286.89012024986},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple Text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Call us\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":300,\"height\":211,\"selected\":false,\"positionAbsolute\":{\"x\":916.8172420215465,\"y\":286.89012024986},\"dragging\":false}],\"edges\":[{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"initialNode\",\"sourceHandle\":\"DI6UqPkdwAXGZhLY2nj2PVDGKC85QfYz\",\"target\":\"1777542399984\",\"targetHandle\":\"1777542399984-target\",\"id\":\"reactflow__edge-initialNodeDI6UqPkdwAXGZhLY2nj2PVDGKC85QfYz-17775423999841777542399984-target\"},{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1777542399984\",\"sourceHandle\":\"1777542399984-source\",\"target\":\"1777542442067\",\"targetHandle\":\"1777542442067-target\",\"id\":\"reactflow__edge-17775423999841777542399984-source-17775424420671777542442067-target\",\"selected\":false},{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1777542442067\",\"sourceHandle\":\"1777542442067-source\",\"target\":\"1777542399984\",\"targetHandle\":\"1777542399984-target\",\"id\":\"reactflow__edge-17775424420671777542442067-source-17775423999841777542399984-target\"}]}','2026-04-30 09:47:46'),
(67,1,'XCUNoN5r9s37fQsVdekFqam7Lk6TlYGZ','2','instagram_chatbot','sample1','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":438.3340879632465,\"y\":321.41468936316437},\"data\":{\"sourceSlug\":\"instagram_chatbot\",\"sourceTitle\":\"Instagram DM\",\"whPhonePath\":\"\"},\"type\":\"INITIAL\",\"width\":342,\"height\":313,\"selected\":false,\"positionAbsolute\":{\"x\":438.3340879632465,\"y\":321.41468936316437},\"dragging\":false},{\"id\":\"1749548562798\",\"position\":{\"x\":803,\"y\":343.40278643623594},\"data\":{\"moveToNextNode\":true,\"conditions\":[{\"type\":\"text_exact\",\"value\":\"A\",\"targetNodeId\":\"mefDlxn5VwIWsOTMDNrcA4j6mcSkHlxa\",\"name\":\"Condition 1\",\"caseSensitive\":false},{\"type\":\"text_exact\",\"value\":\"B\",\"targetNodeId\":\"PGh9my6UUiKhwogVr1ApN1XcCMJNZFdB\",\"name\":\"Condition 2\",\"caseSensitive\":false}],\"variable\":{\"message\":\"\",\"active\":false}},\"type\":\"CONDITION\",\"width\":340,\"height\":578,\"selected\":false,\"positionAbsolute\":{\"x\":803,\"y\":343.40278643623594},\"dragging\":false},{\"id\":\"1749548593825\",\"position\":{\"x\":1475.898821493084,\"y\":343},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Okay you are asking for the sales\"}}},\"type\":\"SEND_MESSAGE\",\"width\":300,\"height\":211,\"selected\":false,\"positionAbsolute\":{\"x\":1475.898821493084,\"y\":343},\"dragging\":false},{\"id\":\"1749548614817\",\"position\":{\"x\":1385.6105161534083,\"y\":602.4446689654922},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Okay you are asking for the support\"}}},\"type\":\"SEND_MESSAGE\",\"width\":300,\"height\":211,\"selected\":false,\"positionAbsolute\":{\"x\":1385.6105161534083,\"y\":602.4446689654922},\"dragging\":false},{\"id\":\"1777543775289\",\"position\":{\"x\":1377.5863861988353,\"y\":907.40489644941},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Okay you are asking for the C\"}}},\"type\":\"SEND_MESSAGE\",\"width\":300,\"height\":211,\"selected\":false,\"positionAbsolute\":{\"x\":1377.5863861988353,\"y\":907.40489644941},\"dragging\":false},{\"id\":\"1777543901781\",\"position\":{\"x\":2012.9633979301145,\"y\":502.0041130379735},\"data\":{\"moveToNextNode\":true,\"seconds\":30,\"resetSession\":true},\"type\":\"RESET\",\"width\":300,\"height\":237,\"selected\":false,\"positionAbsolute\":{\"x\":2012.9633979301145,\"y\":502.0041130379735},\"dragging\":false}],\"edges\":[{\"source\":\"1749548562798\",\"sourceHandle\":\"fvoxX8Lz7SR1a7xnVAH2ibWHprTJ0csU\",\"target\":\"1749548593825\",\"targetHandle\":\"1749548593825-target\",\"id\":\"reactflow__edge-1749548562798fvoxX8Lz7SR1a7xnVAH2ibWHprTJ0csU-17495485938251749548593825-target\",\"selected\":false},{\"source\":\"1749548562798\",\"sourceHandle\":\"KwOZiUVMuz9U2NimYsTzfZeAiJcFS8Ob\",\"target\":\"1749548614817\",\"targetHandle\":\"1749548614817-target\",\"id\":\"reactflow__edge-1749548562798KwOZiUVMuz9U2NimYsTzfZeAiJcFS8Ob-17495486148171749548614817-target\",\"selected\":false},{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"initialNode\",\"sourceHandle\":\"o7on2lpQv8WCXPugT7aklg2o0wzhJty5\",\"target\":\"1749548562798\",\"targetHandle\":null,\"id\":\"reactflow__edge-initialNodeo7on2lpQv8WCXPugT7aklg2o0wzhJty5-1749548562798\"},{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1749548562798\",\"sourceHandle\":\"mefDlxn5VwIWsOTMDNrcA4j6mcSkHlxa\",\"target\":\"1749548593825\",\"targetHandle\":\"1749548593825-target\",\"id\":\"reactflow__edge-1749548562798mefDlxn5VwIWsOTMDNrcA4j6mcSkHlxa-17495485938251749548593825-target\"},{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1749548562798\",\"sourceHandle\":\"PGh9my6UUiKhwogVr1ApN1XcCMJNZFdB\",\"target\":\"1749548614817\",\"targetHandle\":\"1749548614817-target\",\"id\":\"reactflow__edge-1749548562798PGh9my6UUiKhwogVr1ApN1XcCMJNZFdB-17495486148171749548614817-target\"},{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1749548562798\",\"sourceHandle\":\"default\",\"target\":\"1777543775289\",\"targetHandle\":\"1777543775289-target\",\"id\":\"reactflow__edge-1749548562798default-17775437752891777543775289-target\"},{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1749548593825\",\"sourceHandle\":\"1749548593825-source\",\"target\":\"1777543901781\",\"targetHandle\":\"1777543901781-target\",\"id\":\"reactflow__edge-17495485938251749548593825-source-17775439017811777543901781-target\"},{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1749548614817\",\"sourceHandle\":\"1749548614817-source\",\"target\":\"1777543901781\",\"targetHandle\":\"1777543901781-target\",\"id\":\"reactflow__edge-17495486148171749548614817-source-17775439017811777543901781-target\"},{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1777543775289\",\"sourceHandle\":\"1777543775289-source\",\"target\":\"1777543901781\",\"targetHandle\":\"1777543901781-target\",\"id\":\"reactflow__edge-17775437752891777543775289-source-17775439017811777543901781-target\"},{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1777543901781\",\"sourceHandle\":\"1777543901781-source\",\"target\":\"1749548562798\",\"targetHandle\":null,\"id\":\"reactflow__edge-17775439017811777543901781-source-1749548562798\"}]}','2026-04-30 09:53:17'),
(68,1,'bNaDKizgcV7C19RYLZ6bBBH8beVhPpZY','DDInMCUfbfVXfIqdXtDhTbxWNViqiyEe','instagram_chatbot','New Insta','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":-100.31207565625382,\"y\":276.7878710612925},\"data\":{\"whPhonePath\":\"\",\"sourceSlug\":\"instagram_chatbot\",\"sourceTitle\":\"Instagram DM\"},\"type\":\"INITIAL\",\"width\":320,\"height\":199,\"selected\":false,\"positionAbsolute\":{\"x\":-100.31207565625382,\"y\":276.7878710612925},\"dragging\":false},{\"id\":\"1777543284219\",\"position\":{\"x\":417.11663431692557,\"y\":295.89200776393784},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple Text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Welcome to ReviewCard.in\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":300,\"height\":211,\"selected\":false,\"positionAbsolute\":{\"x\":417.11663431692557,\"y\":295.89200776393784},\"dragging\":false},{\"id\":\"1777543302030\",\"position\":{\"x\":750.6452650061699,\"y\":278.69783817971},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple Text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"ok\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":300,\"height\":211,\"selected\":true,\"positionAbsolute\":{\"x\":750.6452650061699,\"y\":278.69783817971},\"dragging\":false}],\"edges\":[{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"initialNode\",\"sourceHandle\":\"pVwygM1cGfo3KuAuhmg81nQVoELi5kh3\",\"target\":\"1777543284219\",\"targetHandle\":\"1777543284219-target\",\"id\":\"reactflow__edge-initialNodepVwygM1cGfo3KuAuhmg81nQVoELi5kh3-17775432842191777543284219-target\"},{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1777543284219\",\"sourceHandle\":\"1777543284219-source\",\"target\":\"1777543302030\",\"targetHandle\":\"1777543302030-target\",\"id\":\"reactflow__edge-17775432842191777543284219-source-17775433020301777543302030-target\"},{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1777543302030\",\"sourceHandle\":\"1777543302030-source\",\"target\":\"1777543284219\",\"targetHandle\":\"1777543284219-target\",\"id\":\"reactflow__edge-17775433020301777543302030-source-17775432842191777543284219-target\"}]}','2026-04-30 10:01:52'),
(69,1,'rfyiXC3ayqCpvDumCj2vhDGtA4JDI8E4','gEgnC5XiGmoW0wC0S0evKLEefjQH7POe','instagram_chatbot','demo-1','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":21.147650468260224,\"y\":294.0601230821545},\"data\":{\"whPhonePath\":\"\",\"sourceSlug\":\"instagram_chatbot\",\"sourceTitle\":\"Instagram DM\"},\"type\":\"INITIAL\",\"width\":320,\"height\":199,\"selected\":false,\"positionAbsolute\":{\"x\":21.147650468260224,\"y\":294.0601230821545},\"dragging\":false},{\"id\":\"1777548494461\",\"position\":{\"x\":375.89401807041025,\"y\":33.83656945479093},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple Text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Hi! kese ho friend, sab theek hai aur ghar me sab kese hai sab?\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":300,\"height\":211,\"selected\":false,\"positionAbsolute\":{\"x\":375.89401807041025,\"y\":33.83656945479093},\"dragging\":false},{\"id\":\"1777548972579\",\"position\":{\"x\":1586.9044185958505,\"y\":-21.438524085256816},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple Text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Bahut badiya friend. dubara mil  kar khushi mili\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":300,\"height\":211,\"selected\":false,\"positionAbsolute\":{\"x\":1586.9044185958505,\"y\":-21.438524085256816},\"dragging\":false},{\"id\":\"1777549156820\",\"position\":{\"x\":1588.624934945539,\"y\":243.97966051883395},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple Text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"koi baat nahi, batye me help kar sakta hu?\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":300,\"height\":211,\"selected\":false,\"positionAbsolute\":{\"x\":1588.624934945539,\"y\":243.97966051883395},\"dragging\":false},{\"id\":\"1777550304976\",\"position\":{\"x\":2032.7090923020457,\"y\":-108.64735616945799},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple Text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Me apko jald hi reply karunga. ok\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":300,\"height\":211,\"selected\":false,\"positionAbsolute\":{\"x\":2032.7090923020457,\"y\":-108.64735616945799},\"dragging\":false}],\"edges\":[{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"initialNode\",\"sourceHandle\":\"bdqvEG5zq9cmXWS5B0efsVoeK4i19tx6\",\"target\":\"1777548494461\",\"targetHandle\":\"1777548494461-target\",\"id\":\"reactflow__edge-initialNodebdqvEG5zq9cmXWS5B0efsVoeK4i19tx6-17775484944611777548494461-target\"},{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1777548972579\",\"sourceHandle\":\"1777548972579-source\",\"target\":\"1777550304976\",\"targetHandle\":\"1777550304976-target\",\"id\":\"reactflow__edge-17775489725791777548972579-source-17775503049761777550304976-target\"},{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1777548494461\",\"sourceHandle\":\"1777548494461-source\",\"target\":\"1777548972579\",\"targetHandle\":\"1777548972579-target\",\"id\":\"reactflow__edge-17775484944611777548494461-source-17775489725791777548972579-target\"}]}','2026-04-30 11:59:03'),
(70,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','3I011n41xD4EkGYEOdNIzr2lsAKUAlJ5','instagram_comment','insta com','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100.77231565329885,\"y\":300},\"data\":{\"whPhonePath\":\"\",\"sourceSlug\":\"instagram_comment\",\"sourceTitle\":\"Instagram Comment\"},\"type\":\"INITIAL\",\"width\":320,\"height\":223,\"selected\":false,\"positionAbsolute\":{\"x\":100.77231565329885,\"y\":300},\"dragging\":false},{\"id\":\"1777568214812\",\"position\":{\"x\":535.1552393272962,\"y\":289.9598965071151},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple Text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"hello bro\\n\\nsendermobile: {{{senderMobile}}}\\nsenderMessage: {{{senderMessage}}}\\nsenderName: {{{senderName}}}\\ncommentId: {{{commentId}}}\\nmediaId: {{{mediaId}}}\\ncommentText: {{{commentText}}}\\n\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":300,\"height\":211,\"selected\":true,\"positionAbsolute\":{\"x\":535.1552393272962,\"y\":289.9598965071151},\"dragging\":false}],\"edges\":[{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"initialNode\",\"sourceHandle\":\"w85RqpH7UxdzpaV65Dkpx5hLE1uebkMR\",\"target\":\"1777568214812\",\"targetHandle\":\"1777568214812-target\",\"id\":\"reactflow__edge-initialNodew85RqpH7UxdzpaV65Dkpx5hLE1uebkMR-17775682148121777568214812-target\"}]}','2026-04-30 16:57:51'),
(72,1,'dYKZm9gVZ5uY1MAqR2qBFNYpXAQSIcNw','1NHSwHju2L8UHmO1CfDhQVosiSEPf6cZ','instagram_chatbot','insta dm','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100,\"y\":300},\"data\":{\"whPhonePath\":\"\",\"sourceSlug\":\"instagram_chatbot\",\"sourceTitle\":\"Instagram DM\"},\"type\":\"INITIAL\",\"width\":320,\"height\":199,\"selected\":false,\"dragging\":false},{\"id\":\"1777651294819\",\"position\":{\"x\":478.9576547231269,\"y\":296.0912052117264},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple Text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"hello welcome to chat. Your message was {{{senderMessage}}}\\n\\n1: sales\\n2: support\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":300,\"height\":211,\"selected\":true,\"positionAbsolute\":{\"x\":478.9576547231269,\"y\":296.0912052117264},\"dragging\":false},{\"id\":\"1777651306694\",\"position\":{\"x\":828.9902280130292,\"y\":218.69706840390882},\"data\":{\"moveToNextNode\":true,\"conditions\":[{\"type\":\"text_contains\",\"value\":\"1\",\"targetNodeId\":\"yKeWF0YGfLKLoa7yp9xaNdHSsbXXH8ZV\",\"name\":\"Condition 1\",\"caseSensitive\":false},{\"type\":\"text_contains\",\"value\":\"2\",\"targetNodeId\":\"OH46Ds3XzXnGjYtKCuuLTq4ttWcuIJr7\",\"name\":\"Condition 2\",\"caseSensitive\":false}],\"variable\":{\"message\":\"\",\"active\":false}},\"type\":\"CONDITION\",\"width\":340,\"height\":578,\"selected\":false,\"positionAbsolute\":{\"x\":828.9902280130292,\"y\":218.69706840390882},\"dragging\":false},{\"id\":\"1777651318935\",\"position\":{\"x\":1238.4364820846902,\"y\":307.03583061889253},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple Text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"thanks for choosing sales\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":300,\"height\":211,\"selected\":false,\"positionAbsolute\":{\"x\":1238.4364820846902,\"y\":307.03583061889253},\"dragging\":false},{\"id\":\"1777651331069\",\"position\":{\"x\":1279.0553745928335,\"y\":516.514657980456},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple Text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"thanks for choosing support\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":300,\"height\":211,\"selected\":false,\"positionAbsolute\":{\"x\":1279.0553745928335,\"y\":516.514657980456},\"dragging\":false}],\"edges\":[{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"initialNode\",\"sourceHandle\":\"MJYoglVHUsjA9OzhX1FvOqe2VqCUEQOu\",\"target\":\"1777651294819\",\"targetHandle\":\"1777651294819-target\",\"id\":\"reactflow__edge-initialNodeMJYoglVHUsjA9OzhX1FvOqe2VqCUEQOu-17776512948191777651294819-target\"},{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1777651294819\",\"sourceHandle\":\"1777651294819-source\",\"target\":\"1777651306694\",\"targetHandle\":null,\"id\":\"reactflow__edge-17776512948191777651294819-source-1777651306694\"},{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1777651306694\",\"sourceHandle\":\"yKeWF0YGfLKLoa7yp9xaNdHSsbXXH8ZV\",\"target\":\"1777651318935\",\"targetHandle\":\"1777651318935-target\",\"id\":\"reactflow__edge-1777651306694yKeWF0YGfLKLoa7yp9xaNdHSsbXXH8ZV-17776513189351777651318935-target\"},{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1777651306694\",\"sourceHandle\":\"OH46Ds3XzXnGjYtKCuuLTq4ttWcuIJr7\",\"target\":\"1777651331069\",\"targetHandle\":\"1777651331069-target\",\"id\":\"reactflow__edge-1777651306694OH46Ds3XzXnGjYtKCuuLTq4ttWcuIJr7-17776513310691777651331069-target\"},{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1777651318935\",\"sourceHandle\":\"1777651318935-source\",\"target\":\"1777651294819\",\"targetHandle\":\"1777651294819-target\",\"id\":\"reactflow__edge-17776513189351777651318935-source-17776512948191777651294819-target\"},{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1777651331069\",\"sourceHandle\":\"1777651331069-source\",\"target\":\"1777651294819\",\"targetHandle\":\"1777651294819-target\",\"id\":\"reactflow__edge-17776513310691777651331069-source-17776512948191777651294819-target\"}]}','2026-05-01 16:02:44'),
(73,1,'dYKZm9gVZ5uY1MAqR2qBFNYpXAQSIcNw','b2kLAkIloaszOOK9GqxsU2zxLem3iQvC','instagram_comment','insta comment','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100.77231565329885,\"y\":300},\"data\":{\"whPhonePath\":\"\",\"sourceSlug\":\"instagram_comment\",\"sourceTitle\":\"Instagram Comment\"},\"type\":\"INITIAL\",\"width\":320,\"height\":199,\"selected\":false,\"positionAbsolute\":{\"x\":100.77231565329885,\"y\":300},\"dragging\":false},{\"id\":\"1777651420561\",\"position\":{\"x\":498.8564036222509,\"y\":333.98188874514875},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple Text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Hello thank you for commenting to the product. The link is here: https://codeyon.com\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":300,\"height\":211,\"selected\":false,\"positionAbsolute\":{\"x\":498.8564036222509,\"y\":333.98188874514875},\"dragging\":false}],\"edges\":[{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"initialNode\",\"sourceHandle\":\"ypyMzCXPaMl0PtvEwmEHnm03QgyXRDG5\",\"target\":\"1777651420561\",\"targetHandle\":\"1777651420561-target\",\"id\":\"reactflow__edge-initialNodeypyMzCXPaMl0PtvEwmEHnm03QgyXRDG5-17776514205611777651420561-target\"}]}','2026-05-01 16:04:01'),
(74,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','WzsRdOgkHq73s6HL3ZvEPukT9AYyuPDg','wa_chatbot','chat label','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100,\"y\":300},\"data\":{\"whPhonePath\":\"\"},\"type\":\"INITIAL\",\"width\":320,\"height\":199},{\"id\":\"1777735282650\",\"position\":{\"x\":489.1205211726385,\"y\":317.9804560260587},\"data\":{\"moveToNextNode\":false,\"labelsToAdd\":[{\"id\":1,\"uid\":\"lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8\",\"hex\":\"#d86a6a\",\"title\":\"Important\",\"createdAt\":\"2025-02-04T02:39:27.000Z\"},{\"id\":9,\"uid\":\"lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8\",\"hex\":\"#72edde\",\"title\":\"Not Int\",\"createdAt\":\"2025-02-04T02:49:07.000Z\"},{\"id\":10,\"uid\":\"lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8\",\"hex\":\"#6366F1\",\"title\":\"new tag\",\"createdAt\":\"2025-06-06T23:45:50.000Z\"}],\"labelsToRemove\":[]},\"type\":\"SET_CHAT_LABEL\",\"width\":340,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":489.1205211726385,\"y\":317.9804560260587},\"dragging\":false},{\"id\":\"1777735291525\",\"position\":{\"x\":897.0032573289905,\"y\":384.4299674267101},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple Text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"chat tags added or removed\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":300,\"height\":211,\"selected\":false,\"positionAbsolute\":{\"x\":897.0032573289905,\"y\":384.4299674267101},\"dragging\":false}],\"edges\":[{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"initialNode\",\"sourceHandle\":\"BEssFX1a9XTI1qliDyo8ON66rE0pnIBw\",\"target\":\"1777735282650\",\"targetHandle\":\"1777735282650-target\",\"id\":\"reactflow__edge-initialNodeBEssFX1a9XTI1qliDyo8ON66rE0pnIBw-17777352826501777735282650-target\"},{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1777735282650\",\"sourceHandle\":\"1777735282650-source\",\"target\":\"1777735291525\",\"targetHandle\":\"1777735291525-target\",\"id\":\"reactflow__edge-17777352826501777735282650-source-17777352915251777735291525-target\"},{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1777735291525\",\"sourceHandle\":\"1777735291525-source\",\"target\":\"1777735282650\",\"targetHandle\":\"1777735282650-target\",\"id\":\"reactflow__edge-17777352915251777735291525-source-17777352826501777735282650-target\"}]}','2026-05-02 15:21:55'),
(75,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','HMRgL1Ly9QkA75HCHwjdORK87hONaZHb','wa_chatbot','ai flow','{\"nodes\":[{\"id\":\"initialNode\",\"type\":\"INITIAL\",\"position\":{\"x\":0,\"y\":300},\"data\":{},\"width\":320,\"height\":199},{\"id\":\"n1\",\"type\":\"RESPONSE_SAVER\",\"position\":{\"x\":350,\"y\":300},\"data\":{\"moveToNextNode\":true,\"variables\":[{\"varName\":\"userMessage\",\"responsePath\":\"message.senderMessage\"}]},\"width\":340,\"height\":287},{\"id\":\"n2\",\"type\":\"CONDITION\",\"position\":{\"x\":754.1736319955887,\"y\":287.8385724091536},\"data\":{\"moveToNextNode\":true,\"conditions\":[{\"type\":\"text_exact\",\"value\":\"hello\",\"targetNodeId\":\"cond_handle_1\",\"name\":\"Hello branch\",\"caseSensitive\":false}],\"variable\":{\"message\":\"\",\"active\":false}},\"width\":340,\"height\":378,\"selected\":false,\"positionAbsolute\":{\"x\":754.1736319955887,\"y\":287.8385724091536},\"dragging\":false},{\"id\":\"n3\",\"type\":\"SEND_MESSAGE\",\"position\":{\"x\":1216.9432332925285,\"y\":310.0610220237114},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple Text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"You said hello with the message: {{userMessage}}\"}},\"webhook\":{}},\"width\":300,\"height\":211,\"selected\":true,\"positionAbsolute\":{\"x\":1216.9432332925285,\"y\":310.0610220237114},\"dragging\":false},{\"id\":\"n4\",\"type\":\"SEND_MESSAGE\",\"position\":{\"x\":1198.1482997430387,\"y\":590.6579147681281},\"data\":{\"moveToNextNode\":true,\"type\":{\"type\":\"text\",\"title\":\"Simple Text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"You did not say hello, you said: {{userMessage}}\"}},\"webhook\":{}},\"width\":300,\"height\":211,\"selected\":false,\"positionAbsolute\":{\"x\":1198.1482997430387,\"y\":590.6579147681281},\"dragging\":false}],\"edges\":[{\"id\":\"e1\",\"source\":\"initialNode\",\"target\":\"n1\",\"type\":\"smoothstep\",\"animated\":false},{\"id\":\"e2\",\"source\":\"n1\",\"target\":\"n2\",\"type\":\"smoothstep\",\"animated\":false},{\"id\":\"e3\",\"source\":\"n2\",\"target\":\"n3\",\"sourceHandle\":\"cond_handle_1\",\"type\":\"smoothstep\",\"animated\":false},{\"id\":\"e4\",\"source\":\"n2\",\"target\":\"n4\",\"sourceHandle\":\"default\",\"type\":\"smoothstep\",\"animated\":false}]}','2026-05-03 14:27:56'),
(76,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','pTZf5DkihQZ1d1EVC1tT0p6y6xm2r5fU','wa_chatbot','wa flow','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100,\"y\":300},\"data\":{\"whPhonePath\":\"\"},\"type\":\"INITIAL\",\"width\":320,\"height\":199},{\"id\":\"1777832017215\",\"position\":{\"x\":512.75808538163,\"y\":324.71410090556276},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple Text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"send something i will send you form bro\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":300,\"height\":211,\"selected\":false,\"positionAbsolute\":{\"x\":512.75808538163,\"y\":324.71410090556276},\"dragging\":false},{\"id\":\"1777832031872\",\"position\":{\"x\":893.0789133247088,\"y\":308.4954721862872},\"data\":{\"moveToNextNode\":true,\"waForm\":{\"id\":4,\"uid\":\"lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8\",\"name\":\"Contact Form\",\"description\":\"CONTACT_US\",\"flow_id\":\"958428203645439\",\"flow_status\":\"PUBLISHED\",\"fields_json\":\"[]\",\"createdAt\":\"2026-05-03T11:59:47.000Z\",\"updatedAt\":\"2026-05-03T11:59:47.000Z\",\"fields\":[]},\"headerText\":\"fill that data\",\"bodyText\":\"{{{senderName}}}, Please fill it\",\"footerText\":\"Powered by WhatsCRM Flows\",\"ctaText\":\"Open This\"},\"type\":\"SEND_WA_FORM\",\"width\":333,\"height\":474,\"selected\":true,\"positionAbsolute\":{\"x\":893.0789133247088,\"y\":308.4954721862872},\"dragging\":false},{\"id\":\"1777832046289\",\"position\":{\"x\":1351.514465247249,\"y\":354.19803524086615},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple Text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"You got a form\"}},\"webhook\":{}},\"type\":\"SEND_MESSAGE\",\"width\":300,\"height\":211,\"selected\":false,\"positionAbsolute\":{\"x\":1351.514465247249,\"y\":354.19803524086615},\"dragging\":false}],\"edges\":[{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"initialNode\",\"sourceHandle\":\"qtgLm7AtjHKCtO1WBQxJ94e0bQr7JWd4\",\"target\":\"1777832017215\",\"targetHandle\":\"1777832017215-target\",\"id\":\"reactflow__edge-initialNodeqtgLm7AtjHKCtO1WBQxJ94e0bQr7JWd4-17778320172151777832017215-target\"},{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1777832017215\",\"sourceHandle\":\"1777832017215-source\",\"target\":\"1777832031872\",\"targetHandle\":\"1777832031872-target\",\"id\":\"reactflow__edge-17778320172151777832017215-source-17778320318721777832031872-target\"},{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1777832031872\",\"sourceHandle\":\"1777832031872-source\",\"target\":\"1777832046289\",\"targetHandle\":\"1777832046289-target\",\"id\":\"reactflow__edge-17778320318721777832031872-source-17778320462891777832046289-target\"},{\"animated\":false,\"style\":{\"stroke\":\"#00A884\",\"strokeWidth\":2},\"type\":\"smoothstep\",\"source\":\"1777832046289\",\"sourceHandle\":\"1777832046289-source\",\"target\":\"1777832017215\",\"targetHandle\":\"1777832017215-target\",\"id\":\"reactflow__edge-17778320462891777832046289-source-17778320172151777832017215-target\"}]}','2026-05-03 18:14:44');
/*!40000 ALTER TABLE `beta_flows` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `broadcast`
--

DROP TABLE IF EXISTS `broadcast`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `broadcast` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `broadcast_id` varchar(999) DEFAULT NULL,
  `uid` varchar(999) DEFAULT NULL,
  `title` varchar(999) DEFAULT NULL,
  `templet` longtext DEFAULT NULL,
  `phonebook` longtext DEFAULT NULL,
  `status` varchar(999) DEFAULT NULL,
  `schedule` datetime DEFAULT NULL,
  `timezone` varchar(999) DEFAULT 'Asia/Kolkata',
  `createdAt` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `broadcast`
--

LOCK TABLES `broadcast` WRITE;
/*!40000 ALTER TABLE `broadcast` DISABLE KEYS */;
/*!40000 ALTER TABLE `broadcast` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `broadcast_log`
--

DROP TABLE IF EXISTS `broadcast_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `broadcast_log` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` varchar(999) DEFAULT NULL,
  `broadcast_id` varchar(999) DEFAULT NULL,
  `templet_name` varchar(999) DEFAULT NULL,
  `is_read` int(1) DEFAULT 0,
  `meta_msg_id` varchar(999) DEFAULT NULL,
  `sender_mobile` varchar(999) DEFAULT NULL,
  `send_to` varchar(999) DEFAULT NULL,
  `delivery_status` varchar(999) DEFAULT 'PENDING',
  `delivery_time` varchar(999) DEFAULT NULL,
  `err` longtext DEFAULT NULL,
  `example` longtext DEFAULT NULL,
  `contact` longtext DEFAULT NULL,
  `createdAt` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `broadcast_log`
--

LOCK TABLES `broadcast_log` WRITE;
/*!40000 ALTER TABLE `broadcast_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `broadcast_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `chat_tags`
--

DROP TABLE IF EXISTS `chat_tags`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chat_tags` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` varchar(999) DEFAULT NULL,
  `hex` varchar(999) DEFAULT NULL,
  `title` longtext DEFAULT NULL,
  `createdAt` timestamp NULL DEFAULT current_timestamp(),
  `show_on_kanban` tinyint(1) DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `idx_uid` (`uid`(150))
) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `chat_tags`
--

LOCK TABLES `chat_tags` WRITE;
/*!40000 ALTER TABLE `chat_tags` DISABLE KEYS */;
INSERT INTO `chat_tags` VALUES
(1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','#d86a6a','Important','2025-02-04 08:09:27',1),
(9,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','#72edde','Not Int','2025-02-04 08:19:07',1),
(10,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','#6366F1','new tag','2025-06-07 05:15:50',1);
/*!40000 ALTER TABLE `chat_tags` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `chat_widget`
--

DROP TABLE IF EXISTS `chat_widget`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chat_widget` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `unique_id` varchar(999) DEFAULT NULL,
  `uid` varchar(999) DEFAULT NULL,
  `title` varchar(999) DEFAULT NULL,
  `whatsapp_number` varchar(999) DEFAULT NULL,
  `logo` varchar(999) DEFAULT NULL,
  `place` varchar(999) DEFAULT NULL,
  `size` varchar(999) DEFAULT NULL,
  `createdAt` timestamp NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `chat_widget`
--

LOCK TABLES `chat_widget` WRITE;
/*!40000 ALTER TABLE `chat_widget` DISABLE KEYS */;
INSERT INTO `chat_widget` VALUES
(5,'ydHVJqmfnL','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','test','918430088300','whatsapp-color-icon.png','BOTTOM_RIGHT','65','2024-04-10 14:09:49');
/*!40000 ALTER TABLE `chat_widget` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `chatbot`
--

DROP TABLE IF EXISTS `chatbot`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chatbot` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` varchar(999) DEFAULT NULL,
  `title` varchar(999) DEFAULT NULL,
  `for_all` int(1) DEFAULT 0,
  `chats` longtext DEFAULT NULL,
  `flow` longtext DEFAULT NULL,
  `flow_id` varchar(999) DEFAULT NULL,
  `active` int(1) DEFAULT 0,
  `createdAt` timestamp NOT NULL DEFAULT current_timestamp(),
  `origin` longtext DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `chatbot`
--

LOCK TABLES `chatbot` WRITE;
/*!40000 ALTER TABLE `chatbot` DISABLE KEYS */;
/*!40000 ALTER TABLE `chatbot` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `chats`
--

DROP TABLE IF EXISTS `chats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `chats` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `chat_id` varchar(999) DEFAULT NULL,
  `uid` varchar(999) DEFAULT NULL,
  `last_message_came` varchar(999) DEFAULT NULL,
  `chat_note` longtext DEFAULT NULL,
  `chat_tags` longtext DEFAULT NULL,
  `sender_name` varchar(999) DEFAULT NULL,
  `sender_mobile` varchar(999) DEFAULT NULL,
  `chat_status` varchar(999) DEFAULT 'open',
  `is_opened` int(1) DEFAULT 0,
  `last_message` longtext DEFAULT NULL,
  `createdAt` timestamp NOT NULL DEFAULT current_timestamp(),
  `origin` varchar(999) DEFAULT 'meta',
  `profile` longtext DEFAULT NULL,
  `other` longtext DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `chats`
--

LOCK TABLES `chats` WRITE;
/*!40000 ALTER TABLE `chats` DISABLE KEYS */;
/*!40000 ALTER TABLE `chats` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `contact`
--

DROP TABLE IF EXISTS `contact`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `contact` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` varchar(999) DEFAULT NULL,
  `phonebook_id` varchar(999) DEFAULT NULL,
  `phonebook_name` varchar(999) DEFAULT NULL,
  `name` varchar(999) DEFAULT NULL,
  `mobile` varchar(999) DEFAULT NULL,
  `var1` varchar(999) DEFAULT NULL,
  `var2` varchar(999) DEFAULT NULL,
  `var3` varchar(999) DEFAULT NULL,
  `var4` varchar(999) DEFAULT NULL,
  `var5` varchar(999) DEFAULT NULL,
  `createdAt` timestamp NOT NULL DEFAULT current_timestamp(),
  `var6` varchar(999) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_uid_mobile` (`uid`(120),`mobile`(80)),
  KEY `idx_uid` (`uid`(150))
) ENGINE=InnoDB AUTO_INCREMENT=58 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `contact`
--

LOCK TABLES `contact` WRITE;
/*!40000 ALTER TABLE `contact` DISABLE KEYS */;
INSERT INTO `contact` VALUES
(48,'OnjWZ9wHtdqTrAnZL32DgYbZjs3UZlis','39','code','codeyon','918430088300',NULL,NULL,NULL,NULL,NULL,'2025-09-09 09:26:18',NULL),
(55,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','37','Codeyon','Codeyon','918430088300','one','two','three','four','five','2026-03-28 12:46:53',NULL),
(57,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','37','Codeyon','codeyon insta','1270834648022483','','','','','','2026-04-29 13:59:42',NULL);
/*!40000 ALTER TABLE `contact` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `contact_form`
--

DROP TABLE IF EXISTS `contact_form`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `contact_form` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `email` varchar(999) DEFAULT NULL,
  `name` varchar(999) DEFAULT NULL,
  `mobile` varchar(999) DEFAULT NULL,
  `content` longtext DEFAULT NULL,
  `createdAt` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `contact_form`
--

LOCK TABLES `contact_form` WRITE;
/*!40000 ALTER TABLE `contact_form` DISABLE KEYS */;
INSERT INTO `contact_form` VALUES
(1,'email@gmail.com','John do','+91999999999','hello, what are the charges','2024-02-28 07:57:12'),
(5,'Rosslina70@gmail.com','Rosslina bt Mohamed Ali','0182124394','Urut Terapuetic  Neuromuskuler & Terapi Getaran Saraf','2026-01-10 04:07:53'),
(6,'email@gmail.com','asd','91823233','asdsad','2026-01-23 07:35:43'),
(7,'em@am.com','name','12','Hello ','2026-03-31 11:41:38');
/*!40000 ALTER TABLE `contact_form` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `faq`
--

DROP TABLE IF EXISTS `faq`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `faq` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `question` longtext DEFAULT NULL,
  `answer` longtext DEFAULT NULL,
  `createdAt` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `faq`
--

LOCK TABLES `faq` WRITE;
/*!40000 ALTER TABLE `faq` DISABLE KEYS */;
INSERT INTO `faq` VALUES
(4,'Can I use my existing WhatsApp number?','Yes, you can use an existing WhatsApp number. However, before onboarding, you must first delete the WhatsApp account linked to that number. If you wish to back up your WhatsApp text messages so that you can restore to WhatsCRM, you can use our Chat backup plugin','2024-02-27 11:20:45'),
(5,'Can I use my existing WhatsApp number?','Yes, you can use an existing WhatsApp number. However, before onboarding, you must first delete the WhatsApp account linked to that number. If you wish to back up your WhatsApp text messages so that you can restore to WhatsCRM, you can use our Chat backup plugin','2024-02-27 11:20:52'),
(6,'Can I use my existing WhatsApp number?','Yes, you can use an existing WhatsApp number. However, before onboarding, you must first delete the WhatsApp account linked to that number. If you wish to back up your WhatsApp text messages so that you can restore to WhatsCRM, you can use our Chat backup plugin','2024-02-27 11:20:57'),
(7,'Can I use my existing WhatsApp number?','Yes, you can use an existing WhatsApp number. However, before onboarding, you must first delete the WhatsApp account linked to that number. If you wish to back up your WhatsApp text messages so that you can restore to WhatsCRM, you can use our Chat backup plugin','2024-02-27 11:21:05');
/*!40000 ALTER TABLE `faq` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `fcm_tokens`
--

DROP TABLE IF EXISTS `fcm_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `fcm_tokens` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` varchar(999) DEFAULT NULL,
  `token` text DEFAULT NULL,
  `other` longtext DEFAULT NULL,
  `createdAt` timestamp NULL DEFAULT current_timestamp(),
  `updatedAt` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `fcm_tokens`
--

LOCK TABLES `fcm_tokens` WRITE;
/*!40000 ALTER TABLE `fcm_tokens` DISABLE KEYS */;
INSERT INTO `fcm_tokens` VALUES
(6,'n9xrxIvwIajEo2JO2poQ0b3UyUnhUF3g','e17Ch_Nz_A2pttqHba_Ex5:APA91bFIrS1dekjKpt6yYK-OwpDZgCurGT9lslKdDp67gLGV7SWPqBJ5DrPocl9fB8PBP2gFQZEepV_-DngwCJV9gKqnzVLZAFEa_UhAsdkjhadKJAshd','{\"browser\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36\",\"platform\":\"MacIntel\",\"updatedAt\":\"2026-04-05T09:53:46.500Z\"}','2026-04-04 15:19:23','2026-04-05 09:53:46'),
(8,'HgSHZzWy7oLKayeiqozu0fLuKhRViyxp','fTl8BSwaUWfwDlG9dL5OsV:APA91bH-pnT6unznTUhov3CaWnzSWKTXwIWDrLjp9kA5vQy3l0YB2QMawNze0JQaXlUc_9sVlNoXc00avx8CJQngTkhBPvS1yMmhKRLHfY2rbrUCmh3Pntg','{\"browser\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36\",\"platform\":\"MacIntel\",\"updatedAt\":\"2026-04-29T16:11:09.186Z\"}','2026-04-29 16:11:09','2026-04-29 16:11:09');
/*!40000 ALTER TABLE `fcm_tokens` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `flow`
--

DROP TABLE IF EXISTS `flow`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `flow` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` varchar(999) DEFAULT NULL,
  `flow_id` varchar(999) DEFAULT NULL,
  `title` varchar(999) DEFAULT NULL,
  `createdAt` timestamp NOT NULL DEFAULT current_timestamp(),
  `prevent_list` longtext DEFAULT NULL,
  `ai_list` longtext DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=71 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `flow`
--

LOCK TABLES `flow` WRITE;
/*!40000 ALTER TABLE `flow` DISABLE KEYS */;
/*!40000 ALTER TABLE `flow` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `flow_data`
--

DROP TABLE IF EXISTS `flow_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `flow_data` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` varchar(999) DEFAULT NULL,
  `uniqueId` varchar(999) DEFAULT NULL,
  `inputs` longtext DEFAULT NULL,
  `other` longtext DEFAULT NULL,
  `meta_data` longtext DEFAULT NULL,
  `createdAt` timestamp NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `flow_data`
--

LOCK TABLES `flow_data` WRITE;
/*!40000 ALTER TABLE `flow_data` DISABLE KEYS */;
INSERT INTO `flow_data` VALUES
(10,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8-919690309316-jjjSjiuijujS','{\"heightVar\":\"15cm\",\"hisGender\":\"female\"}',NULL,NULL,'2025-04-11 05:40:03'),
(11,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8-918430088300-jjBIuiiBBuii','{\"testing\":\"test2\"}',NULL,NULL,'2025-04-14 10:29:51'),
(12,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8-918430088300-918430088300_lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8_MwU44R0m','{\"hisJob\":\"CEP\",\"hisName\":\"tony\"}',NULL,NULL,'2025-04-16 16:18:59'),
(13,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8-919711780353-919711780353_lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8_MwU44R0m',NULL,'{\"id\":\"1745049418487\",\"position\":{\"x\":640,\"y\":300},\"nodeType\":\"TAKE_INPUT\",\"data\":{\"msgContent\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"tell me name\"}},\"variableName\":\"hisName\",\"regex\":\"\",\"useRegEx\":false,\"keyword\":[]},\"type\":\"TAKE_INPUT\",\"width\":318,\"height\":295,\"selected\":false,\"positionAbsolute\":{\"x\":640,\"y\":300},\"dragging\":false}',NULL,'2025-04-19 07:58:59'),
(14,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8-918430088300-918430088300_lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8_zCB5YplH','{\"numero\":\"918430088300\"}',NULL,NULL,'2025-04-22 07:48:36'),
(15,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8-918430088300-918430088300_lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8_BCCT5dGr','{\"hisName\":\"John\",\"hisAge\":\"69\",\"messsage\":\"NA\"}','{\"id\":\"1746863459729\",\"position\":{\"x\":693,\"y\":283},\"nodeType\":\"TAKE_INPUT\",\"data\":{\"msgContent\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Hello whats your name?\"}},\"variableName\":\"hisName\",\"regex\":\"\",\"useRegEx\":false,\"keyword\":[]},\"type\":\"TAKE_INPUT\",\"width\":318,\"height\":295,\"selected\":false,\"positionAbsolute\":{\"x\":693,\"y\":283},\"dragging\":false}',NULL,'2025-05-10 07:52:33');
/*!40000 ALTER TABLE `flow_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `flow_session`
--

DROP TABLE IF EXISTS `flow_session`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `flow_session` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` varchar(999) DEFAULT NULL,
  `origin` varchar(999) DEFAULT NULL,
  `origin_id` varchar(999) DEFAULT NULL,
  `flow_id` varchar(999) DEFAULT NULL,
  `sender_mobile` varchar(999) DEFAULT NULL,
  `data` longtext DEFAULT NULL,
  `createdAt` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`),
  KEY `idx_uid_flow_sender` (`uid`(50),`flow_id`(50),`sender_mobile`(80)),
  KEY `idx_uid_flow` (`uid`(120),`flow_id`(120)),
  KEY `idx_uid_origin_flow` (`uid`(80),`origin`(50),`flow_id`(80))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `flow_session`
--

LOCK TABLES `flow_session` WRITE;
/*!40000 ALTER TABLE `flow_session` DISABLE KEYS */;
/*!40000 ALTER TABLE `flow_session` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `flow_templates`
--

DROP TABLE IF EXISTS `flow_templates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `flow_templates` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `source` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `data` longtext NOT NULL,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `flow_templates`
--

LOCK TABLES `flow_templates` WRITE;
/*!40000 ALTER TABLE `flow_templates` DISABLE KEYS */;
INSERT INTO `flow_templates` VALUES
(2,'Cond my admin','wa_chatbot','this is a manullu added one','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":-114,\"y\":281},\"data\":{},\"type\":\"INITIAL\",\"width\":342,\"height\":313,\"selected\":false,\"positionAbsolute\":{\"x\":-114,\"y\":281},\"dragging\":false},{\"id\":\"1749548541604\",\"position\":{\"x\":373,\"y\":289},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Hello! Welcome to codeyon it services. I can help you in the sales or support\"}}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":373,\"y\":289},\"dragging\":false},{\"id\":\"1749548562798\",\"position\":{\"x\":803,\"y\":133.2847110518145},\"data\":{\"moveToNextNode\":true,\"conditions\":[{\"type\":\"text_contains\",\"value\":\"sales\",\"targetNodeId\":\"fvoxX8Lz7SR1a7xnVAH2ibWHprTJ0csU\",\"name\":\"Condition 1\",\"caseSensitive\":false},{\"type\":\"text_contains\",\"value\":\"support\",\"targetNodeId\":\"KwOZiUVMuz9U2NimYsTzfZeAiJcFS8Ob\",\"name\":\"Condition 2\"}],\"variable\":{\"message\":\"\",\"active\":false}},\"type\":\"CONDITION\",\"width\":350,\"height\":835,\"selected\":false,\"positionAbsolute\":{\"x\":803,\"y\":133.2847110518145},\"dragging\":false},{\"id\":\"1749548593825\",\"position\":{\"x\":1254,\"y\":343},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Okay you are asking for the sales\"}}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":1254,\"y\":343},\"dragging\":false},{\"id\":\"1749548614817\",\"position\":{\"x\":1221.7931717181345,\"y\":610.8330260529622},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Okay you are asking for the support\"}}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":1221.7931717181345,\"y\":610.8330260529622},\"dragging\":false},{\"id\":\"1749548624676\",\"position\":{\"x\":1240.4949672843284,\"y\":897.4647994417787},\"data\":{\"moveToNextNode\":true,\"type\":{\"type\":\"image\",\"title\":\"Image\"},\"content\":{\"type\":\"image\",\"image\":{\"link\":\"http://localhost:3000/media/ALtn0fQ1inDwKL13jK3CThtc3n2UxXY0.png\",\"caption\":\"Sorry i dont understand!\"}}},\"type\":\"SEND_MESSAGE\",\"width\":370,\"height\":379,\"selected\":true,\"positionAbsolute\":{\"x\":1240.4949672843284,\"y\":897.4647994417787},\"dragging\":false}],\"edges\":[{\"source\":\"initialNode\",\"sourceHandle\":\"9cNT4DIJqf8TICbpzbgOm91VC06WJqG1\",\"target\":\"1749548541604\",\"targetHandle\":\"1749548541604-target\",\"id\":\"reactflow__edge-initialNode9cNT4DIJqf8TICbpzbgOm91VC06WJqG1-17495485416041749548541604-target\",\"selected\":false},{\"source\":\"1749548541604\",\"sourceHandle\":\"1749548541604-source\",\"target\":\"1749548562798\",\"targetHandle\":null,\"id\":\"reactflow__edge-17495485416041749548541604-source-1749548562798\",\"selected\":false},{\"source\":\"1749548562798\",\"sourceHandle\":\"fvoxX8Lz7SR1a7xnVAH2ibWHprTJ0csU\",\"target\":\"1749548593825\",\"targetHandle\":\"1749548593825-target\",\"id\":\"reactflow__edge-1749548562798fvoxX8Lz7SR1a7xnVAH2ibWHprTJ0csU-17495485938251749548593825-target\",\"selected\":false},{\"source\":\"1749548562798\",\"sourceHandle\":\"KwOZiUVMuz9U2NimYsTzfZeAiJcFS8Ob\",\"target\":\"1749548614817\",\"targetHandle\":\"1749548614817-target\",\"id\":\"reactflow__edge-1749548562798KwOZiUVMuz9U2NimYsTzfZeAiJcFS8Ob-17495486148171749548614817-target\",\"selected\":false},{\"source\":\"1749548562798\",\"sourceHandle\":\"default\",\"target\":\"1749548624676\",\"targetHandle\":\"1749548624676-target\",\"id\":\"reactflow__edge-1749548562798default-17495486246761749548624676-target\",\"selected\":false},{\"source\":\"1749548624676\",\"sourceHandle\":\"1749548624676-source\",\"target\":\"1749548541604\",\"targetHandle\":\"1749548541604-target\",\"id\":\"reactflow__edge-17495486246761749548624676-source-17495485416041749548541604-target\",\"selected\":false},{\"source\":\"1749548593825\",\"sourceHandle\":\"1749548593825-source\",\"target\":\"1749548541604\",\"targetHandle\":\"1749548541604-target\",\"id\":\"reactflow__edge-17495485938251749548593825-source-17495485416041749548541604-target\",\"selected\":false},{\"source\":\"1749548614817\",\"sourceHandle\":\"1749548614817-source\",\"target\":\"1749548541604\",\"targetHandle\":\"1749548541604-target\",\"id\":\"reactflow__edge-17495486148171749548614817-source-17495485416041749548541604-target\",\"selected\":false}]}','2026-03-10 08:13:43','2026-03-10 08:13:43'),
(5,'webhook','webhook_automation','this is webhook','{\"nodes\":[{\"id\":\"initialNode\",\"position\":{\"x\":100,\"y\":300},\"data\":{},\"type\":\"INITIAL\"},{\"id\":\"1749548764652\",\"position\":{\"x\":420,\"y\":274},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Hello there may i know you name please?\"}}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":420,\"y\":274},\"dragging\":false},{\"id\":\"1749548779224\",\"position\":{\"x\":864,\"y\":118},\"data\":{\"moveToNextNode\":true,\"variables\":[{\"varName\":\"hitname\",\"responsePath\":\"message.msgContext.text.body\"}]},\"type\":\"RESPONSE_SAVER\",\"width\":368,\"height\":878,\"selected\":false,\"positionAbsolute\":{\"x\":864,\"y\":118},\"dragging\":false},{\"id\":\"1749548806761\",\"position\":{\"x\":1335,\"y\":258},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Hello *{{{hitname}}}*,\\nMay i know your requirement?\"}}},\"type\":\"SEND_MESSAGE\",\"width\":318,\"height\":242,\"selected\":false,\"positionAbsolute\":{\"x\":1335,\"y\":258},\"dragging\":false},{\"id\":\"1749548849690\",\"position\":{\"x\":1747,\"y\":137},\"data\":{\"moveToNextNode\":true,\"variables\":[{\"varName\":\"hisreq\",\"responsePath\":\"message.msgContext.text.body\"}]},\"type\":\"RESPONSE_SAVER\",\"width\":368,\"height\":878,\"selected\":false,\"positionAbsolute\":{\"x\":1747,\"y\":137},\"dragging\":false},{\"id\":\"1749548865851\",\"position\":{\"x\":2171,\"y\":278},\"data\":{\"moveToNextNode\":false,\"type\":{\"type\":\"text\",\"title\":\"Simple text\"},\"content\":{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"Thank you we have taken your message!\\n\\nYour name: {{{hitname}}}\\nYour req: {{{hisreq}}}\\n\\n\\nWe will get back you!\"}}},\"type\":\"SEND_MESSAGE\",\"width\":320,\"height\":244,\"selected\":true,\"positionAbsolute\":{\"x\":2171,\"y\":278},\"dragging\":false}],\"edges\":[{\"source\":\"initialNode\",\"sourceHandle\":\"R6GOhH2bqVrXsKHQaGGIs7xVQc2JM0Ox\",\"target\":\"1749548764652\",\"targetHandle\":\"1749548764652-target\",\"id\":\"reactflow__edge-initialNodeR6GOhH2bqVrXsKHQaGGIs7xVQc2JM0Ox-17495487646521749548764652-target\"},{\"source\":\"1749548764652\",\"sourceHandle\":\"1749548764652-source\",\"target\":\"1749548779224\",\"targetHandle\":\"1749548779224-target\",\"id\":\"reactflow__edge-17495487646521749548764652-source-17495487792241749548779224-target\"},{\"source\":\"1749548779224\",\"sourceHandle\":\"1749548779224-source\",\"target\":\"1749548806761\",\"targetHandle\":\"1749548806761-target\",\"id\":\"reactflow__edge-17495487792241749548779224-source-17495488067611749548806761-target\"},{\"source\":\"1749548806761\",\"sourceHandle\":\"1749548806761-source\",\"target\":\"1749548849690\",\"targetHandle\":\"1749548849690-target\",\"id\":\"reactflow__edge-17495488067611749548806761-source-17495488496901749548849690-target\"},{\"source\":\"1749548849690\",\"sourceHandle\":\"1749548849690-source\",\"target\":\"1749548865851\",\"targetHandle\":\"1749548865851-target\",\"id\":\"reactflow__edge-17495488496901749548849690-source-17495488658511749548865851-target\"}]}','2026-03-10 08:29:39','2026-03-10 08:29:39');
/*!40000 ALTER TABLE `flow_templates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `g_auth`
--

DROP TABLE IF EXISTS `g_auth`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `g_auth` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` varchar(999) DEFAULT NULL,
  `label` varchar(999) DEFAULT NULL,
  `url` longtext DEFAULT NULL,
  `createdAt` timestamp NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `g_auth`
--

LOCK TABLES `g_auth` WRITE;
/*!40000 ALTER TABLE `g_auth` DISABLE KEYS */;
INSERT INTO `g_auth` VALUES
(1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','Sheet Auth 1','http://localhost:3000/media/9Lbkzx1FrY4KgSwhGDXk3w1cekGw42Qv.json','2025-04-16 12:04:43'),
(2,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','my google creds','http://localhost:3000/media/VdTAcsgYB2ihJdH5EtZbuRD4mTlFqcaX.json','2025-06-10 09:12:06'),
(3,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','10 june gsheet','http://localhost:3000/media/po33oppqqvONBMOdjIfcRGyLUGhBsjxG.json','2025-06-10 10:02:01');
/*!40000 ALTER TABLE `g_auth` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `gen_links`
--

DROP TABLE IF EXISTS `gen_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `gen_links` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `wa_mobile` varchar(999) DEFAULT NULL,
  `email` varchar(999) DEFAULT NULL,
  `msg` varchar(999) DEFAULT NULL,
  `createdAt` timestamp NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `gen_links`
--

LOCK TABLES `gen_links` WRITE;
/*!40000 ALTER TABLE `gen_links` DISABLE KEYS */;
INSERT INTO `gen_links` VALUES
(2,'918430088300','email@gmail.com','hey there i am using whatsapp','2024-08-25 09:41:12'),
(3,'918430088300','email@gmail.com','hey i am living in my dreams.','2024-08-25 10:02:05');
/*!40000 ALTER TABLE `gen_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `instagram_accounts`
--

DROP TABLE IF EXISTS `instagram_accounts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `instagram_accounts` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` text DEFAULT NULL,
  `webhook_id` text DEFAULT NULL,
  `ig_graph_id` text DEFAULT NULL,
  `user_id` text DEFAULT NULL,
  `page_id` text DEFAULT NULL,
  `username` text DEFAULT NULL,
  `name` text DEFAULT NULL,
  `profile_pic` longtext DEFAULT NULL,
  `access_token` longtext DEFAULT NULL,
  `token_type` text DEFAULT NULL,
  `expires_in` bigint(20) DEFAULT NULL,
  `connected_at` datetime DEFAULT NULL,
  `other` longtext DEFAULT NULL,
  `createdAt` timestamp NULL DEFAULT current_timestamp(),
  `updatedAt` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `instagram_accounts`
--

LOCK TABLES `instagram_accounts` WRITE;
/*!40000 ALTER TABLE `instagram_accounts` DISABLE KEYS */;
/*!40000 ALTER TABLE `instagram_accounts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `instance`
--

DROP TABLE IF EXISTS `instance`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `instance` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` varchar(999) DEFAULT NULL,
  `title` varchar(999) DEFAULT NULL,
  `number` varchar(999) DEFAULT NULL,
  `uniqueId` varchar(999) DEFAULT NULL,
  `qr` longtext DEFAULT NULL,
  `data` longtext DEFAULT NULL,
  `other` longtext DEFAULT NULL,
  `status` longtext DEFAULT NULL,
  `createdAt` timestamp NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`),
  KEY `idx_uniqueid` (`uniqueId`(150)),
  KEY `idx_uid_status` (`uid`(120),`status`(50)),
  KEY `idx_uid` (`uid`(150))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `instance`
--

LOCK TABLES `instance` WRITE;
/*!40000 ALTER TABLE `instance` DISABLE KEYS */;
/*!40000 ALTER TABLE `instance` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `messenger_accounts`
--

DROP TABLE IF EXISTS `messenger_accounts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `messenger_accounts` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` varchar(999) DEFAULT NULL,
  `page_id` varchar(999) DEFAULT NULL,
  `page_name` varchar(999) DEFAULT NULL,
  `page_access_token` longtext DEFAULT NULL,
  `user_access_token` longtext DEFAULT NULL,
  `profile_pic` varchar(999) DEFAULT NULL,
  `webhook_id` varchar(999) DEFAULT NULL,
  `connected_at` timestamp NULL DEFAULT current_timestamp(),
  `createdAt` timestamp NULL DEFAULT current_timestamp(),
  `updatedAt` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `messenger_accounts`
--

LOCK TABLES `messenger_accounts` WRITE;
/*!40000 ALTER TABLE `messenger_accounts` DISABLE KEYS */;
/*!40000 ALTER TABLE `messenger_accounts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `meta_api`
--

DROP TABLE IF EXISTS `meta_api`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `meta_api` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` varchar(999) DEFAULT NULL,
  `waba_id` varchar(999) DEFAULT NULL,
  `business_account_id` varchar(999) DEFAULT NULL,
  `access_token` varchar(999) DEFAULT NULL,
  `business_phone_number_id` varchar(999) DEFAULT NULL,
  `app_id` varchar(999) DEFAULT NULL,
  `createdAt` timestamp NOT NULL DEFAULT current_timestamp(),
  `embed_data` longtext DEFAULT NULL,
  `login_type` varchar(999) DEFAULT 'manual',
  `is_coexistence` tinyint(1) DEFAULT 0,
  `platform_type` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_uid` (`uid`(150))
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `meta_api`
--

LOCK TABLES `meta_api` WRITE;
/*!40000 ALTER TABLE `meta_api` DISABLE KEYS */;
INSERT INTO `meta_api` VALUES
(15,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','xxxxxxxxxxxxxxxxxxxxxxxxx',NULL,'xxxxxxxxxxxxxxxxxxxxxxxxx','xxxxxxxxxxxxxxxxxxxxxxxxx','xxxxxxxxxxxxxxxxxxxxxxxxx','2026-02-18 11:18:26',NULL,'manual',1,'CLOUD_API');
/*!40000 ALTER TABLE `meta_api` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `meta_templet_media`
--

DROP TABLE IF EXISTS `meta_templet_media`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `meta_templet_media` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` varchar(999) DEFAULT NULL,
  `templet_name` varchar(999) DEFAULT NULL,
  `meta_hash` varchar(999) DEFAULT NULL,
  `file_name` varchar(999) DEFAULT NULL,
  `createdAt` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `meta_templet_media`
--

LOCK TABLES `meta_templet_media` WRITE;
/*!40000 ALTER TABLE `meta_templet_media` DISABLE KEYS */;
/*!40000 ALTER TABLE `meta_templet_media` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `mobile_app`
--

DROP TABLE IF EXISTS `mobile_app`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `mobile_app` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `fcmJson` longtext DEFAULT NULL,
  `appTheme` longtext DEFAULT NULL,
  `other` longtext DEFAULT NULL,
  `createdAt` timestamp NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `mobile_app`
--

LOCK TABLES `mobile_app` WRITE;
/*!40000 ALTER TABLE `mobile_app` DISABLE KEYS */;
INSERT INTO `mobile_app` VALUES
(2,'{\n  \"type\": \"service_account\",\n  \"project_id\": \"wacrm-990f5\",\n  \"private_key_id\": \"5e97c0697f870572a54c68dae63c244e41cc7f09\",\n  \"private_key\": \"-----BEGIN PRIVATE KEY-----\\nMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQC3CSUFYclJFV4v\\nCz53uM2EtG8scxZNlDU1cYRwWEpzkcMQIm5dHXTmWQ4vwH1ilx1hcmzmnJnRDBWa\\nENaTbEpE/qKk32LPmTAl2RC6kR9iPmq9apiEpgA34Cn+/8E58VlvJMazISlkGEIy\\nZrYyl7bTM8c+/TVi3th1ZC6rLNQjoE6LS0iIbtgNmi90mz6dTgIXbrZMkkayefI0\\njjZ9cgoXg75lEYvxseozn8+InNwUabjO4CEsp2rkheieJ0ZN+B88UW1/uXlNIBQ9\\n56PmVfpfCghabxLzTh5BNBY2it9m65Rkq5bMxcOMCdPRp9ogw49VvK/G10ZtetHT\\nRB6LxhVFAgMBAAECggEAOtVAJpo3cnvhUbrKAf6PZPQAdieqCBa3Aa4y1U+z4rD8\\nI7AFjH2e6Tm/4x56zxlmsr9ufLPihzzcprB54FojB0lX6yn4n2UMgmXiyC1EirYo\\nZikgzCZ1lIBDz3jS2baXui92hPaIUOmxQXUdZGa6t+mBRmBqbBTYO+ePTqsypx5g\\nylJMXF+T4P7nY0xEzTdLsTMS7F1tra1Nz8pKpaZnt1pzhHN+ljyE5EnOYyBM7psi\\nCApSoFlzNDJNR92NLqMr9UFZI3KBsP4uAEQlfdk2RBB/y3Hdc0oH6/n/87Thc8Ax\\nNc2ZE5wRZE52Ts+uwT0ARSoxU0vi+NxT9ZdZCd9yIwKBgQDt08hAhnuhfKQrIaKj\\n52F/tTJBVK1DzZdgpNDt34sgqqPAwHuhyc/LAdLZxKeosZ9DXeftKx9zbMNAU+xA\\net1JcDhYWN1RlqolfObjVdtOXV3zd6AqfCR9ZJxyEQ+Y5J/wM8UvFaL7XlbIk+WA\\n1noLnE0vor1MWgtB2f2U79b/QwKBgQDFBZEVYSLE6I8zk7GdJ0tFJaDH7bmER/7c\\nJAL8SYar0I97SJDxnVrWfn47yIfuH5rFOIdYpNYhoR8gZ2kyJIwMHsGMh2wsbxvB\\nKgkruc6/gg+Wq4fDGbveroXc4+0xE4kBmhCLrzkIhZasHqef3gEwO/LT0uIdQrxs\\nbCAx0PY81wKBgQCIG/N4Uj8BHbdK4/YTvcFD+GxpjU+YBVqEOe9Eo/IY4O/UyZQ3\\n9KrScRm9/dlCJ12RjXXFey+FvJJGB4GnKWnptKrajQkkv4hi6getxZ48TB0P0L++\\ncMvlY6ZRdcgqZXXPX6GTH9vl5ojeRB5NzPGOIYbfI1EZGFNm/Z4uFdFCxwKBgFwA\\nNHaCTGUcn7oa7qaO8cQRRRn29VlC8UzE+Cvs/Zj/o/CSuzRIIWHl4XZzNp5IXdJY\\nikMnfeJoRYuxHltO26LRPdosZqP9Ij26LlwfwN6GklbuNFAzlRnv7wxt1pXDJIf9\\n9Fn18bD8CJbJHcc2OOHYLJUjdXjqb+hFOWdpx4IzAoGBAJgLGUSzv+XfnXPYqV0g\\neRYXrT7Na46QdeuIqyRZCijXnySP1UCkLlQAPP89LDXBbjGxEFSd9bKraLcv12Ir\\nFn7YKmBuR0C2tvHJ5LGosOWUTZ3DMbl6Rc3PLcvmEKj32CWxA8L+iGTQ3RVJdW44\\n2cLeZf5nO4NHPw6ulfxmS9K8\\n-----END PRIVATE KEY-----\\n\",\n  \"client_email\": \"firebase-adminsdk-fbsvc@wacrm-990f5.iam.gserviceaccount.com\",\n  \"client_id\": \"115008946956170646280\",\n  \"auth_uri\": \"https://accounts.google.com/o/oauth2/auth\",\n  \"token_uri\": \"https://oauth2.googleapis.com/token\",\n  \"auth_provider_x509_cert_url\": \"https://www.googleapis.com/oauth2/v1/certs\",\n  \"client_x509_cert_url\": \"https://www.googleapis.com/robot/v1/metadata/x509/firebase-adminsdk-fbsvc%40wacrm-990f5.iam.gserviceaccount.com\",\n  \"universe_domain\": \"googleapis.com\"\n}',NULL,NULL,'2025-11-13 07:52:51');
/*!40000 ALTER TABLE `mobile_app` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `orders`
--

DROP TABLE IF EXISTS `orders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `orders` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` varchar(999) DEFAULT NULL,
  `payment_mode` varchar(999) DEFAULT NULL,
  `amount` varchar(999) DEFAULT NULL,
  `data` longtext DEFAULT NULL,
  `s_token` varchar(999) DEFAULT NULL,
  `createdAt` timestamp NOT NULL DEFAULT current_timestamp(),
  `status` varchar(50) DEFAULT 'PENDING',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `orders`
--

LOCK TABLES `orders` WRITE;
/*!40000 ALTER TABLE `orders` DISABLE KEYS */;
INSERT INTO `orders` VALUES
(16,'z5GlPkbI8cX9Wq9hHvvcVOGd4a9ACglX','OFFLINE','0','{\"plan\":{\"id\":17,\"title\":\"Trial\",\"short_description\":\"This is a trial plan with all the featrues\",\"allow_tag\":1,\"allow_note\":1,\"allow_chatbot\":1,\"contact_limit\":\"100\",\"allow_api\":1,\"is_trial\":1,\"price\":0,\"price_strike\":null,\"plan_duration_in_days\":\"10\",\"createdAt\":\"2025-04-19T13:50:55.000Z\",\"qr_account\":10,\"wa_warmer\":1,\"rest_api_qr\":1}}',NULL,'2025-12-01 09:16:55','PENDING'),
(17,'JAmZQQs9tj7ftzdCD9AeHqXK19fzvNFh','OFFLINE','0','{\"plan\":{\"id\":17,\"title\":\"Trial\",\"short_description\":\"This is a trial plan with all the featrues\",\"allow_tag\":1,\"allow_note\":1,\"allow_chatbot\":1,\"contact_limit\":\"100\",\"allow_api\":1,\"is_trial\":1,\"price\":0,\"price_strike\":null,\"plan_duration_in_days\":\"10\",\"createdAt\":\"2025-04-19T13:50:55.000Z\",\"qr_account\":10,\"wa_warmer\":1,\"rest_api_qr\":1}}',NULL,'2025-12-14 20:26:14','PENDING'),
(18,'rALfgowoaZcGMFs6NlSDTWkepMrIqHWO','OFFLINE','0','{\"plan\":{\"id\":17,\"title\":\"Trial\",\"short_description\":\"This is a trial plan with all the featrues\",\"allow_tag\":1,\"allow_note\":1,\"allow_chatbot\":1,\"contact_limit\":\"100\",\"allow_api\":1,\"is_trial\":1,\"price\":0,\"price_strike\":null,\"plan_duration_in_days\":\"10\",\"createdAt\":\"2025-04-19T13:50:55.000Z\",\"qr_account\":10,\"wa_warmer\":1,\"rest_api_qr\":1}}',NULL,'2026-01-10 09:37:55','PENDING'),
(19,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','MERCADOPAGO','499','MERCADOPAGO_Qsk0JpWWFgfWaILr8ERDdm6eEISWdKDe',NULL,'2026-03-10 12:03:59','PENDING'),
(20,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','MERCADOPAGO','499','MERCADOPAGO_cYNldRb4COR7guMyE7L6Wkhjhttbxtna',NULL,'2026-03-10 12:05:40','PENDING'),
(21,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','STRIPE','499','STRIPE_laI9Mbr8FFwBf72XBHyjKSdBcVUe7mux',NULL,'2026-03-31 10:54:16','PENDING'),
(22,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','MERCADOPAGO','499','MERCADOPAGO_d6PjyfFn8MwI8mU1euRkJQad83JAfzLk',NULL,'2026-03-31 10:54:27','PENDING'),
(23,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','STRIPE','499','STRIPE_KKeVHz7g9bLtIoP9ysNLwMMaPgDCgAFK',NULL,'2026-03-31 10:54:35','PENDING');
/*!40000 ALTER TABLE `orders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `page`
--

DROP TABLE IF EXISTS `page`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `page` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `slug` varchar(999) DEFAULT NULL,
  `title` varchar(999) DEFAULT NULL,
  `image` varchar(999) DEFAULT NULL,
  `content` longtext DEFAULT NULL,
  `permanent` int(1) DEFAULT 0,
  `createdAt` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `page`
--

LOCK TABLES `page` WRITE;
/*!40000 ALTER TABLE `page` DISABLE KEYS */;
INSERT INTO `page` VALUES
(3,'privacy-policy','Privacy policy','yLUH6z8H3bQJzraErEpz7CQWepftq7D6.png','<p><strong>Last updated:</strong> December 2025</p><p>WaCRM (“we”, “our”, or “us”) respects your privacy and is committed to protecting it. This Privacy Policy explains how we collect, use, store, and protect your information when you use our mobile application and related services.</p><p><br></p><h2>1. Information We Collect</h2><p>We collect only the information necessary to provide the service.</p><p><br></p><p><br></p><h3>a. Account Information</h3><p>When you create or use an account, we may collect:</p><p><br></p><p><br></p><ul><li>Name</li><li>Email address</li><li>Mobile number</li><li>Login credentials (encrypted)</li></ul><h3>b. Messaging &amp; Usage Data</h3><p>If you connect your WhatsApp account through official APIs or permitted integrations:</p><p><br></p><p><br></p><ul><li>Message metadata (timestamps, delivery status)</li><li>Message content is processed transiently only as required to display conversations to the user and is not stored or analyzed for any other purpose</li><li>Media files you choose to send, receive, or store</li></ul><p>We <strong>do not read, sell, or share message content for advertising purposes</strong>.</p><p><br></p><p><br></p><h3>c. Device Information</h3><ul><li>Device type and operating system</li><li>App version</li><li>Crash logs and performance diagnostics</li></ul><h3>d. Notifications</h3><p>If you choose to enable push notifications, we store a notification token to deliver alerts.</p><p>Notifications are <strong>optional</strong> and can be disabled at any time.</p><p><br></p><h2>2. How We Use Information</h2><p>We use collected information to:</p><p><br></p><p><br></p><ul><li>Provide and operate the WaCRM app</li><li>Authenticate users</li><li>Display and manage chat inboxes</li><li>Send optional notifications</li><li>Improve app performance and reliability</li><li>Provide customer support</li></ul><p>We do <strong>not</strong> use your data for advertising or marketing without consent.</p><p><br></p><h2>3. WhatsApp &amp; Third-Party Services</h2><p>WaCRM integrates with:</p><p><br></p><p><br></p><ul><li>Official WhatsApp Cloud API (by Meta)</li><li>Other optional third-party services configured by the user</li></ul><p>Data shared with third-party services is limited to what is required for the selected integration and is governed by their respective privacy policies.</p><p><br></p><h2>4. Payments &amp; Subscriptions</h2><p>WaCRM <strong>does not process payments, subscriptions, or in-app purchases</strong> within the mobile app.</p><p>Any account access or feature availability is provisioned externally by businesses or administrators and is not purchased inside the app.</p><p><br></p><h2>5. Data Sharing</h2><p>We do <strong>not sell or rent personal data</strong>.</p><p>We may share information only:</p><p><br></p><p><br></p><ul><li>When required by law</li><li>To comply with legal obligations</li><li>To protect rights, safety, or security</li></ul><h2>6. Data Storage &amp; Security</h2><ul><li>Data is stored securely using industry-standard safeguards</li><li>Access is restricted to authorized systems only</li><li>We use encryption where applicable</li></ul><p>Despite best efforts, no system is 100% secure.</p><p><br></p><h2>7. User Rights</h2><p>You have the right to:</p><p><br></p><p><br></p><ul><li>Access your personal data</li><li>Request correction or deletion of your data</li><li>Disable notifications at any time</li><li>Request account deletion</li></ul><p>To request account deletion or data removal, contact us using the details below.</p><p><br></p><p>WaCRM does not store WhatsApp messages on Meta’s behalf and acts only as a data processor for user-initiated communications.</p><p><br></p><h2>8. Children’s Privacy</h2><p>WaCRM is <strong>not intended for users under the age of 13</strong>.</p><p>We do not knowingly collect data from children.</p><p><br></p><h2>9. Changes to This Policy</h2><p>We may update this Privacy Policy from time to time.</p><p>Any changes will be posted on this page with an updated date.</p><p><br></p><h2>10. Contact Us</h2><p>If you have any questions about this Privacy Policy or your data, contact us at:</p><p><strong>Email:</strong> support@codeyon.com</p><p class=\"ql-align-justify\"><strong>Website:</strong> <a href=\"https://codeyon.com\" rel=\"noopener noreferrer\" target=\"_blank\">https://codeyon.com</a></p>',1,'2024-02-28 09:21:17'),
(4,'terms-and-conditions','termns','yLUH6z8H3bQJzraErEpz7CQWepftq7D6.png','<p><strong>Last updated:</strong> December 2025</p><p>WaCRM (“we”, “our”, or “us”) respects your privacy and is committed to protecting it. This Privacy Policy explains how we collect, use, store, and protect your information when you use our mobile application and related services.</p><h2>1. Information We Collect</h2><p>We collect only the information necessary to provide the service.</p><p><br></p><h3>a. Account Information</h3><p>When you create or use an account, we may collect:</p><p><br></p><ul><li>Name</li><li>Email address</li><li>Mobile number</li><li>Login credentials (encrypted)</li></ul><h3>b. Messaging &amp; Usage Data</h3><p>If you connect your WhatsApp account through official APIs or permitted integrations:</p><p><br></p><ul><li>Message metadata (timestamps, delivery status)</li><li>Message content processed only to display chats inside the app</li><li>Media files you choose to send, receive, or store</li></ul><p>We <strong>do not read, sell, or share message content for advertising purposes</strong>.</p><p><br></p><h3>c. Device Information</h3><ul><li>Device type and operating system</li><li>App version</li><li>Crash logs and performance diagnostics</li></ul><h3>d. Notifications</h3><p>If you choose to enable push notifications, we store a notification token to deliver alerts.</p><p>Notifications are <strong>optional</strong> and can be disabled at any time.</p><h2>2. How We Use Information</h2><p>We use collected information to:</p><p><br></p><ul><li>Provide and operate the WaCRM app</li><li>Authenticate users</li><li>Display and manage chat inboxes</li><li>Send optional notifications</li><li>Improve app performance and reliability</li><li>Provide customer support</li></ul><p>We do <strong>not</strong> use your data for advertising or marketing without consent.</p><h2>3. WhatsApp &amp; Third-Party Services</h2><p>WaCRM integrates with:</p><p><br></p><ul><li>Official WhatsApp Cloud API (by Meta)</li><li>Other optional third-party services configured by the user</li></ul><p>Data shared with third-party services is limited to what is required for the selected integration and is governed by their respective privacy policies.</p><h2>4. Payments &amp; Subscriptions</h2><p>WaCRM <strong>does not process payments, subscriptions, or in-app purchases</strong> within the mobile app.</p><p>Any account access or feature availability is provisioned externally by businesses or administrators and is not purchased inside the app.</p><h2>5. Data Sharing</h2><p>We do <strong>not sell or rent personal data</strong>.</p><p>We may share information only:</p><p><br></p><ul><li>When required by law</li><li>To comply with legal obligations</li><li>To protect rights, safety, or security</li></ul><h2>6. Data Storage &amp; Security</h2><ul><li>Data is stored securely using industry-standard safeguards</li><li>Access is restricted to authorized systems only</li><li>We use encryption where applicable</li></ul><p>Despite best efforts, no system is 100% secure.</p><h2>7. User Rights</h2><p>You have the right to:</p><p><br></p><ul><li>Access your personal data</li><li>Request correction or deletion of your data</li><li>Disable notifications at any time</li><li>Request account deletion</li></ul><p>To request account deletion or data removal, contact us using the details below.</p><h2>8. Children’s Privacy</h2><p>WaCRM is <strong>not intended for users under the age of 13</strong>.</p><p>We do not knowingly collect data from children.</p><h2>9. Changes to This Policy</h2><p>We may update this Privacy Policy from time to time.</p><p>Any changes will be posted on this page with an updated date.</p><h2>10. Contact Us</h2><p>If you have any questions about this Privacy Policy or your data, contact us at:</p><p><strong>Email:</strong> support@codeyon.com</p><p class=\"ql-align-justify\"><strong>Website:</strong> <a href=\"https://codeyon.com\" rel=\"noopener noreferrer\" target=\"_blank\">https://codeyon.com</a></p>',1,'2024-02-28 09:26:11'),
(20,'lorem-four','Lorem four','Dn7HK81io00p1xORi4IASpetwRUvnSs4.png','<p class=\"ql-align-justify\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur semper dolor nisi, eget porta urna eleifend eget. Aliquam erat volutpat. Quisque elementum metus id metus pharetra, et sagittis eros rhoncus. Donec lacinia viverra erat, vitae suscipit leo ultricies feugiat. Phasellus vulputate, est a volutpat molestie, ex diam gravida nisi, ac porta nulla urna eu ipsum. Ut lobortis erat id porttitor suscipit. Integer tristique neque eu diam ornare, sit amet tincidunt nulla luctus. Morbi ultricies nisl sit amet mattis bibendum. Nam gravida at est vel eleifend. Cras ultricies congue ligula id convallis. Phasellus sit amet dolor et neque dapibus iaculis non eu dui. Proin neque lorem, condimentum eu lacus ac, facilisis egestas lacus. Nunc fermentum sagittis tellus, eget varius augue sollicitudin vel. Sed gravida ultrices vulputate.</p><p class=\"ql-align-justify\">Proin a hendrerit orci. Maecenas ultricies leo a diam porttitor imperdiet. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc at dui ut felis tincidunt facilisis. Sed interdum arcu ut arcu pharetra vehicula. Duis laoreet congue enim sit amet ullamcorper. Praesent dignissim ligula ut nibh auctor, vitae fringilla odio mattis.</p><p class=\"ql-align-justify\">Sed nulla lorem, tincidunt sit amet imperdiet nec, dapibus sed nulla. Ut eu condimentum elit, vitae consequat diam. Nunc eget dolor ac velit condimentum varius id in ipsum. Ut ultricies mollis diam et consectetur. Praesent ornare sapien lorem, eget condimentum mi iaculis at. Aliquam erat volutpat. Ut aliquam odio sed mattis tincidunt. Pellentesque ac sapien ac tellus pretium volutpat a consectetur lacus. Aenean blandit nulla imperdiet blandit ultrices. Sed faucibus tristique felis sed laoreet. Suspendisse et vulputate dui, ac consectetur eros. Integer elementum dapibus urna, id accumsan dolor fermentum id. Aenean id urna malesuada ligula venenatis venenatis iaculis ac felis.</p><p class=\"ql-align-justify\">Donec hendrerit erat eget tincidunt finibus. Cras lacus odio, luctus sed elit non, pretium efficitur neque. Integer nec nunc sapien. Donec eu velit enim. Curabitur tincidunt lectus in tincidunt mollis. Donec ultrices dui augue, eu pulvinar arcu ultrices ac. Suspendisse eget neque nec orci mattis maximus at ut arcu. Vivamus leo ex, luctus eget lacus eget, rutrum condimentum massa. Vestibulum pulvinar ullamcorper erat eu tincidunt. Donec purus ante, auctor sit amet placerat sed, viverra ut leo. Aenean tristique massa non sodales viverra.</p><p class=\"ql-align-justify\">Quisque ac commodo eros. Etiam id ultricies mauris. Nam urna ex, viverra eu felis id, sodales tincidunt ipsum. Nulla pharetra in mauris fermentum convallis. Proin velit neque, consequat quis nunc nec, rutrum sollicitudin ipsum. Sed consequat rutrum commodo. Etiam tincidunt tellus vel leo euismod imperdiet. Suspendisse tempus sed tortor eget sollicitudin. Morbi feugiat, leo non euismod maximus, purus erat bibendum dui, ac fermentum arcu magna id tortor. Mauris mi ante, gravida non ex ut, venenatis ullamcorper nunc. Quisque feugiat justo ut lacus mattis aliquam. Curabitur euismod tincidunt turpis. Integer rutrum, nunc eu iaculis condimentum, massa odio facilisis velit, ut volutpat eros nisi ut risus. Nullam faucibus metus dolor, ut aliquet turpis condimentum non. Aliquam sit amet urna neque. Praesent facilisis blandit tincidunt.</p><p><br></p>',0,'2025-04-19 13:54:48');
/*!40000 ALTER TABLE `page` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `partners`
--

DROP TABLE IF EXISTS `partners`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `partners` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `filename` varchar(999) DEFAULT NULL,
  `createdAt` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=54 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `partners`
--

LOCK TABLES `partners` WRITE;
/*!40000 ALTER TABLE `partners` DISABLE KEYS */;
INSERT INTO `partners` VALUES
(52,'0zINjAHeBRms4Zqv76OQdgGzrv91bRAR.png','2026-03-31 11:05:02'),
(53,'WhQp4uiIpS55pBq0aTh6UhTSm01Ccn0i.png','2026-03-31 11:05:27');
/*!40000 ALTER TABLE `partners` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `phonebook`
--

DROP TABLE IF EXISTS `phonebook`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `phonebook` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(999) DEFAULT NULL,
  `uid` varchar(999) DEFAULT NULL,
  `createdAt` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`),
  KEY `idx_uid` (`uid`(150))
) ENGINE=InnoDB AUTO_INCREMENT=41 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `phonebook`
--

LOCK TABLES `phonebook` WRITE;
/*!40000 ALTER TABLE `phonebook` DISABLE KEYS */;
INSERT INTO `phonebook` VALUES
(34,'a big name of phonebook','3mHW89bMykCd8pVYRHqnUb0kSqgUcoow','2025-06-09 10:36:54'),
(35,'a big name of phonebook is here which is more big','3mHW89bMykCd8pVYRHqnUb0kSqgUcoow','2025-06-09 10:37:07'),
(36,'a book','3mHW89bMykCd8pVYRHqnUb0kSqgUcoow','2025-06-09 10:41:17'),
(37,'Codeyon','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','2025-06-09 12:44:08'),
(39,'code','OnjWZ9wHtdqTrAnZL32DgYbZjs3UZlis','2025-09-09 09:26:09');
/*!40000 ALTER TABLE `phonebook` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `plan`
--

DROP TABLE IF EXISTS `plan`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `plan` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(999) DEFAULT NULL,
  `short_description` longtext DEFAULT NULL,
  `allow_tag` int(1) DEFAULT 0,
  `allow_note` int(1) DEFAULT 0,
  `allow_chatbot` int(1) DEFAULT 0,
  `contact_limit` varchar(999) DEFAULT NULL,
  `allow_api` int(1) DEFAULT 0,
  `is_trial` int(1) DEFAULT 0,
  `price` bigint(20) DEFAULT NULL,
  `price_strike` varchar(999) DEFAULT NULL,
  `plan_duration_in_days` varchar(999) DEFAULT NULL,
  `createdAt` timestamp NOT NULL DEFAULT current_timestamp(),
  `qr_account` int(11) DEFAULT 0,
  `wa_warmer` int(11) DEFAULT 0,
  `rest_api_qr` int(11) DEFAULT 0,
  `instagram_inbox` int(11) DEFAULT 0,
  `telegram_inbox` int(11) DEFAULT 0,
  `allow_wa_forms` int(11) DEFAULT 0,
  `messenger_inbox` int(11) DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `plan`
--

LOCK TABLES `plan` WRITE;
/*!40000 ALTER TABLE `plan` DISABLE KEYS */;
INSERT INTO `plan` VALUES
(17,'Trial','This is a trial plan with all the featrues',1,1,1,'100',1,1,0,NULL,'10','2025-04-19 13:50:55',10,1,1,0,0,0,0),
(19,'Premium','This ia one-year plan best for small agencies',1,1,1,'100',1,0,499,'299','365','2025-04-19 13:52:15',10,1,1,0,0,0,0),
(20,'Platinum','This plan comes with the one-year validity and cover everything',1,1,1,'10000',1,0,1899,'699','365','2025-04-19 13:52:57',24,1,1,1,1,1,0);
/*!40000 ALTER TABLE `plan` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qr_campaign_logs`
--

DROP TABLE IF EXISTS `qr_campaign_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `qr_campaign_logs` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `campaign_id` int(11) DEFAULT NULL,
  `uid` varchar(999) DEFAULT NULL,
  `contact_name` varchar(999) DEFAULT NULL,
  `contact_mobile` varchar(999) DEFAULT NULL,
  `status` varchar(999) DEFAULT NULL,
  `error_msg` longtext DEFAULT NULL,
  `sent_at` timestamp NULL DEFAULT current_timestamp(),
  `createdAt` timestamp NULL DEFAULT current_timestamp(),
  `updatedAt` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `read_at` timestamp NULL DEFAULT NULL,
  `delivered_at` timestamp NULL DEFAULT NULL,
  `delivery_status` varchar(999) DEFAULT NULL,
  `message_id` varchar(999) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qr_campaign_logs`
--

LOCK TABLES `qr_campaign_logs` WRITE;
/*!40000 ALTER TABLE `qr_campaign_logs` DISABLE KEYS */;
/*!40000 ALTER TABLE `qr_campaign_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `qr_campaigns`
--

DROP TABLE IF EXISTS `qr_campaigns`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `qr_campaigns` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` varchar(999) DEFAULT NULL,
  `title` varchar(999) DEFAULT NULL,
  `instance_id` varchar(999) DEFAULT NULL,
  `phonebook_id` varchar(999) DEFAULT NULL,
  `message_type` varchar(999) DEFAULT NULL,
  `message_text` longtext DEFAULT NULL,
  `media_url` longtext DEFAULT NULL,
  `media_caption` longtext DEFAULT NULL,
  `delay_min` int(11) DEFAULT 5,
  `delay_max` int(11) DEFAULT 15,
  `random_suffix` tinyint(4) DEFAULT 1,
  `status` varchar(999) DEFAULT 'pending',
  `total_contacts` int(11) DEFAULT 0,
  `sent_count` int(11) DEFAULT 0,
  `failed_count` int(11) DEFAULT 0,
  `scheduled_at` datetime DEFAULT NULL,
  `started_at` datetime DEFAULT NULL,
  `completed_at` datetime DEFAULT NULL,
  `other` longtext DEFAULT NULL,
  `createdAt` timestamp NULL DEFAULT current_timestamp(),
  `updatedAt` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `qr_campaigns`
--

LOCK TABLES `qr_campaigns` WRITE;
/*!40000 ALTER TABLE `qr_campaigns` DISABLE KEYS */;
/*!40000 ALTER TABLE `qr_campaigns` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `quick_reply`
--

DROP TABLE IF EXISTS `quick_reply`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `quick_reply` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` varchar(999) DEFAULT NULL,
  `msg` longtext DEFAULT NULL,
  `createdAt` timestamp NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`),
  KEY `idx_uid` (`uid`(150))
) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `quick_reply`
--

LOCK TABLES `quick_reply` WRITE;
/*!40000 ALTER TABLE `quick_reply` DISABLE KEYS */;
INSERT INTO `quick_reply` VALUES
(1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','this is a quick reply message','2025-09-17 08:19:51'),
(2,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','This is new message','2025-09-17 08:23:46'),
(8,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','quick reply message quick reply message','2025-10-04 08:07:49'),
(9,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','simply dummy text of th simply dummy text of th','2025-10-04 08:07:54'),
(10,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','f th simply dummy text of th f th simply dummy text of th','2025-10-04 08:07:58'),
(15,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','Newone','2025-10-17 17:15:00'),
(26,'Q8shU7arU5IzEi3av7JjKzcUNXEdFXEq','9450121947','2025-11-13 16:41:23'),
(27,'J97bXP7Dbx6meqlbTH46yKZ6iTShbJIq','Hello','2025-11-23 11:56:22'),
(28,'LMnkTiLwgm7GmUwltnnUK0vqGxut600R','Test','2025-11-30 15:38:38'),
(29,'lqTRRXAEYUYRIdEukX7FU5U7nRBuj57W','هلا','2025-12-17 10:44:08'),
(30,'UxnoYl3nQBndcr5isVgUQPVZnmWIo5ki','Olá ','2026-02-20 17:50:25');
/*!40000 ALTER TABLE `quick_reply` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `rooms`
--

DROP TABLE IF EXISTS `rooms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `rooms` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` varchar(999) DEFAULT NULL,
  `socket_id` varchar(999) DEFAULT NULL,
  `createdAt` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1319 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `rooms`
--

LOCK TABLES `rooms` WRITE;
/*!40000 ALTER TABLE `rooms` DISABLE KEYS */;
INSERT INTO `rooms` VALUES
(874,'sIttvqkwEKFZRRtAIPN7f2o7b9A5sI3E','u6FiF8KScmQ0aUk8AAAB','2024-03-02 09:59:55'),
(1315,'n9xrxIvwIajEo2JO2poQ0b3UyUnhUF3g','KcMja1Ewtt6hRl4QAAAR','2024-08-25 12:23:45'),
(1318,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','a2BB6UyN2OL02Rm5AAAB','2025-02-02 11:28:23');
/*!40000 ALTER TABLE `rooms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `smtp`
--

DROP TABLE IF EXISTS `smtp`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `smtp` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `email` varchar(999) DEFAULT NULL,
  `host` varchar(999) DEFAULT NULL,
  `port` varchar(999) DEFAULT NULL,
  `password` varchar(999) DEFAULT NULL,
  `createdAt` timestamp NOT NULL DEFAULT current_timestamp(),
  `username` longtext DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `smtp`
--

LOCK TABLES `smtp` WRITE;
/*!40000 ALTER TABLE `smtp` DISABLE KEYS */;
INSERT INTO `smtp` VALUES
(1,'email@smtp.com','email@smtp.com','587','password','2024-02-28 16:44:12','email@smtp.com');
/*!40000 ALTER TABLE `smtp` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `telegram_session`
--

DROP TABLE IF EXISTS `telegram_session`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `telegram_session` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` varchar(255) DEFAULT NULL,
  `status` varchar(255) DEFAULT NULL,
  `session_id` varchar(255) DEFAULT NULL,
  `title` varchar(255) DEFAULT NULL,
  `api_id` varchar(255) DEFAULT NULL,
  `api_hash` varchar(255) DEFAULT NULL,
  `data` longtext DEFAULT NULL,
  `session` longtext DEFAULT NULL,
  `createdAt` timestamp NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`),
  UNIQUE KEY `session_id` (`session_id`),
  UNIQUE KEY `session_id_2` (`session_id`),
  UNIQUE KEY `session_id_3` (`session_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `telegram_session`
--

LOCK TABLES `telegram_session` WRITE;
/*!40000 ALTER TABLE `telegram_session` DISABLE KEYS */;
INSERT INTO `telegram_session` VALUES
(4,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','inactive','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8_ASHPRw2H','Wacrm','','','{\"id\":\"736658131\",\"firstName\":\"Stay Anonymous\",\"lastName\":\"\",\"username\":\"stay_anonymous\",\"phone\":\"919690309316\",\"number\":\"736658131\",\"isPremium\":false,\"isBot\":false}','1BQANOTEuMTA4LjU2LjEwNQG7aZ7D5GXE14VWeHX5WGpY2epSjof9AAer6bCGky4pp1M6OKNZFfb1PiDfUbddSWIfbmN0oaOSjyyM1S7697yLAeLtjbKQqT6oLHcKKf9NVeFj28ZS+jh6mlErenQMusMoyVWGB1DPKGew7n7dv+szJ7YoYV+onRt9emfgLUwMrYkwPAKBcChNp/59bx63P110Z7zvvBGrl1CeXwHy5uc7WBwsA7o0KNpwDOiZ3sXry18ze6aI2Vg2kuQWJeeWsW1zhh8QIH/mKoY+rSyInEDl1zIaGf53KxbD739SGpF7cpTFkR+WL+3b+aIrQW1uR2GopZnmNT+bMPgE5vK8lJI9bQ==','2026-02-24 07:58:58');
/*!40000 ALTER TABLE `telegram_session` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `templets`
--

DROP TABLE IF EXISTS `templets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `templets` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` varchar(999) DEFAULT NULL,
  `content` longtext DEFAULT NULL,
  `type` varchar(999) DEFAULT NULL,
  `title` varchar(999) DEFAULT NULL,
  `createdAt` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `templets`
--

LOCK TABLES `templets` WRITE;
/*!40000 ALTER TABLE `templets` DISABLE KEYS */;
INSERT INTO `templets` VALUES
(9,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','{\"type\":\"text\",\"text\":{\"preview_url\":true,\"body\":\"{{OTHER_MSG}}\"}}','TEXT','kj','2024-07-05 06:35:08');
/*!40000 ALTER TABLE `templets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `testimonial`
--

DROP TABLE IF EXISTS `testimonial`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `testimonial` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(999) DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `reviewer_name` varchar(999) DEFAULT NULL,
  `reviewer_position` varchar(999) DEFAULT NULL,
  `createdAt` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `testimonial`
--

LOCK TABLES `testimonial` WRITE;
/*!40000 ALTER TABLE `testimonial` DISABLE KEYS */;
INSERT INTO `testimonial` VALUES
(1,'“Highly customisable and friendly\"','We work in the hotel business, so keeping in touch with people travelling is very easy using WhatsApp. WhatsCRm help us to have multiple people answering guests. It also allows us to automate basic replies such as the address','Eduardo Zeballos','CEO','2024-02-27 14:12:05'),
(3,'\"Cutting-edge and Intuitive Communication Solution\"','\"At our design studio, effective communication is key to delivering exceptional results for our clients. WhatsCRm has revolutionized our workflow by streamlining communication channels and allowing our team to collaborate seamlessly. With its intuitive interface and customizable features, we can effortlessly manage client inquiries, share project updates, and ensure timely responses. WhatsCRm has become an indispensable tool for enhancing productivity and client satisfaction.\"','Sophia Chen','Creative Director','2024-03-01 15:44:21'),
(4,'\"Efficient and Versatile Messaging Platform\"','\n\"Efficient and Versatile Messaging Platform\"\n\n\"Being in the real estate industry demands constant communication with clients and prospects. WhatsCRm has been a game-changer for our agency, providing us with an efficient and versatile messaging platform. We can easily organize client conversations, schedule property viewings, and follow up on leads all in one place. Its user-friendly interface and robust features have significantly boosted our team\'s productivity and client engagement.\"','Jonathan Rodriguez','Real Estate Agent','2024-03-01 15:45:07');
/*!40000 ALTER TABLE `testimonial` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `undefined`
--

DROP TABLE IF EXISTS `undefined`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `undefined` (
  `session` varchar(50) NOT NULL,
  `id` varchar(80) NOT NULL,
  `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`value`)),
  UNIQUE KEY `idxunique` (`session`,`id`),
  KEY `idxsession` (`session`),
  KEY `idxid` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `undefined`
--

LOCK TABLES `undefined` WRITE;
/*!40000 ALTER TABLE `undefined` DISABLE KEYS */;
/*!40000 ALTER TABLE `undefined` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `user`
--

DROP TABLE IF EXISTS `user`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `user` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `role` varchar(999) DEFAULT 'user',
  `uid` varchar(999) DEFAULT NULL,
  `name` varchar(999) DEFAULT NULL,
  `email` varchar(999) DEFAULT NULL,
  `password` varchar(999) DEFAULT NULL,
  `mobile_with_country_code` varchar(999) DEFAULT NULL,
  `timezone` varchar(999) DEFAULT 'Asia/Kolkata',
  `plan` longtext DEFAULT NULL,
  `plan_expire` varchar(999) DEFAULT NULL,
  `trial` int(1) DEFAULT 0,
  `api_key` varchar(999) DEFAULT NULL,
  `createdAt` timestamp NOT NULL DEFAULT current_timestamp(),
  `fcm_data` longtext DEFAULT NULL,
  `fcm_inbox` longtext DEFAULT NULL,
  `tokenVersion` int(11) DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `idx_uid` (`uid`(150))
) ENGINE=InnoDB AUTO_INCREMENT=58 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `user`
--

LOCK TABLES `user` WRITE;
/*!40000 ALTER TABLE `user` DISABLE KEYS */;
INSERT INTO `user` VALUES
(1,'user','lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','John Doe','user@user.com','$2b$10$1k2GcSGxB3MZxMP4tf1yMO0VomSilKJYbwmQYL3pjMC9xywnZ9J5W','+19876543233','Asia/Kolkata','{\"id\":20,\"title\":\"Platinum\",\"short_description\":\"This plan comes with the one-year validity and cover everything\",\"allow_tag\":1,\"allow_note\":1,\"allow_chatbot\":1,\"contact_limit\":\"10000\",\"allow_api\":1,\"is_trial\":0,\"price\":1899,\"price_strike\":\"699\",\"plan_duration_in_days\":\"365\",\"createdAt\":\"2025-04-19T08:22:57.000Z\",\"qr_account\":24,\"wa_warmer\":1,\"rest_api_qr\":1,\"instagram_inbox\":1,\"telegram_inbox\":1,\"allow_wa_forms\":1}','1809416369410',1,'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1aWQiOiJsV3ZqNksweEkwRmxTS0pveVY3YWs5RE4wbXp2S0pLOCIsInJvbGUiOiJ1c2VyIiwiaWF0IjoxNzc1ODQzMzkwfQ.P05ChMzPqUzBc1hArIm0TCrRjs9eloJLMsCA9uNxlFs','2024-02-02 13:10:33','{\"tokens\":[\"dO4QUhSJXNWHzoCqVK4rrr:APA91bEMJF2hMx4GwPx_yHHuaf9iwkzhgbudWbllEoQQeHxVwL9KsLk_jJwFOfEIvYvUGyOCeahYZWoTquRvqMm-BqnEEaY0v7s_0nFDcqslZD8r9pEwg0w\"],\"other\":{\"platform\":\"iOS\",\"apnsToken\":\"B1B1497DAEC9DD597DE47AA198DC63C36F0E05E6ACF7328379899978C1389E3D\",\"disabledByUser\":true}}','1',0);
/*!40000 ALTER TABLE `user` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wa_call_bot`
--

DROP TABLE IF EXISTS `wa_call_bot`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wa_call_bot` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` varchar(999) DEFAULT NULL,
  `title` varchar(999) DEFAULT NULL,
  `flow_id` varchar(999) DEFAULT NULL,
  `data` longtext DEFAULT NULL,
  `active` int(11) DEFAULT 1,
  `createdAt` timestamp NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wa_call_bot`
--

LOCK TABLES `wa_call_bot` WRITE;
/*!40000 ALTER TABLE `wa_call_bot` DISABLE KEYS */;
/*!40000 ALTER TABLE `wa_call_bot` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wa_call_broadcasts`
--

DROP TABLE IF EXISTS `wa_call_broadcasts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wa_call_broadcasts` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` varchar(255) NOT NULL,
  `campaign_id` varchar(255) NOT NULL,
  `title` varchar(255) NOT NULL,
  `flow_id` varchar(255) NOT NULL,
  `status` enum('draft','requesting_permissions','ready','running','paused','completed','failed') DEFAULT 'draft',
  `contacts` longtext NOT NULL,
  `call_delay` int(11) DEFAULT 5000,
  `max_concurrent_calls` int(11) DEFAULT 1,
  `retry_failed` tinyint(1) DEFAULT 0,
  `retry_count` int(11) DEFAULT 0,
  `total_contacts` int(11) DEFAULT 0,
  `permission_requested` int(11) DEFAULT 0,
  `permission_granted` int(11) DEFAULT 0,
  `permission_denied` int(11) DEFAULT 0,
  `calls_initiated` int(11) DEFAULT 0,
  `calls_completed` int(11) DEFAULT 0,
  `calls_failed` int(11) DEFAULT 0,
  `logs` longtext DEFAULT NULL,
  `meta_data` longtext DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `started_at` timestamp NULL DEFAULT NULL,
  `completed_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`),
  UNIQUE KEY `campaign_id` (`campaign_id`),
  KEY `idx_uid` (`uid`),
  KEY `idx_status` (`status`),
  KEY `idx_campaign_id` (`campaign_id`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wa_call_broadcasts`
--

LOCK TABLES `wa_call_broadcasts` WRITE;
/*!40000 ALTER TABLE `wa_call_broadcasts` DISABLE KEYS */;
INSERT INTO `wa_call_broadcasts` VALUES
(15,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','BC_1770124113346_vjnsb39qq','me','1770013193450','completed','[{\"id\":\"BC_1770124113346_vjnsb39qq_0\",\"name\":\"me\",\"mobile\":\"919690309316\",\"var1\":\"one\",\"var2\":\"\",\"var3\":\"\",\"var4\":\"\",\"var5\":\"\",\"permission_status\":\"granted\",\"permission_requested_at\":null,\"permission_granted_at\":\"2026-02-03T13:08:45.115Z\",\"permission_expires_at\":null,\"permission_type\":\"permanent\",\"call_status\":\"completed\",\"call_id\":\"wacid.HBgMOTE5NjkwMzA5MzE2FQIAERggQjdGNTE2NTMyMUY4Nzk3MjdERDNDNERBM0E1QkNBNTUcGAw5MTcwMzczMDA4NzAVAgAVCgA=\",\"call_initiated_at\":\"2026-02-03T13:09:07.506Z\",\"call_completed_at\":\"2026-02-03T13:09:36.570Z\",\"call_duration\":22,\"error_message\":null,\"retry_count\":0}]',5000,1,0,0,1,0,1,0,1,1,0,'[{\"timestamp\":\"2026-02-03T13:08:33.347Z\",\"type\":\"campaign_created\",\"message\":\"Campaign created with 1 contacts\"},{\"timestamp\":\"2026-02-03T13:08:43.058Z\",\"type\":\"permission_phase_started\",\"message\":\"Started requesting call permissions from contacts\"},{\"timestamp\":\"2026-02-03T13:08:47.812Z\",\"type\":\"status_change\",\"status\":\"ready\",\"message\":\"Ready to start calling\"},{\"timestamp\":\"2026-02-03T13:09:05.601Z\",\"type\":\"calling_phase_started\",\"message\":\"Started making calls to contacts with granted permissions\"},{\"timestamp\":\"2026-02-03T13:09:37.280Z\",\"type\":\"status_change\",\"status\":\"completed\",\"message\":\"All calls completed\"}]','{\"flow_name\":\"New Flow\",\"created_by\":\"lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8\"}','2026-02-03 13:08:33','2026-02-03 13:08:42',NULL,'2026-02-03 13:09:37');
/*!40000 ALTER TABLE `wa_call_broadcasts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wa_call_flows`
--

DROP TABLE IF EXISTS `wa_call_flows`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wa_call_flows` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `is_active` int(11) DEFAULT 1,
  `uid` varchar(999) DEFAULT NULL,
  `flow_id` varchar(999) DEFAULT NULL,
  `source` varchar(999) DEFAULT NULL,
  `name` varchar(999) DEFAULT NULL,
  `data` longtext DEFAULT NULL,
  `createdAt` timestamp NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wa_call_flows`
--

LOCK TABLES `wa_call_flows` WRITE;
/*!40000 ALTER TABLE `wa_call_flows` DISABLE KEYS */;
INSERT INTO `wa_call_flows` VALUES
(2,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','1770013193450','wa_call','New Flow','{\"nodes\":[{\"id\":\"1\",\"type\":\"aiStart\",\"position\":{\"x\":100,\"y\":251.46543778801833},\"data\":{\"system_message\":\"You are a helpful assistant. Be friendly and professional.\",\"voice_source\":\"openai\",\"apiKeys\":\"xxxxxxx\",\"el_voice\":{\"id\":\"JBFqnCBsd6RMkjVDRZzb\",\"name\":\"George - Warm, Captivating Storyteller\",\"gender\":\"male\",\"url\":\"https://storage.googleapis.com/eleven-public-prod/premade/voices/JBFqnCBsd6RMkjVDRZzb/e6206d1a-0721-4787-aafb-06a6e705cac5.mp3\"},\"elevenlabs_stability\":0.5,\"elevenlabs_similarity_boost\":0.75,\"elevenlabs_style\":0,\"elevenlabs_use_speaker_boost\":true,\"available_functions\":[{\"id\":\"1770015297939\",\"name\":\"fetch req\",\"description\":\"when asked to fetch the request\",\"parameters\":[]},{\"id\":\"1770015313026\",\"name\":\"hit data\",\"description\":\"when asked to fetch the number\",\"parameters\":[]},{\"id\":\"1770031753189\",\"name\":\"hangup\",\"description\":\"when asked to hangup the call\",\"parameters\":[]}],\"welcome_message\":\"Hello! How can I help you today?\",\"openai_model\":\"gpt-4o-realtime-preview\",\"elevenlabs_api_key\":\"sk_c23033de4aa1c7ffc384987502a08e42ef64f3f4618b1ec3\",\"enableRecording\":true,\"recordingTypes\":{\"assistant\":false,\"user\":false},\"enableTranscription\":true}},{\"id\":\"1770013217065\",\"type\":\"executeJs\",\"position\":{\"x\":732.5323921426318,\"y\":475.0207478648513},\"data\":{\"jsCode\":\"  const res = await fetch(\\\"http://localhost:8001/api/web/test?query=data\\\",{\\n      method:\\\"GET\\\"\\n    })\\n    const a = res.json()\\n\\nreturn a\",\"stepNumber\":1}},{\"id\":\"1770015335428\",\"type\":\"executeJs\",\"position\":{\"x\":751.5115207373273,\"y\":1201.0691244239633},\"data\":{\"jsCode\":\"return \\\"the number is 24456789\\\"\",\"stepNumber\":2}},{\"id\":\"1770031764894\",\"type\":\"hangupCall\",\"position\":{\"x\":836.2620967741935,\"y\":1889.6952764976954},\"data\":{\"finalMessage\":\"Thanks for talk. Bye Bye!\"}}],\"edges\":[{\"id\":\"reactflow__edge-1ai-output-1770013217065function-input\",\"source\":\"1\",\"target\":\"1770013217065\",\"sourceHandle\":\"ai-output\",\"targetHandle\":\"function-input\"},{\"id\":\"reactflow__edge-1function-1770015297939-1770013217065function-input\",\"source\":\"1\",\"target\":\"1770013217065\",\"sourceHandle\":\"function-1770015297939\",\"targetHandle\":\"function-input\"},{\"id\":\"reactflow__edge-1function-1770015313026-1770015335428function-input\",\"source\":\"1\",\"target\":\"1770015335428\",\"sourceHandle\":\"function-1770015313026\",\"targetHandle\":\"function-input\"},{\"id\":\"reactflow__edge-1function-1770031753189-1770031764894hangup-input\",\"source\":\"1\",\"target\":\"1770031764894\",\"sourceHandle\":\"function-1770031753189\",\"targetHandle\":\"hangup-input\"}]}','2026-02-02 06:24:22'),
(3,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','1770383474863','wa_call','new one','{\"nodes\":[{\"id\":\"1\",\"type\":\"aiStart\",\"position\":{\"x\":100,\"y\":250},\"data\":{\"system_message\":\"You are a helpful assistant. Be friendly and professional.\",\"voice_source\":\"openai\",\"apiKeys\":\"xxxxxxx\",\"el_voice\":{},\"elevenlabs_stability\":0.5,\"elevenlabs_similarity_boost\":0.75,\"elevenlabs_style\":0,\"elevenlabs_use_speaker_boost\":true,\"available_functions\":[{\"id\":\"1770383481609\",\"name\":\"num\",\"description\":\"when asked to fetch the request\",\"parameters\":[{\"id\":\"1770383491614\",\"name\":\"numm\",\"type\":\"string\",\"description\":\"ask number to fetch the request\",\"required\":true}]}],\"welcome_message\":\"Hello! How can I help you today?\",\"openai_model\":\"gpt-4o-realtime-preview\",\"elevenlabs_api_key\":\"\",\"enableRecording\":true,\"recordingTypes\":{\"user\":true,\"assistant\":true,\"stereo\":true},\"enableTranscription\":true}},{\"id\":\"1770383523188\",\"type\":\"executeJs\",\"position\":{\"x\":848.887946661512,\"y\":1014.0607875505441},\"data\":{\"jsCode\":\"const response = await fetch(\\\"http://localhost:8001/api/web/test\\\", {\\n  method: \\\"POST\\\",\\n  headers: {\\n    \\\"Content-Type\\\": \\\"application/json\\\"\\n  },\\n  body: JSON.stringify({ numm: functionArgs.numm}) // ✅ Send as object\\n});\\n\\nconst data = await response.json();\\nreturn data;\\n\",\"stepNumber\":1}}],\"edges\":[{\"id\":\"reactflow__edge-1function-1770383481609-1770383523188function-input\",\"source\":\"1\",\"target\":\"1770383523188\",\"sourceHandle\":\"function-1770383481609\",\"targetHandle\":\"function-input\"}]}','2026-02-06 13:13:47'),
(4,1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','1770386902429','wa_call','first flow','{\"nodes\":[{\"id\":\"1\",\"type\":\"aiStart\",\"position\":{\"x\":-28.40511396230353,\"y\":217.33243804580115},\"data\":{\"system_message\":\"You are a helpful assistant. Be friendly and professional.\",\"voice_source\":\"openai\",\"apiKeys\":\"xxxxxxx\",\"el_voice\":{},\"elevenlabs_stability\":0.5,\"elevenlabs_similarity_boost\":0.75,\"elevenlabs_style\":0,\"elevenlabs_use_speaker_boost\":true,\"available_functions\":[{\"id\":\"1770386967598\",\"name\":\"fetch request\",\"description\":\"when asked to fetch a request\",\"parameters\":[{\"id\":\"1770386994173\",\"name\":\"number\",\"type\":\"string\",\"description\":\"ask number to fetch the request\",\"required\":true}]},{\"id\":\"1770387517860\",\"name\":\"hangup\",\"description\":\"when asked to hangup or its a ned of the call\",\"parameters\":[]}],\"welcome_message\":\"Hello my name is Natasha!\",\"openai_model\":\"gpt-4o-realtime-preview\",\"elevenlabs_api_key\":\"\",\"enableRecording\":true,\"recordingTypes\":{\"user\":true,\"assistant\":true,\"stereo\":true},\"enableTranscription\":true}},{\"id\":\"1770387022741\",\"type\":\"executeJs\",\"position\":{\"x\":630.0412700280236,\"y\":941.5820177409053},\"data\":{\"jsCode\":\"// Available variables:\\n// - previousResponse: Output from the previous node\\n// - allResponses: Object containing all previous node outputs\\n// - functionArgs: Arguments passed from the AI function call\\n\\nconst a = await fetch(\\\"http://localhost:8001/api/web/test\\\",{\\n  method:\\\"POST\\\",\\n  headers:{\\n    \\\"Content-Type\\\":\\\"application/json\\\"\\n  },\\n  body:JSON.stringify({theNumber: functionArgs.number})\\n})\\nconst b = await a.json()\\n\\nreturn b\",\"stepNumber\":1}},{\"id\":\"1770387530432\",\"type\":\"hangupCall\",\"position\":{\"x\":660,\"y\":1638},\"data\":{\"finalMessage\":\"\"}}],\"edges\":[{\"id\":\"reactflow__edge-1function-1770386967598-1770387022741function-input\",\"source\":\"1\",\"target\":\"1770387022741\",\"sourceHandle\":\"function-1770386967598\",\"targetHandle\":\"function-input\"},{\"id\":\"reactflow__edge-1function-1770387517860-1770387530432hangup-input\",\"source\":\"1\",\"target\":\"1770387530432\",\"sourceHandle\":\"function-1770387517860\",\"targetHandle\":\"hangup-input\"}]}','2026-02-06 14:14:21');
/*!40000 ALTER TABLE `wa_call_flows` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wa_call_logs`
--

DROP TABLE IF EXISTS `wa_call_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wa_call_logs` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` varchar(255) NOT NULL,
  `call_id` varchar(255) NOT NULL,
  `flow_id` varchar(255) DEFAULT NULL,
  `status` enum('connected','ended','failed') DEFAULT 'connected',
  `transcription_json` longtext DEFAULT NULL,
  `recording_user` varchar(255) DEFAULT NULL,
  `recording_assistant` varchar(255) DEFAULT NULL,
  `recording_stereo` varchar(255) DEFAULT NULL,
  `error_message` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `meta_data` text DEFAULT NULL,
  `ended_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `idx_uid` (`uid`),
  KEY `idx_call_id` (`call_id`),
  KEY `idx_flow_id` (`flow_id`),
  KEY `idx_status` (`status`),
  KEY `idx_created_at` (`created_at`)
) ENGINE=InnoDB AUTO_INCREMENT=43 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wa_call_logs`
--

LOCK TABLES `wa_call_logs` WRITE;
/*!40000 ALTER TABLE `wa_call_logs` DISABLE KEYS */;
/*!40000 ALTER TABLE `wa_call_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wa_contacts`
--

DROP TABLE IF EXISTS `wa_contacts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wa_contacts` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` varchar(255) DEFAULT NULL,
  `uniqueId` varchar(255) DEFAULT NULL,
  `jid` varchar(255) DEFAULT NULL,
  `name` varchar(999) DEFAULT NULL,
  `mobile` varchar(50) DEFAULT NULL,
  `createdAt` timestamp NULL DEFAULT current_timestamp(),
  `updatedAt` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`),
  UNIQUE KEY `uniq_jid_instance` (`jid`(100),`uniqueId`(100)),
  KEY `idx_wa_contacts_uid_uniqueId` (`uid`(100),`uniqueId`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wa_contacts`
--

LOCK TABLES `wa_contacts` WRITE;
/*!40000 ALTER TABLE `wa_contacts` DISABLE KEYS */;
/*!40000 ALTER TABLE `wa_contacts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wa_form_submissions`
--

DROP TABLE IF EXISTS `wa_form_submissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wa_form_submissions` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` text DEFAULT NULL,
  `flow_id` text DEFAULT NULL,
  `form_name` text DEFAULT NULL,
  `from_phone` text DEFAULT NULL,
  `raw_payload` longtext DEFAULT NULL,
  `createdAt` timestamp NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wa_form_submissions`
--

LOCK TABLES `wa_form_submissions` WRITE;
/*!40000 ALTER TABLE `wa_form_submissions` DISABLE KEYS */;
INSERT INTO `wa_form_submissions` VALUES
(1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','958428203645439','Contact Form','919690309316','{\"number_21\":\"9999999\",\"single_choice_42\":\"single_choice_42_opt_0\",\"date_picker_20\":\"2026-05-03\",\"text_input_14\":\"Kohn\",\"flow_token\":\"TOKEN_1777829476754\",\"checkbox_66\":[\"checkbox_66_opt_0\"],\"email_97\":\"Wmail@gmail.com\"}','2026-05-03 17:31:46'),
(2,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','958428203645439','Contact Form','919690309316','{\"message\":\"Dhhc\",\"flow_token\":\"FLOW_TOKEN_1777832247974\",\"name\":\"Hamid\",\"email\":\"A@a.com\"}','2026-05-03 18:19:24');
/*!40000 ALTER TABLE `wa_form_submissions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wa_forms`
--

DROP TABLE IF EXISTS `wa_forms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wa_forms` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` text DEFAULT NULL,
  `name` text DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `flow_id` text DEFAULT NULL,
  `flow_status` text DEFAULT NULL,
  `fields_json` longtext DEFAULT NULL,
  `createdAt` timestamp NULL DEFAULT current_timestamp(),
  `updatedAt` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wa_forms`
--

LOCK TABLES `wa_forms` WRITE;
/*!40000 ALTER TABLE `wa_forms` DISABLE KEYS */;
INSERT INTO `wa_forms` VALUES
(3,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','New Test','CONTACT_US','950109531101500','PUBLISHED','[]','2026-05-03 17:29:47','2026-05-03 17:29:47'),
(4,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','Contact Form','CONTACT_US','958428203645439','PUBLISHED','[]','2026-05-03 17:29:47','2026-05-03 17:29:47');
/*!40000 ALTER TABLE `wa_forms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `warmer_script`
--

DROP TABLE IF EXISTS `warmer_script`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `warmer_script` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` varchar(999) DEFAULT NULL,
  `message` longtext DEFAULT NULL,
  `createdAt` timestamp NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`),
  KEY `idx_uid` (`uid`(150))
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `warmer_script`
--

LOCK TABLES `warmer_script` WRITE;
/*!40000 ALTER TABLE `warmer_script` DISABLE KEYS */;
INSERT INTO `warmer_script` VALUES
(1,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','hey there','2025-04-15 10:49:48'),
(2,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','hey there','2025-04-15 10:49:50'),
(4,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','hey','2025-04-15 11:04:30'),
(5,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','hey man','2025-04-15 11:04:32'),
(6,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','how are you ','2025-04-15 11:04:42'),
(7,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','i am good','2025-04-15 11:04:44'),
(8,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','how are you doi','2025-04-15 11:04:46'),
(9,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','hey','2025-04-15 11:04:48'),
(10,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','yoa','2025-04-15 11:04:50'),
(11,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','new','2025-04-15 11:04:52'),
(12,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','message','2025-04-15 11:04:54');
/*!40000 ALTER TABLE `warmer_script` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `warmers`
--

DROP TABLE IF EXISTS `warmers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `warmers` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` varchar(999) DEFAULT NULL,
  `instances` longtext DEFAULT NULL,
  `is_active` int(11) DEFAULT 1,
  `createdAt` timestamp NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`),
  KEY `idx_uid_active` (`uid`(150),`is_active`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `warmers`
--

LOCK TABLES `warmers` WRITE;
/*!40000 ALTER TABLE `warmers` DISABLE KEYS */;
INSERT INTO `warmers` VALUES
(2,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','[\"lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8_MwU44R0m\",\"lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8_MgSkCu6k\"]',0,'2025-04-15 12:47:19'),
(3,'EeBzgZP5V0bs9UL5k7sx6H6ykIafrqZp','[]',1,'2025-12-08 06:12:53'),
(4,'WlEekjMlfnFSTlLjjIpsXr5d06yh5mRt','[]',0,'2026-02-03 13:54:17');
/*!40000 ALTER TABLE `warmers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `web_private`
--

DROP TABLE IF EXISTS `web_private`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `web_private` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `pay_offline_id` varchar(999) DEFAULT NULL,
  `pay_offline_key` longtext DEFAULT NULL,
  `offline_active` int(1) DEFAULT 0,
  `pay_stripe_id` varchar(999) DEFAULT NULL,
  `pay_stripe_key` varchar(999) DEFAULT NULL,
  `stripe_active` int(1) DEFAULT 0,
  `createdAt` timestamp NOT NULL DEFAULT current_timestamp(),
  `pay_paypal_id` varchar(999) DEFAULT NULL,
  `pay_paypal_key` varchar(999) DEFAULT NULL,
  `paypal_active` varchar(999) DEFAULT NULL,
  `rz_id` varchar(999) DEFAULT NULL,
  `rz_key` varchar(999) DEFAULT NULL,
  `rz_active` varchar(999) DEFAULT NULL,
  `pay_paystack_id` varchar(999) DEFAULT NULL,
  `pay_paystack_key` varchar(999) DEFAULT NULL,
  `paystack_active` varchar(999) DEFAULT NULL,
  `qr_storage` varchar(999) DEFAULT 'local',
  `mongodb_string` longtext DEFAULT NULL,
  `embed_app_sec` varchar(999) DEFAULT NULL,
  `embed_app_id` varchar(999) DEFAULT NULL,
  `embed_app_config` varchar(999) DEFAULT NULL,
  `teleAppId` text DEFAULT NULL,
  `teleHash` text DEFAULT NULL,
  `pay_mercadopago_public_key` text DEFAULT NULL,
  `pay_mercadopago_access_token` text DEFAULT NULL,
  `mercadopago_active` int(1) DEFAULT 0,
  `fcm_apiKey` longtext DEFAULT NULL,
  `fcm_authDomain` longtext DEFAULT NULL,
  `fcm_projectId` longtext DEFAULT NULL,
  `fcm_storageBucket` longtext DEFAULT NULL,
  `fcm_messagingSenderId` longtext DEFAULT NULL,
  `fcm_appId` longtext DEFAULT NULL,
  `fcm_measurementId` longtext DEFAULT NULL,
  `fcm_vapidKey` longtext DEFAULT NULL,
  `fcm_clientEmail` longtext DEFAULT NULL,
  `fcm_privateKey` longtext DEFAULT NULL,
  `insta_app_id` text DEFAULT NULL,
  `insta_app_secret` text DEFAULT NULL,
  `insta_callback_url` text DEFAULT NULL,
  `messenger_app_secret` longtext DEFAULT NULL,
  `messenger_app_id` longtext DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `web_private`
--

LOCK TABLES `web_private` WRITE;
/*!40000 ALTER TABLE `web_private` DISABLE KEYS */;
INSERT INTO `web_private` VALUES
(1,'Pay offline','Pay offline on this account number xxxxxxxxx\nand send a screenshot to us on this email xxx@xxx.com',1,'xxxxxxxxxxxxxxxxx','xxxxxxxxxxxxxxxxx',1,'2024-02-26 17:06:06','xxxxxxxxxxxxxxxxx','xxxxxxxxxxxxxxxxx','1','xxxxxxxxxxxxxxxxx','xxxxxxxxxxxxxxxxx','1','xxxxxxxxxxxxxxxxx','xxxxxxxxxxxxxxxxx','1','local','xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx','xxxxxxxxxxxxxxxxxxxxxxxxx','xxxxxxxxxxxxxxxxxxxxxxxxx','xxxxxxxxxxxxxxxxxxxxxxxxx','xxxxxxx','xxxxxxxxxxxxxxxxxxxxxxxxxxxx','xxxxxxxxxxxxxxxxx','xxxxxxxxxxxxxxxxx',1,'xxxxxxxxxxxxxxxxxxxxxxxxx','xxxxxxxxxxxxxxxxxxxxxxxxx','xxxxxxxxxxxxxxxxxxxxxxxxx','xxxxxxxxxxxxxxxxxxxxxxxxx','xxxxxxxxxxxxxxxxxxxxxxxxx','xxxxxxxxxxxxxxxxxxxxxxxxx','xxxxxxxxxxxxxxxxxxxxxxxxx','xxxxxxxxxxxxxxxxxxxxxxxxx','xxxxxxxxxxxxxxxxxxxxxxxxx','xxxxxxxxxxxxxxxxxxxxxxxxx','xxxxxxxxxxxxxxxxxxxxxxxxx','xxxxxxxxxxxxxxxxxxxxxxxxx','https://chigger-endless-whale.ngrok-free.app/api/insta/data/callback',NULL,NULL);
/*!40000 ALTER TABLE `web_private` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `web_public`
--

DROP TABLE IF EXISTS `web_public`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `web_public` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `currency_code` varchar(999) DEFAULT NULL,
  `logo` varchar(999) DEFAULT NULL,
  `app_name` varchar(999) DEFAULT NULL,
  `custom_home` varchar(999) DEFAULT NULL,
  `is_custom_home` int(1) DEFAULT 0,
  `meta_description` longtext DEFAULT NULL,
  `currency_symbol` varchar(999) DEFAULT NULL,
  `chatbot_screen_tutorial` varchar(999) DEFAULT NULL,
  `broadcast_screen_tutorial` varchar(999) DEFAULT NULL,
  `home_page_tutorial` varchar(999) DEFAULT NULL,
  `login_header_footer` int(1) DEFAULT 1,
  `exchange_rate` varchar(999) DEFAULT NULL,
  `google_client_id` varchar(999) DEFAULT NULL,
  `google_login_active` int(11) DEFAULT 1,
  `rtl` int(11) DEFAULT 0,
  `other` longtext DEFAULT NULL,
  `fb_login_app_id` varchar(999) DEFAULT NULL,
  `fb_login_active` varchar(999) DEFAULT NULL,
  `fb_login_app_sec` varchar(999) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `web_public`
--

LOCK TABLES `web_public` WRITE;
/*!40000 ALTER TABLE `web_public` DISABLE KEYS */;
INSERT INTO `web_public` VALUES
(1,'USD','SKY74m0bbNj1U0o2X286vyDbjnBIk2Tm.png','whatsCRM','',0,'WhatsCRM is an all-in-one cloud-based platform for WhatsApp, Instagram, and Telegram marketing and automation.','$','https://youtu.be/Wg_23HLxdHc?si=yv5aIMY1OsnwUrNy','https://youtu.be/Wg_23HLxdHc?si=yv5aIMY1OsnwUrNy','https://youtu.be/rFNoXYE_efo',1,'1','xxxxxxxxxxxx-xxxxxxxxxxxx-xxxxxxxxxxxx',1,0,'0','xxxxxxxxxxxx-xxxxxxxxxxxx-xxxxxxxxxxxx','1','xxxxxxxxxxxx-xxxxxxxxxxxx-xxxxxxxxxxxx');
/*!40000 ALTER TABLE `web_public` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `webhook_logs`
--

DROP TABLE IF EXISTS `webhook_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `webhook_logs` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` varchar(255) NOT NULL,
  `webhook_id` varchar(36) NOT NULL,
  `method` enum('GET','POST','PUT','DELETE') NOT NULL DEFAULT 'POST',
  `event_type` varchar(255) DEFAULT 'unknown',
  `payload` text DEFAULT NULL,
  `status` enum('RECEIVED','FAILED') NOT NULL DEFAULT 'RECEIVED',
  `error` text DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=138 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `webhook_logs`
--

LOCK TABLES `webhook_logs` WRITE;
/*!40000 ALTER TABLE `webhook_logs` DISABLE KEYS */;
INSERT INTO `webhook_logs` VALUES
(14,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','UEgGT2','GET','unknown','{\"number\":\"918430088300\"}','RECEIVED',NULL,'2025-06-27 12:32:57'),
(15,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','UEgGT2','GET','unknown','{\"number\":\"918430088300\"}','RECEIVED',NULL,'2025-06-27 12:33:15'),
(16,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','UEgGT2','GET','unknown','{\"number\":\"918430088300\"}','RECEIVED',NULL,'2025-06-27 12:33:43'),
(17,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','UEgGT2','GET','unknown','{\"number\":\"918430088300\"}','RECEIVED',NULL,'2025-06-27 12:34:14'),
(18,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','UEgGT2','GET','unknown','{\"number\":\"918430088300\"}','RECEIVED',NULL,'2025-06-27 12:34:57'),
(19,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','UEgGT2','GET','unknown','{\"number\":\"918430088300\"}','RECEIVED',NULL,'2025-06-27 13:15:03'),
(20,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','UEgGT2','GET','unknown','{\"number\":\"918430088300\"}','RECEIVED',NULL,'2025-06-27 13:18:21'),
(21,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','UEgGT2','GET','unknown','{\"number\":\"918430088300\"}','RECEIVED',NULL,'2025-06-27 13:20:36'),
(22,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','UEgGT2','GET','unknown','{\"number\":\"918430088300\"}','RECEIVED',NULL,'2025-06-27 13:21:36'),
(23,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','UEgGT2','GET','unknown','{\"number\":\"918430088300\"}','RECEIVED',NULL,'2025-06-27 13:22:18'),
(24,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','UEgGT2','GET','unknown','{\"number\":\"918430088300\"}','RECEIVED',NULL,'2025-06-27 13:34:41'),
(25,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','UEgGT2','GET','unknown','{\"number\":\"918430088300\"}','RECEIVED',NULL,'2025-06-27 13:37:48'),
(26,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','UEgGT2','GET','unknown','{\"number\":\"918430088300\"}','RECEIVED',NULL,'2025-06-27 13:38:37'),
(27,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','UEgGT2','GET','unknown','{\"number\":\"918430088300\"}','RECEIVED',NULL,'2025-06-27 13:38:53'),
(28,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','UEgGT2','GET','unknown','{\"number\":\"918430088300\"}','RECEIVED',NULL,'2025-06-27 13:39:11'),
(29,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','UEgGT2','GET','unknown','{\"number\":\"918430088300\"}','RECEIVED',NULL,'2025-06-27 13:39:25'),
(30,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','UEgGT2','GET','unknown','{\"number\":\"918430088300\"}','RECEIVED',NULL,'2025-06-27 13:41:17'),
(31,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','UEgGT2','GET','unknown','{\"number\":\"918430088300\"}','RECEIVED',NULL,'2025-06-27 13:41:40'),
(32,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','UEgGT2','GET','unknown','{\"number\":\"919690309316\"}','RECEIVED',NULL,'2025-06-27 13:42:00'),
(33,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','UEgGT2','GET','unknown','{\"number\":\"919690309316\"}','RECEIVED',NULL,'2025-06-27 13:42:44'),
(34,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','UEgGT2','GET','unknown','{\"number\":\"918430088300\",\"msg\":\"nice\"}','RECEIVED',NULL,'2025-06-27 13:50:03'),
(35,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','UEgGT2','GET','unknown','{\"number\":\"918430088300\",\"msg\":\"nice\"}','RECEIVED',NULL,'2025-06-27 13:52:24'),
(36,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','UEgGT2','GET','unknown','{\"number\":\"918430088300\",\"msg\":\"nice\"}','RECEIVED',NULL,'2025-06-27 13:52:46'),
(37,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','UEgGT2','GET','unknown','{\"number\":\"918430088300\",\"msg\":\"nice\"}','RECEIVED',NULL,'2025-06-27 13:52:57'),
(38,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','UEgGT2','GET','unknown','{\"number\":\"918430088300\",\"msg\":\"hey man how are you\"}','RECEIVED',NULL,'2025-06-27 13:53:22'),
(55,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','YNj9zw','POST','unknown','{\"id\":63,\"parent_id\":0,\"status\":\"processing\",\"currency\":\"INR\",\"version\":\"9.9.3\",\"prices_include_tax\":false,\"date_created\":\"2025-06-16T13:30:30\",\"date_modified\":\"2025-06-27T16:17:36\",\"discount_total\":\"0.00\",\"discount_tax\":\"0.00\",\"shipping_total\":\"0.00\",\"shipping_tax\":\"0.00\",\"cart_tax\":\"0.00\",\"total\":\"576.00\",\"total_tax\":\"0.00\",\"customer_id\":0,\"order_key\":\"wc_order_2xd6TqdgXS0k3\",\"billing\":{\"first_name\":\"hamimd\",\"last_name\":\"saiffi\",\"company\":\"\",\"address_1\":\"address is here\",\"address_2\":\"\",\"city\":\"city name\",\"state\":\"DL\",\"postcode\":\"110010\",\"country\":\"IN\",\"email\":\"codeyon.com@gmail.com\",\"phone\":\"918430088300\"},\"shipping\":{\"first_name\":\"hamimd\",\"last_name\":\"saiffi\",\"company\":\"\",\"address_1\":\"address is here\",\"address_2\":\"\",\"city\":\"city name\",\"state\":\"DL\",\"postcode\":\"110010\",\"country\":\"IN\",\"phone\":\"918430088300\"},\"payment_method\":\"cod\",\"payment_method_title\":\"Cash on delivery\",\"transaction_id\":\"\",\"customer_ip_address\":\"2405:201:682f:e812:2d65:13f2:af5e:8495\",\"customer_user_agent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36\",\"created_via\":\"store-api\",\"customer_note\":\"\",\"date_completed\":null,\"date_paid\":null,\"cart_hash\":\"d2a85b75170d912b52065cbea2b197fa\",\"number\":\"63\",\"meta_data\":[{\"id\":1,\"key\":\"_shipping_hash\",\"value\":\"20af30c18070394b918b665c6c73eb68\"},{\"id\":2,\"key\":\"_coupons_hash\",\"value\":\"d751713988987e9331980363e24189ce\"},{\"id\":3,\"key\":\"_fees_hash\",\"value\":\"d751713988987e9331980363e24189ce\"},{\"id\":4,\"key\":\"_taxes_hash\",\"value\":\"d751713988987e9331980363e24189ce\"},{\"id\":5,\"key\":\"is_vat_exempt\",\"value\":\"no\"},{\"id\":8,\"key\":\"_wc_order_attribution_source_type\",\"value\":\"typein\"},{\"id\":9,\"key\":\"_wc_order_attribution_utm_source\",\"value\":\"(direct)\"},{\"id\":10,\"key\":\"_wc_order_attribution_session_entry\",\"value\":\"https://wp.hamidsaifi.com/\"},{\"id\":11,\"key\":\"_wc_order_attribution_session_start_time\",\"value\":\"2025-06-16 13:00:04\"},{\"id\":12,\"key\":\"_wc_order_attribution_session_pages\",\"value\":\"5\"},{\"id\":13,\"key\":\"_wc_order_attribution_session_count\",\"value\":\"1\"},{\"id\":14,\"key\":\"_wc_order_attribution_user_agent\",\"value\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36\"},{\"id\":15,\"key\":\"_wc_order_attribution_device_type\",\"value\":\"Desktop\"}],\"line_items\":[{\"id\":1,\"name\":\"testing\",\"product_id\":61,\"variation_id\":0,\"quantity\":2,\"tax_class\":\"\",\"subtotal\":\"576.00\",\"subtotal_tax\":\"0.00\",\"total\":\"576.00\",\"total_tax\":\"0.00\",\"taxes\":[],\"meta_data\":[],\"sku\":\"\",\"price\":288,\"image\":{\"id\":\"\",\"src\":\"\"},\"parent_name\":null}],\"tax_lines\":[],\"shipping_lines\":[{\"id\":2,\"method_title\":\"Free shipping\",\"method_id\":\"free_shipping\",\"instance_id\":\"1\",\"total\":\"0.00\",\"total_tax\":\"0.00\",\"taxes\":[],\"tax_status\":\"taxable\",\"meta_data\":[{\"id\":15,\"key\":\"Items\",\"value\":\"testing &times; 2\",\"display_key\":\"Items\",\"display_value\":\"testing &times; 2\"}]}],\"fee_lines\":[],\"coupon_lines\":[],\"refunds\":[],\"payment_url\":\"https://wp.hamidsaifi.com/checkout/order-pay/63/?pay_for_order=true&key=wc_order_2xd6TqdgXS0k3\",\"is_editable\":false,\"needs_payment\":false,\"needs_processing\":true,\"date_created_gmt\":\"2025-06-16T13:30:30\",\"date_modified_gmt\":\"2025-06-27T16:17:36\",\"date_completed_gmt\":null,\"date_paid_gmt\":null,\"currency_symbol\":\"₹\",\"_links\":{\"self\":[{\"href\":\"https://wp.hamidsaifi.com/wp-json/wc/v3/orders/63\",\"targetHints\":{\"allow\":[\"GET\",\"POST\",\"PUT\",\"PATCH\",\"DELETE\"]}}],\"collection\":[{\"href\":\"https://wp.hamidsaifi.com/wp-json/wc/v3/orders\"}],\"email_templates\":[{\"embeddable\":true,\"href\":\"https://wp.hamidsaifi.com/wp-json/wc/v3/orders/63/actions/email_templates\"}]}}','RECEIVED',NULL,'2025-06-27 16:17:40'),
(56,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','YNj9zw','POST','unknown','{\"id\":63,\"parent_id\":0,\"status\":\"completed\",\"currency\":\"INR\",\"version\":\"9.9.3\",\"prices_include_tax\":false,\"date_created\":\"2025-06-16T13:30:30\",\"date_modified\":\"2025-06-27T16:23:36\",\"discount_total\":\"0.00\",\"discount_tax\":\"0.00\",\"shipping_total\":\"0.00\",\"shipping_tax\":\"0.00\",\"cart_tax\":\"0.00\",\"total\":\"576.00\",\"total_tax\":\"0.00\",\"customer_id\":0,\"order_key\":\"wc_order_2xd6TqdgXS0k3\",\"billing\":{\"first_name\":\"hamimd\",\"last_name\":\"saiffi\",\"company\":\"\",\"address_1\":\"address is here\",\"address_2\":\"\",\"city\":\"city name\",\"state\":\"DL\",\"postcode\":\"110010\",\"country\":\"IN\",\"email\":\"codeyon.com@gmail.com\",\"phone\":\"918430088300\"},\"shipping\":{\"first_name\":\"hamimd\",\"last_name\":\"saiffi\",\"company\":\"\",\"address_1\":\"address is here\",\"address_2\":\"\",\"city\":\"city name\",\"state\":\"DL\",\"postcode\":\"110010\",\"country\":\"IN\",\"phone\":\"918430088300\"},\"payment_method\":\"cod\",\"payment_method_title\":\"Cash on delivery\",\"transaction_id\":\"\",\"customer_ip_address\":\"2405:201:682f:e812:2d65:13f2:af5e:8495\",\"customer_user_agent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36\",\"created_via\":\"store-api\",\"customer_note\":\"\",\"date_completed\":\"2025-06-27T16:23:36\",\"date_paid\":\"2025-06-27T16:23:36\",\"cart_hash\":\"d2a85b75170d912b52065cbea2b197fa\",\"number\":\"63\",\"meta_data\":[{\"id\":1,\"key\":\"_shipping_hash\",\"value\":\"20af30c18070394b918b665c6c73eb68\"},{\"id\":2,\"key\":\"_coupons_hash\",\"value\":\"d751713988987e9331980363e24189ce\"},{\"id\":3,\"key\":\"_fees_hash\",\"value\":\"d751713988987e9331980363e24189ce\"},{\"id\":4,\"key\":\"_taxes_hash\",\"value\":\"d751713988987e9331980363e24189ce\"},{\"id\":5,\"key\":\"is_vat_exempt\",\"value\":\"no\"},{\"id\":8,\"key\":\"_wc_order_attribution_source_type\",\"value\":\"typein\"},{\"id\":9,\"key\":\"_wc_order_attribution_utm_source\",\"value\":\"(direct)\"},{\"id\":10,\"key\":\"_wc_order_attribution_session_entry\",\"value\":\"https://wp.hamidsaifi.com/\"},{\"id\":11,\"key\":\"_wc_order_attribution_session_start_time\",\"value\":\"2025-06-16 13:00:04\"},{\"id\":12,\"key\":\"_wc_order_attribution_session_pages\",\"value\":\"5\"},{\"id\":13,\"key\":\"_wc_order_attribution_session_count\",\"value\":\"1\"},{\"id\":14,\"key\":\"_wc_order_attribution_user_agent\",\"value\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36\"},{\"id\":15,\"key\":\"_wc_order_attribution_device_type\",\"value\":\"Desktop\"}],\"line_items\":[{\"id\":1,\"name\":\"testing\",\"product_id\":61,\"variation_id\":0,\"quantity\":2,\"tax_class\":\"\",\"subtotal\":\"576.00\",\"subtotal_tax\":\"0.00\",\"total\":\"576.00\",\"total_tax\":\"0.00\",\"taxes\":[],\"meta_data\":[],\"sku\":\"\",\"price\":288,\"image\":{\"id\":\"\",\"src\":\"\"},\"parent_name\":null}],\"tax_lines\":[],\"shipping_lines\":[{\"id\":2,\"method_title\":\"Free shipping\",\"method_id\":\"free_shipping\",\"instance_id\":\"1\",\"total\":\"0.00\",\"total_tax\":\"0.00\",\"taxes\":[],\"tax_status\":\"taxable\",\"meta_data\":[{\"id\":15,\"key\":\"Items\",\"value\":\"testing &times; 2\",\"display_key\":\"Items\",\"display_value\":\"testing &times; 2\"}]}],\"fee_lines\":[],\"coupon_lines\":[],\"refunds\":[],\"payment_url\":\"https://wp.hamidsaifi.com/checkout/order-pay/63/?pay_for_order=true&key=wc_order_2xd6TqdgXS0k3\",\"is_editable\":false,\"needs_payment\":false,\"needs_processing\":true,\"date_created_gmt\":\"2025-06-16T13:30:30\",\"date_modified_gmt\":\"2025-06-27T16:23:36\",\"date_completed_gmt\":\"2025-06-27T16:23:36\",\"date_paid_gmt\":\"2025-06-27T16:23:36\",\"currency_symbol\":\"₹\",\"_links\":{\"self\":[{\"href\":\"https://wp.hamidsaifi.com/wp-json/wc/v3/orders/63\",\"targetHints\":{\"allow\":[\"GET\",\"POST\",\"PUT\",\"PATCH\",\"DELETE\"]}}],\"collection\":[{\"href\":\"https://wp.hamidsaifi.com/wp-json/wc/v3/orders\"}],\"email_templates\":[{\"embeddable\":true,\"href\":\"https://wp.hamidsaifi.com/wp-json/wc/v3/orders/63/actions/email_templates\"}]}}','RECEIVED',NULL,'2025-06-27 16:23:42'),
(57,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','YNj9zw','POST','unknown','{\"id\":11534587527533,\"admin_graphql_api_id\":\"gid://shopify/Order/11534587527533\",\"app_id\":580111,\"browser_ip\":\"2405:201:682f:e812:25fc:b81f:cd2f:88\",\"buyer_accepts_marketing\":false,\"cancel_reason\":null,\"cancelled_at\":null,\"cart_token\":\"Z2NwLWFzaWEtc291dGhlYXN0MTowMUpZUzQyV04yNjhaTUFDVEZZUE5DTUpFUA\",\"checkout_id\":64115222282605,\"checkout_token\":\"6841290af7fb22bd57f8bdb83896b24a\",\"client_details\":{\"accept_language\":\"en-IN\",\"browser_height\":null,\"browser_ip\":\"2405:201:682f:e812:25fc:b81f:cd2f:88\",\"browser_width\":null,\"session_hash\":null,\"user_agent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36\"},\"closed_at\":null,\"confirmation_number\":\"MUTNRLEQW\",\"confirmed\":true,\"contact_email\":\"codeyon.com@gmail.com\",\"created_at\":\"2025-06-27T22:10:12+05:30\",\"currency\":\"INR\",\"current_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"current_subtotal_price\":\"999.00\",\"current_subtotal_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"current_total_additional_fees_set\":null,\"current_total_discounts\":\"0.00\",\"current_total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"current_total_duties_set\":null,\"current_total_price\":\"1178.82\",\"current_total_price_set\":{\"shop_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"}},\"current_total_tax\":\"179.82\",\"current_total_tax_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"customer_locale\":\"en-IN\",\"device_id\":null,\"discount_codes\":[],\"duties_included\":false,\"email\":\"codeyon.com@gmail.com\",\"estimated_taxes\":false,\"financial_status\":\"pending\",\"fulfillment_status\":null,\"landing_site\":\"/\",\"landing_site_ref\":null,\"location_id\":null,\"merchant_business_entity_id\":null,\"merchant_of_record_app_id\":null,\"name\":\"#1001\",\"note\":null,\"note_attributes\":[],\"number\":1,\"order_number\":1001,\"order_status_url\":\"https://qy1frg-3t.myshopify.com/92898001261/orders/f72fd8072cdaa439d0abe985bd63a003/authenticate?key=01c9fe3d455818a9028d54859064511c\",\"original_total_additional_fees_set\":null,\"original_total_duties_set\":null,\"payment_gateway_names\":[\"Cash on Delivery (COD)\"],\"phone\":null,\"po_number\":null,\"presentment_currency\":\"INR\",\"processed_at\":\"2025-06-27T22:10:10+05:30\",\"reference\":null,\"referring_site\":\"\",\"source_identifier\":null,\"source_name\":\"web\",\"source_url\":null,\"subtotal_price\":\"999.00\",\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"tags\":\"\",\"tax_exempt\":false,\"tax_lines\":[{\"price\":\"179.82\",\"rate\":0.18,\"title\":\"IGST\",\"price_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"channel_liable\":false}],\"taxes_included\":false,\"test\":false,\"token\":\"f72fd8072cdaa439d0abe985bd63a003\",\"total_cash_rounding_payment_adjustment_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_cash_rounding_refund_adjustment_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_discounts\":\"0.00\",\"total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_line_items_price\":\"999.00\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"total_outstanding\":\"1178.82\",\"total_price\":\"1178.82\",\"total_price_set\":{\"shop_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_tax\":\"179.82\",\"total_tax_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"total_tip_received\":\"0.00\",\"total_weight\":0,\"updated_at\":\"2025-06-27T22:10:12+05:30\",\"user_id\":null,\"billing_address\":{\"first_name\":\"john\",\"address1\":\"address is here\",\"phone\":null,\"city\":\"delhi\",\"zip\":\"110010\",\"province\":\"Delhi\",\"country\":\"India\",\"last_name\":\"doe\",\"address2\":null,\"company\":null,\"latitude\":28.5929297,\"longitude\":77.1218197,\"name\":\"john doe\",\"country_code\":\"IN\",\"province_code\":\"DL\"},\"customer\":{\"id\":23231362957677,\"email\":\"codeyon.com@gmail.com\",\"created_at\":\"2025-06-27T22:10:10+05:30\",\"updated_at\":\"2025-06-27T22:10:12+05:30\",\"first_name\":\"john\",\"last_name\":\"doe\",\"state\":\"disabled\",\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"currency\":\"INR\",\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid://shopify/Customer/23231362957677\",\"default_address\":{\"id\":34638371225965,\"customer_id\":23231362957677,\"first_name\":\"john\",\"last_name\":\"doe\",\"company\":null,\"address1\":\"address is here\",\"address2\":null,\"city\":\"delhi\",\"province\":\"Delhi\",\"country\":\"India\",\"zip\":\"110010\",\"phone\":null,\"name\":\"john doe\",\"province_code\":\"DL\",\"country_code\":\"IN\",\"country_name\":\"India\",\"default\":true}},\"discount_applications\":[],\"fulfillments\":[],\"line_items\":[{\"id\":34512409559405,\"admin_graphql_api_id\":\"gid://shopify/LineItem/34512409559405\",\"attributed_staffs\":[],\"current_quantity\":1,\"fulfillable_quantity\":1,\"fulfillment_service\":\"manual\",\"fulfillment_status\":null,\"gift_card\":false,\"grams\":0,\"name\":\"test product\",\"price\":\"999.00\",\"price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"product_exists\":true,\"product_id\":14698725966189,\"properties\":[],\"quantity\":1,\"requires_shipping\":false,\"sales_line_item_group_id\":null,\"sku\":\"99ljasd\",\"taxable\":true,\"title\":\"test product\",\"total_discount\":\"0.00\",\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"variant_id\":52031549538669,\"variant_inventory_management\":\"shopify\",\"variant_title\":null,\"vendor\":\"My Store\",\"tax_lines\":[{\"channel_liable\":false,\"price\":\"179.82\",\"price_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"rate\":0.18,\"title\":\"IGST\"}],\"duties\":[],\"discount_allocations\":[]}],\"payment_terms\":null,\"refunds\":[],\"shipping_address\":null,\"shipping_lines\":[],\"returns\":[]}','RECEIVED',NULL,'2025-06-27 16:40:15'),
(58,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','YNj9zw','POST','unknown','{\"id\":11534587527533,\"admin_graphql_api_id\":\"gid://shopify/Order/11534587527533\",\"app_id\":580111,\"browser_ip\":\"2405:201:682f:e812:25fc:b81f:cd2f:88\",\"buyer_accepts_marketing\":false,\"cancel_reason\":\"customer\",\"cancelled_at\":\"2025-06-27T22:13:16+05:30\",\"cart_token\":\"Z2NwLWFzaWEtc291dGhlYXN0MTowMUpZUzQyV04yNjhaTUFDVEZZUE5DTUpFUA\",\"checkout_id\":64115222282605,\"checkout_token\":\"6841290af7fb22bd57f8bdb83896b24a\",\"client_details\":{\"accept_language\":\"en-IN\",\"browser_height\":null,\"browser_ip\":\"2405:201:682f:e812:25fc:b81f:cd2f:88\",\"browser_width\":null,\"session_hash\":null,\"user_agent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36\"},\"closed_at\":\"2025-06-27T22:13:16+05:30\",\"confirmation_number\":\"MUTNRLEQW\",\"confirmed\":true,\"contact_email\":\"codeyon.com@gmail.com\",\"created_at\":\"2025-06-27T22:10:12+05:30\",\"currency\":\"INR\",\"current_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"current_subtotal_price\":\"0.00\",\"current_subtotal_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"current_total_additional_fees_set\":null,\"current_total_discounts\":\"0.00\",\"current_total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"current_total_duties_set\":null,\"current_total_price\":\"0.00\",\"current_total_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"current_total_tax\":\"0.00\",\"current_total_tax_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"customer_locale\":\"en-IN\",\"device_id\":null,\"discount_codes\":[],\"duties_included\":false,\"email\":\"codeyon.com@gmail.com\",\"estimated_taxes\":false,\"financial_status\":\"voided\",\"fulfillment_status\":null,\"landing_site\":\"/\",\"landing_site_ref\":null,\"location_id\":null,\"merchant_business_entity_id\":null,\"merchant_of_record_app_id\":null,\"name\":\"#1001\",\"note\":null,\"note_attributes\":[],\"number\":1,\"order_number\":1001,\"order_status_url\":\"https://qy1frg-3t.myshopify.com/92898001261/orders/f72fd8072cdaa439d0abe985bd63a003/authenticate?key=01c9fe3d455818a9028d54859064511c\",\"original_total_additional_fees_set\":null,\"original_total_duties_set\":null,\"payment_gateway_names\":[\"Cash on Delivery (COD)\"],\"phone\":null,\"po_number\":null,\"presentment_currency\":\"INR\",\"processed_at\":\"2025-06-27T22:10:10+05:30\",\"reference\":null,\"referring_site\":\"\",\"source_identifier\":null,\"source_name\":\"web\",\"source_url\":null,\"subtotal_price\":\"999.00\",\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"tags\":\"\",\"tax_exempt\":false,\"tax_lines\":[{\"price\":\"179.82\",\"rate\":0.18,\"title\":\"IGST\",\"price_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"channel_liable\":false}],\"taxes_included\":false,\"test\":false,\"token\":\"f72fd8072cdaa439d0abe985bd63a003\",\"total_cash_rounding_payment_adjustment_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_cash_rounding_refund_adjustment_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_discounts\":\"0.00\",\"total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_line_items_price\":\"999.00\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"total_outstanding\":\"0.00\",\"total_price\":\"1178.82\",\"total_price_set\":{\"shop_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_tax\":\"179.82\",\"total_tax_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"total_tip_received\":\"0.00\",\"total_weight\":0,\"updated_at\":\"2025-06-27T22:13:16+05:30\",\"user_id\":null,\"billing_address\":{\"first_name\":\"john\",\"address1\":\"address is here\",\"phone\":null,\"city\":\"delhi\",\"zip\":\"110010\",\"province\":\"Delhi\",\"country\":\"India\",\"last_name\":\"doe\",\"address2\":null,\"company\":null,\"latitude\":28.5929297,\"longitude\":77.1218197,\"name\":\"john doe\",\"country_code\":\"IN\",\"province_code\":\"DL\"},\"customer\":{\"id\":23231362957677,\"email\":\"codeyon.com@gmail.com\",\"created_at\":\"2025-06-27T22:10:10+05:30\",\"updated_at\":\"2025-06-27T22:10:12+05:30\",\"first_name\":\"john\",\"last_name\":\"doe\",\"state\":\"disabled\",\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"currency\":\"INR\",\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid://shopify/Customer/23231362957677\",\"default_address\":{\"id\":34638371225965,\"customer_id\":23231362957677,\"first_name\":\"john\",\"last_name\":\"doe\",\"company\":null,\"address1\":\"address is here\",\"address2\":null,\"city\":\"delhi\",\"province\":\"Delhi\",\"country\":\"India\",\"zip\":\"110010\",\"phone\":null,\"name\":\"john doe\",\"province_code\":\"DL\",\"country_code\":\"IN\",\"country_name\":\"India\",\"default\":true}},\"discount_applications\":[],\"fulfillments\":[],\"line_items\":[{\"id\":34512409559405,\"admin_graphql_api_id\":\"gid://shopify/LineItem/34512409559405\",\"attributed_staffs\":[],\"current_quantity\":0,\"fulfillable_quantity\":0,\"fulfillment_service\":\"manual\",\"fulfillment_status\":null,\"gift_card\":false,\"grams\":0,\"name\":\"test product\",\"price\":\"999.00\",\"price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"product_exists\":true,\"product_id\":14698725966189,\"properties\":[],\"quantity\":1,\"requires_shipping\":false,\"sales_line_item_group_id\":null,\"sku\":\"99ljasd\",\"taxable\":true,\"title\":\"test product\",\"total_discount\":\"0.00\",\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"variant_id\":52031549538669,\"variant_inventory_management\":\"shopify\",\"variant_title\":null,\"vendor\":\"My Store\",\"tax_lines\":[{\"channel_liable\":false,\"price\":\"179.82\",\"price_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"rate\":0.18,\"title\":\"IGST\"}],\"duties\":[],\"discount_allocations\":[]}],\"payment_terms\":null,\"refunds\":[{\"id\":1047469687149,\"admin_graphql_api_id\":\"gid://shopify/Refund/1047469687149\",\"created_at\":\"2025-06-27T22:13:15+05:30\",\"note\":\"Order canceled\",\"order_id\":11534587527533,\"processed_at\":\"2025-06-27T22:13:15+05:30\",\"restock\":true,\"total_duties_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"user_id\":120078041453,\"order_adjustments\":[],\"transactions\":[{\"id\":12757927690605,\"admin_graphql_api_id\":\"gid://shopify/OrderTransaction/12757927690605\",\"amount\":\"0.00\",\"authorization\":null,\"created_at\":\"2025-06-27T22:13:15+05:30\",\"currency\":\"INR\",\"device_id\":null,\"error_code\":null,\"gateway\":\"Cash on Delivery (COD)\",\"kind\":\"void\",\"location_id\":null,\"message\":\"Marked the Cash on Delivery (COD) payment as voided\",\"order_id\":11534587527533,\"parent_id\":12757921825133,\"payment_id\":\"#1001.2\",\"processed_at\":\"2025-06-27T22:13:15+05:30\",\"receipt\":{},\"source_name\":\"1830279\",\"status\":\"success\",\"test\":false,\"user_id\":120078041453}],\"refund_line_items\":[{\"id\":686496645485,\"line_item_id\":34512409559405,\"location_id\":106485121389,\"quantity\":1,\"restock_type\":\"cancel\",\"subtotal\":999,\"subtotal_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"total_tax\":179.82,\"total_tax_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"line_item\":{\"id\":34512409559405,\"admin_graphql_api_id\":\"gid://shopify/LineItem/34512409559405\",\"attributed_staffs\":[],\"current_quantity\":0,\"fulfillable_quantity\":0,\"fulfillment_service\":\"manual\",\"fulfillment_status\":null,\"gift_card\":false,\"grams\":0,\"name\":\"test product\",\"price\":\"999.00\",\"price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"product_exists\":true,\"product_id\":14698725966189,\"properties\":[],\"quantity\":1,\"requires_shipping\":false,\"sku\":\"99ljasd\",\"taxable\":true,\"title\":\"test product\",\"total_discount\":\"0.00\",\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"variant_id\":52031549538669,\"variant_inventory_management\":\"shopify\",\"variant_title\":null,\"vendor\":\"My Store\",\"tax_lines\":[{\"channel_liable\":false,\"price\":\"179.82\",\"price_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"rate\":0.18,\"title\":\"IGST\"}],\"duties\":[],\"discount_allocations\":[]}}],\"duties\":[]}],\"shipping_address\":null,\"shipping_lines\":[],\"returns\":[]}','RECEIVED',NULL,'2025-06-27 16:43:18'),
(59,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','YNj9zw','POST','unknown','{\"id\":11534591590765,\"admin_graphql_api_id\":\"gid://shopify/Order/11534591590765\",\"app_id\":580111,\"browser_ip\":\"2405:201:682f:e812:25fc:b81f:cd2f:88\",\"buyer_accepts_marketing\":false,\"cancel_reason\":null,\"cancelled_at\":null,\"cart_token\":\"Z2NwLWFzaWEtc291dGhlYXN0MTowMUpZUzRCTjdYQzhQUjFDUko1WjJIVlpRMQ\",\"checkout_id\":64115250921837,\"checkout_token\":\"4b75e0c9ffe053934b12e0a7f00f647c\",\"client_details\":{\"accept_language\":\"en-IN\",\"browser_height\":null,\"browser_ip\":\"2405:201:682f:e812:25fc:b81f:cd2f:88\",\"browser_width\":null,\"session_hash\":null,\"user_agent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36\"},\"closed_at\":null,\"confirmation_number\":\"688UUZ2KC\",\"confirmed\":true,\"contact_email\":\"codeyon.com@gmail.com\",\"created_at\":\"2025-06-27T22:14:00+05:30\",\"currency\":\"INR\",\"current_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"current_subtotal_price\":\"999.00\",\"current_subtotal_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"current_total_additional_fees_set\":null,\"current_total_discounts\":\"0.00\",\"current_total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"current_total_duties_set\":null,\"current_total_price\":\"1178.82\",\"current_total_price_set\":{\"shop_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"}},\"current_total_tax\":\"179.82\",\"current_total_tax_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"customer_locale\":\"en-IN\",\"device_id\":null,\"discount_codes\":[],\"duties_included\":false,\"email\":\"codeyon.com@gmail.com\",\"estimated_taxes\":false,\"financial_status\":\"pending\",\"fulfillment_status\":null,\"landing_site\":\"/\",\"landing_site_ref\":null,\"location_id\":null,\"merchant_business_entity_id\":null,\"merchant_of_record_app_id\":null,\"name\":\"#1002\",\"note\":null,\"note_attributes\":[],\"number\":2,\"order_number\":1002,\"order_status_url\":\"https://qy1frg-3t.myshopify.com/92898001261/orders/6ba6b3798a67e07388fc2a33b9c7f60d/authenticate?key=7285e28ad1ee822d21326e2a5ad44c71\",\"original_total_additional_fees_set\":null,\"original_total_duties_set\":null,\"payment_gateway_names\":[\"Cash on Delivery (COD)\"],\"phone\":null,\"po_number\":null,\"presentment_currency\":\"INR\",\"processed_at\":\"2025-06-27T22:13:58+05:30\",\"reference\":null,\"referring_site\":\"\",\"source_identifier\":null,\"source_name\":\"web\",\"source_url\":null,\"subtotal_price\":\"999.00\",\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"tags\":\"\",\"tax_exempt\":false,\"tax_lines\":[{\"price\":\"179.82\",\"rate\":0.18,\"title\":\"IGST\",\"price_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"channel_liable\":false}],\"taxes_included\":false,\"test\":false,\"token\":\"6ba6b3798a67e07388fc2a33b9c7f60d\",\"total_cash_rounding_payment_adjustment_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_cash_rounding_refund_adjustment_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_discounts\":\"0.00\",\"total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_line_items_price\":\"999.00\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"total_outstanding\":\"1178.82\",\"total_price\":\"1178.82\",\"total_price_set\":{\"shop_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_tax\":\"179.82\",\"total_tax_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"total_tip_received\":\"0.00\",\"total_weight\":0,\"updated_at\":\"2025-06-27T22:14:00+05:30\",\"user_id\":null,\"billing_address\":{\"first_name\":\"john\",\"address1\":\"address is here\",\"phone\":\"+918430088300\",\"city\":\"delhi\",\"zip\":\"110010\",\"province\":\"Delhi\",\"country\":\"India\",\"last_name\":\"doe\",\"address2\":\"apartment\",\"company\":null,\"latitude\":28.5929297,\"longitude\":77.1218197,\"name\":\"john doe\",\"country_code\":\"IN\",\"province_code\":\"DL\"},\"customer\":{\"id\":23231362957677,\"email\":\"codeyon.com@gmail.com\",\"created_at\":\"2025-06-27T22:10:10+05:30\",\"updated_at\":\"2025-06-27T22:14:00+05:30\",\"first_name\":\"john\",\"last_name\":\"doe\",\"state\":\"disabled\",\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"currency\":\"INR\",\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid://shopify/Customer/23231362957677\",\"default_address\":{\"id\":34638421361005,\"customer_id\":23231362957677,\"first_name\":\"john\",\"last_name\":\"doe\",\"company\":null,\"address1\":\"address is here\",\"address2\":\"apartment\",\"city\":\"delhi\",\"province\":\"Delhi\",\"country\":\"India\",\"zip\":\"110010\",\"phone\":\"+918430088300\",\"name\":\"john doe\",\"province_code\":\"DL\",\"country_code\":\"IN\",\"country_name\":\"India\",\"default\":true}},\"discount_applications\":[],\"fulfillments\":[],\"line_items\":[{\"id\":34512419127661,\"admin_graphql_api_id\":\"gid://shopify/LineItem/34512419127661\",\"attributed_staffs\":[],\"current_quantity\":1,\"fulfillable_quantity\":1,\"fulfillment_service\":\"manual\",\"fulfillment_status\":null,\"gift_card\":false,\"grams\":0,\"name\":\"test product\",\"price\":\"999.00\",\"price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"product_exists\":true,\"product_id\":14698725966189,\"properties\":[],\"quantity\":1,\"requires_shipping\":false,\"sales_line_item_group_id\":null,\"sku\":\"99ljasd\",\"taxable\":true,\"title\":\"test product\",\"total_discount\":\"0.00\",\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"variant_id\":52031549538669,\"variant_inventory_management\":\"shopify\",\"variant_title\":null,\"vendor\":\"My Store\",\"tax_lines\":[{\"channel_liable\":false,\"price\":\"179.82\",\"price_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"rate\":0.18,\"title\":\"IGST\"}],\"duties\":[],\"discount_allocations\":[]}],\"payment_terms\":null,\"refunds\":[],\"shipping_address\":null,\"shipping_lines\":[],\"returns\":[]}','RECEIVED',NULL,'2025-06-27 16:44:03'),
(60,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','YNj9zw','POST','unknown','{\"id\":11534591590765,\"admin_graphql_api_id\":\"gid://shopify/Order/11534591590765\",\"app_id\":580111,\"browser_ip\":\"2405:201:682f:e812:25fc:b81f:cd2f:88\",\"buyer_accepts_marketing\":false,\"cancel_reason\":null,\"cancelled_at\":null,\"cart_token\":\"Z2NwLWFzaWEtc291dGhlYXN0MTowMUpZUzRCTjdYQzhQUjFDUko1WjJIVlpRMQ\",\"checkout_id\":64115250921837,\"checkout_token\":\"4b75e0c9ffe053934b12e0a7f00f647c\",\"client_details\":{\"accept_language\":\"en-IN\",\"browser_height\":null,\"browser_ip\":\"2405:201:682f:e812:25fc:b81f:cd2f:88\",\"browser_width\":null,\"session_hash\":null,\"user_agent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36\"},\"closed_at\":null,\"confirmation_number\":\"688UUZ2KC\",\"confirmed\":true,\"contact_email\":\"codeyon.com@gmail.com\",\"created_at\":\"2025-06-27T22:14:00+05:30\",\"currency\":\"INR\",\"current_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"current_subtotal_price\":\"999.00\",\"current_subtotal_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"current_total_additional_fees_set\":null,\"current_total_discounts\":\"0.00\",\"current_total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"current_total_duties_set\":null,\"current_total_price\":\"1178.82\",\"current_total_price_set\":{\"shop_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"}},\"current_total_tax\":\"179.82\",\"current_total_tax_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"customer_locale\":\"en-IN\",\"device_id\":null,\"discount_codes\":[],\"duties_included\":false,\"email\":\"codeyon.com@gmail.com\",\"estimated_taxes\":false,\"financial_status\":\"paid\",\"fulfillment_status\":null,\"landing_site\":\"/\",\"landing_site_ref\":null,\"location_id\":null,\"merchant_business_entity_id\":null,\"merchant_of_record_app_id\":null,\"name\":\"#1002\",\"note\":null,\"note_attributes\":[],\"number\":2,\"order_number\":1002,\"order_status_url\":\"https://qy1frg-3t.myshopify.com/92898001261/orders/6ba6b3798a67e07388fc2a33b9c7f60d/authenticate?key=7285e28ad1ee822d21326e2a5ad44c71\",\"original_total_additional_fees_set\":null,\"original_total_duties_set\":null,\"payment_gateway_names\":[\"Cash on Delivery (COD)\"],\"phone\":null,\"po_number\":null,\"presentment_currency\":\"INR\",\"processed_at\":\"2025-06-27T22:13:58+05:30\",\"reference\":null,\"referring_site\":\"\",\"source_identifier\":null,\"source_name\":\"web\",\"source_url\":null,\"subtotal_price\":\"999.00\",\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"tags\":\"\",\"tax_exempt\":false,\"tax_lines\":[{\"price\":\"179.82\",\"rate\":0.18,\"title\":\"IGST\",\"price_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"channel_liable\":false}],\"taxes_included\":false,\"test\":false,\"token\":\"6ba6b3798a67e07388fc2a33b9c7f60d\",\"total_cash_rounding_payment_adjustment_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_cash_rounding_refund_adjustment_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_discounts\":\"0.00\",\"total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_line_items_price\":\"999.00\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"total_outstanding\":\"0.00\",\"total_price\":\"1178.82\",\"total_price_set\":{\"shop_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_tax\":\"179.82\",\"total_tax_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"total_tip_received\":\"0.00\",\"total_weight\":0,\"updated_at\":\"2025-06-27T22:15:21+05:30\",\"user_id\":null,\"billing_address\":{\"first_name\":\"john\",\"address1\":\"address is here\",\"phone\":\"+918430088300\",\"city\":\"delhi\",\"zip\":\"110010\",\"province\":\"Delhi\",\"country\":\"India\",\"last_name\":\"doe\",\"address2\":\"apartment\",\"company\":null,\"latitude\":28.5929297,\"longitude\":77.1218197,\"name\":\"john doe\",\"country_code\":\"IN\",\"province_code\":\"DL\"},\"customer\":{\"id\":23231362957677,\"email\":\"codeyon.com@gmail.com\",\"created_at\":\"2025-06-27T22:10:10+05:30\",\"updated_at\":\"2025-06-27T22:14:00+05:30\",\"first_name\":\"john\",\"last_name\":\"doe\",\"state\":\"disabled\",\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"currency\":\"INR\",\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid://shopify/Customer/23231362957677\",\"default_address\":{\"id\":34638421361005,\"customer_id\":23231362957677,\"first_name\":\"john\",\"last_name\":\"doe\",\"company\":null,\"address1\":\"address is here\",\"address2\":\"apartment\",\"city\":\"delhi\",\"province\":\"Delhi\",\"country\":\"India\",\"zip\":\"110010\",\"phone\":\"+918430088300\",\"name\":\"john doe\",\"province_code\":\"DL\",\"country_code\":\"IN\",\"country_name\":\"India\",\"default\":true}},\"discount_applications\":[],\"fulfillments\":[],\"line_items\":[{\"id\":34512419127661,\"admin_graphql_api_id\":\"gid://shopify/LineItem/34512419127661\",\"attributed_staffs\":[],\"current_quantity\":1,\"fulfillable_quantity\":1,\"fulfillment_service\":\"manual\",\"fulfillment_status\":null,\"gift_card\":false,\"grams\":0,\"name\":\"test product\",\"price\":\"999.00\",\"price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"product_exists\":true,\"product_id\":14698725966189,\"properties\":[],\"quantity\":1,\"requires_shipping\":false,\"sales_line_item_group_id\":null,\"sku\":\"99ljasd\",\"taxable\":true,\"title\":\"test product\",\"total_discount\":\"0.00\",\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"variant_id\":52031549538669,\"variant_inventory_management\":\"shopify\",\"variant_title\":null,\"vendor\":\"My Store\",\"tax_lines\":[{\"channel_liable\":false,\"price\":\"179.82\",\"price_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"rate\":0.18,\"title\":\"IGST\"}],\"duties\":[],\"discount_allocations\":[]}],\"payment_terms\":null,\"refunds\":[],\"shipping_address\":null,\"shipping_lines\":[],\"returns\":[]}','RECEIVED',NULL,'2025-06-27 16:45:24'),
(61,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','YNj9zw','POST','unknown','{\"id\":11534591590765,\"admin_graphql_api_id\":\"gid://shopify/Order/11534591590765\",\"app_id\":580111,\"browser_ip\":\"2405:201:682f:e812:25fc:b81f:cd2f:88\",\"buyer_accepts_marketing\":false,\"cancel_reason\":null,\"cancelled_at\":null,\"cart_token\":\"Z2NwLWFzaWEtc291dGhlYXN0MTowMUpZUzRCTjdYQzhQUjFDUko1WjJIVlpRMQ\",\"checkout_id\":64115250921837,\"checkout_token\":\"4b75e0c9ffe053934b12e0a7f00f647c\",\"client_details\":{\"accept_language\":\"en-IN\",\"browser_height\":null,\"browser_ip\":\"2405:201:682f:e812:25fc:b81f:cd2f:88\",\"browser_width\":null,\"session_hash\":null,\"user_agent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36\"},\"closed_at\":\"2025-06-27T22:19:29+05:30\",\"confirmation_number\":\"688UUZ2KC\",\"confirmed\":true,\"contact_email\":\"codeyon.com@gmail.com\",\"created_at\":\"2025-06-27T22:14:00+05:30\",\"currency\":\"INR\",\"current_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"current_subtotal_price\":\"999.00\",\"current_subtotal_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"current_total_additional_fees_set\":null,\"current_total_discounts\":\"0.00\",\"current_total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"current_total_duties_set\":null,\"current_total_price\":\"1178.82\",\"current_total_price_set\":{\"shop_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"}},\"current_total_tax\":\"179.82\",\"current_total_tax_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"customer_locale\":\"en-IN\",\"device_id\":null,\"discount_codes\":[],\"duties_included\":false,\"email\":\"codeyon.com@gmail.com\",\"estimated_taxes\":false,\"financial_status\":\"paid\",\"fulfillment_status\":\"fulfilled\",\"landing_site\":\"/\",\"landing_site_ref\":null,\"location_id\":null,\"merchant_business_entity_id\":null,\"merchant_of_record_app_id\":null,\"name\":\"#1002\",\"note\":null,\"note_attributes\":[],\"number\":2,\"order_number\":1002,\"order_status_url\":\"https://qy1frg-3t.myshopify.com/92898001261/orders/6ba6b3798a67e07388fc2a33b9c7f60d/authenticate?key=7285e28ad1ee822d21326e2a5ad44c71\",\"original_total_additional_fees_set\":null,\"original_total_duties_set\":null,\"payment_gateway_names\":[\"Cash on Delivery (COD)\"],\"phone\":null,\"po_number\":null,\"presentment_currency\":\"INR\",\"processed_at\":\"2025-06-27T22:13:58+05:30\",\"reference\":null,\"referring_site\":\"\",\"source_identifier\":null,\"source_name\":\"web\",\"source_url\":null,\"subtotal_price\":\"999.00\",\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"tags\":\"\",\"tax_exempt\":false,\"tax_lines\":[{\"price\":\"179.82\",\"rate\":0.18,\"title\":\"IGST\",\"price_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"channel_liable\":false}],\"taxes_included\":false,\"test\":false,\"token\":\"6ba6b3798a67e07388fc2a33b9c7f60d\",\"total_cash_rounding_payment_adjustment_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_cash_rounding_refund_adjustment_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_discounts\":\"0.00\",\"total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_line_items_price\":\"999.00\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"total_outstanding\":\"0.00\",\"total_price\":\"1178.82\",\"total_price_set\":{\"shop_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_tax\":\"179.82\",\"total_tax_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"total_tip_received\":\"0.00\",\"total_weight\":0,\"updated_at\":\"2025-06-27T22:19:29+05:30\",\"user_id\":null,\"billing_address\":{\"first_name\":\"john\",\"address1\":\"address is here\",\"phone\":\"+918430088300\",\"city\":\"delhi\",\"zip\":\"110010\",\"province\":\"Delhi\",\"country\":\"India\",\"last_name\":\"doe\",\"address2\":\"apartment\",\"company\":null,\"latitude\":28.5929297,\"longitude\":77.1218197,\"name\":\"john doe\",\"country_code\":\"IN\",\"province_code\":\"DL\"},\"customer\":{\"id\":23231362957677,\"email\":\"codeyon.com@gmail.com\",\"created_at\":\"2025-06-27T22:10:10+05:30\",\"updated_at\":\"2025-06-27T22:15:24+05:30\",\"first_name\":\"john\",\"last_name\":\"doe\",\"state\":\"disabled\",\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"currency\":\"INR\",\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid://shopify/Customer/23231362957677\",\"default_address\":{\"id\":34638421361005,\"customer_id\":23231362957677,\"first_name\":\"john\",\"last_name\":\"doe\",\"company\":null,\"address1\":\"address is here\",\"address2\":\"apartment\",\"city\":\"delhi\",\"province\":\"Delhi\",\"country\":\"India\",\"zip\":\"110010\",\"phone\":\"+918430088300\",\"name\":\"john doe\",\"province_code\":\"DL\",\"country_code\":\"IN\",\"country_name\":\"India\",\"default\":true}},\"discount_applications\":[],\"fulfillments\":[{\"id\":6344780218733,\"admin_graphql_api_id\":\"gid://shopify/Fulfillment/6344780218733\",\"created_at\":\"2025-06-27T22:19:28+05:30\",\"location_id\":106485121389,\"name\":\"#1002.1\",\"order_id\":11534591590765,\"origin_address\":{},\"receipt\":{},\"service\":\"manual\",\"shipment_status\":null,\"status\":\"success\",\"tracking_company\":null,\"tracking_number\":null,\"tracking_numbers\":[],\"tracking_url\":null,\"tracking_urls\":[],\"updated_at\":\"2025-06-27T22:19:28+05:30\",\"line_items\":[{\"id\":34512419127661,\"admin_graphql_api_id\":\"gid://shopify/LineItem/34512419127661\",\"attributed_staffs\":[],\"current_quantity\":1,\"fulfillable_quantity\":0,\"fulfillment_service\":\"manual\",\"fulfillment_status\":\"fulfilled\",\"gift_card\":false,\"grams\":0,\"name\":\"test product\",\"price\":\"999.00\",\"price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"product_exists\":true,\"product_id\":14698725966189,\"properties\":[],\"quantity\":1,\"requires_shipping\":false,\"sku\":\"99ljasd\",\"taxable\":true,\"title\":\"test product\",\"total_discount\":\"0.00\",\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"variant_id\":52031549538669,\"variant_inventory_management\":\"shopify\",\"variant_title\":null,\"vendor\":\"My Store\",\"tax_lines\":[{\"channel_liable\":false,\"price\":\"179.82\",\"price_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"rate\":0.18,\"title\":\"IGST\"}],\"duties\":[],\"discount_allocations\":[]}]}],\"line_items\":[{\"id\":34512419127661,\"admin_graphql_api_id\":\"gid://shopify/LineItem/34512419127661\",\"attributed_staffs\":[],\"current_quantity\":1,\"fulfillable_quantity\":0,\"fulfillment_service\":\"manual\",\"fulfillment_status\":\"fulfilled\",\"gift_card\":false,\"grams\":0,\"name\":\"test product\",\"price\":\"999.00\",\"price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"product_exists\":true,\"product_id\":14698725966189,\"properties\":[],\"quantity\":1,\"requires_shipping\":false,\"sales_line_item_group_id\":null,\"sku\":\"99ljasd\",\"taxable\":true,\"title\":\"test product\",\"total_discount\":\"0.00\",\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"variant_id\":52031549538669,\"variant_inventory_management\":\"shopify\",\"variant_title\":null,\"vendor\":\"My Store\",\"tax_lines\":[{\"channel_liable\":false,\"price\":\"179.82\",\"price_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"rate\":0.18,\"title\":\"IGST\"}],\"duties\":[],\"discount_allocations\":[]}],\"payment_terms\":null,\"refunds\":[],\"shipping_address\":null,\"shipping_lines\":[],\"returns\":[]}','RECEIVED',NULL,'2025-06-27 16:49:31'),
(62,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','YNj9zw','POST','unknown','{\"id\":11534591590765,\"admin_graphql_api_id\":\"gid://shopify/Order/11534591590765\",\"app_id\":580111,\"browser_ip\":\"2405:201:682f:e812:25fc:b81f:cd2f:88\",\"buyer_accepts_marketing\":false,\"cancel_reason\":null,\"cancelled_at\":null,\"cart_token\":\"Z2NwLWFzaWEtc291dGhlYXN0MTowMUpZUzRCTjdYQzhQUjFDUko1WjJIVlpRMQ\",\"checkout_id\":64115250921837,\"checkout_token\":\"4b75e0c9ffe053934b12e0a7f00f647c\",\"client_details\":{\"accept_language\":\"en-IN\",\"browser_height\":null,\"browser_ip\":\"2405:201:682f:e812:25fc:b81f:cd2f:88\",\"browser_width\":null,\"session_hash\":null,\"user_agent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36\"},\"closed_at\":null,\"confirmation_number\":\"688UUZ2KC\",\"confirmed\":true,\"contact_email\":\"codeyon.com@gmail.com\",\"created_at\":\"2025-06-27T22:14:00+05:30\",\"currency\":\"INR\",\"current_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"current_subtotal_price\":\"999.00\",\"current_subtotal_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"current_total_additional_fees_set\":null,\"current_total_discounts\":\"0.00\",\"current_total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"current_total_duties_set\":null,\"current_total_price\":\"1178.82\",\"current_total_price_set\":{\"shop_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"}},\"current_total_tax\":\"179.82\",\"current_total_tax_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"customer_locale\":\"en-IN\",\"device_id\":null,\"discount_codes\":[],\"duties_included\":false,\"email\":\"codeyon.com@gmail.com\",\"estimated_taxes\":false,\"financial_status\":\"paid\",\"fulfillment_status\":\"fulfilled\",\"landing_site\":\"/\",\"landing_site_ref\":null,\"location_id\":null,\"merchant_business_entity_id\":null,\"merchant_of_record_app_id\":null,\"name\":\"#1002\",\"note\":null,\"note_attributes\":[],\"number\":2,\"order_number\":1002,\"order_status_url\":\"https://qy1frg-3t.myshopify.com/92898001261/orders/6ba6b3798a67e07388fc2a33b9c7f60d/authenticate?key=7285e28ad1ee822d21326e2a5ad44c71\",\"original_total_additional_fees_set\":null,\"original_total_duties_set\":null,\"payment_gateway_names\":[\"Cash on Delivery (COD)\"],\"phone\":null,\"po_number\":null,\"presentment_currency\":\"INR\",\"processed_at\":\"2025-06-27T22:13:58+05:30\",\"reference\":null,\"referring_site\":\"\",\"source_identifier\":null,\"source_name\":\"web\",\"source_url\":null,\"subtotal_price\":\"999.00\",\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"tags\":\"\",\"tax_exempt\":false,\"tax_lines\":[{\"price\":\"179.82\",\"rate\":0.18,\"title\":\"IGST\",\"price_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"channel_liable\":false}],\"taxes_included\":false,\"test\":false,\"token\":\"6ba6b3798a67e07388fc2a33b9c7f60d\",\"total_cash_rounding_payment_adjustment_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_cash_rounding_refund_adjustment_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_discounts\":\"0.00\",\"total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_line_items_price\":\"999.00\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"total_outstanding\":\"0.00\",\"total_price\":\"1178.82\",\"total_price_set\":{\"shop_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_tax\":\"179.82\",\"total_tax_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"total_tip_received\":\"0.00\",\"total_weight\":0,\"updated_at\":\"2025-06-27T22:21:55+05:30\",\"user_id\":null,\"billing_address\":{\"first_name\":\"john\",\"address1\":\"address is here\",\"phone\":\"+918430088300\",\"city\":\"delhi\",\"zip\":\"110010\",\"province\":\"Delhi\",\"country\":\"India\",\"last_name\":\"doe\",\"address2\":\"apartment\",\"company\":null,\"latitude\":28.5929297,\"longitude\":77.1218197,\"name\":\"john doe\",\"country_code\":\"IN\",\"province_code\":\"DL\"},\"customer\":{\"id\":23231362957677,\"email\":\"codeyon.com@gmail.com\",\"created_at\":\"2025-06-27T22:10:10+05:30\",\"updated_at\":\"2025-06-27T22:15:24+05:30\",\"first_name\":\"john\",\"last_name\":\"doe\",\"state\":\"disabled\",\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"currency\":\"INR\",\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid://shopify/Customer/23231362957677\",\"default_address\":{\"id\":34638421361005,\"customer_id\":23231362957677,\"first_name\":\"john\",\"last_name\":\"doe\",\"company\":null,\"address1\":\"address is here\",\"address2\":\"apartment\",\"city\":\"delhi\",\"province\":\"Delhi\",\"country\":\"India\",\"zip\":\"110010\",\"phone\":\"+918430088300\",\"name\":\"john doe\",\"province_code\":\"DL\",\"country_code\":\"IN\",\"country_name\":\"India\",\"default\":true}},\"discount_applications\":[],\"fulfillments\":[{\"id\":6344780218733,\"admin_graphql_api_id\":\"gid://shopify/Fulfillment/6344780218733\",\"created_at\":\"2025-06-27T22:19:28+05:30\",\"location_id\":106485121389,\"name\":\"#1002.1\",\"order_id\":11534591590765,\"origin_address\":{},\"receipt\":{},\"service\":\"manual\",\"shipment_status\":null,\"status\":\"success\",\"tracking_company\":null,\"tracking_number\":null,\"tracking_numbers\":[],\"tracking_url\":null,\"tracking_urls\":[],\"updated_at\":\"2025-06-27T22:19:28+05:30\",\"line_items\":[{\"id\":34512419127661,\"admin_graphql_api_id\":\"gid://shopify/LineItem/34512419127661\",\"attributed_staffs\":[],\"current_quantity\":1,\"fulfillable_quantity\":0,\"fulfillment_service\":\"manual\",\"fulfillment_status\":\"fulfilled\",\"gift_card\":false,\"grams\":0,\"name\":\"test product\",\"price\":\"999.00\",\"price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"product_exists\":true,\"product_id\":14698725966189,\"properties\":[],\"quantity\":1,\"requires_shipping\":false,\"sku\":\"99ljasd\",\"taxable\":true,\"title\":\"test product\",\"total_discount\":\"0.00\",\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"variant_id\":52031549538669,\"variant_inventory_management\":\"shopify\",\"variant_title\":null,\"vendor\":\"My Store\",\"tax_lines\":[{\"channel_liable\":false,\"price\":\"179.82\",\"price_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"rate\":0.18,\"title\":\"IGST\"}],\"duties\":[],\"discount_allocations\":[]}]}],\"line_items\":[{\"id\":34512419127661,\"admin_graphql_api_id\":\"gid://shopify/LineItem/34512419127661\",\"attributed_staffs\":[],\"current_quantity\":1,\"fulfillable_quantity\":0,\"fulfillment_service\":\"manual\",\"fulfillment_status\":\"fulfilled\",\"gift_card\":false,\"grams\":0,\"name\":\"test product\",\"price\":\"999.00\",\"price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"product_exists\":true,\"product_id\":14698725966189,\"properties\":[],\"quantity\":1,\"requires_shipping\":false,\"sales_line_item_group_id\":null,\"sku\":\"99ljasd\",\"taxable\":true,\"title\":\"test product\",\"total_discount\":\"0.00\",\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"variant_id\":52031549538669,\"variant_inventory_management\":\"shopify\",\"variant_title\":null,\"vendor\":\"My Store\",\"tax_lines\":[{\"channel_liable\":false,\"price\":\"179.82\",\"price_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"rate\":0.18,\"title\":\"IGST\"}],\"duties\":[],\"discount_allocations\":[]}],\"payment_terms\":null,\"refunds\":[],\"shipping_address\":null,\"shipping_lines\":[],\"returns\":[]}','RECEIVED',NULL,'2025-06-27 16:51:57'),
(63,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','YNj9zw','POST','unknown','{\"id\":11534591590765,\"admin_graphql_api_id\":\"gid://shopify/Order/11534591590765\",\"app_id\":580111,\"browser_ip\":\"2405:201:682f:e812:25fc:b81f:cd2f:88\",\"buyer_accepts_marketing\":false,\"cancel_reason\":null,\"cancelled_at\":null,\"cart_token\":\"Z2NwLWFzaWEtc291dGhlYXN0MTowMUpZUzRCTjdYQzhQUjFDUko1WjJIVlpRMQ\",\"checkout_id\":64115250921837,\"checkout_token\":\"4b75e0c9ffe053934b12e0a7f00f647c\",\"client_details\":{\"accept_language\":\"en-IN\",\"browser_height\":null,\"browser_ip\":\"2405:201:682f:e812:25fc:b81f:cd2f:88\",\"browser_width\":null,\"session_hash\":null,\"user_agent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36\"},\"closed_at\":\"2025-06-27T22:23:04+05:30\",\"confirmation_number\":\"688UUZ2KC\",\"confirmed\":true,\"contact_email\":\"codeyon.com@gmail.com\",\"created_at\":\"2025-06-27T22:14:00+05:30\",\"currency\":\"INR\",\"current_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"current_subtotal_price\":\"999.00\",\"current_subtotal_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"current_total_additional_fees_set\":null,\"current_total_discounts\":\"0.00\",\"current_total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"current_total_duties_set\":null,\"current_total_price\":\"1178.82\",\"current_total_price_set\":{\"shop_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"}},\"current_total_tax\":\"179.82\",\"current_total_tax_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"customer_locale\":\"en-IN\",\"device_id\":null,\"discount_codes\":[],\"duties_included\":false,\"email\":\"codeyon.com@gmail.com\",\"estimated_taxes\":false,\"financial_status\":\"paid\",\"fulfillment_status\":\"fulfilled\",\"landing_site\":\"/\",\"landing_site_ref\":null,\"location_id\":null,\"merchant_business_entity_id\":null,\"merchant_of_record_app_id\":null,\"name\":\"#1002\",\"note\":null,\"note_attributes\":[],\"number\":2,\"order_number\":1002,\"order_status_url\":\"https://qy1frg-3t.myshopify.com/92898001261/orders/6ba6b3798a67e07388fc2a33b9c7f60d/authenticate?key=7285e28ad1ee822d21326e2a5ad44c71\",\"original_total_additional_fees_set\":null,\"original_total_duties_set\":null,\"payment_gateway_names\":[\"Cash on Delivery (COD)\"],\"phone\":null,\"po_number\":null,\"presentment_currency\":\"INR\",\"processed_at\":\"2025-06-27T22:13:58+05:30\",\"reference\":null,\"referring_site\":\"\",\"source_identifier\":null,\"source_name\":\"web\",\"source_url\":null,\"subtotal_price\":\"999.00\",\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"tags\":\"\",\"tax_exempt\":false,\"tax_lines\":[{\"price\":\"179.82\",\"rate\":0.18,\"title\":\"IGST\",\"price_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"channel_liable\":false}],\"taxes_included\":false,\"test\":false,\"token\":\"6ba6b3798a67e07388fc2a33b9c7f60d\",\"total_cash_rounding_payment_adjustment_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_cash_rounding_refund_adjustment_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_discounts\":\"0.00\",\"total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_line_items_price\":\"999.00\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"total_outstanding\":\"0.00\",\"total_price\":\"1178.82\",\"total_price_set\":{\"shop_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_tax\":\"179.82\",\"total_tax_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"total_tip_received\":\"0.00\",\"total_weight\":0,\"updated_at\":\"2025-06-27T22:23:04+05:30\",\"user_id\":null,\"billing_address\":{\"first_name\":\"john\",\"address1\":\"address is here\",\"phone\":\"+918430088300\",\"city\":\"delhi\",\"zip\":\"110010\",\"province\":\"Delhi\",\"country\":\"India\",\"last_name\":\"doe\",\"address2\":\"apartment\",\"company\":null,\"latitude\":28.5929297,\"longitude\":77.1218197,\"name\":\"john doe\",\"country_code\":\"IN\",\"province_code\":\"DL\"},\"customer\":{\"id\":23231362957677,\"email\":\"codeyon.com@gmail.com\",\"created_at\":\"2025-06-27T22:10:10+05:30\",\"updated_at\":\"2025-06-27T22:15:24+05:30\",\"first_name\":\"john\",\"last_name\":\"doe\",\"state\":\"disabled\",\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"currency\":\"INR\",\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid://shopify/Customer/23231362957677\",\"default_address\":{\"id\":34638421361005,\"customer_id\":23231362957677,\"first_name\":\"john\",\"last_name\":\"doe\",\"company\":null,\"address1\":\"address is here\",\"address2\":\"apartment\",\"city\":\"delhi\",\"province\":\"Delhi\",\"country\":\"India\",\"zip\":\"110010\",\"phone\":\"+918430088300\",\"name\":\"john doe\",\"province_code\":\"DL\",\"country_code\":\"IN\",\"country_name\":\"India\",\"default\":true}},\"discount_applications\":[],\"fulfillments\":[{\"id\":6344780218733,\"admin_graphql_api_id\":\"gid://shopify/Fulfillment/6344780218733\",\"created_at\":\"2025-06-27T22:19:28+05:30\",\"location_id\":106485121389,\"name\":\"#1002.1\",\"order_id\":11534591590765,\"origin_address\":{},\"receipt\":{},\"service\":\"manual\",\"shipment_status\":null,\"status\":\"success\",\"tracking_company\":null,\"tracking_number\":null,\"tracking_numbers\":[],\"tracking_url\":null,\"tracking_urls\":[],\"updated_at\":\"2025-06-27T22:19:28+05:30\",\"line_items\":[{\"id\":34512419127661,\"admin_graphql_api_id\":\"gid://shopify/LineItem/34512419127661\",\"attributed_staffs\":[],\"current_quantity\":1,\"fulfillable_quantity\":0,\"fulfillment_service\":\"manual\",\"fulfillment_status\":\"fulfilled\",\"gift_card\":false,\"grams\":0,\"name\":\"test product\",\"price\":\"999.00\",\"price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"product_exists\":true,\"product_id\":14698725966189,\"properties\":[],\"quantity\":1,\"requires_shipping\":false,\"sku\":\"99ljasd\",\"taxable\":true,\"title\":\"test product\",\"total_discount\":\"0.00\",\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"variant_id\":52031549538669,\"variant_inventory_management\":\"shopify\",\"variant_title\":null,\"vendor\":\"My Store\",\"tax_lines\":[{\"channel_liable\":false,\"price\":\"179.82\",\"price_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"rate\":0.18,\"title\":\"IGST\"}],\"duties\":[],\"discount_allocations\":[]}]}],\"line_items\":[{\"id\":34512419127661,\"admin_graphql_api_id\":\"gid://shopify/LineItem/34512419127661\",\"attributed_staffs\":[],\"current_quantity\":1,\"fulfillable_quantity\":0,\"fulfillment_service\":\"manual\",\"fulfillment_status\":\"fulfilled\",\"gift_card\":false,\"grams\":0,\"name\":\"test product\",\"price\":\"999.00\",\"price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"product_exists\":true,\"product_id\":14698725966189,\"properties\":[],\"quantity\":1,\"requires_shipping\":false,\"sales_line_item_group_id\":null,\"sku\":\"99ljasd\",\"taxable\":true,\"title\":\"test product\",\"total_discount\":\"0.00\",\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"variant_id\":52031549538669,\"variant_inventory_management\":\"shopify\",\"variant_title\":null,\"vendor\":\"My Store\",\"tax_lines\":[{\"channel_liable\":false,\"price\":\"179.82\",\"price_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"rate\":0.18,\"title\":\"IGST\"}],\"duties\":[],\"discount_allocations\":[]}],\"payment_terms\":null,\"refunds\":[],\"shipping_address\":null,\"shipping_lines\":[],\"returns\":[]}','RECEIVED',NULL,'2025-06-27 16:53:07'),
(64,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','YNj9zw','POST','unknown','{\"id\":11534602666349,\"admin_graphql_api_id\":\"gid://shopify/Order/11534602666349\",\"app_id\":580111,\"browser_ip\":\"2405:201:682f:e812:25fc:b81f:cd2f:88\",\"buyer_accepts_marketing\":false,\"cancel_reason\":null,\"cancelled_at\":null,\"cart_token\":\"hWMzyVOXheUPFUhZoPqCJsU0\",\"checkout_id\":64115313705325,\"checkout_token\":\"02cce89e5c6488025d7f957627624c6a\",\"client_details\":{\"accept_language\":\"en-IN\",\"browser_height\":null,\"browser_ip\":\"2405:201:682f:e812:25fc:b81f:cd2f:88\",\"browser_width\":null,\"session_hash\":null,\"user_agent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36\"},\"closed_at\":null,\"confirmation_number\":\"TP7RDL5GU\",\"confirmed\":true,\"contact_email\":\"codeyon.com@gmail.com\",\"created_at\":\"2025-06-27T22:24:37+05:30\",\"currency\":\"INR\",\"current_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"current_subtotal_price\":\"999.00\",\"current_subtotal_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"current_total_additional_fees_set\":null,\"current_total_discounts\":\"0.00\",\"current_total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"current_total_duties_set\":null,\"current_total_price\":\"1178.82\",\"current_total_price_set\":{\"shop_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"}},\"current_total_tax\":\"179.82\",\"current_total_tax_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"customer_locale\":\"en-IN\",\"device_id\":null,\"discount_codes\":[],\"duties_included\":false,\"email\":\"codeyon.com@gmail.com\",\"estimated_taxes\":false,\"financial_status\":\"pending\",\"fulfillment_status\":null,\"landing_site\":\"/\",\"landing_site_ref\":null,\"location_id\":null,\"merchant_business_entity_id\":null,\"merchant_of_record_app_id\":null,\"name\":\"#1003\",\"note\":null,\"note_attributes\":[],\"number\":3,\"order_number\":1003,\"order_status_url\":\"https://qy1frg-3t.myshopify.com/92898001261/orders/6610e04574bd9eeb6386e43d7c0764dd/authenticate?key=52e11a2297b60080f007cdec0a64a1eb\",\"original_total_additional_fees_set\":null,\"original_total_duties_set\":null,\"payment_gateway_names\":[\"Cash on Delivery (COD)\"],\"phone\":null,\"po_number\":null,\"presentment_currency\":\"INR\",\"processed_at\":\"2025-06-27T22:24:36+05:30\",\"reference\":null,\"referring_site\":\"\",\"source_identifier\":null,\"source_name\":\"web\",\"source_url\":null,\"subtotal_price\":\"999.00\",\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"tags\":\"\",\"tax_exempt\":false,\"tax_lines\":[{\"price\":\"179.82\",\"rate\":0.18,\"title\":\"IGST\",\"price_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"channel_liable\":false}],\"taxes_included\":false,\"test\":false,\"token\":\"6610e04574bd9eeb6386e43d7c0764dd\",\"total_cash_rounding_payment_adjustment_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_cash_rounding_refund_adjustment_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_discounts\":\"0.00\",\"total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_line_items_price\":\"999.00\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"total_outstanding\":\"1178.82\",\"total_price\":\"1178.82\",\"total_price_set\":{\"shop_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_tax\":\"179.82\",\"total_tax_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"total_tip_received\":\"0.00\",\"total_weight\":0,\"updated_at\":\"2025-06-27T22:24:38+05:30\",\"user_id\":null,\"billing_address\":{\"first_name\":\"Paul\",\"address1\":\"address is here\",\"phone\":\"8430088300\",\"city\":\"delhi\",\"zip\":\"110010\",\"province\":\"Delhi\",\"country\":\"India\",\"last_name\":\"Singh\",\"address2\":\"appartment is here\",\"company\":null,\"latitude\":28.5929297,\"longitude\":77.1218197,\"name\":\"Paul Singh\",\"country_code\":\"IN\",\"province_code\":\"DL\"},\"customer\":{\"id\":23231362957677,\"email\":\"codeyon.com@gmail.com\",\"created_at\":\"2025-06-27T22:10:10+05:30\",\"updated_at\":\"2025-06-27T22:24:38+05:30\",\"first_name\":\"john\",\"last_name\":\"doe\",\"state\":\"disabled\",\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"currency\":\"INR\",\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid://shopify/Customer/23231362957677\",\"default_address\":{\"id\":34638581596525,\"customer_id\":23231362957677,\"first_name\":\"Paul\",\"last_name\":\"Singh\",\"company\":null,\"address1\":\"address is here\",\"address2\":\"appartment is here\",\"city\":\"delhi\",\"province\":\"Delhi\",\"country\":\"India\",\"zip\":\"110010\",\"phone\":\"8430088300\",\"name\":\"Paul Singh\",\"province_code\":\"DL\",\"country_code\":\"IN\",\"country_name\":\"India\",\"default\":true}},\"discount_applications\":[],\"fulfillments\":[],\"line_items\":[{\"id\":34512442982765,\"admin_graphql_api_id\":\"gid://shopify/LineItem/34512442982765\",\"attributed_staffs\":[],\"current_quantity\":1,\"fulfillable_quantity\":1,\"fulfillment_service\":\"manual\",\"fulfillment_status\":null,\"gift_card\":false,\"grams\":0,\"name\":\"test product\",\"price\":\"999.00\",\"price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"product_exists\":true,\"product_id\":14698725966189,\"properties\":[],\"quantity\":1,\"requires_shipping\":false,\"sales_line_item_group_id\":null,\"sku\":\"99ljasd\",\"taxable\":true,\"title\":\"test product\",\"total_discount\":\"0.00\",\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"variant_id\":52031549538669,\"variant_inventory_management\":\"shopify\",\"variant_title\":null,\"vendor\":\"My Store\",\"tax_lines\":[{\"channel_liable\":false,\"price\":\"179.82\",\"price_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"rate\":0.18,\"title\":\"IGST\"}],\"duties\":[],\"discount_allocations\":[]}],\"payment_terms\":null,\"refunds\":[],\"shipping_address\":null,\"shipping_lines\":[],\"returns\":[]}','RECEIVED',NULL,'2025-06-27 16:54:41'),
(65,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','YNj9zw','POST','unknown','{\"id\":11534602666349,\"admin_graphql_api_id\":\"gid://shopify/Order/11534602666349\",\"app_id\":580111,\"browser_ip\":\"2405:201:682f:e812:25fc:b81f:cd2f:88\",\"buyer_accepts_marketing\":false,\"cancel_reason\":null,\"cancelled_at\":null,\"cart_token\":\"hWMzyVOXheUPFUhZoPqCJsU0\",\"checkout_id\":64115313705325,\"checkout_token\":\"02cce89e5c6488025d7f957627624c6a\",\"client_details\":{\"accept_language\":\"en-IN\",\"browser_height\":null,\"browser_ip\":\"2405:201:682f:e812:25fc:b81f:cd2f:88\",\"browser_width\":null,\"session_hash\":null,\"user_agent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36\"},\"closed_at\":null,\"confirmation_number\":\"TP7RDL5GU\",\"confirmed\":true,\"contact_email\":\"codeyon.com@gmail.com\",\"created_at\":\"2025-06-27T22:24:37+05:30\",\"currency\":\"INR\",\"current_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"current_subtotal_price\":\"999.00\",\"current_subtotal_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"current_total_additional_fees_set\":null,\"current_total_discounts\":\"0.00\",\"current_total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"current_total_duties_set\":null,\"current_total_price\":\"1178.82\",\"current_total_price_set\":{\"shop_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"}},\"current_total_tax\":\"179.82\",\"current_total_tax_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"customer_locale\":\"en-IN\",\"device_id\":null,\"discount_codes\":[],\"duties_included\":false,\"email\":\"codeyon.com@gmail.com\",\"estimated_taxes\":false,\"financial_status\":\"paid\",\"fulfillment_status\":null,\"landing_site\":\"/\",\"landing_site_ref\":null,\"location_id\":null,\"merchant_business_entity_id\":null,\"merchant_of_record_app_id\":null,\"name\":\"#1003\",\"note\":null,\"note_attributes\":[],\"number\":3,\"order_number\":1003,\"order_status_url\":\"https://qy1frg-3t.myshopify.com/92898001261/orders/6610e04574bd9eeb6386e43d7c0764dd/authenticate?key=52e11a2297b60080f007cdec0a64a1eb\",\"original_total_additional_fees_set\":null,\"original_total_duties_set\":null,\"payment_gateway_names\":[\"Cash on Delivery (COD)\"],\"phone\":null,\"po_number\":null,\"presentment_currency\":\"INR\",\"processed_at\":\"2025-06-27T22:24:36+05:30\",\"reference\":null,\"referring_site\":\"\",\"source_identifier\":null,\"source_name\":\"web\",\"source_url\":null,\"subtotal_price\":\"999.00\",\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"tags\":\"\",\"tax_exempt\":false,\"tax_lines\":[{\"price\":\"179.82\",\"rate\":0.18,\"title\":\"IGST\",\"price_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"channel_liable\":false}],\"taxes_included\":false,\"test\":false,\"token\":\"6610e04574bd9eeb6386e43d7c0764dd\",\"total_cash_rounding_payment_adjustment_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_cash_rounding_refund_adjustment_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_discounts\":\"0.00\",\"total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_line_items_price\":\"999.00\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"total_outstanding\":\"0.00\",\"total_price\":\"1178.82\",\"total_price_set\":{\"shop_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_tax\":\"179.82\",\"total_tax_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"total_tip_received\":\"0.00\",\"total_weight\":0,\"updated_at\":\"2025-06-27T22:25:48+05:30\",\"user_id\":null,\"billing_address\":{\"first_name\":\"Paul\",\"address1\":\"address is here\",\"phone\":\"8430088300\",\"city\":\"delhi\",\"zip\":\"110010\",\"province\":\"Delhi\",\"country\":\"India\",\"last_name\":\"Singh\",\"address2\":\"appartment is here\",\"company\":null,\"latitude\":28.5929297,\"longitude\":77.1218197,\"name\":\"Paul Singh\",\"country_code\":\"IN\",\"province_code\":\"DL\"},\"customer\":{\"id\":23231362957677,\"email\":\"codeyon.com@gmail.com\",\"created_at\":\"2025-06-27T22:10:10+05:30\",\"updated_at\":\"2025-06-27T22:24:38+05:30\",\"first_name\":\"john\",\"last_name\":\"doe\",\"state\":\"disabled\",\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"currency\":\"INR\",\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid://shopify/Customer/23231362957677\",\"default_address\":{\"id\":34638581596525,\"customer_id\":23231362957677,\"first_name\":\"Paul\",\"last_name\":\"Singh\",\"company\":null,\"address1\":\"address is here\",\"address2\":\"appartment is here\",\"city\":\"delhi\",\"province\":\"Delhi\",\"country\":\"India\",\"zip\":\"110010\",\"phone\":\"8430088300\",\"name\":\"Paul Singh\",\"province_code\":\"DL\",\"country_code\":\"IN\",\"country_name\":\"India\",\"default\":true}},\"discount_applications\":[],\"fulfillments\":[],\"line_items\":[{\"id\":34512442982765,\"admin_graphql_api_id\":\"gid://shopify/LineItem/34512442982765\",\"attributed_staffs\":[],\"current_quantity\":1,\"fulfillable_quantity\":1,\"fulfillment_service\":\"manual\",\"fulfillment_status\":null,\"gift_card\":false,\"grams\":0,\"name\":\"test product\",\"price\":\"999.00\",\"price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"product_exists\":true,\"product_id\":14698725966189,\"properties\":[],\"quantity\":1,\"requires_shipping\":false,\"sales_line_item_group_id\":null,\"sku\":\"99ljasd\",\"taxable\":true,\"title\":\"test product\",\"total_discount\":\"0.00\",\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"variant_id\":52031549538669,\"variant_inventory_management\":\"shopify\",\"variant_title\":null,\"vendor\":\"My Store\",\"tax_lines\":[{\"channel_liable\":false,\"price\":\"179.82\",\"price_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"rate\":0.18,\"title\":\"IGST\"}],\"duties\":[],\"discount_allocations\":[]}],\"payment_terms\":null,\"refunds\":[],\"shipping_address\":null,\"shipping_lines\":[],\"returns\":[]}','RECEIVED',NULL,'2025-06-27 16:55:51'),
(66,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','YNj9zw','POST','unknown','{\"id\":11534602666349,\"admin_graphql_api_id\":\"gid://shopify/Order/11534602666349\",\"app_id\":580111,\"browser_ip\":\"2405:201:682f:e812:25fc:b81f:cd2f:88\",\"buyer_accepts_marketing\":false,\"cancel_reason\":null,\"cancelled_at\":null,\"cart_token\":\"hWMzyVOXheUPFUhZoPqCJsU0\",\"checkout_id\":64115313705325,\"checkout_token\":\"02cce89e5c6488025d7f957627624c6a\",\"client_details\":{\"accept_language\":\"en-IN\",\"browser_height\":null,\"browser_ip\":\"2405:201:682f:e812:25fc:b81f:cd2f:88\",\"browser_width\":null,\"session_hash\":null,\"user_agent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36\"},\"closed_at\":\"2025-06-27T22:26:35+05:30\",\"confirmation_number\":\"TP7RDL5GU\",\"confirmed\":true,\"contact_email\":\"codeyon.com@gmail.com\",\"created_at\":\"2025-06-27T22:24:37+05:30\",\"currency\":\"INR\",\"current_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"current_subtotal_price\":\"999.00\",\"current_subtotal_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"current_total_additional_fees_set\":null,\"current_total_discounts\":\"0.00\",\"current_total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"current_total_duties_set\":null,\"current_total_price\":\"1178.82\",\"current_total_price_set\":{\"shop_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"}},\"current_total_tax\":\"179.82\",\"current_total_tax_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"customer_locale\":\"en-IN\",\"device_id\":null,\"discount_codes\":[],\"duties_included\":false,\"email\":\"codeyon.com@gmail.com\",\"estimated_taxes\":false,\"financial_status\":\"paid\",\"fulfillment_status\":null,\"landing_site\":\"/\",\"landing_site_ref\":null,\"location_id\":null,\"merchant_business_entity_id\":null,\"merchant_of_record_app_id\":null,\"name\":\"#1003\",\"note\":null,\"note_attributes\":[],\"number\":3,\"order_number\":1003,\"order_status_url\":\"https://qy1frg-3t.myshopify.com/92898001261/orders/6610e04574bd9eeb6386e43d7c0764dd/authenticate?key=52e11a2297b60080f007cdec0a64a1eb\",\"original_total_additional_fees_set\":null,\"original_total_duties_set\":null,\"payment_gateway_names\":[\"Cash on Delivery (COD)\"],\"phone\":null,\"po_number\":null,\"presentment_currency\":\"INR\",\"processed_at\":\"2025-06-27T22:24:36+05:30\",\"reference\":null,\"referring_site\":\"\",\"source_identifier\":null,\"source_name\":\"web\",\"source_url\":null,\"subtotal_price\":\"999.00\",\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"tags\":\"\",\"tax_exempt\":false,\"tax_lines\":[{\"price\":\"179.82\",\"rate\":0.18,\"title\":\"IGST\",\"price_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"channel_liable\":false}],\"taxes_included\":false,\"test\":false,\"token\":\"6610e04574bd9eeb6386e43d7c0764dd\",\"total_cash_rounding_payment_adjustment_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_cash_rounding_refund_adjustment_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_discounts\":\"0.00\",\"total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_line_items_price\":\"999.00\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"total_outstanding\":\"0.00\",\"total_price\":\"1178.82\",\"total_price_set\":{\"shop_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_tax\":\"179.82\",\"total_tax_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"total_tip_received\":\"0.00\",\"total_weight\":0,\"updated_at\":\"2025-06-27T22:26:35+05:30\",\"user_id\":null,\"billing_address\":{\"first_name\":\"Paul\",\"address1\":\"address is here\",\"phone\":\"8430088300\",\"city\":\"delhi\",\"zip\":\"110010\",\"province\":\"Delhi\",\"country\":\"India\",\"last_name\":\"Singh\",\"address2\":\"appartment is here\",\"company\":null,\"latitude\":28.5929297,\"longitude\":77.1218197,\"name\":\"Paul Singh\",\"country_code\":\"IN\",\"province_code\":\"DL\"},\"customer\":{\"id\":23231362957677,\"email\":\"codeyon.com@gmail.com\",\"created_at\":\"2025-06-27T22:10:10+05:30\",\"updated_at\":\"2025-06-27T22:25:51+05:30\",\"first_name\":\"john\",\"last_name\":\"doe\",\"state\":\"disabled\",\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"currency\":\"INR\",\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid://shopify/Customer/23231362957677\",\"default_address\":{\"id\":34638581596525,\"customer_id\":23231362957677,\"first_name\":\"Paul\",\"last_name\":\"Singh\",\"company\":null,\"address1\":\"address is here\",\"address2\":\"appartment is here\",\"city\":\"delhi\",\"province\":\"Delhi\",\"country\":\"India\",\"zip\":\"110010\",\"phone\":\"8430088300\",\"name\":\"Paul Singh\",\"province_code\":\"DL\",\"country_code\":\"IN\",\"country_name\":\"India\",\"default\":true}},\"discount_applications\":[],\"fulfillments\":[],\"line_items\":[{\"id\":34512442982765,\"admin_graphql_api_id\":\"gid://shopify/LineItem/34512442982765\",\"attributed_staffs\":[],\"current_quantity\":1,\"fulfillable_quantity\":1,\"fulfillment_service\":\"manual\",\"fulfillment_status\":null,\"gift_card\":false,\"grams\":0,\"name\":\"test product\",\"price\":\"999.00\",\"price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"product_exists\":true,\"product_id\":14698725966189,\"properties\":[],\"quantity\":1,\"requires_shipping\":false,\"sales_line_item_group_id\":null,\"sku\":\"99ljasd\",\"taxable\":true,\"title\":\"test product\",\"total_discount\":\"0.00\",\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"variant_id\":52031549538669,\"variant_inventory_management\":\"shopify\",\"variant_title\":null,\"vendor\":\"My Store\",\"tax_lines\":[{\"channel_liable\":false,\"price\":\"179.82\",\"price_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"rate\":0.18,\"title\":\"IGST\"}],\"duties\":[],\"discount_allocations\":[]}],\"payment_terms\":null,\"refunds\":[],\"shipping_address\":null,\"shipping_lines\":[],\"returns\":[]}','RECEIVED',NULL,'2025-06-27 16:56:38'),
(67,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','YNj9zw','POST','unknown','{\"id\":11534606565741,\"admin_graphql_api_id\":\"gid://shopify/Order/11534606565741\",\"app_id\":580111,\"browser_ip\":\"2405:201:682f:e812:25fc:b81f:cd2f:88\",\"buyer_accepts_marketing\":false,\"cancel_reason\":null,\"cancelled_at\":null,\"cart_token\":\"Z2NwLWFzaWEtc291dGhlYXN0MTowMUpZUzU2M0MwRUI0MEU5S0NaWDc4WFpRVw\",\"checkout_id\":64115337625965,\"checkout_token\":\"9913f88f05253a65c5fec97ab59ec8a1\",\"client_details\":{\"accept_language\":\"en-IN\",\"browser_height\":null,\"browser_ip\":\"2405:201:682f:e812:25fc:b81f:cd2f:88\",\"browser_width\":null,\"session_hash\":null,\"user_agent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36\"},\"closed_at\":null,\"confirmation_number\":\"INYMZ4MZ5\",\"confirmed\":true,\"contact_email\":\"codeyon.com@gmail.com\",\"created_at\":\"2025-06-27T22:28:30+05:30\",\"currency\":\"INR\",\"current_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"current_subtotal_price\":\"999.00\",\"current_subtotal_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"current_total_additional_fees_set\":null,\"current_total_discounts\":\"0.00\",\"current_total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"current_total_duties_set\":null,\"current_total_price\":\"1178.82\",\"current_total_price_set\":{\"shop_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"}},\"current_total_tax\":\"179.82\",\"current_total_tax_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"customer_locale\":\"en-IN\",\"device_id\":null,\"discount_codes\":[],\"duties_included\":false,\"email\":\"codeyon.com@gmail.com\",\"estimated_taxes\":false,\"financial_status\":\"pending\",\"fulfillment_status\":null,\"landing_site\":\"/\",\"landing_site_ref\":null,\"location_id\":null,\"merchant_business_entity_id\":null,\"merchant_of_record_app_id\":null,\"name\":\"#1004\",\"note\":null,\"note_attributes\":[],\"number\":4,\"order_number\":1004,\"order_status_url\":\"https://qy1frg-3t.myshopify.com/92898001261/orders/690dbd6a6c9b0f1831c337df601c9450/authenticate?key=c6a176f221ced3aebe86d356e9ab3acd\",\"original_total_additional_fees_set\":null,\"original_total_duties_set\":null,\"payment_gateway_names\":[\"Cash on Delivery (COD)\"],\"phone\":null,\"po_number\":null,\"presentment_currency\":\"INR\",\"processed_at\":\"2025-06-27T22:28:25+05:30\",\"reference\":null,\"referring_site\":\"\",\"source_identifier\":null,\"source_name\":\"web\",\"source_url\":null,\"subtotal_price\":\"999.00\",\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"tags\":\"\",\"tax_exempt\":false,\"tax_lines\":[{\"price\":\"179.82\",\"rate\":0.18,\"title\":\"IGST\",\"price_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"channel_liable\":false}],\"taxes_included\":false,\"test\":false,\"token\":\"690dbd6a6c9b0f1831c337df601c9450\",\"total_cash_rounding_payment_adjustment_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_cash_rounding_refund_adjustment_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_discounts\":\"0.00\",\"total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_line_items_price\":\"999.00\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"total_outstanding\":\"1178.82\",\"total_price\":\"1178.82\",\"total_price_set\":{\"shop_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_tax\":\"179.82\",\"total_tax_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"total_tip_received\":\"0.00\",\"total_weight\":0,\"updated_at\":\"2025-06-27T22:28:31+05:30\",\"user_id\":null,\"billing_address\":{\"first_name\":\"Pual\",\"address1\":\"address is here\",\"phone\":\"+918430088300\",\"city\":\"delhi\",\"zip\":\"110010\",\"province\":\"Delhi\",\"country\":\"India\",\"last_name\":\"singh\",\"address2\":\"apartment is here\",\"company\":null,\"latitude\":28.5929297,\"longitude\":77.1218197,\"name\":\"Pual singh\",\"country_code\":\"IN\",\"province_code\":\"DL\"},\"customer\":{\"id\":23231362957677,\"email\":\"codeyon.com@gmail.com\",\"created_at\":\"2025-06-27T22:10:10+05:30\",\"updated_at\":\"2025-06-27T22:28:30+05:30\",\"first_name\":\"john\",\"last_name\":\"doe\",\"state\":\"disabled\",\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"currency\":\"INR\",\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid://shopify/Customer/23231362957677\",\"default_address\":{\"id\":34638643036525,\"customer_id\":23231362957677,\"first_name\":\"Pual\",\"last_name\":\"singh\",\"company\":null,\"address1\":\"address is here\",\"address2\":\"apartment is here\",\"city\":\"delhi\",\"province\":\"Delhi\",\"country\":\"India\",\"zip\":\"110010\",\"phone\":\"+918430088300\",\"name\":\"Pual singh\",\"province_code\":\"DL\",\"country_code\":\"IN\",\"country_name\":\"India\",\"default\":true}},\"discount_applications\":[],\"fulfillments\":[],\"line_items\":[{\"id\":34512451502445,\"admin_graphql_api_id\":\"gid://shopify/LineItem/34512451502445\",\"attributed_staffs\":[],\"current_quantity\":1,\"fulfillable_quantity\":1,\"fulfillment_service\":\"manual\",\"fulfillment_status\":null,\"gift_card\":false,\"grams\":0,\"name\":\"test product\",\"price\":\"999.00\",\"price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"product_exists\":true,\"product_id\":14698725966189,\"properties\":[],\"quantity\":1,\"requires_shipping\":false,\"sales_line_item_group_id\":null,\"sku\":\"99ljasd\",\"taxable\":true,\"title\":\"test product\",\"total_discount\":\"0.00\",\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"variant_id\":52031549538669,\"variant_inventory_management\":\"shopify\",\"variant_title\":null,\"vendor\":\"My Store\",\"tax_lines\":[{\"channel_liable\":false,\"price\":\"179.82\",\"price_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"rate\":0.18,\"title\":\"IGST\"}],\"duties\":[],\"discount_allocations\":[]}],\"payment_terms\":null,\"refunds\":[],\"shipping_address\":null,\"shipping_lines\":[],\"returns\":[]}','RECEIVED',NULL,'2025-06-27 16:58:33'),
(68,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','YNj9zw','POST','unknown','{\"id\":11534606565741,\"admin_graphql_api_id\":\"gid://shopify/Order/11534606565741\",\"app_id\":580111,\"browser_ip\":\"2405:201:682f:e812:25fc:b81f:cd2f:88\",\"buyer_accepts_marketing\":false,\"cancel_reason\":null,\"cancelled_at\":null,\"cart_token\":\"Z2NwLWFzaWEtc291dGhlYXN0MTowMUpZUzU2M0MwRUI0MEU5S0NaWDc4WFpRVw\",\"checkout_id\":64115337625965,\"checkout_token\":\"9913f88f05253a65c5fec97ab59ec8a1\",\"client_details\":{\"accept_language\":\"en-IN\",\"browser_height\":null,\"browser_ip\":\"2405:201:682f:e812:25fc:b81f:cd2f:88\",\"browser_width\":null,\"session_hash\":null,\"user_agent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36\"},\"closed_at\":null,\"confirmation_number\":\"INYMZ4MZ5\",\"confirmed\":true,\"contact_email\":\"codeyon.com@gmail.com\",\"created_at\":\"2025-06-27T22:28:30+05:30\",\"currency\":\"INR\",\"current_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"current_subtotal_price\":\"999.00\",\"current_subtotal_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"current_total_additional_fees_set\":null,\"current_total_discounts\":\"0.00\",\"current_total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"current_total_duties_set\":null,\"current_total_price\":\"1178.82\",\"current_total_price_set\":{\"shop_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"}},\"current_total_tax\":\"179.82\",\"current_total_tax_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"customer_locale\":\"en-IN\",\"device_id\":null,\"discount_codes\":[],\"duties_included\":false,\"email\":\"codeyon.com@gmail.com\",\"estimated_taxes\":false,\"financial_status\":\"paid\",\"fulfillment_status\":null,\"landing_site\":\"/\",\"landing_site_ref\":null,\"location_id\":null,\"merchant_business_entity_id\":null,\"merchant_of_record_app_id\":null,\"name\":\"#1004\",\"note\":null,\"note_attributes\":[],\"number\":4,\"order_number\":1004,\"order_status_url\":\"https://qy1frg-3t.myshopify.com/92898001261/orders/690dbd6a6c9b0f1831c337df601c9450/authenticate?key=c6a176f221ced3aebe86d356e9ab3acd\",\"original_total_additional_fees_set\":null,\"original_total_duties_set\":null,\"payment_gateway_names\":[\"Cash on Delivery (COD)\"],\"phone\":null,\"po_number\":null,\"presentment_currency\":\"INR\",\"processed_at\":\"2025-06-27T22:28:25+05:30\",\"reference\":null,\"referring_site\":\"\",\"source_identifier\":null,\"source_name\":\"web\",\"source_url\":null,\"subtotal_price\":\"999.00\",\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"tags\":\"\",\"tax_exempt\":false,\"tax_lines\":[{\"price\":\"179.82\",\"rate\":0.18,\"title\":\"IGST\",\"price_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"channel_liable\":false}],\"taxes_included\":false,\"test\":false,\"token\":\"690dbd6a6c9b0f1831c337df601c9450\",\"total_cash_rounding_payment_adjustment_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_cash_rounding_refund_adjustment_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_discounts\":\"0.00\",\"total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_line_items_price\":\"999.00\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"total_outstanding\":\"0.00\",\"total_price\":\"1178.82\",\"total_price_set\":{\"shop_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_tax\":\"179.82\",\"total_tax_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"total_tip_received\":\"0.00\",\"total_weight\":0,\"updated_at\":\"2025-06-27T22:28:56+05:30\",\"user_id\":null,\"billing_address\":{\"first_name\":\"Pual\",\"address1\":\"address is here\",\"phone\":\"+918430088300\",\"city\":\"delhi\",\"zip\":\"110010\",\"province\":\"Delhi\",\"country\":\"India\",\"last_name\":\"singh\",\"address2\":\"apartment is here\",\"company\":null,\"latitude\":28.5929297,\"longitude\":77.1218197,\"name\":\"Pual singh\",\"country_code\":\"IN\",\"province_code\":\"DL\"},\"customer\":{\"id\":23231362957677,\"email\":\"codeyon.com@gmail.com\",\"created_at\":\"2025-06-27T22:10:10+05:30\",\"updated_at\":\"2025-06-27T22:28:30+05:30\",\"first_name\":\"john\",\"last_name\":\"doe\",\"state\":\"disabled\",\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"currency\":\"INR\",\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid://shopify/Customer/23231362957677\",\"default_address\":{\"id\":34638643036525,\"customer_id\":23231362957677,\"first_name\":\"Pual\",\"last_name\":\"singh\",\"company\":null,\"address1\":\"address is here\",\"address2\":\"apartment is here\",\"city\":\"delhi\",\"province\":\"Delhi\",\"country\":\"India\",\"zip\":\"110010\",\"phone\":\"+918430088300\",\"name\":\"Pual singh\",\"province_code\":\"DL\",\"country_code\":\"IN\",\"country_name\":\"India\",\"default\":true}},\"discount_applications\":[],\"fulfillments\":[],\"line_items\":[{\"id\":34512451502445,\"admin_graphql_api_id\":\"gid://shopify/LineItem/34512451502445\",\"attributed_staffs\":[],\"current_quantity\":1,\"fulfillable_quantity\":1,\"fulfillment_service\":\"manual\",\"fulfillment_status\":null,\"gift_card\":false,\"grams\":0,\"name\":\"test product\",\"price\":\"999.00\",\"price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"product_exists\":true,\"product_id\":14698725966189,\"properties\":[],\"quantity\":1,\"requires_shipping\":false,\"sales_line_item_group_id\":null,\"sku\":\"99ljasd\",\"taxable\":true,\"title\":\"test product\",\"total_discount\":\"0.00\",\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"variant_id\":52031549538669,\"variant_inventory_management\":\"shopify\",\"variant_title\":null,\"vendor\":\"My Store\",\"tax_lines\":[{\"channel_liable\":false,\"price\":\"179.82\",\"price_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"rate\":0.18,\"title\":\"IGST\"}],\"duties\":[],\"discount_allocations\":[]}],\"payment_terms\":null,\"refunds\":[],\"shipping_address\":null,\"shipping_lines\":[],\"returns\":[]}','RECEIVED',NULL,'2025-06-27 16:58:59'),
(73,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','gdwvEA','POST','unknown','{\"id\":11535708586349,\"admin_graphql_api_id\":\"gid://shopify/Order/11535708586349\",\"app_id\":580111,\"browser_ip\":\"2405:201:682f:e812:25fc:b81f:cd2f:88\",\"buyer_accepts_marketing\":false,\"cancel_reason\":null,\"cancelled_at\":null,\"cart_token\":\"hWN00YSrfCYuCMs75eey5c5U\",\"checkout_id\":64123109900653,\"checkout_token\":\"f50369bd31ce7871fbf80e31d52fd16a\",\"client_details\":{\"accept_language\":\"en-IN\",\"browser_height\":null,\"browser_ip\":\"2405:201:682f:e812:25fc:b81f:cd2f:88\",\"browser_width\":null,\"session_hash\":null,\"user_agent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36\"},\"closed_at\":null,\"confirmation_number\":\"22A0LULP0\",\"confirmed\":true,\"contact_email\":\"codeyon.com@gmail.com\",\"created_at\":\"2025-06-28T19:18:31+05:30\",\"currency\":\"INR\",\"current_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"current_subtotal_price\":\"999.00\",\"current_subtotal_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"current_total_additional_fees_set\":null,\"current_total_discounts\":\"0.00\",\"current_total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"current_total_duties_set\":null,\"current_total_price\":\"1178.82\",\"current_total_price_set\":{\"shop_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"}},\"current_total_tax\":\"179.82\",\"current_total_tax_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"customer_locale\":\"en-IN\",\"device_id\":null,\"discount_codes\":[],\"duties_included\":false,\"email\":\"codeyon.com@gmail.com\",\"estimated_taxes\":false,\"financial_status\":\"pending\",\"fulfillment_status\":null,\"landing_site\":\"/\",\"landing_site_ref\":null,\"location_id\":null,\"merchant_business_entity_id\":null,\"merchant_of_record_app_id\":null,\"name\":\"#1005\",\"note\":null,\"note_attributes\":[],\"number\":5,\"order_number\":1005,\"order_status_url\":\"https://qy1frg-3t.myshopify.com/92898001261/orders/c6ec6bb22a1ce1bc35169df18738486a/authenticate?key=a55da1901b216898a327e2674c80b3f2\",\"original_total_additional_fees_set\":null,\"original_total_duties_set\":null,\"payment_gateway_names\":[\"Cash on Delivery (COD)\"],\"phone\":null,\"po_number\":null,\"presentment_currency\":\"INR\",\"processed_at\":\"2025-06-28T19:18:29+05:30\",\"reference\":null,\"referring_site\":\"\",\"source_identifier\":null,\"source_name\":\"web\",\"source_url\":null,\"subtotal_price\":\"999.00\",\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"tags\":\"\",\"tax_exempt\":false,\"tax_lines\":[{\"price\":\"179.82\",\"rate\":0.18,\"title\":\"IGST\",\"price_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"channel_liable\":false}],\"taxes_included\":false,\"test\":false,\"token\":\"c6ec6bb22a1ce1bc35169df18738486a\",\"total_cash_rounding_payment_adjustment_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_cash_rounding_refund_adjustment_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_discounts\":\"0.00\",\"total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_line_items_price\":\"999.00\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"total_outstanding\":\"1178.82\",\"total_price\":\"1178.82\",\"total_price_set\":{\"shop_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_tax\":\"179.82\",\"total_tax_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"total_tip_received\":\"0.00\",\"total_weight\":0,\"updated_at\":\"2025-06-28T19:18:32+05:30\",\"user_id\":null,\"billing_address\":{\"first_name\":\"John\",\"address1\":\"address is here\",\"phone\":\"+918430088300\",\"city\":\"Delhi\",\"zip\":\"110010\",\"province\":\"Delhi\",\"country\":\"India\",\"last_name\":\"Doe\",\"address2\":\"apartment is here\",\"company\":null,\"latitude\":28.5929297,\"longitude\":77.1218197,\"name\":\"John Doe\",\"country_code\":\"IN\",\"province_code\":\"DL\"},\"customer\":{\"id\":23231362957677,\"email\":\"codeyon.com@gmail.com\",\"created_at\":\"2025-06-27T22:10:10+05:30\",\"updated_at\":\"2025-06-28T19:18:31+05:30\",\"first_name\":\"john\",\"last_name\":\"doe\",\"state\":\"disabled\",\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"currency\":\"INR\",\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid://shopify/Customer/23231362957677\",\"default_address\":{\"id\":34642394775917,\"customer_id\":23231362957677,\"first_name\":\"John\",\"last_name\":\"Doe\",\"company\":null,\"address1\":\"address is here\",\"address2\":\"apartment is here\",\"city\":\"Delhi\",\"province\":\"Delhi\",\"country\":\"India\",\"zip\":\"110010\",\"phone\":\"+918430088300\",\"name\":\"John Doe\",\"province_code\":\"DL\",\"country_code\":\"IN\",\"country_name\":\"India\",\"default\":true}},\"discount_applications\":[],\"fulfillments\":[],\"line_items\":[{\"id\":34514868011373,\"admin_graphql_api_id\":\"gid://shopify/LineItem/34514868011373\",\"attributed_staffs\":[],\"current_quantity\":1,\"fulfillable_quantity\":1,\"fulfillment_service\":\"manual\",\"fulfillment_status\":null,\"gift_card\":false,\"grams\":0,\"name\":\"test product\",\"price\":\"999.00\",\"price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"product_exists\":true,\"product_id\":14698725966189,\"properties\":[],\"quantity\":1,\"requires_shipping\":false,\"sales_line_item_group_id\":null,\"sku\":\"99ljasd\",\"taxable\":true,\"title\":\"test product\",\"total_discount\":\"0.00\",\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"variant_id\":52031549538669,\"variant_inventory_management\":\"shopify\",\"variant_title\":null,\"vendor\":\"My Store\",\"tax_lines\":[{\"channel_liable\":false,\"price\":\"179.82\",\"price_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"rate\":0.18,\"title\":\"IGST\"}],\"duties\":[],\"discount_allocations\":[]}],\"payment_terms\":null,\"refunds\":[],\"shipping_address\":null,\"shipping_lines\":[],\"returns\":[]}','RECEIVED',NULL,'2025-06-28 13:48:34'),
(74,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','gdwvEA','POST','unknown','{\"id\":11535713239405,\"admin_graphql_api_id\":\"gid://shopify/Order/11535713239405\",\"app_id\":580111,\"browser_ip\":\"2405:201:682f:e812:25fc:b81f:cd2f:88\",\"buyer_accepts_marketing\":false,\"cancel_reason\":null,\"cancelled_at\":null,\"cart_token\":\"Z2NwLWFzaWEtc291dGhlYXN0MTowMUpZVkNXR0JHMThFRzlWMERTQVNIMlhDQw\",\"checkout_id\":64123134706029,\"checkout_token\":\"0bbcddeb6a5a807a71fbfac1bc02e46b\",\"client_details\":{\"accept_language\":\"en-IN\",\"browser_height\":null,\"browser_ip\":\"2405:201:682f:e812:25fc:b81f:cd2f:88\",\"browser_width\":null,\"session_hash\":null,\"user_agent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36\"},\"closed_at\":null,\"confirmation_number\":\"X1Z2MRW7Z\",\"confirmed\":true,\"contact_email\":\"codeyon.com@gmail.com\",\"created_at\":\"2025-06-28T19:21:43+05:30\",\"currency\":\"INR\",\"current_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"current_subtotal_price\":\"999.00\",\"current_subtotal_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"current_total_additional_fees_set\":null,\"current_total_discounts\":\"0.00\",\"current_total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"current_total_duties_set\":null,\"current_total_price\":\"1178.82\",\"current_total_price_set\":{\"shop_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"}},\"current_total_tax\":\"179.82\",\"current_total_tax_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"customer_locale\":\"en-IN\",\"device_id\":null,\"discount_codes\":[],\"duties_included\":false,\"email\":\"codeyon.com@gmail.com\",\"estimated_taxes\":false,\"financial_status\":\"pending\",\"fulfillment_status\":null,\"landing_site\":\"/\",\"landing_site_ref\":null,\"location_id\":null,\"merchant_business_entity_id\":null,\"merchant_of_record_app_id\":null,\"name\":\"#1006\",\"note\":null,\"note_attributes\":[],\"number\":6,\"order_number\":1006,\"order_status_url\":\"https://qy1frg-3t.myshopify.com/92898001261/orders/5c56c4e7607d3f942aaea9326860dfb8/authenticate?key=23150c1688980f486e4470ddbc1d2eda\",\"original_total_additional_fees_set\":null,\"original_total_duties_set\":null,\"payment_gateway_names\":[\"Cash on Delivery (COD)\"],\"phone\":null,\"po_number\":null,\"presentment_currency\":\"INR\",\"processed_at\":\"2025-06-28T19:21:40+05:30\",\"reference\":null,\"referring_site\":\"\",\"source_identifier\":null,\"source_name\":\"web\",\"source_url\":null,\"subtotal_price\":\"999.00\",\"subtotal_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"tags\":\"\",\"tax_exempt\":false,\"tax_lines\":[{\"price\":\"179.82\",\"rate\":0.18,\"title\":\"IGST\",\"price_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"channel_liable\":false}],\"taxes_included\":false,\"test\":false,\"token\":\"5c56c4e7607d3f942aaea9326860dfb8\",\"total_cash_rounding_payment_adjustment_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_cash_rounding_refund_adjustment_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_discounts\":\"0.00\",\"total_discounts_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_line_items_price\":\"999.00\",\"total_line_items_price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"total_outstanding\":\"1178.82\",\"total_price\":\"1178.82\",\"total_price_set\":{\"shop_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"1178.82\",\"currency_code\":\"INR\"}},\"total_shipping_price_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"total_tax\":\"179.82\",\"total_tax_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"total_tip_received\":\"0.00\",\"total_weight\":0,\"updated_at\":\"2025-06-28T19:21:44+05:30\",\"user_id\":null,\"billing_address\":{\"first_name\":\"John\",\"address1\":\"somewhere on earth\",\"phone\":\"+918430088300\",\"city\":\"delhi\",\"zip\":\"110010\",\"province\":\"Delhi\",\"country\":\"India\",\"last_name\":\"Doe\",\"address2\":\"apartment near your heart\",\"company\":null,\"latitude\":28.5929297,\"longitude\":77.1218197,\"name\":\"John Doe\",\"country_code\":\"IN\",\"province_code\":\"DL\"},\"customer\":{\"id\":23231362957677,\"email\":\"codeyon.com@gmail.com\",\"created_at\":\"2025-06-27T22:10:10+05:30\",\"updated_at\":\"2025-06-28T19:21:43+05:30\",\"first_name\":\"john\",\"last_name\":\"doe\",\"state\":\"disabled\",\"note\":null,\"verified_email\":true,\"multipass_identifier\":null,\"tax_exempt\":false,\"phone\":null,\"currency\":\"INR\",\"tax_exemptions\":[],\"admin_graphql_api_id\":\"gid://shopify/Customer/23231362957677\",\"default_address\":{\"id\":34642399691117,\"customer_id\":23231362957677,\"first_name\":\"John\",\"last_name\":\"Doe\",\"company\":null,\"address1\":\"somewhere on earth\",\"address2\":\"apartment near your heart\",\"city\":\"delhi\",\"province\":\"Delhi\",\"country\":\"India\",\"zip\":\"110010\",\"phone\":\"+918430088300\",\"name\":\"John Doe\",\"province_code\":\"DL\",\"country_code\":\"IN\",\"country_name\":\"India\",\"default\":true}},\"discount_applications\":[],\"fulfillments\":[],\"line_items\":[{\"id\":34514877415789,\"admin_graphql_api_id\":\"gid://shopify/LineItem/34514877415789\",\"attributed_staffs\":[],\"current_quantity\":1,\"fulfillable_quantity\":1,\"fulfillment_service\":\"manual\",\"fulfillment_status\":null,\"gift_card\":false,\"grams\":0,\"name\":\"test product\",\"price\":\"999.00\",\"price_set\":{\"shop_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"999.00\",\"currency_code\":\"INR\"}},\"product_exists\":true,\"product_id\":14698725966189,\"properties\":[],\"quantity\":1,\"requires_shipping\":false,\"sales_line_item_group_id\":null,\"sku\":\"99ljasd\",\"taxable\":true,\"title\":\"test product\",\"total_discount\":\"0.00\",\"total_discount_set\":{\"shop_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"0.00\",\"currency_code\":\"INR\"}},\"variant_id\":52031549538669,\"variant_inventory_management\":\"shopify\",\"variant_title\":null,\"vendor\":\"My Store\",\"tax_lines\":[{\"channel_liable\":false,\"price\":\"179.82\",\"price_set\":{\"shop_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"},\"presentment_money\":{\"amount\":\"179.82\",\"currency_code\":\"INR\"}},\"rate\":0.18,\"title\":\"IGST\"}],\"duties\":[],\"discount_allocations\":[]}],\"payment_terms\":null,\"refunds\":[],\"shipping_address\":null,\"shipping_lines\":[],\"returns\":[]}','RECEIVED',NULL,'2025-06-28 13:51:46'),
(81,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 12:17:52'),
(82,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 12:19:47'),
(83,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 12:21:19'),
(84,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 12:22:19'),
(85,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 12:23:05'),
(86,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 12:24:41'),
(87,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 12:25:52'),
(88,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 12:26:32'),
(89,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 12:31:21'),
(90,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 12:31:46'),
(91,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 12:32:31'),
(92,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 12:33:29'),
(93,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 12:34:15'),
(94,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 12:35:22'),
(95,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 12:36:16'),
(96,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 12:36:29'),
(97,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 12:53:44'),
(98,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 13:02:46'),
(99,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 13:05:06'),
(100,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 13:05:23'),
(101,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 13:05:58'),
(102,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 13:06:41'),
(103,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 13:07:14'),
(104,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 13:35:16'),
(105,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 13:35:57'),
(106,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 13:44:47'),
(107,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 13:47:25'),
(108,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 13:47:31'),
(109,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 13:50:23'),
(110,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 13:50:29'),
(111,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 13:51:21'),
(112,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 13:51:25'),
(113,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 13:51:46'),
(114,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 13:53:31'),
(115,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 13:55:03'),
(116,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 13:56:39'),
(117,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 13:58:04'),
(118,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 13:59:13'),
(119,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 13:59:42'),
(120,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 14:04:04'),
(121,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 14:04:51'),
(122,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 14:05:02'),
(123,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 14:05:43'),
(124,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"approved\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 14:06:03'),
(125,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"approved\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 14:06:10'),
(126,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"ID\":12207,\"post_author\":\"1\",\"post_date\":\"2025-08-05 07:58:48\",\"post_date_gmt\":\"2025-08-05 07:58:48\",\"post_content\":\"\",\"post_title\":\"حجز موعد استشارة\",\"post_excerpt\":\"\",\"post_status\":\"pending\",\"comment_status\":\"closed\",\"ping_status\":\"closed\",\"post_password\":\"\",\"post_name\":\"%d8%ad%d8%ac%d8%b2-%d9%85%d9%88%d8%b9%d8%af-%d8%a7%d8%b3%d8%aa%d8%b4%d8%a7%d8%b1%d8%a9-13\",\"to_ping\":\"\",\"pinged\":\"\",\"post_modified\":\"2025-08-05 07:58:48\",\"post_modified_gmt\":\"2025-08-05 07:58:48\",\"post_content_filtered\":\"\",\"post_parent\":0,\"guid\":\"https://alaamal.com.sa/?p=12207\",\"menu_order\":0,\"post_type\":\"timetics-booking\",\"post_mime_type\":\"\",\"comment_count\":\"0\",\"filter\":\"raw\",\"_tt_booking_post_status\":\"pending\",\"_tt_booking_customer\":[\"225\"],\"_tt_booking_appointment\":[\"11797\"],\"_tt_booking_appointment_name\":[\"حجز موعد استشارة\"],\"_tt_booking_staff\":[\"1\"],\"_tt_booking_speaker\":[\"\"],\"_tt_booking_event\":[\"\"],\"_tt_booking_location\":[\"Attendee Phone Call\"],\"_tt_booking_description\":[\"\"],\"_tt_booking_location_type\":[\"attendee-call\"],\"_tt_booking_payment_method\":[\"cash\"],\"_tt_booking_payment_status\":[\"succeeded\"],\"_tt_booking_payment_details\":[\"a:1:{s:6:\\\"status\\\";s:9:\\\"succeeded\\\";}\"],\"_tt_booking_order_total\":[\"\"],\"_tt_booking_start_date\":[\"2025-08-30\"],\"_tt_booking_end_date\":[\"2025-08-30\"],\"_tt_booking_start_time\":[\"09:30 am\"],\"_tt_booking_end_time\":[\"10:00 am\"],\"_tt_booking_calendar_event\":[\"\"],\"_tt_booking_random_id\":[\"B575671\"],\"_tt_booking_seats\":[\"\"],\"_tt_booking_guests\":[\"\"],\"_tt_booking_zoom\":[\"\"],\"_tt_booking_custom_form_data\":[\"a:1:{s:4:\\\"تف\\\";s:16:\\\"ربربرببر\\\";}\"],\"_tt_booking_timezone\":[\"Asia/Riyadh\"],\"_tt_booking_recurrence\":[\"\"],\"_tt_booking_parent\":[\"\"],\"_tt_booking_cancel_reason\":[\"\"],\"_tt_booking_custom_location_url\":[\"\"],\"_tt_booking_security_token\":[\"d00afecc\"],\"_tt_booking_customer_fname\":[\"عبيدالله\"],\"_tt_booking_customer_lname\":[\"\"],\"_tt_booking_customer_email\":[\"waha963852@gmail.com\"],\"_tt_booking_customer_phone\":[\"918430088300\"],\"_tt_booking_staff_fname\":[\"SAAD ALSAHLI\"],\"_tt_booking_staff_lname\":[\"\"],\"_tt_booking_staff_email\":[\"mnsatalamal1122@gmail.com\"],\"_tt_booking_meeting_name\":[\"حجز موعد استشارة\"],\"_tt_booking_meeting_description\":[\"احجز موعدك بكل سهولة لمناقشة احتياجاتك أو استفساراتك مع أحد مستشاري منصة الأعمال. نوفر لك أوقات مرنة وخدمة احترافية لضمان تجربة سلسة ومثمرة.\"],\"_tt_booking_meeting_type\":[\"One-to-One\"],\"_tt_booking_booking_time\":[\"August 5, 2025 10:49 AM\"],\"_tt_booking_date\":[\"2025-08-30\"],\"status_arabic\":\"بانتظار الموافقة\",\"_tt_booking_staff_phone\":[\"966557110419\"]}','RECEIVED',NULL,'2025-08-11 14:06:32'),
(127,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"id\":13216,\"parent_id\":0,\"status\":\"on-hold\",\"currency\":\"SAR\",\"version\":\"10.1.0\",\"prices_include_tax\":false,\"date_created\":\"2025-08-12T08:12:48\",\"date_modified\":\"2025-08-14T15:27:11\",\"discount_total\":\"0\",\"discount_tax\":\"0\",\"shipping_total\":\"0\",\"shipping_tax\":\"0\",\"cart_tax\":\"65\",\"total\":\"500\",\"total_tax\":\"65\",\"customer_id\":0,\"order_key\":\"wc_order_N1O7DXq2gdcvZ\",\"billing\":{\"first_name\":\"سعد\",\"last_name\":\"السهلي\",\"company\":\"\",\"address_1\":\"\",\"address_2\":\"\",\"city\":\"الرياض\",\"state\":\"\",\"postcode\":\"13321\",\"country\":\"SA\",\"email\":\"\",\"phone\":\"918430088300\"},\"shipping\":{\"first_name\":\"\",\"last_name\":\"\",\"company\":\"\",\"address_1\":\"\",\"address_2\":\"\",\"city\":\"\",\"state\":\"\",\"postcode\":\"\",\"country\":\"SA\",\"phone\":\"\"},\"payment_method\":\"\",\"payment_method_title\":\"\",\"transaction_id\":\"\",\"customer_ip_address\":\"\",\"customer_user_agent\":\"\",\"created_via\":\"admin\",\"customer_note\":\"تجريبي ملاحظةvv\",\"date_completed\":\"2025-08-14T14:57:03\",\"date_paid\":\"2025-08-12T08:13:20\",\"cart_hash\":\"\",\"number\":\"13216\",\"meta_data\":[{\"id\":136474,\"key\":\"_wc_order_attribution_source_type\",\"value\":\"admin\"},{\"id\":136475,\"key\":\"_yeepdf\",\"value\":{\"13216-1\":{\"label\":\"فاتورة\",\"link\":\"https://alaamal.com.sa/wp-content/uploads/pdfs/downloads/13216-invoice.pdf\",\"path\":\"/www/wwwroot/alaamal.com.sa/wp-content/uploads/pdfs/downloads/13216-invoice.pdf\",\"date\":\"14 August، 2025\",\"order_status\":\"processing\"}}},{\"id\":136580,\"key\":\"followup\",\"value\":\"0\"}],\"line_items\":[{\"id\":1943,\"name\":\"اصدار شهادة المنشأ\",\"product_id\":4366,\"variation_id\":0,\"quantity\":1,\"tax_class\":\"\",\"subtotal\":\"435\",\"subtotal_tax\":\"65\",\"total\":\"435\",\"total_tax\":\"65\",\"taxes\":[{\"id\":1,\"total\":\"65\",\"subtotal\":\"65\"}],\"meta_data\":[],\"sku\":\"\",\"global_unique_id\":\"\",\"price\":434.782609,\"image\":{\"id\":\"1764\",\"src\":\"https://alaamal.com.sa/wp-content/uploads/2024/10/12.webp\"},\"parent_name\":null}],\"tax_lines\":[{\"id\":1944,\"rate_code\":\"الضريبة-1\",\"rate_id\":1,\"label\":\"الضريبة\",\"compound\":false,\"tax_total\":\"65\",\"shipping_tax_total\":\"0\",\"rate_percent\":15,\"meta_data\":[]}],\"shipping_lines\":[],\"fee_lines\":[],\"coupon_lines\":[],\"refunds\":[],\"payment_url\":\"https://alaamal.com.sa/checkout/order-pay/13216/?pay_for_order=true&key=wc_order_N1O7DXq2gdcvZ\",\"is_editable\":true,\"needs_payment\":false,\"needs_processing\":true,\"date_created_gmt\":\"2025-08-12T05:12:48\",\"date_modified_gmt\":\"2025-08-14T12:27:11\",\"date_completed_gmt\":\"2025-08-14T11:57:03\",\"date_paid_gmt\":\"2025-08-12T05:13:20\",\"currency_symbol\":\"ر.س\",\"_links\":{\"self\":[{\"href\":\"https://alaamal.com.sa/wp-json/wc/v3/orders/13216\",\"targetHints\":{\"allow\":[\"GET\",\"POST\",\"PUT\",\"PATCH\",\"DELETE\"]}}],\"collection\":[{\"href\":\"https://alaamal.com.sa/wp-json/wc/v3/orders\"}],\"email_templates\":[{\"embeddable\":true,\"href\":\"https://alaamal.com.sa/wp-json/wc/v3/orders/13216/actions/email_templates\"}]}}','RECEIVED',NULL,'2025-08-14 12:38:22'),
(128,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"id\":13216,\"parent_id\":0,\"status\":\"on-hold\",\"currency\":\"SAR\",\"version\":\"10.1.0\",\"prices_include_tax\":false,\"date_created\":\"2025-08-12T08:12:48\",\"date_modified\":\"2025-08-14T15:27:11\",\"discount_total\":\"0\",\"discount_tax\":\"0\",\"shipping_total\":\"0\",\"shipping_tax\":\"0\",\"cart_tax\":\"65\",\"total\":\"500\",\"total_tax\":\"65\",\"customer_id\":0,\"order_key\":\"wc_order_N1O7DXq2gdcvZ\",\"billing\":{\"first_name\":\"سعد\",\"last_name\":\"السهلي\",\"company\":\"\",\"address_1\":\"\",\"address_2\":\"\",\"city\":\"الرياض\",\"state\":\"\",\"postcode\":\"13321\",\"country\":\"SA\",\"email\":\"\",\"phone\":\"918430088300\"},\"shipping\":{\"first_name\":\"\",\"last_name\":\"\",\"company\":\"\",\"address_1\":\"\",\"address_2\":\"\",\"city\":\"\",\"state\":\"\",\"postcode\":\"\",\"country\":\"SA\",\"phone\":\"\"},\"payment_method\":\"\",\"payment_method_title\":\"\",\"transaction_id\":\"\",\"customer_ip_address\":\"\",\"customer_user_agent\":\"\",\"created_via\":\"admin\",\"customer_note\":\"تجريبي ملاحظةvv\",\"date_completed\":\"2025-08-14T14:57:03\",\"date_paid\":\"2025-08-12T08:13:20\",\"cart_hash\":\"\",\"number\":\"13216\",\"meta_data\":[{\"id\":136474,\"key\":\"_wc_order_attribution_source_type\",\"value\":\"admin\"},{\"id\":136475,\"key\":\"_yeepdf\",\"value\":{\"13216-1\":{\"label\":\"فاتورة\",\"link\":\"https://alaamal.com.sa/wp-content/uploads/pdfs/downloads/13216-invoice.pdf\",\"path\":\"/www/wwwroot/alaamal.com.sa/wp-content/uploads/pdfs/downloads/13216-invoice.pdf\",\"date\":\"14 August، 2025\",\"order_status\":\"processing\"}}},{\"id\":136580,\"key\":\"followup\",\"value\":\"0\"}],\"line_items\":[{\"id\":1943,\"name\":\"اصدار شهادة المنشأ\",\"product_id\":4366,\"variation_id\":0,\"quantity\":1,\"tax_class\":\"\",\"subtotal\":\"435\",\"subtotal_tax\":\"65\",\"total\":\"435\",\"total_tax\":\"65\",\"taxes\":[{\"id\":1,\"total\":\"65\",\"subtotal\":\"65\"}],\"meta_data\":[],\"sku\":\"\",\"global_unique_id\":\"\",\"price\":434.782609,\"image\":{\"id\":\"1764\",\"src\":\"https://alaamal.com.sa/wp-content/uploads/2024/10/12.webp\"},\"parent_name\":null}],\"tax_lines\":[{\"id\":1944,\"rate_code\":\"الضريبة-1\",\"rate_id\":1,\"label\":\"الضريبة\",\"compound\":false,\"tax_total\":\"65\",\"shipping_tax_total\":\"0\",\"rate_percent\":15,\"meta_data\":[]}],\"shipping_lines\":[],\"fee_lines\":[],\"coupon_lines\":[],\"refunds\":[],\"payment_url\":\"https://alaamal.com.sa/checkout/order-pay/13216/?pay_for_order=true&key=wc_order_N1O7DXq2gdcvZ\",\"is_editable\":true,\"needs_payment\":false,\"needs_processing\":true,\"date_created_gmt\":\"2025-08-12T05:12:48\",\"date_modified_gmt\":\"2025-08-14T12:27:11\",\"date_completed_gmt\":\"2025-08-14T11:57:03\",\"date_paid_gmt\":\"2025-08-12T05:13:20\",\"currency_symbol\":\"ر.س\",\"_links\":{\"self\":[{\"href\":\"https://alaamal.com.sa/wp-json/wc/v3/orders/13216\",\"targetHints\":{\"allow\":[\"GET\",\"POST\",\"PUT\",\"PATCH\",\"DELETE\"]}}],\"collection\":[{\"href\":\"https://alaamal.com.sa/wp-json/wc/v3/orders\"}],\"email_templates\":[{\"embeddable\":true,\"href\":\"https://alaamal.com.sa/wp-json/wc/v3/orders/13216/actions/email_templates\"}]}}','RECEIVED',NULL,'2025-08-14 12:40:20'),
(129,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"id\":13216,\"parent_id\":0,\"status\":\"on-hold\",\"currency\":\"SAR\",\"version\":\"10.1.0\",\"prices_include_tax\":false,\"date_created\":\"2025-08-12T08:12:48\",\"date_modified\":\"2025-08-14T15:27:11\",\"discount_total\":\"0\",\"discount_tax\":\"0\",\"shipping_total\":\"0\",\"shipping_tax\":\"0\",\"cart_tax\":\"65\",\"total\":\"500\",\"total_tax\":\"65\",\"customer_id\":0,\"order_key\":\"wc_order_N1O7DXq2gdcvZ\",\"billing\":{\"first_name\":\"سعد\",\"last_name\":\"السهلي\",\"company\":\"\",\"address_1\":\"\",\"address_2\":\"\",\"city\":\"الرياض\",\"state\":\"\",\"postcode\":\"13321\",\"country\":\"SA\",\"email\":\"\",\"phone\":\"918430088300\"},\"shipping\":{\"first_name\":\"\",\"last_name\":\"\",\"company\":\"\",\"address_1\":\"\",\"address_2\":\"\",\"city\":\"\",\"state\":\"\",\"postcode\":\"\",\"country\":\"SA\",\"phone\":\"\"},\"payment_method\":\"\",\"payment_method_title\":\"\",\"transaction_id\":\"\",\"customer_ip_address\":\"\",\"customer_user_agent\":\"\",\"created_via\":\"admin\",\"customer_note\":\"تجريبي ملاحظةvv\",\"date_completed\":\"2025-08-14T14:57:03\",\"date_paid\":\"2025-08-12T08:13:20\",\"cart_hash\":\"\",\"number\":\"13216\",\"meta_data\":[{\"id\":136474,\"key\":\"_wc_order_attribution_source_type\",\"value\":\"admin\"},{\"id\":136475,\"key\":\"_yeepdf\",\"value\":{\"13216-1\":{\"label\":\"فاتورة\",\"link\":\"https://alaamal.com.sa/wp-content/uploads/pdfs/downloads/13216-invoice.pdf\",\"path\":\"/www/wwwroot/alaamal.com.sa/wp-content/uploads/pdfs/downloads/13216-invoice.pdf\",\"date\":\"14 August، 2025\",\"order_status\":\"processing\"}}},{\"id\":136580,\"key\":\"followup\",\"value\":\"0\"}],\"line_items\":[{\"id\":1943,\"name\":\"اصدار شهادة المنشأ\",\"product_id\":4366,\"variation_id\":0,\"quantity\":1,\"tax_class\":\"\",\"subtotal\":\"435\",\"subtotal_tax\":\"65\",\"total\":\"435\",\"total_tax\":\"65\",\"taxes\":[{\"id\":1,\"total\":\"65\",\"subtotal\":\"65\"}],\"meta_data\":[],\"sku\":\"\",\"global_unique_id\":\"\",\"price\":434.782609,\"image\":{\"id\":\"1764\",\"src\":\"https://alaamal.com.sa/wp-content/uploads/2024/10/12.webp\"},\"parent_name\":null}],\"tax_lines\":[{\"id\":1944,\"rate_code\":\"الضريبة-1\",\"rate_id\":1,\"label\":\"الضريبة\",\"compound\":false,\"tax_total\":\"65\",\"shipping_tax_total\":\"0\",\"rate_percent\":15,\"meta_data\":[]}],\"shipping_lines\":[],\"fee_lines\":[],\"coupon_lines\":[],\"refunds\":[],\"payment_url\":\"https://alaamal.com.sa/checkout/order-pay/13216/?pay_for_order=true&key=wc_order_N1O7DXq2gdcvZ\",\"is_editable\":true,\"needs_payment\":false,\"needs_processing\":true,\"date_created_gmt\":\"2025-08-12T05:12:48\",\"date_modified_gmt\":\"2025-08-14T12:27:11\",\"date_completed_gmt\":\"2025-08-14T11:57:03\",\"date_paid_gmt\":\"2025-08-12T05:13:20\",\"currency_symbol\":\"ر.س\",\"_links\":{\"self\":[{\"href\":\"https://alaamal.com.sa/wp-json/wc/v3/orders/13216\",\"targetHints\":{\"allow\":[\"GET\",\"POST\",\"PUT\",\"PATCH\",\"DELETE\"]}}],\"collection\":[{\"href\":\"https://alaamal.com.sa/wp-json/wc/v3/orders\"}],\"email_templates\":[{\"embeddable\":true,\"href\":\"https://alaamal.com.sa/wp-json/wc/v3/orders/13216/actions/email_templates\"}]}}','RECEIVED',NULL,'2025-08-14 12:40:50'),
(131,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"id\":13216,\"parent_id\":0,\"status\":\"processing\",\"currency\":\"SAR\",\"version\":\"10.1.0\",\"prices_include_tax\":false,\"date_created\":\"2025-08-12T08:12:48\",\"date_modified\":\"2025-08-14T15:27:11\",\"discount_total\":\"0\",\"discount_tax\":\"0\",\"shipping_total\":\"0\",\"shipping_tax\":\"0\",\"cart_tax\":\"65\",\"total\":\"500\",\"total_tax\":\"65\",\"customer_id\":0,\"order_key\":\"wc_order_N1O7DXq2gdcvZ\",\"billing\":{\"first_name\":\"سعد\",\"last_name\":\"السهلي\",\"company\":\"\",\"address_1\":\"\",\"address_2\":\"\",\"city\":\"الرياض\",\"state\":\"\",\"postcode\":\"13321\",\"country\":\"SA\",\"email\":\"\",\"phone\":\"918430088300\"},\"shipping\":{\"first_name\":\"\",\"last_name\":\"\",\"company\":\"\",\"address_1\":\"\",\"address_2\":\"\",\"city\":\"\",\"state\":\"\",\"postcode\":\"\",\"country\":\"SA\",\"phone\":\"\"},\"payment_method\":\"\",\"payment_method_title\":\"\",\"transaction_id\":\"\",\"customer_ip_address\":\"\",\"customer_user_agent\":\"\",\"created_via\":\"admin\",\"customer_note\":\"تجريبي ملاحظةvv\",\"date_completed\":\"2025-08-14T14:57:03\",\"date_paid\":\"2025-08-12T08:13:20\",\"cart_hash\":\"\",\"number\":\"13216\",\"meta_data\":[{\"id\":136474,\"key\":\"_wc_order_attribution_source_type\",\"value\":\"admin\"},{\"id\":136475,\"key\":\"_yeepdf\",\"value\":{\"13216-1\":{\"label\":\"فاتورة\",\"link\":\"https://alaamal.com.sa/wp-content/uploads/pdfs/downloads/13216-invoice.pdf\",\"path\":\"/www/wwwroot/alaamal.com.sa/wp-content/uploads/pdfs/downloads/13216-invoice.pdf\",\"date\":\"14 August، 2025\",\"order_status\":\"processing\"}}},{\"id\":136580,\"key\":\"followup\",\"value\":\"0\"}],\"line_items\":[{\"id\":1943,\"name\":\"اصدار شهادة المنشأ\",\"product_id\":4366,\"variation_id\":0,\"quantity\":1,\"tax_class\":\"\",\"subtotal\":\"435\",\"subtotal_tax\":\"65\",\"total\":\"435\",\"total_tax\":\"65\",\"taxes\":[{\"id\":1,\"total\":\"65\",\"subtotal\":\"65\"}],\"meta_data\":[],\"sku\":\"\",\"global_unique_id\":\"\",\"price\":434.782609,\"image\":{\"id\":\"1764\",\"src\":\"https://alaamal.com.sa/wp-content/uploads/2024/10/12.webp\"},\"parent_name\":null}],\"tax_lines\":[{\"id\":1944,\"rate_code\":\"الضريبة-1\",\"rate_id\":1,\"label\":\"الضريبة\",\"compound\":false,\"tax_total\":\"65\",\"shipping_tax_total\":\"0\",\"rate_percent\":15,\"meta_data\":[]}],\"shipping_lines\":[],\"fee_lines\":[],\"coupon_lines\":[],\"refunds\":[],\"payment_url\":\"https://alaamal.com.sa/checkout/order-pay/13216/?pay_for_order=true&key=wc_order_N1O7DXq2gdcvZ\",\"is_editable\":true,\"needs_payment\":false,\"needs_processing\":true,\"date_created_gmt\":\"2025-08-12T05:12:48\",\"date_modified_gmt\":\"2025-08-14T12:27:11\",\"date_completed_gmt\":\"2025-08-14T11:57:03\",\"date_paid_gmt\":\"2025-08-12T05:13:20\",\"currency_symbol\":\"ر.س\",\"_links\":{\"self\":[{\"href\":\"https://alaamal.com.sa/wp-json/wc/v3/orders/13216\",\"targetHints\":{\"allow\":[\"GET\",\"POST\",\"PUT\",\"PATCH\",\"DELETE\"]}}],\"collection\":[{\"href\":\"https://alaamal.com.sa/wp-json/wc/v3/orders\"}],\"email_templates\":[{\"embeddable\":true,\"href\":\"https://alaamal.com.sa/wp-json/wc/v3/orders/13216/actions/email_templates\"}]}}','RECEIVED',NULL,'2025-08-14 12:41:56'),
(132,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"id\":13216,\"parent_id\":0,\"status\":\"processing\",\"currency\":\"SAR\",\"version\":\"10.1.0\",\"prices_include_tax\":false,\"date_created\":\"2025-08-12T08:12:48\",\"date_modified\":\"2025-08-14T15:27:11\",\"discount_total\":\"0\",\"discount_tax\":\"0\",\"shipping_total\":\"0\",\"shipping_tax\":\"0\",\"cart_tax\":\"65\",\"total\":\"500\",\"total_tax\":\"65\",\"customer_id\":0,\"order_key\":\"wc_order_N1O7DXq2gdcvZ\",\"billing\":{\"first_name\":\"سعد\",\"last_name\":\"السهلي\",\"company\":\"\",\"address_1\":\"\",\"address_2\":\"\",\"city\":\"الرياض\",\"state\":\"\",\"postcode\":\"13321\",\"country\":\"SA\",\"email\":\"\",\"phone\":\"918430088300\"},\"shipping\":{\"first_name\":\"\",\"last_name\":\"\",\"company\":\"\",\"address_1\":\"\",\"address_2\":\"\",\"city\":\"\",\"state\":\"\",\"postcode\":\"\",\"country\":\"SA\",\"phone\":\"\"},\"payment_method\":\"\",\"payment_method_title\":\"\",\"transaction_id\":\"\",\"customer_ip_address\":\"\",\"customer_user_agent\":\"\",\"created_via\":\"admin\",\"customer_note\":\"تجريبي ملاحظةvv\",\"date_completed\":\"2025-08-14T14:57:03\",\"date_paid\":\"2025-08-12T08:13:20\",\"cart_hash\":\"\",\"number\":\"13216\",\"meta_data\":[{\"id\":136474,\"key\":\"_wc_order_attribution_source_type\",\"value\":\"admin\"},{\"id\":136475,\"key\":\"_yeepdf\",\"value\":{\"13216-1\":{\"label\":\"فاتورة\",\"link\":\"https://alaamal.com.sa/wp-content/uploads/pdfs/downloads/13216-invoice.pdf\",\"path\":\"/www/wwwroot/alaamal.com.sa/wp-content/uploads/pdfs/downloads/13216-invoice.pdf\",\"date\":\"14 August، 2025\",\"order_status\":\"processing\"}}},{\"id\":136580,\"key\":\"followup\",\"value\":\"0\"}],\"line_items\":[{\"id\":1943,\"name\":\"اصدار شهادة المنشأ\",\"product_id\":4366,\"variation_id\":0,\"quantity\":1,\"tax_class\":\"\",\"subtotal\":\"435\",\"subtotal_tax\":\"65\",\"total\":\"435\",\"total_tax\":\"65\",\"taxes\":[{\"id\":1,\"total\":\"65\",\"subtotal\":\"65\"}],\"meta_data\":[],\"sku\":\"\",\"global_unique_id\":\"\",\"price\":434.782609,\"image\":{\"id\":\"1764\",\"src\":\"https://alaamal.com.sa/wp-content/uploads/2024/10/12.webp\"},\"parent_name\":null}],\"tax_lines\":[{\"id\":1944,\"rate_code\":\"الضريبة-1\",\"rate_id\":1,\"label\":\"الضريبة\",\"compound\":false,\"tax_total\":\"65\",\"shipping_tax_total\":\"0\",\"rate_percent\":15,\"meta_data\":[]}],\"shipping_lines\":[],\"fee_lines\":[],\"coupon_lines\":[],\"refunds\":[],\"payment_url\":\"https://alaamal.com.sa/checkout/order-pay/13216/?pay_for_order=true&key=wc_order_N1O7DXq2gdcvZ\",\"is_editable\":true,\"needs_payment\":false,\"needs_processing\":true,\"date_created_gmt\":\"2025-08-12T05:12:48\",\"date_modified_gmt\":\"2025-08-14T12:27:11\",\"date_completed_gmt\":\"2025-08-14T11:57:03\",\"date_paid_gmt\":\"2025-08-12T05:13:20\",\"currency_symbol\":\"ر.س\",\"_links\":{\"self\":[{\"href\":\"https://alaamal.com.sa/wp-json/wc/v3/orders/13216\",\"targetHints\":{\"allow\":[\"GET\",\"POST\",\"PUT\",\"PATCH\",\"DELETE\"]}}],\"collection\":[{\"href\":\"https://alaamal.com.sa/wp-json/wc/v3/orders\"}],\"email_templates\":[{\"embeddable\":true,\"href\":\"https://alaamal.com.sa/wp-json/wc/v3/orders/13216/actions/email_templates\"}]}}','RECEIVED',NULL,'2025-08-14 12:43:18'),
(133,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','X6TgmQ','POST','unknown','{\"id\":13216,\"parent_id\":0,\"status\":\"processing\",\"currency\":\"SAR\",\"version\":\"10.1.0\",\"prices_include_tax\":false,\"date_created\":\"2025-08-12T08:12:48\",\"date_modified\":\"2025-08-14T15:27:11\",\"discount_total\":\"0\",\"discount_tax\":\"0\",\"shipping_total\":\"0\",\"shipping_tax\":\"0\",\"cart_tax\":\"65\",\"total\":\"500\",\"total_tax\":\"65\",\"customer_id\":0,\"order_key\":\"wc_order_N1O7DXq2gdcvZ\",\"billing\":{\"first_name\":\"سعد\",\"last_name\":\"السهلي\",\"company\":\"\",\"address_1\":\"\",\"address_2\":\"\",\"city\":\"الرياض\",\"state\":\"\",\"postcode\":\"13321\",\"country\":\"SA\",\"email\":\"\",\"phone\":\"918430088300\"},\"shipping\":{\"first_name\":\"\",\"last_name\":\"\",\"company\":\"\",\"address_1\":\"\",\"address_2\":\"\",\"city\":\"\",\"state\":\"\",\"postcode\":\"\",\"country\":\"SA\",\"phone\":\"\"},\"payment_method\":\"\",\"payment_method_title\":\"\",\"transaction_id\":\"\",\"customer_ip_address\":\"\",\"customer_user_agent\":\"\",\"created_via\":\"admin\",\"customer_note\":\"تجريبي ملاحظةvv\",\"date_completed\":\"2025-08-14T14:57:03\",\"date_paid\":\"2025-08-12T08:13:20\",\"cart_hash\":\"\",\"number\":\"13216\",\"meta_data\":[{\"id\":136474,\"key\":\"_wc_order_attribution_source_type\",\"value\":\"admin\"},{\"id\":136475,\"key\":\"_yeepdf\",\"value\":{\"13216-1\":{\"label\":\"فاتورة\",\"link\":\"https://alaamal.com.sa/wp-content/uploads/pdfs/downloads/13216-invoice.pdf\",\"path\":\"/www/wwwroot/alaamal.com.sa/wp-content/uploads/pdfs/downloads/13216-invoice.pdf\",\"date\":\"14 August، 2025\",\"order_status\":\"processing\"}}},{\"id\":136580,\"key\":\"followup\",\"value\":\"0\"}],\"line_items\":[{\"id\":1943,\"name\":\"اصدار شهادة المنشأ\",\"product_id\":4366,\"variation_id\":0,\"quantity\":1,\"tax_class\":\"\",\"subtotal\":\"435\",\"subtotal_tax\":\"65\",\"total\":\"435\",\"total_tax\":\"65\",\"taxes\":[{\"id\":1,\"total\":\"65\",\"subtotal\":\"65\"}],\"meta_data\":[],\"sku\":\"\",\"global_unique_id\":\"\",\"price\":434.782609,\"image\":{\"id\":\"1764\",\"src\":\"https://alaamal.com.sa/wp-content/uploads/2024/10/12.webp\"},\"parent_name\":null}],\"tax_lines\":[{\"id\":1944,\"rate_code\":\"الضريبة-1\",\"rate_id\":1,\"label\":\"الضريبة\",\"compound\":false,\"tax_total\":\"65\",\"shipping_tax_total\":\"0\",\"rate_percent\":15,\"meta_data\":[]}],\"shipping_lines\":[],\"fee_lines\":[],\"coupon_lines\":[],\"refunds\":[],\"payment_url\":\"https://alaamal.com.sa/checkout/order-pay/13216/?pay_for_order=true&key=wc_order_N1O7DXq2gdcvZ\",\"is_editable\":true,\"needs_payment\":false,\"needs_processing\":true,\"date_created_gmt\":\"2025-08-12T05:12:48\",\"date_modified_gmt\":\"2025-08-14T12:27:11\",\"date_completed_gmt\":\"2025-08-14T11:57:03\",\"date_paid_gmt\":\"2025-08-12T05:13:20\",\"currency_symbol\":\"ر.س\",\"_links\":{\"self\":[{\"href\":\"https://alaamal.com.sa/wp-json/wc/v3/orders/13216\",\"targetHints\":{\"allow\":[\"GET\",\"POST\",\"PUT\",\"PATCH\",\"DELETE\"]}}],\"collection\":[{\"href\":\"https://alaamal.com.sa/wp-json/wc/v3/orders\"}],\"email_templates\":[{\"embeddable\":true,\"href\":\"https://alaamal.com.sa/wp-json/wc/v3/orders/13216/actions/email_templates\"}]}}','RECEIVED',NULL,'2025-08-14 12:44:27'),
(136,'EeBzgZP5V0bs9UL5k7sx6H6ykIafrqZp','0Eh4gm','GET','unknown','{}','RECEIVED',NULL,'2025-12-08 06:11:50'),
(137,'EeBzgZP5V0bs9UL5k7sx6H6ykIafrqZp','0Eh4gm','GET','unknown','{}','RECEIVED',NULL,'2025-12-08 06:12:05');
/*!40000 ALTER TABLE `webhook_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `webhooks`
--

DROP TABLE IF EXISTS `webhooks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `webhooks` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  `description` text DEFAULT NULL,
  `method` enum('GET','POST','PUT','DELETE') NOT NULL DEFAULT 'POST',
  `secret` varchar(255) DEFAULT NULL,
  `webhook_id` varchar(36) NOT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `webhooks`
--

LOCK TABLES `webhooks` WRITE;
/*!40000 ALTER TABLE `webhooks` DISABLE KEYS */;
INSERT INTO `webhooks` VALUES
(5,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','woocommerce','this is for woo order update','POST',NULL,'IGaUVF',1,'2025-06-28 13:54:38','2025-06-28 13:54:38'),
(6,'lWvj6K0xI0FlSKJoyV7ak9DN0mzvKJK8','Shopify webhook','this is for shopify webhook','POST',NULL,'X6TgmQ',1,'2025-06-28 14:04:13','2025-06-28 14:04:13'),
(7,'EeBzgZP5V0bs9UL5k7sx6H6ykIafrqZp','Test','Testing ','POST',NULL,'0Eh4gm',1,'2025-12-08 06:11:21','2025-12-08 06:11:41'),
(8,'WlEekjMlfnFSTlLjjIpsXr5d06yh5mRt','test','test','POST','test123','YkUtbZ',1,'2026-02-03 12:45:50','2026-02-03 12:45:50');
/*!40000 ALTER TABLE `webhooks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Dumping routines for database 'whatscrm'
--
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!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 */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2026-08-15  3:09:59
