@n8n-dev/n8n-nodes-chatwoot 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +26 -0
- package/dist/credentials/ChatwootApi.credentials.d.ts +10 -0
- package/dist/credentials/ChatwootApi.credentials.js +47 -0
- package/dist/credentials/ChatwootApi.credentials.js.map +1 -0
- package/dist/icons/chatwoot.dark.svg +4 -0
- package/dist/icons/chatwoot.svg +4 -0
- package/dist/nodes/Chatwoot/Chatwoot.node.d.ts +4 -0
- package/dist/nodes/Chatwoot/Chatwoot.node.js +264 -0
- package/dist/nodes/Chatwoot/Chatwoot.node.js.map +1 -0
- package/dist/nodes/Chatwoot/Chatwoot.node.json +20 -0
- package/dist/nodes/Chatwoot/chatwoot.dark.svg +4 -0
- package/dist/nodes/Chatwoot/chatwoot.svg +4 -0
- package/dist/nodes/Chatwoot/resources/account/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/account/index.js +370 -0
- package/dist/nodes/Chatwoot/resources/account/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/account-agent-bots/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/account-agent-bots/index.js +527 -0
- package/dist/nodes/Chatwoot/resources/account-agent-bots/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/account-users/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/account-users/index.js +167 -0
- package/dist/nodes/Chatwoot/resources/account-users/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/accounts/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/accounts/index.js +516 -0
- package/dist/nodes/Chatwoot/resources/accounts/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/agent-bots/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/agent-bots/index.js +477 -0
- package/dist/nodes/Chatwoot/resources/agent-bots/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/agents/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/agents/index.js +434 -0
- package/dist/nodes/Chatwoot/resources/agents/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/audit-logs/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/audit-logs/index.js +78 -0
- package/dist/nodes/Chatwoot/resources/audit-logs/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/automation-rule/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/automation-rule/index.js +610 -0
- package/dist/nodes/Chatwoot/resources/automation-rule/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/canned-responses/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/canned-responses/index.js +282 -0
- package/dist/nodes/Chatwoot/resources/canned-responses/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/contact-labels/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/contact-labels/index.js +110 -0
- package/dist/nodes/Chatwoot/resources/contact-labels/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/contacts/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/contacts/index.js +1345 -0
- package/dist/nodes/Chatwoot/resources/contacts/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/contacts-api/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/contacts-api/index.js +465 -0
- package/dist/nodes/Chatwoot/resources/contacts-api/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/conversation/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/conversation/index.js +53 -0
- package/dist/nodes/Chatwoot/resources/conversation/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/conversation-assignments/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/conversation-assignments/index.js +103 -0
- package/dist/nodes/Chatwoot/resources/conversation-assignments/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/conversations/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/conversations/index.js +1396 -0
- package/dist/nodes/Chatwoot/resources/conversations/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/conversations-api/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/conversations-api/index.js +294 -0
- package/dist/nodes/Chatwoot/resources/conversations-api/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/csat-survey-page/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/csat-survey-page/index.js +53 -0
- package/dist/nodes/Chatwoot/resources/csat-survey-page/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/custom-attributes/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/custom-attributes/index.js +703 -0
- package/dist/nodes/Chatwoot/resources/custom-attributes/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/custom-filters/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/custom-filters/index.js +373 -0
- package/dist/nodes/Chatwoot/resources/custom-filters/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/help-center/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/help-center/index.js +1156 -0
- package/dist/nodes/Chatwoot/resources/help-center/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/inbox-api/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/inbox-api/index.js +53 -0
- package/dist/nodes/Chatwoot/resources/inbox-api/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/inboxes/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/inboxes/index.js +1580 -0
- package/dist/nodes/Chatwoot/resources/inboxes/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/index.d.ts +31 -0
- package/dist/nodes/Chatwoot/resources/index.js +66 -0
- package/dist/nodes/Chatwoot/resources/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/integrations/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/integrations/index.js +386 -0
- package/dist/nodes/Chatwoot/resources/integrations/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/labels/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/labels/index.js +377 -0
- package/dist/nodes/Chatwoot/resources/labels/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/messages/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/messages/index.js +377 -0
- package/dist/nodes/Chatwoot/resources/messages/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/messages-api/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/messages-api/index.js +190 -0
- package/dist/nodes/Chatwoot/resources/messages-api/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/profile/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/profile/index.js +109 -0
- package/dist/nodes/Chatwoot/resources/profile/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/reports/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/reports/index.js +588 -0
- package/dist/nodes/Chatwoot/resources/reports/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/teams/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/teams/index.js +583 -0
- package/dist/nodes/Chatwoot/resources/teams/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/users/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/users/index.js +427 -0
- package/dist/nodes/Chatwoot/resources/users/index.js.map +1 -0
- package/dist/nodes/Chatwoot/resources/webhooks/index.d.ts +2 -0
- package/dist/nodes/Chatwoot/resources/webhooks/index.js +332 -0
- package/dist/nodes/Chatwoot/resources/webhooks/index.js.map +1 -0
- package/dist/package.json +53 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +53 -0
|
@@ -0,0 +1,588 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.reportsDescription = void 0;
|
|
4
|
+
exports.reportsDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Reports"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Get Account Reporting Events",
|
|
20
|
+
"value": "Get Account Reporting Events",
|
|
21
|
+
"action": "Account Reporting Events",
|
|
22
|
+
"description": "Get paginated reporting events for the account. This endpoint returns reporting events such as first response time, resolution time, and other metrics. Only administrators can access this endpoint. Results are paginated with 25 items per page.",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "GET",
|
|
26
|
+
"url": "=/api/v1/accounts/{{$parameter[\"account_id\"]}}/reporting_events"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "List All Conversation Statistics",
|
|
32
|
+
"value": "List All Conversation Statistics",
|
|
33
|
+
"action": "Get Account reports",
|
|
34
|
+
"description": "Get Account reports for a specific type, metric and date range",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "GET",
|
|
38
|
+
"url": "=/api/v2/accounts/{{$parameter[\"account_id\"]}}/reports"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "List All Conversation Statistics Summary",
|
|
44
|
+
"value": "List All Conversation Statistics Summary",
|
|
45
|
+
"action": "Get Account reports summary",
|
|
46
|
+
"description": "Get Account reports summary for a specific type and date range",
|
|
47
|
+
"routing": {
|
|
48
|
+
"request": {
|
|
49
|
+
"method": "GET",
|
|
50
|
+
"url": "=/api/v2/accounts/{{$parameter[\"account_id\"]}}/reports/summary"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "Get Account Conversation Metrics",
|
|
56
|
+
"value": "Get Account Conversation Metrics",
|
|
57
|
+
"action": "Account Conversation Metrics",
|
|
58
|
+
"description": "Get conversation metrics for Account",
|
|
59
|
+
"routing": {
|
|
60
|
+
"request": {
|
|
61
|
+
"method": "GET",
|
|
62
|
+
"url": "=/api/v2/accounts/{{$parameter[\"account_id\"]}}/reports/conversations"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "Get Agent Conversation Metrics",
|
|
68
|
+
"value": "Get Agent Conversation Metrics",
|
|
69
|
+
"action": "Agent Conversation Metrics",
|
|
70
|
+
"description": "Get conversation metrics for Agent",
|
|
71
|
+
"routing": {
|
|
72
|
+
"request": {
|
|
73
|
+
"method": "GET",
|
|
74
|
+
"url": "=/api/v2/accounts/{{$parameter[\"account_id\"]}}/reports/conversations/"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "Get Channel Summary Report",
|
|
80
|
+
"value": "Get Channel Summary Report",
|
|
81
|
+
"action": "Get conversation statistics grouped by channel type",
|
|
82
|
+
"description": "Get conversation counts grouped by channel type and status for a given date range.\nReturns statistics for each channel type including open, resolved, pending, snoozed, and total conversation counts.\n\n**Note:** This API endpoint is available only in Chatwoot version 4.10.0 and above. The date range is limited to a maximum of 6 months.\n",
|
|
83
|
+
"routing": {
|
|
84
|
+
"request": {
|
|
85
|
+
"method": "GET",
|
|
86
|
+
"url": "=/api/v2/accounts/{{$parameter[\"account_id\"]}}/summary_reports/channel"
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "Get Inbox Summary Report",
|
|
92
|
+
"value": "Get Inbox Summary Report",
|
|
93
|
+
"action": "Get conversation statistics grouped by inbox",
|
|
94
|
+
"description": "Get conversation statistics grouped by inbox for a given date range.\nReturns metrics for each inbox including conversation counts, resolution counts,\naverage first response time, average resolution time, and average reply time.\n",
|
|
95
|
+
"routing": {
|
|
96
|
+
"request": {
|
|
97
|
+
"method": "GET",
|
|
98
|
+
"url": "=/api/v2/accounts/{{$parameter[\"account_id\"]}}/summary_reports/inbox"
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "Get Agent Summary Report",
|
|
104
|
+
"value": "Get Agent Summary Report",
|
|
105
|
+
"action": "Get conversation statistics grouped by agent",
|
|
106
|
+
"description": "Get conversation statistics grouped by agent for a given date range.\nReturns metrics for each agent including conversation counts, resolution counts,\naverage first response time, average resolution time, and average reply time.\n",
|
|
107
|
+
"routing": {
|
|
108
|
+
"request": {
|
|
109
|
+
"method": "GET",
|
|
110
|
+
"url": "=/api/v2/accounts/{{$parameter[\"account_id\"]}}/summary_reports/agent"
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "Get Team Summary Report",
|
|
116
|
+
"value": "Get Team Summary Report",
|
|
117
|
+
"action": "Get conversation statistics grouped by team",
|
|
118
|
+
"description": "Get conversation statistics grouped by team for a given date range.\nReturns metrics for each team including conversation counts, resolution counts,\naverage first response time, average resolution time, and average reply time.\n",
|
|
119
|
+
"routing": {
|
|
120
|
+
"request": {
|
|
121
|
+
"method": "GET",
|
|
122
|
+
"url": "=/api/v2/accounts/{{$parameter[\"account_id\"]}}/summary_reports/team"
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "Get First Response Time Distribution",
|
|
128
|
+
"value": "Get First Response Time Distribution",
|
|
129
|
+
"action": "Get first response time distribution by channel",
|
|
130
|
+
"description": "Get the distribution of first response times grouped by channel type.\nReturns conversation counts in different time buckets (0-1h, 1-4h, 4-8h, 8-24h, 24h+) for each channel type.\n\n**Note:** This API endpoint is available only in Chatwoot version 4.11.0 and above.\n",
|
|
131
|
+
"routing": {
|
|
132
|
+
"request": {
|
|
133
|
+
"method": "GET",
|
|
134
|
+
"url": "=/api/v2/accounts/{{$parameter[\"account_id\"]}}/reports/first_response_time_distribution"
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"name": "Get Inbox Label Matrix",
|
|
140
|
+
"value": "Get Inbox Label Matrix",
|
|
141
|
+
"action": "Get inbox-label matrix report",
|
|
142
|
+
"description": "Get a matrix showing the count of conversations for each inbox-label combination.\nReturns a list of inboxes, labels, and a 2D matrix where each cell contains the count of conversations\nin a specific inbox that have a specific label applied.\n\n**Note:** This API endpoint is available only in Chatwoot version 4.11.0 and above.\n",
|
|
143
|
+
"routing": {
|
|
144
|
+
"request": {
|
|
145
|
+
"method": "GET",
|
|
146
|
+
"url": "=/api/v2/accounts/{{$parameter[\"account_id\"]}}/reports/inbox_label_matrix"
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"name": "Get Outgoing Messages Count",
|
|
152
|
+
"value": "Get Outgoing Messages Count",
|
|
153
|
+
"action": "Get outgoing messages count grouped by entity",
|
|
154
|
+
"description": "Get the count of outgoing messages grouped by a specified entity (agent, team, inbox, or label).\nWhen grouped by agent, messages sent by bots (AgentBot, Captain::Assistant) are excluded.\n\n**Note:** This API endpoint is available only in Chatwoot version 4.11.0 and above.\n",
|
|
155
|
+
"routing": {
|
|
156
|
+
"request": {
|
|
157
|
+
"method": "GET",
|
|
158
|
+
"url": "=/api/v2/accounts/{{$parameter[\"account_id\"]}}/reports/outgoing_messages_count"
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
],
|
|
163
|
+
"default": ""
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"displayName": "GET /api/v1/accounts/{account_id}/reporting_events",
|
|
167
|
+
"name": "operation",
|
|
168
|
+
"type": "notice",
|
|
169
|
+
"typeOptions": {
|
|
170
|
+
"theme": "info"
|
|
171
|
+
},
|
|
172
|
+
"default": "",
|
|
173
|
+
"displayOptions": {
|
|
174
|
+
"show": {
|
|
175
|
+
"resource": [
|
|
176
|
+
"Reports"
|
|
177
|
+
],
|
|
178
|
+
"operation": [
|
|
179
|
+
"Get Account Reporting Events"
|
|
180
|
+
]
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"displayName": "Page",
|
|
186
|
+
"name": "page",
|
|
187
|
+
"description": "The page parameter",
|
|
188
|
+
"default": 1,
|
|
189
|
+
"type": "number",
|
|
190
|
+
"routing": {
|
|
191
|
+
"send": {
|
|
192
|
+
"type": "query",
|
|
193
|
+
"property": "page",
|
|
194
|
+
"value": "={{ $value }}",
|
|
195
|
+
"propertyInDotNotation": false
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
"displayOptions": {
|
|
199
|
+
"show": {
|
|
200
|
+
"resource": [
|
|
201
|
+
"Reports"
|
|
202
|
+
],
|
|
203
|
+
"operation": [
|
|
204
|
+
"Get Account Reporting Events"
|
|
205
|
+
]
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"displayName": "Since",
|
|
211
|
+
"name": "since",
|
|
212
|
+
"description": "The timestamp from where events should start (Unix timestamp in seconds)",
|
|
213
|
+
"default": "",
|
|
214
|
+
"type": "string",
|
|
215
|
+
"routing": {
|
|
216
|
+
"send": {
|
|
217
|
+
"type": "query",
|
|
218
|
+
"property": "since",
|
|
219
|
+
"value": "={{ $value }}",
|
|
220
|
+
"propertyInDotNotation": false
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
"displayOptions": {
|
|
224
|
+
"show": {
|
|
225
|
+
"resource": [
|
|
226
|
+
"Reports"
|
|
227
|
+
],
|
|
228
|
+
"operation": [
|
|
229
|
+
"Get Account Reporting Events"
|
|
230
|
+
]
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"displayName": "Until",
|
|
236
|
+
"name": "until",
|
|
237
|
+
"description": "The timestamp from where events should stop (Unix timestamp in seconds)",
|
|
238
|
+
"default": "",
|
|
239
|
+
"type": "string",
|
|
240
|
+
"routing": {
|
|
241
|
+
"send": {
|
|
242
|
+
"type": "query",
|
|
243
|
+
"property": "until",
|
|
244
|
+
"value": "={{ $value }}",
|
|
245
|
+
"propertyInDotNotation": false
|
|
246
|
+
}
|
|
247
|
+
},
|
|
248
|
+
"displayOptions": {
|
|
249
|
+
"show": {
|
|
250
|
+
"resource": [
|
|
251
|
+
"Reports"
|
|
252
|
+
],
|
|
253
|
+
"operation": [
|
|
254
|
+
"Get Account Reporting Events"
|
|
255
|
+
]
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"displayName": "Inbox Id",
|
|
261
|
+
"name": "inbox_id",
|
|
262
|
+
"description": "Filter events by inbox ID",
|
|
263
|
+
"default": 0,
|
|
264
|
+
"type": "number",
|
|
265
|
+
"routing": {
|
|
266
|
+
"send": {
|
|
267
|
+
"type": "query",
|
|
268
|
+
"property": "inbox_id",
|
|
269
|
+
"value": "={{ $value }}",
|
|
270
|
+
"propertyInDotNotation": false
|
|
271
|
+
}
|
|
272
|
+
},
|
|
273
|
+
"displayOptions": {
|
|
274
|
+
"show": {
|
|
275
|
+
"resource": [
|
|
276
|
+
"Reports"
|
|
277
|
+
],
|
|
278
|
+
"operation": [
|
|
279
|
+
"Get Account Reporting Events"
|
|
280
|
+
]
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"displayName": "User Id",
|
|
286
|
+
"name": "user_id",
|
|
287
|
+
"description": "Filter events by user/agent ID",
|
|
288
|
+
"default": 0,
|
|
289
|
+
"type": "number",
|
|
290
|
+
"routing": {
|
|
291
|
+
"send": {
|
|
292
|
+
"type": "query",
|
|
293
|
+
"property": "user_id",
|
|
294
|
+
"value": "={{ $value }}",
|
|
295
|
+
"propertyInDotNotation": false
|
|
296
|
+
}
|
|
297
|
+
},
|
|
298
|
+
"displayOptions": {
|
|
299
|
+
"show": {
|
|
300
|
+
"resource": [
|
|
301
|
+
"Reports"
|
|
302
|
+
],
|
|
303
|
+
"operation": [
|
|
304
|
+
"Get Account Reporting Events"
|
|
305
|
+
]
|
|
306
|
+
}
|
|
307
|
+
}
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"displayName": "Name",
|
|
311
|
+
"name": "name",
|
|
312
|
+
"description": "Filter events by event name (e.g., first_response, resolution, reply_time)",
|
|
313
|
+
"default": "",
|
|
314
|
+
"type": "string",
|
|
315
|
+
"routing": {
|
|
316
|
+
"send": {
|
|
317
|
+
"type": "query",
|
|
318
|
+
"property": "name",
|
|
319
|
+
"value": "={{ $value }}",
|
|
320
|
+
"propertyInDotNotation": false
|
|
321
|
+
}
|
|
322
|
+
},
|
|
323
|
+
"displayOptions": {
|
|
324
|
+
"show": {
|
|
325
|
+
"resource": [
|
|
326
|
+
"Reports"
|
|
327
|
+
],
|
|
328
|
+
"operation": [
|
|
329
|
+
"Get Account Reporting Events"
|
|
330
|
+
]
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"displayName": "GET /api/v2/accounts/{account_id}/reports",
|
|
336
|
+
"name": "operation",
|
|
337
|
+
"type": "notice",
|
|
338
|
+
"typeOptions": {
|
|
339
|
+
"theme": "info"
|
|
340
|
+
},
|
|
341
|
+
"default": "",
|
|
342
|
+
"displayOptions": {
|
|
343
|
+
"show": {
|
|
344
|
+
"resource": [
|
|
345
|
+
"Reports"
|
|
346
|
+
],
|
|
347
|
+
"operation": [
|
|
348
|
+
"List All Conversation Statistics"
|
|
349
|
+
]
|
|
350
|
+
}
|
|
351
|
+
}
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"displayName": "GET /api/v2/accounts/{account_id}/reports/summary",
|
|
355
|
+
"name": "operation",
|
|
356
|
+
"type": "notice",
|
|
357
|
+
"typeOptions": {
|
|
358
|
+
"theme": "info"
|
|
359
|
+
},
|
|
360
|
+
"default": "",
|
|
361
|
+
"displayOptions": {
|
|
362
|
+
"show": {
|
|
363
|
+
"resource": [
|
|
364
|
+
"Reports"
|
|
365
|
+
],
|
|
366
|
+
"operation": [
|
|
367
|
+
"List All Conversation Statistics Summary"
|
|
368
|
+
]
|
|
369
|
+
}
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"displayName": "GET /api/v2/accounts/{account_id}/reports/conversations",
|
|
374
|
+
"name": "operation",
|
|
375
|
+
"type": "notice",
|
|
376
|
+
"typeOptions": {
|
|
377
|
+
"theme": "info"
|
|
378
|
+
},
|
|
379
|
+
"default": "",
|
|
380
|
+
"displayOptions": {
|
|
381
|
+
"show": {
|
|
382
|
+
"resource": [
|
|
383
|
+
"Reports"
|
|
384
|
+
],
|
|
385
|
+
"operation": [
|
|
386
|
+
"Get Account Conversation Metrics"
|
|
387
|
+
]
|
|
388
|
+
}
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"displayName": "GET /api/v2/accounts/{account_id}/reports/conversations/",
|
|
393
|
+
"name": "operation",
|
|
394
|
+
"type": "notice",
|
|
395
|
+
"typeOptions": {
|
|
396
|
+
"theme": "info"
|
|
397
|
+
},
|
|
398
|
+
"default": "",
|
|
399
|
+
"displayOptions": {
|
|
400
|
+
"show": {
|
|
401
|
+
"resource": [
|
|
402
|
+
"Reports"
|
|
403
|
+
],
|
|
404
|
+
"operation": [
|
|
405
|
+
"Get Agent Conversation Metrics"
|
|
406
|
+
]
|
|
407
|
+
}
|
|
408
|
+
}
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"displayName": "GET /api/v2/accounts/{account_id}/summary_reports/channel",
|
|
412
|
+
"name": "operation",
|
|
413
|
+
"type": "notice",
|
|
414
|
+
"typeOptions": {
|
|
415
|
+
"theme": "info"
|
|
416
|
+
},
|
|
417
|
+
"default": "",
|
|
418
|
+
"displayOptions": {
|
|
419
|
+
"show": {
|
|
420
|
+
"resource": [
|
|
421
|
+
"Reports"
|
|
422
|
+
],
|
|
423
|
+
"operation": [
|
|
424
|
+
"Get Channel Summary Report"
|
|
425
|
+
]
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"displayName": "GET /api/v2/accounts/{account_id}/summary_reports/inbox",
|
|
431
|
+
"name": "operation",
|
|
432
|
+
"type": "notice",
|
|
433
|
+
"typeOptions": {
|
|
434
|
+
"theme": "info"
|
|
435
|
+
},
|
|
436
|
+
"default": "",
|
|
437
|
+
"displayOptions": {
|
|
438
|
+
"show": {
|
|
439
|
+
"resource": [
|
|
440
|
+
"Reports"
|
|
441
|
+
],
|
|
442
|
+
"operation": [
|
|
443
|
+
"Get Inbox Summary Report"
|
|
444
|
+
]
|
|
445
|
+
}
|
|
446
|
+
}
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"displayName": "GET /api/v2/accounts/{account_id}/summary_reports/agent",
|
|
450
|
+
"name": "operation",
|
|
451
|
+
"type": "notice",
|
|
452
|
+
"typeOptions": {
|
|
453
|
+
"theme": "info"
|
|
454
|
+
},
|
|
455
|
+
"default": "",
|
|
456
|
+
"displayOptions": {
|
|
457
|
+
"show": {
|
|
458
|
+
"resource": [
|
|
459
|
+
"Reports"
|
|
460
|
+
],
|
|
461
|
+
"operation": [
|
|
462
|
+
"Get Agent Summary Report"
|
|
463
|
+
]
|
|
464
|
+
}
|
|
465
|
+
}
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"displayName": "GET /api/v2/accounts/{account_id}/summary_reports/team",
|
|
469
|
+
"name": "operation",
|
|
470
|
+
"type": "notice",
|
|
471
|
+
"typeOptions": {
|
|
472
|
+
"theme": "info"
|
|
473
|
+
},
|
|
474
|
+
"default": "",
|
|
475
|
+
"displayOptions": {
|
|
476
|
+
"show": {
|
|
477
|
+
"resource": [
|
|
478
|
+
"Reports"
|
|
479
|
+
],
|
|
480
|
+
"operation": [
|
|
481
|
+
"Get Team Summary Report"
|
|
482
|
+
]
|
|
483
|
+
}
|
|
484
|
+
}
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
"displayName": "GET /api/v2/accounts/{account_id}/reports/first_response_time_distribution",
|
|
488
|
+
"name": "operation",
|
|
489
|
+
"type": "notice",
|
|
490
|
+
"typeOptions": {
|
|
491
|
+
"theme": "info"
|
|
492
|
+
},
|
|
493
|
+
"default": "",
|
|
494
|
+
"displayOptions": {
|
|
495
|
+
"show": {
|
|
496
|
+
"resource": [
|
|
497
|
+
"Reports"
|
|
498
|
+
],
|
|
499
|
+
"operation": [
|
|
500
|
+
"Get First Response Time Distribution"
|
|
501
|
+
]
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"displayName": "GET /api/v2/accounts/{account_id}/reports/inbox_label_matrix",
|
|
507
|
+
"name": "operation",
|
|
508
|
+
"type": "notice",
|
|
509
|
+
"typeOptions": {
|
|
510
|
+
"theme": "info"
|
|
511
|
+
},
|
|
512
|
+
"default": "",
|
|
513
|
+
"displayOptions": {
|
|
514
|
+
"show": {
|
|
515
|
+
"resource": [
|
|
516
|
+
"Reports"
|
|
517
|
+
],
|
|
518
|
+
"operation": [
|
|
519
|
+
"Get Inbox Label Matrix"
|
|
520
|
+
]
|
|
521
|
+
}
|
|
522
|
+
}
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"displayName": "GET /api/v2/accounts/{account_id}/reports/outgoing_messages_count",
|
|
526
|
+
"name": "operation",
|
|
527
|
+
"type": "notice",
|
|
528
|
+
"typeOptions": {
|
|
529
|
+
"theme": "info"
|
|
530
|
+
},
|
|
531
|
+
"default": "",
|
|
532
|
+
"displayOptions": {
|
|
533
|
+
"show": {
|
|
534
|
+
"resource": [
|
|
535
|
+
"Reports"
|
|
536
|
+
],
|
|
537
|
+
"operation": [
|
|
538
|
+
"Get Outgoing Messages Count"
|
|
539
|
+
]
|
|
540
|
+
}
|
|
541
|
+
}
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"displayName": "Group By",
|
|
545
|
+
"name": "group_by",
|
|
546
|
+
"required": true,
|
|
547
|
+
"description": "The entity to group outgoing message counts by.",
|
|
548
|
+
"default": "agent",
|
|
549
|
+
"type": "options",
|
|
550
|
+
"options": [
|
|
551
|
+
{
|
|
552
|
+
"name": "Agent",
|
|
553
|
+
"value": "agent"
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
"name": "Team",
|
|
557
|
+
"value": "team"
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
"name": "Inbox",
|
|
561
|
+
"value": "inbox"
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"name": "Label",
|
|
565
|
+
"value": "label"
|
|
566
|
+
}
|
|
567
|
+
],
|
|
568
|
+
"routing": {
|
|
569
|
+
"send": {
|
|
570
|
+
"type": "query",
|
|
571
|
+
"property": "group_by",
|
|
572
|
+
"value": "={{ $value }}",
|
|
573
|
+
"propertyInDotNotation": false
|
|
574
|
+
}
|
|
575
|
+
},
|
|
576
|
+
"displayOptions": {
|
|
577
|
+
"show": {
|
|
578
|
+
"resource": [
|
|
579
|
+
"Reports"
|
|
580
|
+
],
|
|
581
|
+
"operation": [
|
|
582
|
+
"Get Outgoing Messages Count"
|
|
583
|
+
]
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
},
|
|
587
|
+
];
|
|
588
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Chatwoot/resources/reports/index.ts"],"names":[],"mappings":"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"}
|