1 file changed
@@ -127,14 +127,14 @@ const PRODUCT_CHANNELS = { | |||
| 127 | 127 | "media-library": { em: "Ajay Dev", team: TEAM.LEADGEN, sub_team: LEADGEN_SUB_TEAM.MEDIA_LIBRARY }, | |
| 128 | 128 | ||
| 129 | 129 | // CRM_SUB_TEAM | |
| 130 | - "contacts": { em: "Yogesh", team: TEAM.CRM, sub_team: CRM_SUB_TEAM.CONTACTS }, | ||
| 131 | - "conversations": { em: "Baibhab", team: TEAM.CRM, sub_team: CRM_SUB_TEAM.CONVERSATIONS }, | ||
| 130 | + "contacts": { em: "Sudhanshoo Mishra", team: TEAM.CRM, sub_team: CRM_SUB_TEAM.CONTACTS }, | ||
| 131 | + "conversations": { em: "Varun Garg", team: TEAM.CRM, sub_team: CRM_SUB_TEAM.CONVERSATIONS }, | ||
| 132 | 132 | "marketplace": { em: "Gaurav Kanted", team: TEAM.CRM, sub_team: CRM_SUB_TEAM.MARKETPLACE }, | |
| 133 | 133 | "conversations-ai": { em: "Dhairya Singh Raghav", team: TEAM.CRM, sub_team: CRM_SUB_TEAM.CONVERSATIONS_AI }, | |
| 134 | 134 | "voice-ai": { em: "Rashmi Pant", team: TEAM.CRM, sub_team: CRM_SUB_TEAM.VOICE_AI }, | |
| 135 | - "bulk-actions": { em: "Yogesh", team: TEAM.CRM, sub_team: CRM_SUB_TEAM.BULK_ACTIONS }, | ||
| 136 | - "custom-objects": { em: "Yogesh", team: TEAM.CRM, sub_team: CRM_SUB_TEAM.CONTACTS }, | ||
| 137 | - "opportunities": { em: "Yogesh", team: TEAM.CRM, sub_team: CRM_SUB_TEAM.OPPORTUNITIES }, | ||
| 135 | + "bulk-actions": { em: "Virendra Sharma", team: TEAM.CRM, sub_team: CRM_SUB_TEAM.BULK_ACTIONS }, | ||
| 136 | + "custom-objects": { em: "Ansh Nagrath", team: TEAM.CRM, sub_team: CRM_SUB_TEAM.CONTACTS }, | ||
| 137 | + "opportunities": { em: "Virendra Sharma", team: TEAM.CRM, sub_team: CRM_SUB_TEAM.OPPORTUNITIES }, | ||
| 138 | 138 | "integrations": { em: "Gaurav Kanted", team: TEAM.CRM, sub_team: CRM_SUB_TEAM.INTEGRATIONS }, | |
| 139 | 139 | "marketplace-modules": { em: "Gaurav Kanted", team: TEAM.CRM, sub_team: CRM_SUB_TEAM.MARKETPLACE_MODULES }, | |
| 140 | 140 | ||
@@ -196,17 +196,20 @@ const MANAGER_TO_CLICKUP_USER_ID = { | |||
| 196 | 196 | "Neha": "61231059", | |
| 197 | 197 | "Nikita": "95078996", | |
| 198 | 198 | "Pranoy Sarkar": "16804265", | |
| 199 | + "Raj Chandra": "72611602", | ||
| 199 | 200 | "Rashmi Pant": "88924959", | |
| 200 | 201 | "Ravi": "61368010", | |
| 201 | 202 | "Sai Allu": "88952037", | |
| 202 | 203 | "Sayeed": "7836399", | |
| 203 | 204 | "Shivendra": "94952187", | |
| 205 | + "Sudhanshoo Mishra": "100834767", | ||
| 204 | 206 | "Sunil": "57188581", | |
| 205 | 207 | "Upamanyu Sarangi": "57190023", | |
| 208 | + "Varun Garg": "100860008", | ||
| 206 | 209 | "Vatsal Mehta": "50232305", | |
| 207 | 210 | "Vinamra Sareen": "88930302", | |
| 208 | - "Yogesh": "7310064", | ||
| 209 | - "Raj Chandra": "72611602" | ||
| 211 | + "Virendra Sharma": "88829129", | ||
| 212 | + "Ansh Nagrath": "55400173" | ||
| 210 | 213 | }; | |
| 211 | 214 | ||
| 212 | 215 | // Helper function to retry failed API calls | |
@@ -543,13 +546,16 @@ const SLACK_USER_IDS = { | |||
| 543 | 546 | "harsh tomar": "U062ZJXAN0Y", // Harsh Tomar (HighLevel) | |
| 544 | 547 | "shivendra": "U085SE1QYSY", // Shivendra Soni | |
| 545 | 548 | "arvind": "U081TQ2QNJC", // Arvind Jain | |
| 546 | - "yogesh": "U02G2LV4FE0", | ||
| 547 | 549 | "vara": "U07CV4GADAB", | |
| 548 | 550 | "gaurav kanted": "U02SJKP0CGN", | |
| 549 | 551 | "dhairya singh raghav": "U04B3MR44JZ", | |
| 550 | 552 | "ajay dev": "U02CSM62TJ5", | |
| 551 | 553 | "rashmi pant": "U071W6XRQ00", | |
| 552 | - "raj chandra": "U068TRZT89X" | ||
| 554 | + "raj chandra": "U068TRZT89X", | ||
| 555 | + "varun garg": "U09JQTN3YHM", | ||
| 556 | + "sudhanshoo mishra": "U09E7FY1943", | ||
| 557 | + "Virendra Sharma": "U06A9K71XUH", | ||
| 558 | + "Ansh Nagrath": "U03JCJN4A5Q" | ||
| 553 | 559 | }; | |
| 554 | 560 | ||
| 555 | 561 | // Get Slack user ID by name | |
0 commit comments