-
Notifications
You must be signed in to change notification settings - Fork 4
/
notificationMappings.json
332 lines (332 loc) · 10.4 KB
/
notificationMappings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
{
"notifications": [
{
"topic": "v2.analytics.queues.{id}.observations",
"class": "StatEventQueueTopicStatsNotification"
},
{
"topic": "v2.analytics.users.{id}.aggregates",
"class": "StatEventUserTopicStatsNotification"
},
{
"topic": "v2.architect.dependencytracking.build",
"class": "ArchitectDependencyTrackingBuildNotificationDependencyTrackingBuildNotification"
},
{
"topic": "v2.architect.prompts.{id}",
"class": "ArchitectPromptNotificationPromptNotification"
},
{
"topic": "v2.architect.prompts.{id}.resources.{id}",
"class": "ArchitectPromptResourceNotificationPromptResourceNotification"
},
{
"topic": "v2.architect.systemprompts.{id}.resources.{id}",
"class": "ArchitectSystemPromptResourceNotificationSystemPromptResourceNotification"
},
{
"topic": "v2.contentmanagement.documents.{id}",
"class": "ContentManagementSingleDocumentTopicDocumentDataV2"
},
{
"topic": "v2.contentmanagement.workspaces.{id}.documents",
"class": "ContentManagementWorkspaceDocumentsTopicDocumentDataV2"
},
{
"topic": "v2.flows.outcomes.{id}",
"class": "ArchitectFlowOutcomeNotificationFlowOutcomeNotification"
},
{
"topic": "v2.flows.{id}",
"class": "ArchitectFlowNotificationFlowNotification"
},
{
"topic": "v2.groups.{id}.greetings",
"class": "GroupGreetingEventGreeting"
},
{
"topic": "v2.managementunits.{id}.workforcemanagement.intraday",
"class": "WfmIntradayDataUpdateTopicIntradayDataUpdate"
},
{
"topic": "v2.outbound.attemptlimits.{id}",
"class": "DialerAttemptLimitsConfigChangeAttemptLimits"
},
{
"topic": "v2.outbound.callabletimesets.{id}",
"class": "DialerCallabletimesetConfigChangeCallableTimeSet"
},
{
"topic": "v2.outbound.campaignrules.{id}",
"class": "DialerCampaignRuleConfigChangeCampaignRule"
},
{
"topic": "v2.outbound.campaigns.{id}",
"class": "DialerCampaignConfigChangeCampaign"
},
{
"topic": "v2.outbound.campaigns.{id}.progress",
"class": "DialerCampaignProgressEventCampaignProgress"
},
{
"topic": "v2.outbound.campaigns.{id}.stats",
"class": "StatEventCampaignTopicStatsNotification"
},
{
"topic": "v2.outbound.contactlistfilters.{id}",
"class": "DialerContactlistfilterConfigChangeContactListFilter"
},
{
"topic": "v2.outbound.contactlists.{id}",
"class": "DialerContactlistConfigChangeContactList"
},
{
"topic": "v2.outbound.contactlists.{id}.importstatus",
"class": "ContactlistImportStatusImportStatus"
},
{
"topic": "v2.outbound.dnclists.{id}",
"class": "DialerDnclistConfigChangeDncList"
},
{
"topic": "v2.outbound.dnclists.{id}.importstatus",
"class": "DnclistImportStatusImportStatus"
},
{
"topic": "v2.outbound.responsesets.{id}",
"class": "DialerResponsesetConfigChangeResponseSet"
},
{
"topic": "v2.outbound.rulesets.{id}",
"class": "DialerRulesetConfigChangeRuleSet"
},
{
"topic": "v2.outbound.schedules.campaigns.{id}",
"class": "DialerCampaignScheduleConfigChangeCampaignSchedule"
},
{
"topic": "v2.outbound.schedules.sequences.{id}",
"class": "DialerSequenceScheduleConfigChangeSequenceSchedule"
},
{
"topic": "v2.outbound.sequences.{id}",
"class": "DialerSequenceConfigChangeCampaignSequence"
},
{
"topic": "v2.outbound.settings",
"class": "DialerOutboundSettingsConfigChangeOutboundSettings"
},
{
"topic": "v2.outbound.wrapupcodemappings.{id}",
"class": "DialerWrapupcodemappingConfigChangeWrapUpCodeMapping"
},
{
"topic": "v2.routing.queues.{id}.conversations",
"class": "QueueConversationEventTopicConversation"
},
{
"topic": "v2.routing.queues.{id}.conversations.callbacks",
"class": "QueueConversationCallbackEventTopicCallbackConversation"
},
{
"topic": "v2.routing.queues.{id}.conversations.calls",
"class": "QueueConversationCallEventTopicCallConversation"
},
{
"topic": "v2.routing.queues.{id}.conversations.chats",
"class": "QueueConversationChatEventTopicChatConversation"
},
{
"topic": "v2.routing.queues.{id}.conversations.cobrowseSessions",
"class": "QueueConversationCobrowseEventTopicCobrowseConversation"
},
{
"topic": "v2.routing.queues.{id}.conversations.emails",
"class": "QueueConversationEmailEventTopicEmailConversation"
},
{
"topic": "v2.routing.queues.{id}.conversations.messages",
"class": "QueueConversationMessageEventTopicMessageConversation"
},
{
"topic": "v2.routing.queues.{id}.conversations.screenshares",
"class": "QueueConversationScreenShareEventTopicScreenShareConversation"
},
{
"topic": "v2.routing.queues.{id}.conversations.socialexpressions",
"class": "QueueConversationSocialExpressionEventTopicConversation"
},
{
"topic": "v2.routing.queues.{id}.conversations.videos",
"class": "QueueConversationVideoEventTopicConversation"
},
{
"topic": "v2.routing.queues.{id}.users",
"class": "QueueUserEventTopicQueueMember"
},
{
"topic": "v2.system.{id}.{id}",
"class": "SystemMessageSystemMessage"
},
{
"topic": "v2.users.{id}.activity",
"class": "AgentActivityChangedTopicAgentActivity"
},
{
"topic": "v2.users.{id}.alerting.heartbeat.alerts",
"class": "KlaxonHeartBeatAlertsTopicHeartBeatAlert"
},
{
"topic": "v2.users.{id}.alerting.heartbeat.rules",
"class": "KlaxonHeartBeatRulesTopicHeartBeatRule"
},
{
"topic": "v2.users.{id}.alerting.interactionstats.alerts",
"class": "KlaxonInteractionStatsAlertsTopicInteractionStatAlert"
},
{
"topic": "v2.users.{id}.alerting.interactionstats.rules",
"class": "KlaxonInteractionStatsRulesTopicInteractionStatRule"
},
{
"topic": "v2.users.{id}.analytics.reporting.exports",
"class": "ReportingDataExportTopicDataExportNotification"
},
{
"topic": "v2.users.{id}.badges.chats",
"class": "ChatBadgeTopicChatBadge"
},
{
"topic": "v2.users.{id}.callforwarding",
"class": "CallForwardingEventCallForwarding"
},
{
"topic": "v2.users.{id}.conversations",
"class": "ConversationEventTopicConversation"
},
{
"topic": "v2.users.{id}.conversations.callbacks",
"class": "ConversationCallbackEventTopicCallbackConversation"
},
{
"topic": "v2.users.{id}.conversations.calls",
"class": "ConversationCallEventTopicCallConversation"
},
{
"topic": "v2.users.{id}.conversations.chats",
"class": "ConversationChatEventTopicChatConversation"
},
{
"topic": "v2.users.{id}.conversations.cobrowseSessions",
"class": "ConversationCobrowseEventTopicCobrowseConversation"
},
{
"topic": "v2.users.{id}.conversations.emails",
"class": "ConversationEmailEventTopicEmailConversation"
},
{
"topic": "v2.users.{id}.conversations.messages",
"class": "ConversationMessageEventTopicMessageConversation"
},
{
"topic": "v2.users.{id}.conversations.screenshares",
"class": "ConversationScreenShareEventTopicScreenShareConversation"
},
{
"topic": "v2.users.{id}.conversations.socialexpressions",
"class": "ConversationSocialExpressionEventTopicSocialConversation"
},
{
"topic": "v2.users.{id}.conversations.videos",
"class": "ConversationVideoEventTopicVideoConversation"
},
{
"topic": "v2.users.{id}.conversationsummary",
"class": "UserConversationsEventUserConversationSummary"
},
{
"topic": "v2.users.{id}.fax.documents",
"class": "FaxTopicFaxDataV2"
},
{
"topic": "v2.users.{id}.geolocation",
"class": "GeolocationEventGeolocation"
},
{
"topic": "v2.users.{id}.greetings",
"class": "UserGreetingEventGreeting"
},
{
"topic": "v2.users.{id}.outbound.contactlists.{id}.export",
"class": "ContactlistDownloadReadyExportUri"
},
{
"topic": "v2.users.{id}.outbound.dnclists.{id}.export",
"class": "DnclistDownloadReadyExportUri"
},
{
"topic": "v2.users.{id}.outofoffice",
"class": "OutOfOfficeEventOutOfOffice"
},
{
"topic": "v2.users.{id}.presence",
"class": "PresenceEventUserPresence"
},
{
"topic": "v2.users.{id}.routingStatus",
"class": "UserRoutingStatusUserRoutingStatus"
},
{
"topic": "v2.users.{id}.station",
"class": "UserStationChangeTopicUserStations"
},
{
"topic": "v2.users.{id}.tokens",
"class": "UserTokensTopicTokenNotification"
},
{
"topic": "v2.users.{id}.userrecordings",
"class": "AdhocRecordingTopicRecordingDataV2"
},
{
"topic": "v2.users.{id}.voicemail.messages",
"class": "VoicemailMessagesTopicVoicemailMessage"
},
{
"topic": "v2.users.{id}.workforcemanagement.adherence",
"class": "WfmUserScheduleAdherenceUpdatedTopicUserScheduleAdherenceUpdate"
},
{
"topic": "v2.users.{id}.workforcemanagement.historicaladherencequery",
"class": "WfmHistoricalAdherenceCalculationsCompleteTopicWfmHistoricalAdherenceCalculationsCompleteNotice"
},
{
"topic": "v2.users.{id}.workforcemanagement.notifications",
"class": "WfmUserNotificationTopicWfmUserNotification"
},
{
"topic": "v2.users.{id}.workforcemanagement.schedules",
"class": "WfmAgentScheduleUpdateTopicWfmAgentScheduleUpdateNotification"
},
{
"topic": "v2.users.{id}.workforcemanagement.timeoffrequests",
"class": "WfmTimeOffRequestUpdateTopicTimeOffRequestUpdate"
},
{
"topic": "v2.workforcemanagement.agents",
"class": "WfmMoveAgentsCompleteTopicWfmMoveAgentsComplete"
},
{
"topic": "v2.workforcemanagement.managementunits.{id}",
"class": "WfmMoveManagementUnitTopicMoveManagementUnitNotification"
},
{
"topic": "v2.workforcemanagement.managementunits.{id}.agents.sync",
"class": "WfmUpdateAgentDetailsTopicWfmUpdateAgentDetailsComplete"
},
{
"topic": "v2.workforcemanagement.managementunits.{id}.schedules",
"class": "WfmScheduleTopicWfmScheduleNotification"
}
]
}