← 返回首页
change the mapping to correct user to fix processing not found issue · GoHighLevel/highlevel-api-docs@192cd68 · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Commit 192cd68

Browse files
change the mapping to correct user to fix processing not found issue
1 parent bce2827 commit 192cd68

1 file changed

Lines changed: 15 additions & 9 deletions

File tree

‎.github/process-issue.js‎

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,14 @@ const PRODUCT_CHANNELS = {
127127
"media-library": { em: "Ajay Dev", team: TEAM.LEADGEN, sub_team: LEADGEN_SUB_TEAM.MEDIA_LIBRARY },
128128

129129
// 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 },
132132
"marketplace": { em: "Gaurav Kanted", team: TEAM.CRM, sub_team: CRM_SUB_TEAM.MARKETPLACE },
133133
"conversations-ai": { em: "Dhairya Singh Raghav", team: TEAM.CRM, sub_team: CRM_SUB_TEAM.CONVERSATIONS_AI },
134134
"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 },
138138
"integrations": { em: "Gaurav Kanted", team: TEAM.CRM, sub_team: CRM_SUB_TEAM.INTEGRATIONS },
139139
"marketplace-modules": { em: "Gaurav Kanted", team: TEAM.CRM, sub_team: CRM_SUB_TEAM.MARKETPLACE_MODULES },
140140

@@ -196,17 +196,20 @@ const MANAGER_TO_CLICKUP_USER_ID = {
196196
"Neha": "61231059",
197197
"Nikita": "95078996",
198198
"Pranoy Sarkar": "16804265",
199+
"Raj Chandra": "72611602",
199200
"Rashmi Pant": "88924959",
200201
"Ravi": "61368010",
201202
"Sai Allu": "88952037",
202203
"Sayeed": "7836399",
203204
"Shivendra": "94952187",
205+
"Sudhanshoo Mishra": "100834767",
204206
"Sunil": "57188581",
205207
"Upamanyu Sarangi": "57190023",
208+
"Varun Garg": "100860008",
206209
"Vatsal Mehta": "50232305",
207210
"Vinamra Sareen": "88930302",
208-
"Yogesh": "7310064",
209-
"Raj Chandra": "72611602"
211+
"Virendra Sharma": "88829129",
212+
"Ansh Nagrath": "55400173"
210213
};
211214

212215
// Helper function to retry failed API calls
@@ -543,13 +546,16 @@ const SLACK_USER_IDS = {
543546
"harsh tomar": "U062ZJXAN0Y", // Harsh Tomar (HighLevel)
544547
"shivendra": "U085SE1QYSY", // Shivendra Soni
545548
"arvind": "U081TQ2QNJC", // Arvind Jain
546-
"yogesh": "U02G2LV4FE0",
547549
"vara": "U07CV4GADAB",
548550
"gaurav kanted": "U02SJKP0CGN",
549551
"dhairya singh raghav": "U04B3MR44JZ",
550552
"ajay dev": "U02CSM62TJ5",
551553
"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"
553559
};
554560

555561
// Get Slack user ID by name

0 commit comments

Comments
 (0)

Footer

© 2026 GitHub, Inc.