@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,1396 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.conversationsDescription = void 0;
4
+ exports.conversationsDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Conversations"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "Conversation List Meta",
20
+ "value": "Conversation List Meta",
21
+ "action": "Get Conversation Counts",
22
+ "description": "Get open, unassigned and all Conversation counts",
23
+ "routing": {
24
+ "request": {
25
+ "method": "GET",
26
+ "url": "=/api/v1/accounts/{{$parameter[\"account_id\"]}}/conversations/meta"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Conversation List",
32
+ "value": "Conversation List",
33
+ "action": "Conversations List",
34
+ "description": "List all the conversations with pagination",
35
+ "routing": {
36
+ "request": {
37
+ "method": "GET",
38
+ "url": "=/api/v1/accounts/{{$parameter[\"account_id\"]}}/conversations"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "New Conversation",
44
+ "value": "New Conversation",
45
+ "action": "Create New Conversation",
46
+ "description": "Creating a conversation in chatwoot requires a source id. \n\n Learn more about source_id: https://www.chatwoot.com/hc/user-guide/articles/1677839703-how-to-create-an-api-channel-inbox#send-messages-to-the-api-channel",
47
+ "routing": {
48
+ "request": {
49
+ "method": "POST",
50
+ "url": "=/api/v1/accounts/{{$parameter[\"account_id\"]}}/conversations"
51
+ }
52
+ }
53
+ },
54
+ {
55
+ "name": "Conversation Filter",
56
+ "value": "Conversation Filter",
57
+ "action": "Conversations Filter",
58
+ "description": "Filter conversations with custom filter options and pagination",
59
+ "routing": {
60
+ "request": {
61
+ "method": "POST",
62
+ "url": "=/api/v1/accounts/{{$parameter[\"account_id\"]}}/conversations/filter"
63
+ }
64
+ }
65
+ },
66
+ {
67
+ "name": "Get Details Of A Conversation",
68
+ "value": "Get Details Of A Conversation",
69
+ "action": "Conversation Details",
70
+ "description": "Get all details regarding a conversation with all messages in the conversation",
71
+ "routing": {
72
+ "request": {
73
+ "method": "GET",
74
+ "url": "=/api/v1/accounts/{{$parameter[\"account_id\"]}}/conversations/{{$parameter[\"conversation_id\"]}}"
75
+ }
76
+ }
77
+ },
78
+ {
79
+ "name": "Update Conversation",
80
+ "value": "Update Conversation",
81
+ "action": "Update Conversation",
82
+ "description": "Update Conversation Attributes",
83
+ "routing": {
84
+ "request": {
85
+ "method": "PATCH",
86
+ "url": "=/api/v1/accounts/{{$parameter[\"account_id\"]}}/conversations/{{$parameter[\"conversation_id\"]}}"
87
+ }
88
+ }
89
+ },
90
+ {
91
+ "name": "Toggle Status Of A Conversation",
92
+ "value": "Toggle Status Of A Conversation",
93
+ "action": "Toggle Status",
94
+ "description": "Toggle the status of a conversation. Pass `status` to explicitly set the\nconversation state. Use `snoozed` along with `snoozed_until` to snooze a\nconversation until a specific time. If `snoozed_until` is omitted, the\nconversation is snoozed until the next reply from the contact. Regardless\nof the value provided, snoozed conversations always reopen on the next\nreply from the contact.",
95
+ "routing": {
96
+ "request": {
97
+ "method": "POST",
98
+ "url": "=/api/v1/accounts/{{$parameter[\"account_id\"]}}/conversations/{{$parameter[\"conversation_id\"]}}/toggle_status"
99
+ }
100
+ }
101
+ },
102
+ {
103
+ "name": "Toggle Priority Of A Conversation",
104
+ "value": "Toggle Priority Of A Conversation",
105
+ "action": "Toggle Priority",
106
+ "description": "Toggles the priority of conversation",
107
+ "routing": {
108
+ "request": {
109
+ "method": "POST",
110
+ "url": "=/api/v1/accounts/{{$parameter[\"account_id\"]}}/conversations/{{$parameter[\"conversation_id\"]}}/toggle_priority"
111
+ }
112
+ }
113
+ },
114
+ {
115
+ "name": "Toggle Typing Status Of A Conversation",
116
+ "value": "Toggle Typing Status Of A Conversation",
117
+ "action": "Toggle Typing Status",
118
+ "description": "Toggles the typing status for a conversation.",
119
+ "routing": {
120
+ "request": {
121
+ "method": "POST",
122
+ "url": "=/api/v1/accounts/{{$parameter[\"account_id\"]}}/conversations/{{$parameter[\"conversation_id\"]}}/toggle_typing_status"
123
+ }
124
+ }
125
+ },
126
+ {
127
+ "name": "Update Custom Attributes Of A Conversation",
128
+ "value": "Update Custom Attributes Of A Conversation",
129
+ "action": "Update Custom Attributes",
130
+ "description": "Updates the custom attributes of a conversation",
131
+ "routing": {
132
+ "request": {
133
+ "method": "POST",
134
+ "url": "=/api/v1/accounts/{{$parameter[\"account_id\"]}}/conversations/{{$parameter[\"conversation_id\"]}}/custom_attributes"
135
+ }
136
+ }
137
+ },
138
+ {
139
+ "name": "List All Labels Of A Conversation",
140
+ "value": "List All Labels Of A Conversation",
141
+ "action": "List Labels",
142
+ "description": "Lists all the labels of a conversation",
143
+ "routing": {
144
+ "request": {
145
+ "method": "GET",
146
+ "url": "=/api/v1/accounts/{{$parameter[\"account_id\"]}}/conversations/{{$parameter[\"conversation_id\"]}}/labels"
147
+ }
148
+ }
149
+ },
150
+ {
151
+ "name": "Conversation Add Labels",
152
+ "value": "Conversation Add Labels",
153
+ "action": "Add Labels",
154
+ "description": "Add labels to a conversation. Note that this API would overwrite the existing list of labels associated to the conversation.",
155
+ "routing": {
156
+ "request": {
157
+ "method": "POST",
158
+ "url": "=/api/v1/accounts/{{$parameter[\"account_id\"]}}/conversations/{{$parameter[\"conversation_id\"]}}/labels"
159
+ }
160
+ }
161
+ },
162
+ {
163
+ "name": "Get Conversation Reporting Events",
164
+ "value": "Get Conversation Reporting Events",
165
+ "action": "Conversation Reporting Events",
166
+ "description": "Get reporting events for a specific conversation. This endpoint returns events such as first response time, resolution time, and other metrics for the conversation, sorted by creation time in ascending order.",
167
+ "routing": {
168
+ "request": {
169
+ "method": "GET",
170
+ "url": "=/api/v1/accounts/{{$parameter[\"account_id\"]}}/conversations/{{$parameter[\"conversation_id\"]}}/reporting_events"
171
+ }
172
+ }
173
+ }
174
+ ],
175
+ "default": ""
176
+ },
177
+ {
178
+ "displayName": "GET /api/v1/accounts/{account_id}/conversations/meta",
179
+ "name": "operation",
180
+ "type": "notice",
181
+ "typeOptions": {
182
+ "theme": "info"
183
+ },
184
+ "default": "",
185
+ "displayOptions": {
186
+ "show": {
187
+ "resource": [
188
+ "Conversations"
189
+ ],
190
+ "operation": [
191
+ "Conversation List Meta"
192
+ ]
193
+ }
194
+ }
195
+ },
196
+ {
197
+ "displayName": "Status",
198
+ "name": "status",
199
+ "description": "Filter by conversation status.",
200
+ "default": "open",
201
+ "type": "options",
202
+ "options": [
203
+ {
204
+ "name": "All",
205
+ "value": "all"
206
+ },
207
+ {
208
+ "name": "Open",
209
+ "value": "open"
210
+ },
211
+ {
212
+ "name": "Resolved",
213
+ "value": "resolved"
214
+ },
215
+ {
216
+ "name": "Pending",
217
+ "value": "pending"
218
+ },
219
+ {
220
+ "name": "Snoozed",
221
+ "value": "snoozed"
222
+ }
223
+ ],
224
+ "routing": {
225
+ "send": {
226
+ "type": "query",
227
+ "property": "status",
228
+ "value": "={{ $value }}",
229
+ "propertyInDotNotation": false
230
+ }
231
+ },
232
+ "displayOptions": {
233
+ "show": {
234
+ "resource": [
235
+ "Conversations"
236
+ ],
237
+ "operation": [
238
+ "Conversation List Meta"
239
+ ]
240
+ }
241
+ }
242
+ },
243
+ {
244
+ "displayName": "Q",
245
+ "name": "q",
246
+ "description": "Filters conversations with messages containing the search term",
247
+ "default": "",
248
+ "type": "string",
249
+ "routing": {
250
+ "send": {
251
+ "type": "query",
252
+ "property": "q",
253
+ "value": "={{ $value }}",
254
+ "propertyInDotNotation": false
255
+ }
256
+ },
257
+ "displayOptions": {
258
+ "show": {
259
+ "resource": [
260
+ "Conversations"
261
+ ],
262
+ "operation": [
263
+ "Conversation List Meta"
264
+ ]
265
+ }
266
+ }
267
+ },
268
+ {
269
+ "displayName": "Inbox Id",
270
+ "name": "inbox_id",
271
+ "default": 0,
272
+ "type": "number",
273
+ "routing": {
274
+ "send": {
275
+ "type": "query",
276
+ "property": "inbox_id",
277
+ "value": "={{ $value }}",
278
+ "propertyInDotNotation": false
279
+ }
280
+ },
281
+ "displayOptions": {
282
+ "show": {
283
+ "resource": [
284
+ "Conversations"
285
+ ],
286
+ "operation": [
287
+ "Conversation List Meta"
288
+ ]
289
+ }
290
+ }
291
+ },
292
+ {
293
+ "displayName": "Team Id",
294
+ "name": "team_id",
295
+ "default": 0,
296
+ "type": "number",
297
+ "routing": {
298
+ "send": {
299
+ "type": "query",
300
+ "property": "team_id",
301
+ "value": "={{ $value }}",
302
+ "propertyInDotNotation": false
303
+ }
304
+ },
305
+ "displayOptions": {
306
+ "show": {
307
+ "resource": [
308
+ "Conversations"
309
+ ],
310
+ "operation": [
311
+ "Conversation List Meta"
312
+ ]
313
+ }
314
+ }
315
+ },
316
+ {
317
+ "displayName": "Labels",
318
+ "name": "labels",
319
+ "default": "[\n null\n]",
320
+ "type": "json",
321
+ "routing": {
322
+ "send": {
323
+ "type": "query",
324
+ "property": "labels",
325
+ "value": "={{ $value }}",
326
+ "propertyInDotNotation": false
327
+ }
328
+ },
329
+ "displayOptions": {
330
+ "show": {
331
+ "resource": [
332
+ "Conversations"
333
+ ],
334
+ "operation": [
335
+ "Conversation List Meta"
336
+ ]
337
+ }
338
+ }
339
+ },
340
+ {
341
+ "displayName": "GET /api/v1/accounts/{account_id}/conversations",
342
+ "name": "operation",
343
+ "type": "notice",
344
+ "typeOptions": {
345
+ "theme": "info"
346
+ },
347
+ "default": "",
348
+ "displayOptions": {
349
+ "show": {
350
+ "resource": [
351
+ "Conversations"
352
+ ],
353
+ "operation": [
354
+ "Conversation List"
355
+ ]
356
+ }
357
+ }
358
+ },
359
+ {
360
+ "displayName": "Assignee Type",
361
+ "name": "assignee_type",
362
+ "description": "Filter conversations by assignee type.",
363
+ "default": "all",
364
+ "type": "options",
365
+ "options": [
366
+ {
367
+ "name": "Me",
368
+ "value": "me"
369
+ },
370
+ {
371
+ "name": "Unassigned",
372
+ "value": "unassigned"
373
+ },
374
+ {
375
+ "name": "All",
376
+ "value": "all"
377
+ },
378
+ {
379
+ "name": "Assigned",
380
+ "value": "assigned"
381
+ }
382
+ ],
383
+ "routing": {
384
+ "send": {
385
+ "type": "query",
386
+ "property": "assignee_type",
387
+ "value": "={{ $value }}",
388
+ "propertyInDotNotation": false
389
+ }
390
+ },
391
+ "displayOptions": {
392
+ "show": {
393
+ "resource": [
394
+ "Conversations"
395
+ ],
396
+ "operation": [
397
+ "Conversation List"
398
+ ]
399
+ }
400
+ }
401
+ },
402
+ {
403
+ "displayName": "Status",
404
+ "name": "status",
405
+ "description": "Filter by conversation status.",
406
+ "default": "open",
407
+ "type": "options",
408
+ "options": [
409
+ {
410
+ "name": "All",
411
+ "value": "all"
412
+ },
413
+ {
414
+ "name": "Open",
415
+ "value": "open"
416
+ },
417
+ {
418
+ "name": "Resolved",
419
+ "value": "resolved"
420
+ },
421
+ {
422
+ "name": "Pending",
423
+ "value": "pending"
424
+ },
425
+ {
426
+ "name": "Snoozed",
427
+ "value": "snoozed"
428
+ }
429
+ ],
430
+ "routing": {
431
+ "send": {
432
+ "type": "query",
433
+ "property": "status",
434
+ "value": "={{ $value }}",
435
+ "propertyInDotNotation": false
436
+ }
437
+ },
438
+ "displayOptions": {
439
+ "show": {
440
+ "resource": [
441
+ "Conversations"
442
+ ],
443
+ "operation": [
444
+ "Conversation List"
445
+ ]
446
+ }
447
+ }
448
+ },
449
+ {
450
+ "displayName": "Q",
451
+ "name": "q",
452
+ "description": "Filters conversations with messages containing the search term",
453
+ "default": "",
454
+ "type": "string",
455
+ "routing": {
456
+ "send": {
457
+ "type": "query",
458
+ "property": "q",
459
+ "value": "={{ $value }}",
460
+ "propertyInDotNotation": false
461
+ }
462
+ },
463
+ "displayOptions": {
464
+ "show": {
465
+ "resource": [
466
+ "Conversations"
467
+ ],
468
+ "operation": [
469
+ "Conversation List"
470
+ ]
471
+ }
472
+ }
473
+ },
474
+ {
475
+ "displayName": "Inbox Id",
476
+ "name": "inbox_id",
477
+ "default": 0,
478
+ "type": "number",
479
+ "routing": {
480
+ "send": {
481
+ "type": "query",
482
+ "property": "inbox_id",
483
+ "value": "={{ $value }}",
484
+ "propertyInDotNotation": false
485
+ }
486
+ },
487
+ "displayOptions": {
488
+ "show": {
489
+ "resource": [
490
+ "Conversations"
491
+ ],
492
+ "operation": [
493
+ "Conversation List"
494
+ ]
495
+ }
496
+ }
497
+ },
498
+ {
499
+ "displayName": "Team Id",
500
+ "name": "team_id",
501
+ "default": 0,
502
+ "type": "number",
503
+ "routing": {
504
+ "send": {
505
+ "type": "query",
506
+ "property": "team_id",
507
+ "value": "={{ $value }}",
508
+ "propertyInDotNotation": false
509
+ }
510
+ },
511
+ "displayOptions": {
512
+ "show": {
513
+ "resource": [
514
+ "Conversations"
515
+ ],
516
+ "operation": [
517
+ "Conversation List"
518
+ ]
519
+ }
520
+ }
521
+ },
522
+ {
523
+ "displayName": "Labels",
524
+ "name": "labels",
525
+ "default": "[\n null\n]",
526
+ "type": "json",
527
+ "routing": {
528
+ "send": {
529
+ "type": "query",
530
+ "property": "labels",
531
+ "value": "={{ $value }}",
532
+ "propertyInDotNotation": false
533
+ }
534
+ },
535
+ "displayOptions": {
536
+ "show": {
537
+ "resource": [
538
+ "Conversations"
539
+ ],
540
+ "operation": [
541
+ "Conversation List"
542
+ ]
543
+ }
544
+ }
545
+ },
546
+ {
547
+ "displayName": "Page",
548
+ "name": "page",
549
+ "description": "paginate through conversations",
550
+ "default": 1,
551
+ "type": "number",
552
+ "routing": {
553
+ "send": {
554
+ "type": "query",
555
+ "property": "page",
556
+ "value": "={{ $value }}",
557
+ "propertyInDotNotation": false
558
+ }
559
+ },
560
+ "displayOptions": {
561
+ "show": {
562
+ "resource": [
563
+ "Conversations"
564
+ ],
565
+ "operation": [
566
+ "Conversation List"
567
+ ]
568
+ }
569
+ }
570
+ },
571
+ {
572
+ "displayName": "POST /api/v1/accounts/{account_id}/conversations",
573
+ "name": "operation",
574
+ "type": "notice",
575
+ "typeOptions": {
576
+ "theme": "info"
577
+ },
578
+ "default": "",
579
+ "displayOptions": {
580
+ "show": {
581
+ "resource": [
582
+ "Conversations"
583
+ ],
584
+ "operation": [
585
+ "New Conversation"
586
+ ]
587
+ }
588
+ }
589
+ },
590
+ {
591
+ "required": true,
592
+ "displayName": "Source Id",
593
+ "name": "source_id",
594
+ "type": "string",
595
+ "default": "1234567890",
596
+ "description": "Conversation source id",
597
+ "routing": {
598
+ "send": {
599
+ "property": "source_id",
600
+ "propertyInDotNotation": false,
601
+ "type": "body",
602
+ "value": "={{ $value }}"
603
+ }
604
+ },
605
+ "displayOptions": {
606
+ "show": {
607
+ "resource": [
608
+ "Conversations"
609
+ ],
610
+ "operation": [
611
+ "New Conversation"
612
+ ]
613
+ }
614
+ }
615
+ },
616
+ {
617
+ "displayName": "Inbox Id",
618
+ "name": "inbox_id",
619
+ "type": "number",
620
+ "default": 1,
621
+ "description": "Id of inbox in which the conversation is created <br/> Allowed Inbox Types: Website, Phone, Api, Email",
622
+ "routing": {
623
+ "send": {
624
+ "property": "inbox_id",
625
+ "propertyInDotNotation": false,
626
+ "type": "body",
627
+ "value": "={{ $value }}"
628
+ }
629
+ },
630
+ "displayOptions": {
631
+ "show": {
632
+ "resource": [
633
+ "Conversations"
634
+ ],
635
+ "operation": [
636
+ "New Conversation"
637
+ ]
638
+ }
639
+ }
640
+ },
641
+ {
642
+ "displayName": "Contact Id",
643
+ "name": "contact_id",
644
+ "type": "number",
645
+ "default": 1,
646
+ "description": "Contact Id for which conversation is created",
647
+ "routing": {
648
+ "send": {
649
+ "property": "contact_id",
650
+ "propertyInDotNotation": false,
651
+ "type": "body",
652
+ "value": "={{ $value }}"
653
+ }
654
+ },
655
+ "displayOptions": {
656
+ "show": {
657
+ "resource": [
658
+ "Conversations"
659
+ ],
660
+ "operation": [
661
+ "New Conversation"
662
+ ]
663
+ }
664
+ }
665
+ },
666
+ {
667
+ "displayName": "Additional Attributes",
668
+ "name": "additional_attributes",
669
+ "type": "json",
670
+ "default": "{\n \"browser\": \"Chrome\",\n \"browser_version\": \"89.0.4389.82\",\n \"os\": \"Windows\",\n \"os_version\": \"10\"\n}",
671
+ "description": "Lets you specify attributes like browser information",
672
+ "routing": {
673
+ "send": {
674
+ "property": "additional_attributes",
675
+ "propertyInDotNotation": false,
676
+ "type": "body",
677
+ "value": "={{ JSON.parse($value) }}"
678
+ }
679
+ },
680
+ "displayOptions": {
681
+ "show": {
682
+ "resource": [
683
+ "Conversations"
684
+ ],
685
+ "operation": [
686
+ "New Conversation"
687
+ ]
688
+ }
689
+ }
690
+ },
691
+ {
692
+ "displayName": "Custom Attributes",
693
+ "name": "custom_attributes",
694
+ "type": "json",
695
+ "default": "{\n \"attribute_key\": \"attribute_value\",\n \"priority_conversation_number\": 3\n}",
696
+ "description": "The object to save custom attributes for conversation, accepts custom attributes key and value",
697
+ "routing": {
698
+ "send": {
699
+ "property": "custom_attributes",
700
+ "propertyInDotNotation": false,
701
+ "type": "body",
702
+ "value": "={{ JSON.parse($value) }}"
703
+ }
704
+ },
705
+ "displayOptions": {
706
+ "show": {
707
+ "resource": [
708
+ "Conversations"
709
+ ],
710
+ "operation": [
711
+ "New Conversation"
712
+ ]
713
+ }
714
+ }
715
+ },
716
+ {
717
+ "displayName": "Status",
718
+ "name": "status",
719
+ "type": "options",
720
+ "default": "open",
721
+ "description": "Specify the conversation whether it's pending, open, closed",
722
+ "options": [
723
+ {
724
+ "name": "Open",
725
+ "value": "open"
726
+ },
727
+ {
728
+ "name": "Resolved",
729
+ "value": "resolved"
730
+ },
731
+ {
732
+ "name": "Pending",
733
+ "value": "pending"
734
+ }
735
+ ],
736
+ "routing": {
737
+ "send": {
738
+ "property": "status",
739
+ "propertyInDotNotation": false,
740
+ "type": "body",
741
+ "value": "={{ $value }}"
742
+ }
743
+ },
744
+ "displayOptions": {
745
+ "show": {
746
+ "resource": [
747
+ "Conversations"
748
+ ],
749
+ "operation": [
750
+ "New Conversation"
751
+ ]
752
+ }
753
+ }
754
+ },
755
+ {
756
+ "displayName": "Assignee Id",
757
+ "name": "assignee_id",
758
+ "type": "number",
759
+ "default": 1,
760
+ "description": "Agent Id for assigning a conversation to an agent",
761
+ "routing": {
762
+ "send": {
763
+ "property": "assignee_id",
764
+ "propertyInDotNotation": false,
765
+ "type": "body",
766
+ "value": "={{ $value }}"
767
+ }
768
+ },
769
+ "displayOptions": {
770
+ "show": {
771
+ "resource": [
772
+ "Conversations"
773
+ ],
774
+ "operation": [
775
+ "New Conversation"
776
+ ]
777
+ }
778
+ }
779
+ },
780
+ {
781
+ "displayName": "Team Id",
782
+ "name": "team_id",
783
+ "type": "number",
784
+ "default": 1,
785
+ "description": "Team Id for assigning a conversation to a team\\",
786
+ "routing": {
787
+ "send": {
788
+ "property": "team_id",
789
+ "propertyInDotNotation": false,
790
+ "type": "body",
791
+ "value": "={{ $value }}"
792
+ }
793
+ },
794
+ "displayOptions": {
795
+ "show": {
796
+ "resource": [
797
+ "Conversations"
798
+ ],
799
+ "operation": [
800
+ "New Conversation"
801
+ ]
802
+ }
803
+ }
804
+ },
805
+ {
806
+ "displayName": "Snoozed Until",
807
+ "name": "snoozed_until",
808
+ "type": "string",
809
+ "default": "2030-07-21T17:32:28Z",
810
+ "description": "Snoozed until date time",
811
+ "routing": {
812
+ "send": {
813
+ "property": "snoozed_until",
814
+ "propertyInDotNotation": false,
815
+ "type": "body",
816
+ "value": "={{ $value }}"
817
+ }
818
+ },
819
+ "displayOptions": {
820
+ "show": {
821
+ "resource": [
822
+ "Conversations"
823
+ ],
824
+ "operation": [
825
+ "New Conversation"
826
+ ]
827
+ }
828
+ }
829
+ },
830
+ {
831
+ "displayName": "Message",
832
+ "name": "message",
833
+ "type": "json",
834
+ "default": "{\n \"content\": \"Hello, how can I help you?\",\n \"template_params\": {\n \"name\": \"sample_issue_resolution\",\n \"category\": \"UTILITY\",\n \"language\": \"en_US\",\n \"processed_params\": {\n \"1\": \"Chatwoot\"\n }\n }\n}",
835
+ "description": "The initial message to be sent to the conversation",
836
+ "routing": {
837
+ "send": {
838
+ "property": "message",
839
+ "propertyInDotNotation": false,
840
+ "type": "body",
841
+ "value": "={{ JSON.parse($value) }}"
842
+ }
843
+ },
844
+ "displayOptions": {
845
+ "show": {
846
+ "resource": [
847
+ "Conversations"
848
+ ],
849
+ "operation": [
850
+ "New Conversation"
851
+ ]
852
+ }
853
+ }
854
+ },
855
+ {
856
+ "displayName": "POST /api/v1/accounts/{account_id}/conversations/filter",
857
+ "name": "operation",
858
+ "type": "notice",
859
+ "typeOptions": {
860
+ "theme": "info"
861
+ },
862
+ "default": "",
863
+ "displayOptions": {
864
+ "show": {
865
+ "resource": [
866
+ "Conversations"
867
+ ],
868
+ "operation": [
869
+ "Conversation Filter"
870
+ ]
871
+ }
872
+ }
873
+ },
874
+ {
875
+ "displayName": "Page",
876
+ "name": "page",
877
+ "default": 0,
878
+ "type": "number",
879
+ "routing": {
880
+ "send": {
881
+ "type": "query",
882
+ "property": "page",
883
+ "value": "={{ $value }}",
884
+ "propertyInDotNotation": false
885
+ }
886
+ },
887
+ "displayOptions": {
888
+ "show": {
889
+ "resource": [
890
+ "Conversations"
891
+ ],
892
+ "operation": [
893
+ "Conversation Filter"
894
+ ]
895
+ }
896
+ }
897
+ },
898
+ {
899
+ "displayName": "Payload",
900
+ "name": "payload",
901
+ "type": "json",
902
+ "default": "[\n {\n \"attribute_key\": \"browser_language\",\n \"filter_operator\": \"not_equal_to\",\n \"values\": [\n \"en\"\n ],\n \"query_operator\": \"AND\"\n },\n {\n \"attribute_key\": \"status\",\n \"filter_operator\": \"equal_to\",\n \"values\": [\n \"pending\"\n ],\n \"query_operator\": null\n }\n]",
903
+ "routing": {
904
+ "send": {
905
+ "property": "payload",
906
+ "propertyInDotNotation": false,
907
+ "type": "body",
908
+ "value": "={{ JSON.parse($value) }}"
909
+ }
910
+ },
911
+ "displayOptions": {
912
+ "show": {
913
+ "resource": [
914
+ "Conversations"
915
+ ],
916
+ "operation": [
917
+ "Conversation Filter"
918
+ ]
919
+ }
920
+ }
921
+ },
922
+ {
923
+ "displayName": "GET /api/v1/accounts/{account_id}/conversations/{conversation_id}",
924
+ "name": "operation",
925
+ "type": "notice",
926
+ "typeOptions": {
927
+ "theme": "info"
928
+ },
929
+ "default": "",
930
+ "displayOptions": {
931
+ "show": {
932
+ "resource": [
933
+ "Conversations"
934
+ ],
935
+ "operation": [
936
+ "Get Details Of A Conversation"
937
+ ]
938
+ }
939
+ }
940
+ },
941
+ {
942
+ "displayName": "PATCH /api/v1/accounts/{account_id}/conversations/{conversation_id}",
943
+ "name": "operation",
944
+ "type": "notice",
945
+ "typeOptions": {
946
+ "theme": "info"
947
+ },
948
+ "default": "",
949
+ "displayOptions": {
950
+ "show": {
951
+ "resource": [
952
+ "Conversations"
953
+ ],
954
+ "operation": [
955
+ "Update Conversation"
956
+ ]
957
+ }
958
+ }
959
+ },
960
+ {
961
+ "displayName": "Priority",
962
+ "name": "priority",
963
+ "type": "options",
964
+ "default": "high",
965
+ "description": "The priority of the conversation",
966
+ "options": [
967
+ {
968
+ "name": "Urgent",
969
+ "value": "urgent"
970
+ },
971
+ {
972
+ "name": "High",
973
+ "value": "high"
974
+ },
975
+ {
976
+ "name": "Medium",
977
+ "value": "medium"
978
+ },
979
+ {
980
+ "name": "Low",
981
+ "value": "low"
982
+ },
983
+ {
984
+ "name": "None",
985
+ "value": "none"
986
+ }
987
+ ],
988
+ "routing": {
989
+ "send": {
990
+ "property": "priority",
991
+ "propertyInDotNotation": false,
992
+ "type": "body",
993
+ "value": "={{ $value }}"
994
+ }
995
+ },
996
+ "displayOptions": {
997
+ "show": {
998
+ "resource": [
999
+ "Conversations"
1000
+ ],
1001
+ "operation": [
1002
+ "Update Conversation"
1003
+ ]
1004
+ }
1005
+ }
1006
+ },
1007
+ {
1008
+ "displayName": "Sla Policy Id",
1009
+ "name": "sla_policy_id",
1010
+ "type": "number",
1011
+ "default": 1,
1012
+ "description": "The ID of the SLA policy (Available only in Enterprise edition)",
1013
+ "routing": {
1014
+ "send": {
1015
+ "property": "sla_policy_id",
1016
+ "propertyInDotNotation": false,
1017
+ "type": "body",
1018
+ "value": "={{ $value }}"
1019
+ }
1020
+ },
1021
+ "displayOptions": {
1022
+ "show": {
1023
+ "resource": [
1024
+ "Conversations"
1025
+ ],
1026
+ "operation": [
1027
+ "Update Conversation"
1028
+ ]
1029
+ }
1030
+ }
1031
+ },
1032
+ {
1033
+ "displayName": "POST /api/v1/accounts/{account_id}/conversations/{conversation_id}/toggle_status",
1034
+ "name": "operation",
1035
+ "type": "notice",
1036
+ "typeOptions": {
1037
+ "theme": "info"
1038
+ },
1039
+ "default": "",
1040
+ "displayOptions": {
1041
+ "show": {
1042
+ "resource": [
1043
+ "Conversations"
1044
+ ],
1045
+ "operation": [
1046
+ "Toggle Status Of A Conversation"
1047
+ ]
1048
+ }
1049
+ }
1050
+ },
1051
+ {
1052
+ "required": true,
1053
+ "displayName": "Status",
1054
+ "name": "status",
1055
+ "type": "options",
1056
+ "default": "open",
1057
+ "description": "The status of the conversation",
1058
+ "options": [
1059
+ {
1060
+ "name": "Open",
1061
+ "value": "open"
1062
+ },
1063
+ {
1064
+ "name": "Resolved",
1065
+ "value": "resolved"
1066
+ },
1067
+ {
1068
+ "name": "Pending",
1069
+ "value": "pending"
1070
+ },
1071
+ {
1072
+ "name": "Snoozed",
1073
+ "value": "snoozed"
1074
+ }
1075
+ ],
1076
+ "routing": {
1077
+ "send": {
1078
+ "property": "status",
1079
+ "propertyInDotNotation": false,
1080
+ "type": "body",
1081
+ "value": "={{ $value }}"
1082
+ }
1083
+ },
1084
+ "displayOptions": {
1085
+ "show": {
1086
+ "resource": [
1087
+ "Conversations"
1088
+ ],
1089
+ "operation": [
1090
+ "Toggle Status Of A Conversation"
1091
+ ]
1092
+ }
1093
+ }
1094
+ },
1095
+ {
1096
+ "displayName": "Snoozed Until",
1097
+ "name": "snoozed_until",
1098
+ "type": "number",
1099
+ "default": 1757506877,
1100
+ "description": "When status is `snoozed`, schedule the reopen time as a Unix timestamp in seconds. If not provided, the conversation is snoozed until the next customer reply. The conversation always reopens when the customer replies.",
1101
+ "routing": {
1102
+ "send": {
1103
+ "property": "snoozed_until",
1104
+ "propertyInDotNotation": false,
1105
+ "type": "body",
1106
+ "value": "={{ $value }}"
1107
+ }
1108
+ },
1109
+ "displayOptions": {
1110
+ "show": {
1111
+ "resource": [
1112
+ "Conversations"
1113
+ ],
1114
+ "operation": [
1115
+ "Toggle Status Of A Conversation"
1116
+ ]
1117
+ }
1118
+ }
1119
+ },
1120
+ {
1121
+ "displayName": "POST /api/v1/accounts/{account_id}/conversations/{conversation_id}/toggle_priority",
1122
+ "name": "operation",
1123
+ "type": "notice",
1124
+ "typeOptions": {
1125
+ "theme": "info"
1126
+ },
1127
+ "default": "",
1128
+ "displayOptions": {
1129
+ "show": {
1130
+ "resource": [
1131
+ "Conversations"
1132
+ ],
1133
+ "operation": [
1134
+ "Toggle Priority Of A Conversation"
1135
+ ]
1136
+ }
1137
+ }
1138
+ },
1139
+ {
1140
+ "required": true,
1141
+ "displayName": "Priority",
1142
+ "name": "priority",
1143
+ "type": "options",
1144
+ "default": "high",
1145
+ "description": "The priority of the conversation",
1146
+ "options": [
1147
+ {
1148
+ "name": "Urgent",
1149
+ "value": "urgent"
1150
+ },
1151
+ {
1152
+ "name": "High",
1153
+ "value": "high"
1154
+ },
1155
+ {
1156
+ "name": "Medium",
1157
+ "value": "medium"
1158
+ },
1159
+ {
1160
+ "name": "Low",
1161
+ "value": "low"
1162
+ },
1163
+ {
1164
+ "name": "None",
1165
+ "value": "none"
1166
+ }
1167
+ ],
1168
+ "routing": {
1169
+ "send": {
1170
+ "property": "priority",
1171
+ "propertyInDotNotation": false,
1172
+ "type": "body",
1173
+ "value": "={{ $value }}"
1174
+ }
1175
+ },
1176
+ "displayOptions": {
1177
+ "show": {
1178
+ "resource": [
1179
+ "Conversations"
1180
+ ],
1181
+ "operation": [
1182
+ "Toggle Priority Of A Conversation"
1183
+ ]
1184
+ }
1185
+ }
1186
+ },
1187
+ {
1188
+ "displayName": "POST /api/v1/accounts/{account_id}/conversations/{conversation_id}/toggle_typing_status",
1189
+ "name": "operation",
1190
+ "type": "notice",
1191
+ "typeOptions": {
1192
+ "theme": "info"
1193
+ },
1194
+ "default": "",
1195
+ "displayOptions": {
1196
+ "show": {
1197
+ "resource": [
1198
+ "Conversations"
1199
+ ],
1200
+ "operation": [
1201
+ "Toggle Typing Status Of A Conversation"
1202
+ ]
1203
+ }
1204
+ }
1205
+ },
1206
+ {
1207
+ "required": true,
1208
+ "displayName": "Typing Status",
1209
+ "name": "typing_status",
1210
+ "type": "options",
1211
+ "default": "on",
1212
+ "description": "Typing status to set.",
1213
+ "options": [
1214
+ {
1215
+ "name": "On",
1216
+ "value": "on"
1217
+ },
1218
+ {
1219
+ "name": "Off",
1220
+ "value": "off"
1221
+ }
1222
+ ],
1223
+ "routing": {
1224
+ "send": {
1225
+ "property": "typing_status",
1226
+ "propertyInDotNotation": false,
1227
+ "type": "body",
1228
+ "value": "={{ $value }}"
1229
+ }
1230
+ },
1231
+ "displayOptions": {
1232
+ "show": {
1233
+ "resource": [
1234
+ "Conversations"
1235
+ ],
1236
+ "operation": [
1237
+ "Toggle Typing Status Of A Conversation"
1238
+ ]
1239
+ }
1240
+ }
1241
+ },
1242
+ {
1243
+ "displayName": "Is Private",
1244
+ "name": "is_private",
1245
+ "type": "boolean",
1246
+ "default": false,
1247
+ "description": "Whether the typing event is for private notes.",
1248
+ "routing": {
1249
+ "send": {
1250
+ "property": "is_private",
1251
+ "propertyInDotNotation": false,
1252
+ "type": "body",
1253
+ "value": "={{ $value }}"
1254
+ }
1255
+ },
1256
+ "displayOptions": {
1257
+ "show": {
1258
+ "resource": [
1259
+ "Conversations"
1260
+ ],
1261
+ "operation": [
1262
+ "Toggle Typing Status Of A Conversation"
1263
+ ]
1264
+ }
1265
+ }
1266
+ },
1267
+ {
1268
+ "displayName": "POST /api/v1/accounts/{account_id}/conversations/{conversation_id}/custom_attributes",
1269
+ "name": "operation",
1270
+ "type": "notice",
1271
+ "typeOptions": {
1272
+ "theme": "info"
1273
+ },
1274
+ "default": "",
1275
+ "displayOptions": {
1276
+ "show": {
1277
+ "resource": [
1278
+ "Conversations"
1279
+ ],
1280
+ "operation": [
1281
+ "Update Custom Attributes Of A Conversation"
1282
+ ]
1283
+ }
1284
+ }
1285
+ },
1286
+ {
1287
+ "required": true,
1288
+ "displayName": "Custom Attributes",
1289
+ "name": "custom_attributes",
1290
+ "type": "json",
1291
+ "default": "{\n \"order_id\": \"12345\",\n \"previous_conversation\": \"67890\"\n}",
1292
+ "description": "The custom attributes to be set for the conversation",
1293
+ "routing": {
1294
+ "send": {
1295
+ "property": "custom_attributes",
1296
+ "propertyInDotNotation": false,
1297
+ "type": "body",
1298
+ "value": "={{ JSON.parse($value) }}"
1299
+ }
1300
+ },
1301
+ "displayOptions": {
1302
+ "show": {
1303
+ "resource": [
1304
+ "Conversations"
1305
+ ],
1306
+ "operation": [
1307
+ "Update Custom Attributes Of A Conversation"
1308
+ ]
1309
+ }
1310
+ }
1311
+ },
1312
+ {
1313
+ "displayName": "GET /api/v1/accounts/{account_id}/conversations/{conversation_id}/labels",
1314
+ "name": "operation",
1315
+ "type": "notice",
1316
+ "typeOptions": {
1317
+ "theme": "info"
1318
+ },
1319
+ "default": "",
1320
+ "displayOptions": {
1321
+ "show": {
1322
+ "resource": [
1323
+ "Conversations"
1324
+ ],
1325
+ "operation": [
1326
+ "List All Labels Of A Conversation"
1327
+ ]
1328
+ }
1329
+ }
1330
+ },
1331
+ {
1332
+ "displayName": "POST /api/v1/accounts/{account_id}/conversations/{conversation_id}/labels",
1333
+ "name": "operation",
1334
+ "type": "notice",
1335
+ "typeOptions": {
1336
+ "theme": "info"
1337
+ },
1338
+ "default": "",
1339
+ "displayOptions": {
1340
+ "show": {
1341
+ "resource": [
1342
+ "Conversations"
1343
+ ],
1344
+ "operation": [
1345
+ "Conversation Add Labels"
1346
+ ]
1347
+ }
1348
+ }
1349
+ },
1350
+ {
1351
+ "required": true,
1352
+ "displayName": "Labels",
1353
+ "name": "labels",
1354
+ "type": "json",
1355
+ "default": "[\n \"support\",\n \"billing\"\n]",
1356
+ "description": "Array of labels (comma-separated strings)",
1357
+ "routing": {
1358
+ "send": {
1359
+ "property": "labels",
1360
+ "propertyInDotNotation": false,
1361
+ "type": "body",
1362
+ "value": "={{ JSON.parse($value) }}"
1363
+ }
1364
+ },
1365
+ "displayOptions": {
1366
+ "show": {
1367
+ "resource": [
1368
+ "Conversations"
1369
+ ],
1370
+ "operation": [
1371
+ "Conversation Add Labels"
1372
+ ]
1373
+ }
1374
+ }
1375
+ },
1376
+ {
1377
+ "displayName": "GET /api/v1/accounts/{account_id}/conversations/{conversation_id}/reporting_events",
1378
+ "name": "operation",
1379
+ "type": "notice",
1380
+ "typeOptions": {
1381
+ "theme": "info"
1382
+ },
1383
+ "default": "",
1384
+ "displayOptions": {
1385
+ "show": {
1386
+ "resource": [
1387
+ "Conversations"
1388
+ ],
1389
+ "operation": [
1390
+ "Get Conversation Reporting Events"
1391
+ ]
1392
+ }
1393
+ }
1394
+ },
1395
+ ];
1396
+ //# sourceMappingURL=index.js.map