@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,377 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.labelsDescription = void 0;
4
+ exports.labelsDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Labels"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "List All Labels",
20
+ "value": "List All Labels",
21
+ "action": "List all labels",
22
+ "description": "List all labels available in the current account",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/api/v1/accounts/{{$parameter[\"account_id\"]}}/labels"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Create A Label",
32
+ "value": "Create A Label",
33
+ "action": "Create a label",
34
+ "description": "Create a label in the account",
35
+ "routing": {
36
+ "request": {
37
+ "method": "POST",
38
+ "url": "=/api/v1/accounts/{{$parameter[\"account_id\"]}}/labels"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "Get Details Of A Single Label",
44
+ "value": "Get Details Of A Single Label",
45
+ "action": "Get a label",
46
+ "description": "Get the details of a label in the account",
47
+ "routing": {
48
+ "request": {
49
+ "method": "GET",
50
+ "url": "=/api/v1/accounts/{{$parameter[\"account_id\"]}}/labels/{{$parameter[\"id\"]}}"
51
+ }
52
+ }
53
+ },
54
+ {
55
+ "name": "Update A Label",
56
+ "value": "Update A Label",
57
+ "action": "Update a label",
58
+ "description": "Update a label's attributes",
59
+ "routing": {
60
+ "request": {
61
+ "method": "PATCH",
62
+ "url": "=/api/v1/accounts/{{$parameter[\"account_id\"]}}/labels/{{$parameter[\"id\"]}}"
63
+ }
64
+ }
65
+ },
66
+ {
67
+ "name": "Delete A Label",
68
+ "value": "Delete A Label",
69
+ "action": "Delete a label",
70
+ "description": "Delete a label from the account",
71
+ "routing": {
72
+ "request": {
73
+ "method": "DELETE",
74
+ "url": "=/api/v1/accounts/{{$parameter[\"account_id\"]}}/labels/{{$parameter[\"id\"]}}"
75
+ }
76
+ }
77
+ }
78
+ ],
79
+ "default": ""
80
+ },
81
+ {
82
+ "displayName": "GET /api/v1/accounts/{account_id}/labels",
83
+ "name": "operation",
84
+ "type": "notice",
85
+ "typeOptions": {
86
+ "theme": "info"
87
+ },
88
+ "default": "",
89
+ "displayOptions": {
90
+ "show": {
91
+ "resource": [
92
+ "Labels"
93
+ ],
94
+ "operation": [
95
+ "List All Labels"
96
+ ]
97
+ }
98
+ }
99
+ },
100
+ {
101
+ "displayName": "POST /api/v1/accounts/{account_id}/labels",
102
+ "name": "operation",
103
+ "type": "notice",
104
+ "typeOptions": {
105
+ "theme": "info"
106
+ },
107
+ "default": "",
108
+ "displayOptions": {
109
+ "show": {
110
+ "resource": [
111
+ "Labels"
112
+ ],
113
+ "operation": [
114
+ "Create A Label"
115
+ ]
116
+ }
117
+ }
118
+ },
119
+ {
120
+ "displayName": "Title",
121
+ "name": "title",
122
+ "type": "string",
123
+ "default": "support",
124
+ "description": "The label title",
125
+ "routing": {
126
+ "send": {
127
+ "property": "title",
128
+ "propertyInDotNotation": false,
129
+ "type": "body",
130
+ "value": "={{ $value }}"
131
+ }
132
+ },
133
+ "displayOptions": {
134
+ "show": {
135
+ "resource": [
136
+ "Labels"
137
+ ],
138
+ "operation": [
139
+ "Create A Label"
140
+ ]
141
+ }
142
+ }
143
+ },
144
+ {
145
+ "displayName": "Description",
146
+ "name": "description",
147
+ "type": "string",
148
+ "default": "Conversations that need support follow-up",
149
+ "description": "A short description for the label",
150
+ "routing": {
151
+ "send": {
152
+ "property": "description",
153
+ "propertyInDotNotation": false,
154
+ "type": "body",
155
+ "value": "={{ $value }}"
156
+ }
157
+ },
158
+ "displayOptions": {
159
+ "show": {
160
+ "resource": [
161
+ "Labels"
162
+ ],
163
+ "operation": [
164
+ "Create A Label"
165
+ ]
166
+ }
167
+ }
168
+ },
169
+ {
170
+ "displayName": "Color",
171
+ "name": "color",
172
+ "type": "string",
173
+ "default": "#1f93ff",
174
+ "description": "Hex color code for the label",
175
+ "routing": {
176
+ "send": {
177
+ "property": "color",
178
+ "propertyInDotNotation": false,
179
+ "type": "body",
180
+ "value": "={{ $value }}"
181
+ }
182
+ },
183
+ "displayOptions": {
184
+ "show": {
185
+ "resource": [
186
+ "Labels"
187
+ ],
188
+ "operation": [
189
+ "Create A Label"
190
+ ]
191
+ }
192
+ }
193
+ },
194
+ {
195
+ "displayName": "Show On Sidebar",
196
+ "name": "show_on_sidebar",
197
+ "type": "boolean",
198
+ "default": true,
199
+ "description": "Whether the label should appear in the sidebar",
200
+ "routing": {
201
+ "send": {
202
+ "property": "show_on_sidebar",
203
+ "propertyInDotNotation": false,
204
+ "type": "body",
205
+ "value": "={{ $value }}"
206
+ }
207
+ },
208
+ "displayOptions": {
209
+ "show": {
210
+ "resource": [
211
+ "Labels"
212
+ ],
213
+ "operation": [
214
+ "Create A Label"
215
+ ]
216
+ }
217
+ }
218
+ },
219
+ {
220
+ "displayName": "GET /api/v1/accounts/{account_id}/labels/{id}",
221
+ "name": "operation",
222
+ "type": "notice",
223
+ "typeOptions": {
224
+ "theme": "info"
225
+ },
226
+ "default": "",
227
+ "displayOptions": {
228
+ "show": {
229
+ "resource": [
230
+ "Labels"
231
+ ],
232
+ "operation": [
233
+ "Get Details Of A Single Label"
234
+ ]
235
+ }
236
+ }
237
+ },
238
+ {
239
+ "displayName": "PATCH /api/v1/accounts/{account_id}/labels/{id}",
240
+ "name": "operation",
241
+ "type": "notice",
242
+ "typeOptions": {
243
+ "theme": "info"
244
+ },
245
+ "default": "",
246
+ "displayOptions": {
247
+ "show": {
248
+ "resource": [
249
+ "Labels"
250
+ ],
251
+ "operation": [
252
+ "Update A Label"
253
+ ]
254
+ }
255
+ }
256
+ },
257
+ {
258
+ "displayName": "Title",
259
+ "name": "title",
260
+ "type": "string",
261
+ "default": "support",
262
+ "description": "The label title",
263
+ "routing": {
264
+ "send": {
265
+ "property": "title",
266
+ "propertyInDotNotation": false,
267
+ "type": "body",
268
+ "value": "={{ $value }}"
269
+ }
270
+ },
271
+ "displayOptions": {
272
+ "show": {
273
+ "resource": [
274
+ "Labels"
275
+ ],
276
+ "operation": [
277
+ "Update A Label"
278
+ ]
279
+ }
280
+ }
281
+ },
282
+ {
283
+ "displayName": "Description",
284
+ "name": "description",
285
+ "type": "string",
286
+ "default": "Conversations that need support follow-up",
287
+ "description": "A short description for the label",
288
+ "routing": {
289
+ "send": {
290
+ "property": "description",
291
+ "propertyInDotNotation": false,
292
+ "type": "body",
293
+ "value": "={{ $value }}"
294
+ }
295
+ },
296
+ "displayOptions": {
297
+ "show": {
298
+ "resource": [
299
+ "Labels"
300
+ ],
301
+ "operation": [
302
+ "Update A Label"
303
+ ]
304
+ }
305
+ }
306
+ },
307
+ {
308
+ "displayName": "Color",
309
+ "name": "color",
310
+ "type": "string",
311
+ "default": "#1f93ff",
312
+ "description": "Hex color code for the label",
313
+ "routing": {
314
+ "send": {
315
+ "property": "color",
316
+ "propertyInDotNotation": false,
317
+ "type": "body",
318
+ "value": "={{ $value }}"
319
+ }
320
+ },
321
+ "displayOptions": {
322
+ "show": {
323
+ "resource": [
324
+ "Labels"
325
+ ],
326
+ "operation": [
327
+ "Update A Label"
328
+ ]
329
+ }
330
+ }
331
+ },
332
+ {
333
+ "displayName": "Show On Sidebar",
334
+ "name": "show_on_sidebar",
335
+ "type": "boolean",
336
+ "default": true,
337
+ "description": "Whether the label should appear in the sidebar",
338
+ "routing": {
339
+ "send": {
340
+ "property": "show_on_sidebar",
341
+ "propertyInDotNotation": false,
342
+ "type": "body",
343
+ "value": "={{ $value }}"
344
+ }
345
+ },
346
+ "displayOptions": {
347
+ "show": {
348
+ "resource": [
349
+ "Labels"
350
+ ],
351
+ "operation": [
352
+ "Update A Label"
353
+ ]
354
+ }
355
+ }
356
+ },
357
+ {
358
+ "displayName": "DELETE /api/v1/accounts/{account_id}/labels/{id}",
359
+ "name": "operation",
360
+ "type": "notice",
361
+ "typeOptions": {
362
+ "theme": "info"
363
+ },
364
+ "default": "",
365
+ "displayOptions": {
366
+ "show": {
367
+ "resource": [
368
+ "Labels"
369
+ ],
370
+ "operation": [
371
+ "Delete A Label"
372
+ ]
373
+ }
374
+ }
375
+ },
376
+ ];
377
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Chatwoot/resources/labels/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const messagesDescription: INodeProperties[];