@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.
Files changed (111) hide show
  1. package/README.md +26 -0
  2. package/dist/credentials/ChatwootApi.credentials.d.ts +10 -0
  3. package/dist/credentials/ChatwootApi.credentials.js +47 -0
  4. package/dist/credentials/ChatwootApi.credentials.js.map +1 -0
  5. package/dist/icons/chatwoot.dark.svg +4 -0
  6. package/dist/icons/chatwoot.svg +4 -0
  7. package/dist/nodes/Chatwoot/Chatwoot.node.d.ts +4 -0
  8. package/dist/nodes/Chatwoot/Chatwoot.node.js +264 -0
  9. package/dist/nodes/Chatwoot/Chatwoot.node.js.map +1 -0
  10. package/dist/nodes/Chatwoot/Chatwoot.node.json +20 -0
  11. package/dist/nodes/Chatwoot/chatwoot.dark.svg +4 -0
  12. package/dist/nodes/Chatwoot/chatwoot.svg +4 -0
  13. package/dist/nodes/Chatwoot/resources/account/index.d.ts +2 -0
  14. package/dist/nodes/Chatwoot/resources/account/index.js +370 -0
  15. package/dist/nodes/Chatwoot/resources/account/index.js.map +1 -0
  16. package/dist/nodes/Chatwoot/resources/account-agent-bots/index.d.ts +2 -0
  17. package/dist/nodes/Chatwoot/resources/account-agent-bots/index.js +527 -0
  18. package/dist/nodes/Chatwoot/resources/account-agent-bots/index.js.map +1 -0
  19. package/dist/nodes/Chatwoot/resources/account-users/index.d.ts +2 -0
  20. package/dist/nodes/Chatwoot/resources/account-users/index.js +167 -0
  21. package/dist/nodes/Chatwoot/resources/account-users/index.js.map +1 -0
  22. package/dist/nodes/Chatwoot/resources/accounts/index.d.ts +2 -0
  23. package/dist/nodes/Chatwoot/resources/accounts/index.js +516 -0
  24. package/dist/nodes/Chatwoot/resources/accounts/index.js.map +1 -0
  25. package/dist/nodes/Chatwoot/resources/agent-bots/index.d.ts +2 -0
  26. package/dist/nodes/Chatwoot/resources/agent-bots/index.js +477 -0
  27. package/dist/nodes/Chatwoot/resources/agent-bots/index.js.map +1 -0
  28. package/dist/nodes/Chatwoot/resources/agents/index.d.ts +2 -0
  29. package/dist/nodes/Chatwoot/resources/agents/index.js +434 -0
  30. package/dist/nodes/Chatwoot/resources/agents/index.js.map +1 -0
  31. package/dist/nodes/Chatwoot/resources/audit-logs/index.d.ts +2 -0
  32. package/dist/nodes/Chatwoot/resources/audit-logs/index.js +78 -0
  33. package/dist/nodes/Chatwoot/resources/audit-logs/index.js.map +1 -0
  34. package/dist/nodes/Chatwoot/resources/automation-rule/index.d.ts +2 -0
  35. package/dist/nodes/Chatwoot/resources/automation-rule/index.js +610 -0
  36. package/dist/nodes/Chatwoot/resources/automation-rule/index.js.map +1 -0
  37. package/dist/nodes/Chatwoot/resources/canned-responses/index.d.ts +2 -0
  38. package/dist/nodes/Chatwoot/resources/canned-responses/index.js +282 -0
  39. package/dist/nodes/Chatwoot/resources/canned-responses/index.js.map +1 -0
  40. package/dist/nodes/Chatwoot/resources/contact-labels/index.d.ts +2 -0
  41. package/dist/nodes/Chatwoot/resources/contact-labels/index.js +110 -0
  42. package/dist/nodes/Chatwoot/resources/contact-labels/index.js.map +1 -0
  43. package/dist/nodes/Chatwoot/resources/contacts/index.d.ts +2 -0
  44. package/dist/nodes/Chatwoot/resources/contacts/index.js +1345 -0
  45. package/dist/nodes/Chatwoot/resources/contacts/index.js.map +1 -0
  46. package/dist/nodes/Chatwoot/resources/contacts-api/index.d.ts +2 -0
  47. package/dist/nodes/Chatwoot/resources/contacts-api/index.js +465 -0
  48. package/dist/nodes/Chatwoot/resources/contacts-api/index.js.map +1 -0
  49. package/dist/nodes/Chatwoot/resources/conversation/index.d.ts +2 -0
  50. package/dist/nodes/Chatwoot/resources/conversation/index.js +53 -0
  51. package/dist/nodes/Chatwoot/resources/conversation/index.js.map +1 -0
  52. package/dist/nodes/Chatwoot/resources/conversation-assignments/index.d.ts +2 -0
  53. package/dist/nodes/Chatwoot/resources/conversation-assignments/index.js +103 -0
  54. package/dist/nodes/Chatwoot/resources/conversation-assignments/index.js.map +1 -0
  55. package/dist/nodes/Chatwoot/resources/conversations/index.d.ts +2 -0
  56. package/dist/nodes/Chatwoot/resources/conversations/index.js +1396 -0
  57. package/dist/nodes/Chatwoot/resources/conversations/index.js.map +1 -0
  58. package/dist/nodes/Chatwoot/resources/conversations-api/index.d.ts +2 -0
  59. package/dist/nodes/Chatwoot/resources/conversations-api/index.js +294 -0
  60. package/dist/nodes/Chatwoot/resources/conversations-api/index.js.map +1 -0
  61. package/dist/nodes/Chatwoot/resources/csat-survey-page/index.d.ts +2 -0
  62. package/dist/nodes/Chatwoot/resources/csat-survey-page/index.js +53 -0
  63. package/dist/nodes/Chatwoot/resources/csat-survey-page/index.js.map +1 -0
  64. package/dist/nodes/Chatwoot/resources/custom-attributes/index.d.ts +2 -0
  65. package/dist/nodes/Chatwoot/resources/custom-attributes/index.js +703 -0
  66. package/dist/nodes/Chatwoot/resources/custom-attributes/index.js.map +1 -0
  67. package/dist/nodes/Chatwoot/resources/custom-filters/index.d.ts +2 -0
  68. package/dist/nodes/Chatwoot/resources/custom-filters/index.js +373 -0
  69. package/dist/nodes/Chatwoot/resources/custom-filters/index.js.map +1 -0
  70. package/dist/nodes/Chatwoot/resources/help-center/index.d.ts +2 -0
  71. package/dist/nodes/Chatwoot/resources/help-center/index.js +1156 -0
  72. package/dist/nodes/Chatwoot/resources/help-center/index.js.map +1 -0
  73. package/dist/nodes/Chatwoot/resources/inbox-api/index.d.ts +2 -0
  74. package/dist/nodes/Chatwoot/resources/inbox-api/index.js +53 -0
  75. package/dist/nodes/Chatwoot/resources/inbox-api/index.js.map +1 -0
  76. package/dist/nodes/Chatwoot/resources/inboxes/index.d.ts +2 -0
  77. package/dist/nodes/Chatwoot/resources/inboxes/index.js +1580 -0
  78. package/dist/nodes/Chatwoot/resources/inboxes/index.js.map +1 -0
  79. package/dist/nodes/Chatwoot/resources/index.d.ts +31 -0
  80. package/dist/nodes/Chatwoot/resources/index.js +66 -0
  81. package/dist/nodes/Chatwoot/resources/index.js.map +1 -0
  82. package/dist/nodes/Chatwoot/resources/integrations/index.d.ts +2 -0
  83. package/dist/nodes/Chatwoot/resources/integrations/index.js +386 -0
  84. package/dist/nodes/Chatwoot/resources/integrations/index.js.map +1 -0
  85. package/dist/nodes/Chatwoot/resources/labels/index.d.ts +2 -0
  86. package/dist/nodes/Chatwoot/resources/labels/index.js +377 -0
  87. package/dist/nodes/Chatwoot/resources/labels/index.js.map +1 -0
  88. package/dist/nodes/Chatwoot/resources/messages/index.d.ts +2 -0
  89. package/dist/nodes/Chatwoot/resources/messages/index.js +377 -0
  90. package/dist/nodes/Chatwoot/resources/messages/index.js.map +1 -0
  91. package/dist/nodes/Chatwoot/resources/messages-api/index.d.ts +2 -0
  92. package/dist/nodes/Chatwoot/resources/messages-api/index.js +190 -0
  93. package/dist/nodes/Chatwoot/resources/messages-api/index.js.map +1 -0
  94. package/dist/nodes/Chatwoot/resources/profile/index.d.ts +2 -0
  95. package/dist/nodes/Chatwoot/resources/profile/index.js +109 -0
  96. package/dist/nodes/Chatwoot/resources/profile/index.js.map +1 -0
  97. package/dist/nodes/Chatwoot/resources/reports/index.d.ts +2 -0
  98. package/dist/nodes/Chatwoot/resources/reports/index.js +588 -0
  99. package/dist/nodes/Chatwoot/resources/reports/index.js.map +1 -0
  100. package/dist/nodes/Chatwoot/resources/teams/index.d.ts +2 -0
  101. package/dist/nodes/Chatwoot/resources/teams/index.js +583 -0
  102. package/dist/nodes/Chatwoot/resources/teams/index.js.map +1 -0
  103. package/dist/nodes/Chatwoot/resources/users/index.d.ts +2 -0
  104. package/dist/nodes/Chatwoot/resources/users/index.js +427 -0
  105. package/dist/nodes/Chatwoot/resources/users/index.js.map +1 -0
  106. package/dist/nodes/Chatwoot/resources/webhooks/index.d.ts +2 -0
  107. package/dist/nodes/Chatwoot/resources/webhooks/index.js +332 -0
  108. package/dist/nodes/Chatwoot/resources/webhooks/index.js.map +1 -0
  109. package/dist/package.json +53 -0
  110. package/dist/tsconfig.tsbuildinfo +1 -0
  111. package/package.json +53 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Chatwoot/resources/custom-attributes/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const customFiltersDescription: INodeProperties[];
@@ -0,0 +1,373 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.customFiltersDescription = void 0;
4
+ exports.customFiltersDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Custom Filters"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "List All Filters",
20
+ "value": "List All Filters",
21
+ "action": "List all custom filters",
22
+ "description": "List all custom filters in a category of a user",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/api/v1/accounts/{{$parameter[\"account_id\"]}}/custom_filters"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Create A Custom Filter",
32
+ "value": "Create A Custom Filter",
33
+ "action": "Create a custom filter",
34
+ "description": "Create a custom filter in the account",
35
+ "routing": {
36
+ "request": {
37
+ "method": "POST",
38
+ "url": "=/api/v1/accounts/{{$parameter[\"account_id\"]}}/custom_filters"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "Get Details Of A Single Custom Filter",
44
+ "value": "Get Details Of A Single Custom Filter",
45
+ "action": "Get a custom filter details",
46
+ "description": "Get the details of a custom filter in the account",
47
+ "routing": {
48
+ "request": {
49
+ "method": "GET",
50
+ "url": "=/api/v1/accounts/{{$parameter[\"account_id\"]}}/custom_filters/{{$parameter[\"custom_filter_id\"]}}"
51
+ }
52
+ }
53
+ },
54
+ {
55
+ "name": "Update A Custom Filter",
56
+ "value": "Update A Custom Filter",
57
+ "action": "Update a custom filter",
58
+ "description": "Update a custom filter's attributes",
59
+ "routing": {
60
+ "request": {
61
+ "method": "PATCH",
62
+ "url": "=/api/v1/accounts/{{$parameter[\"account_id\"]}}/custom_filters/{{$parameter[\"custom_filter_id\"]}}"
63
+ }
64
+ }
65
+ },
66
+ {
67
+ "name": "Delete A Custom Filter",
68
+ "value": "Delete A Custom Filter",
69
+ "action": "Delete a custom filter",
70
+ "description": "Delete a custom filter from the account",
71
+ "routing": {
72
+ "request": {
73
+ "method": "DELETE",
74
+ "url": "=/api/v1/accounts/{{$parameter[\"account_id\"]}}/custom_filters/{{$parameter[\"custom_filter_id\"]}}"
75
+ }
76
+ }
77
+ }
78
+ ],
79
+ "default": ""
80
+ },
81
+ {
82
+ "displayName": "GET /api/v1/accounts/{account_id}/custom_filters",
83
+ "name": "operation",
84
+ "type": "notice",
85
+ "typeOptions": {
86
+ "theme": "info"
87
+ },
88
+ "default": "",
89
+ "displayOptions": {
90
+ "show": {
91
+ "resource": [
92
+ "Custom Filters"
93
+ ],
94
+ "operation": [
95
+ "List All Filters"
96
+ ]
97
+ }
98
+ }
99
+ },
100
+ {
101
+ "displayName": "POST /api/v1/accounts/{account_id}/custom_filters",
102
+ "name": "operation",
103
+ "type": "notice",
104
+ "typeOptions": {
105
+ "theme": "info"
106
+ },
107
+ "default": "",
108
+ "displayOptions": {
109
+ "show": {
110
+ "resource": [
111
+ "Custom Filters"
112
+ ],
113
+ "operation": [
114
+ "Create A Custom Filter"
115
+ ]
116
+ }
117
+ }
118
+ },
119
+ {
120
+ "displayName": "Account Id",
121
+ "name": "account_id",
122
+ "required": true,
123
+ "description": "The numeric ID of the account",
124
+ "default": 0,
125
+ "type": "number",
126
+ "displayOptions": {
127
+ "show": {
128
+ "resource": [
129
+ "Custom Filters"
130
+ ],
131
+ "operation": [
132
+ "Create A Custom Filter"
133
+ ]
134
+ }
135
+ }
136
+ },
137
+ {
138
+ "displayName": "Name",
139
+ "name": "name",
140
+ "type": "string",
141
+ "default": "My Custom Filter",
142
+ "description": "The name of the custom filter",
143
+ "routing": {
144
+ "send": {
145
+ "property": "name",
146
+ "propertyInDotNotation": false,
147
+ "type": "body",
148
+ "value": "={{ $value }}"
149
+ }
150
+ },
151
+ "displayOptions": {
152
+ "show": {
153
+ "resource": [
154
+ "Custom Filters"
155
+ ],
156
+ "operation": [
157
+ "Create A Custom Filter"
158
+ ]
159
+ }
160
+ }
161
+ },
162
+ {
163
+ "displayName": "Type",
164
+ "name": "type",
165
+ "type": "options",
166
+ "default": "conversation",
167
+ "description": "The description about the custom filter",
168
+ "options": [
169
+ {
170
+ "name": "Conversation",
171
+ "value": "conversation"
172
+ },
173
+ {
174
+ "name": "Contact",
175
+ "value": "contact"
176
+ },
177
+ {
178
+ "name": "Report",
179
+ "value": "report"
180
+ }
181
+ ],
182
+ "routing": {
183
+ "send": {
184
+ "property": "type",
185
+ "propertyInDotNotation": false,
186
+ "type": "body",
187
+ "value": "={{ $value }}"
188
+ }
189
+ },
190
+ "displayOptions": {
191
+ "show": {
192
+ "resource": [
193
+ "Custom Filters"
194
+ ],
195
+ "operation": [
196
+ "Create A Custom Filter"
197
+ ]
198
+ }
199
+ }
200
+ },
201
+ {
202
+ "displayName": "Query",
203
+ "name": "query",
204
+ "type": "json",
205
+ "default": "{}",
206
+ "description": "A query that needs to be saved as a custom filter",
207
+ "routing": {
208
+ "send": {
209
+ "property": "query",
210
+ "propertyInDotNotation": false,
211
+ "type": "body",
212
+ "value": "={{ JSON.parse($value) }}"
213
+ }
214
+ },
215
+ "displayOptions": {
216
+ "show": {
217
+ "resource": [
218
+ "Custom Filters"
219
+ ],
220
+ "operation": [
221
+ "Create A Custom Filter"
222
+ ]
223
+ }
224
+ }
225
+ },
226
+ {
227
+ "displayName": "GET /api/v1/accounts/{account_id}/custom_filters/{custom_filter_id}",
228
+ "name": "operation",
229
+ "type": "notice",
230
+ "typeOptions": {
231
+ "theme": "info"
232
+ },
233
+ "default": "",
234
+ "displayOptions": {
235
+ "show": {
236
+ "resource": [
237
+ "Custom Filters"
238
+ ],
239
+ "operation": [
240
+ "Get Details Of A Single Custom Filter"
241
+ ]
242
+ }
243
+ }
244
+ },
245
+ {
246
+ "displayName": "PATCH /api/v1/accounts/{account_id}/custom_filters/{custom_filter_id}",
247
+ "name": "operation",
248
+ "type": "notice",
249
+ "typeOptions": {
250
+ "theme": "info"
251
+ },
252
+ "default": "",
253
+ "displayOptions": {
254
+ "show": {
255
+ "resource": [
256
+ "Custom Filters"
257
+ ],
258
+ "operation": [
259
+ "Update A Custom Filter"
260
+ ]
261
+ }
262
+ }
263
+ },
264
+ {
265
+ "displayName": "Name",
266
+ "name": "name",
267
+ "type": "string",
268
+ "default": "My Custom Filter",
269
+ "description": "The name of the custom filter",
270
+ "routing": {
271
+ "send": {
272
+ "property": "name",
273
+ "propertyInDotNotation": false,
274
+ "type": "body",
275
+ "value": "={{ $value }}"
276
+ }
277
+ },
278
+ "displayOptions": {
279
+ "show": {
280
+ "resource": [
281
+ "Custom Filters"
282
+ ],
283
+ "operation": [
284
+ "Update A Custom Filter"
285
+ ]
286
+ }
287
+ }
288
+ },
289
+ {
290
+ "displayName": "Type",
291
+ "name": "type",
292
+ "type": "options",
293
+ "default": "conversation",
294
+ "description": "The description about the custom filter",
295
+ "options": [
296
+ {
297
+ "name": "Conversation",
298
+ "value": "conversation"
299
+ },
300
+ {
301
+ "name": "Contact",
302
+ "value": "contact"
303
+ },
304
+ {
305
+ "name": "Report",
306
+ "value": "report"
307
+ }
308
+ ],
309
+ "routing": {
310
+ "send": {
311
+ "property": "type",
312
+ "propertyInDotNotation": false,
313
+ "type": "body",
314
+ "value": "={{ $value }}"
315
+ }
316
+ },
317
+ "displayOptions": {
318
+ "show": {
319
+ "resource": [
320
+ "Custom Filters"
321
+ ],
322
+ "operation": [
323
+ "Update A Custom Filter"
324
+ ]
325
+ }
326
+ }
327
+ },
328
+ {
329
+ "displayName": "Query",
330
+ "name": "query",
331
+ "type": "json",
332
+ "default": "{}",
333
+ "description": "A query that needs to be saved as a custom filter",
334
+ "routing": {
335
+ "send": {
336
+ "property": "query",
337
+ "propertyInDotNotation": false,
338
+ "type": "body",
339
+ "value": "={{ JSON.parse($value) }}"
340
+ }
341
+ },
342
+ "displayOptions": {
343
+ "show": {
344
+ "resource": [
345
+ "Custom Filters"
346
+ ],
347
+ "operation": [
348
+ "Update A Custom Filter"
349
+ ]
350
+ }
351
+ }
352
+ },
353
+ {
354
+ "displayName": "DELETE /api/v1/accounts/{account_id}/custom_filters/{custom_filter_id}",
355
+ "name": "operation",
356
+ "type": "notice",
357
+ "typeOptions": {
358
+ "theme": "info"
359
+ },
360
+ "default": "",
361
+ "displayOptions": {
362
+ "show": {
363
+ "resource": [
364
+ "Custom Filters"
365
+ ],
366
+ "operation": [
367
+ "Delete A Custom Filter"
368
+ ]
369
+ }
370
+ }
371
+ },
372
+ ];
373
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Chatwoot/resources/custom-filters/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const helpCenterDescription: INodeProperties[];