@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,527 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.accountAgentBotsDescription = void 0;
|
|
4
|
+
exports.accountAgentBotsDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Account Agent Bots"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "List All Account Agent Bots",
|
|
20
|
+
"value": "List All Account Agent Bots",
|
|
21
|
+
"action": "List all AgentBots",
|
|
22
|
+
"description": "List all agent bots available for the current account",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "GET",
|
|
26
|
+
"url": "=/api/v1/accounts/{{$parameter[\"account_id\"]}}/agent_bots"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "Create An Account Agent Bot",
|
|
32
|
+
"value": "Create An Account Agent Bot",
|
|
33
|
+
"action": "Create an Agent Bot",
|
|
34
|
+
"description": "Create an agent bot in the account",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "POST",
|
|
38
|
+
"url": "=/api/v1/accounts/{{$parameter[\"account_id\"]}}/agent_bots"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Get Details Of A Single Account Agent Bot",
|
|
44
|
+
"value": "Get Details Of A Single Account Agent Bot",
|
|
45
|
+
"action": "Get an agent bot details",
|
|
46
|
+
"description": "Get the details of an agent bot in the account",
|
|
47
|
+
"routing": {
|
|
48
|
+
"request": {
|
|
49
|
+
"method": "GET",
|
|
50
|
+
"url": "=/api/v1/accounts/{{$parameter[\"account_id\"]}}/agent_bots/{{$parameter[\"id\"]}}"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "Update An Account Agent Bot",
|
|
56
|
+
"value": "Update An Account Agent Bot",
|
|
57
|
+
"action": "Update an agent bot",
|
|
58
|
+
"description": "Update an agent bot's attributes",
|
|
59
|
+
"routing": {
|
|
60
|
+
"request": {
|
|
61
|
+
"method": "PATCH",
|
|
62
|
+
"url": "=/api/v1/accounts/{{$parameter[\"account_id\"]}}/agent_bots/{{$parameter[\"id\"]}}"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "Delete An Account Agent Bot",
|
|
68
|
+
"value": "Delete An Account Agent Bot",
|
|
69
|
+
"action": "Delete an AgentBot",
|
|
70
|
+
"description": "Delete an AgentBot from the account",
|
|
71
|
+
"routing": {
|
|
72
|
+
"request": {
|
|
73
|
+
"method": "DELETE",
|
|
74
|
+
"url": "=/api/v1/accounts/{{$parameter[\"account_id\"]}}/agent_bots/{{$parameter[\"id\"]}}"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
"default": ""
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"displayName": "GET /api/v1/accounts/{account_id}/agent_bots",
|
|
83
|
+
"name": "operation",
|
|
84
|
+
"type": "notice",
|
|
85
|
+
"typeOptions": {
|
|
86
|
+
"theme": "info"
|
|
87
|
+
},
|
|
88
|
+
"default": "",
|
|
89
|
+
"displayOptions": {
|
|
90
|
+
"show": {
|
|
91
|
+
"resource": [
|
|
92
|
+
"Account Agent Bots"
|
|
93
|
+
],
|
|
94
|
+
"operation": [
|
|
95
|
+
"List All Account Agent Bots"
|
|
96
|
+
]
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"displayName": "POST /api/v1/accounts/{account_id}/agent_bots",
|
|
102
|
+
"name": "operation",
|
|
103
|
+
"type": "notice",
|
|
104
|
+
"typeOptions": {
|
|
105
|
+
"theme": "info"
|
|
106
|
+
},
|
|
107
|
+
"default": "",
|
|
108
|
+
"displayOptions": {
|
|
109
|
+
"show": {
|
|
110
|
+
"resource": [
|
|
111
|
+
"Account Agent Bots"
|
|
112
|
+
],
|
|
113
|
+
"operation": [
|
|
114
|
+
"Create An Account Agent Bot"
|
|
115
|
+
]
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"displayName": "Name",
|
|
121
|
+
"name": "name",
|
|
122
|
+
"type": "string",
|
|
123
|
+
"default": "My Agent Bot",
|
|
124
|
+
"description": "The name of the agent bot",
|
|
125
|
+
"routing": {
|
|
126
|
+
"send": {
|
|
127
|
+
"property": "name",
|
|
128
|
+
"propertyInDotNotation": false,
|
|
129
|
+
"type": "body",
|
|
130
|
+
"value": "={{ $value }}"
|
|
131
|
+
}
|
|
132
|
+
},
|
|
133
|
+
"displayOptions": {
|
|
134
|
+
"show": {
|
|
135
|
+
"resource": [
|
|
136
|
+
"Account Agent Bots"
|
|
137
|
+
],
|
|
138
|
+
"operation": [
|
|
139
|
+
"Create An Account Agent Bot"
|
|
140
|
+
]
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"displayName": "Description",
|
|
146
|
+
"name": "description",
|
|
147
|
+
"type": "string",
|
|
148
|
+
"default": "This is a sample agent bot",
|
|
149
|
+
"description": "The description of the agent bot",
|
|
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
|
+
"Account Agent Bots"
|
|
162
|
+
],
|
|
163
|
+
"operation": [
|
|
164
|
+
"Create An Account Agent Bot"
|
|
165
|
+
]
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"displayName": "Outgoing Url",
|
|
171
|
+
"name": "outgoing_url",
|
|
172
|
+
"type": "string",
|
|
173
|
+
"default": "https://example.com/webhook",
|
|
174
|
+
"description": "The webhook URL for the bot",
|
|
175
|
+
"routing": {
|
|
176
|
+
"send": {
|
|
177
|
+
"property": "outgoing_url",
|
|
178
|
+
"propertyInDotNotation": false,
|
|
179
|
+
"type": "body",
|
|
180
|
+
"value": "={{ $value }}"
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
"displayOptions": {
|
|
184
|
+
"show": {
|
|
185
|
+
"resource": [
|
|
186
|
+
"Account Agent Bots"
|
|
187
|
+
],
|
|
188
|
+
"operation": [
|
|
189
|
+
"Create An Account Agent Bot"
|
|
190
|
+
]
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"displayName": "Avatar",
|
|
196
|
+
"name": "avatar",
|
|
197
|
+
"type": "string",
|
|
198
|
+
"default": "",
|
|
199
|
+
"description": "Send the form data with the avatar image binary or use the avatar_url",
|
|
200
|
+
"routing": {
|
|
201
|
+
"send": {
|
|
202
|
+
"property": "avatar",
|
|
203
|
+
"propertyInDotNotation": false,
|
|
204
|
+
"type": "body",
|
|
205
|
+
"value": "={{ $value }}"
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
"displayOptions": {
|
|
209
|
+
"show": {
|
|
210
|
+
"resource": [
|
|
211
|
+
"Account Agent Bots"
|
|
212
|
+
],
|
|
213
|
+
"operation": [
|
|
214
|
+
"Create An Account Agent Bot"
|
|
215
|
+
]
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"displayName": "Avatar Url",
|
|
221
|
+
"name": "avatar_url",
|
|
222
|
+
"type": "string",
|
|
223
|
+
"default": "https://example.com/avatar.png",
|
|
224
|
+
"description": "The url to a jpeg, png file for the agent bot avatar",
|
|
225
|
+
"routing": {
|
|
226
|
+
"send": {
|
|
227
|
+
"property": "avatar_url",
|
|
228
|
+
"propertyInDotNotation": false,
|
|
229
|
+
"type": "body",
|
|
230
|
+
"value": "={{ $value }}"
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
"displayOptions": {
|
|
234
|
+
"show": {
|
|
235
|
+
"resource": [
|
|
236
|
+
"Account Agent Bots"
|
|
237
|
+
],
|
|
238
|
+
"operation": [
|
|
239
|
+
"Create An Account Agent Bot"
|
|
240
|
+
]
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"displayName": "Bot Type",
|
|
246
|
+
"name": "bot_type",
|
|
247
|
+
"type": "number",
|
|
248
|
+
"default": 0,
|
|
249
|
+
"description": "The type of the bot (0 for webhook)",
|
|
250
|
+
"routing": {
|
|
251
|
+
"send": {
|
|
252
|
+
"property": "bot_type",
|
|
253
|
+
"propertyInDotNotation": false,
|
|
254
|
+
"type": "body",
|
|
255
|
+
"value": "={{ $value }}"
|
|
256
|
+
}
|
|
257
|
+
},
|
|
258
|
+
"displayOptions": {
|
|
259
|
+
"show": {
|
|
260
|
+
"resource": [
|
|
261
|
+
"Account Agent Bots"
|
|
262
|
+
],
|
|
263
|
+
"operation": [
|
|
264
|
+
"Create An Account Agent Bot"
|
|
265
|
+
]
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
"displayName": "Bot Config",
|
|
271
|
+
"name": "bot_config",
|
|
272
|
+
"type": "json",
|
|
273
|
+
"default": "{}",
|
|
274
|
+
"description": "The configuration for the bot",
|
|
275
|
+
"routing": {
|
|
276
|
+
"send": {
|
|
277
|
+
"property": "bot_config",
|
|
278
|
+
"propertyInDotNotation": false,
|
|
279
|
+
"type": "body",
|
|
280
|
+
"value": "={{ JSON.parse($value) }}"
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
"displayOptions": {
|
|
284
|
+
"show": {
|
|
285
|
+
"resource": [
|
|
286
|
+
"Account Agent Bots"
|
|
287
|
+
],
|
|
288
|
+
"operation": [
|
|
289
|
+
"Create An Account Agent Bot"
|
|
290
|
+
]
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"displayName": "GET /api/v1/accounts/{account_id}/agent_bots/{id}",
|
|
296
|
+
"name": "operation",
|
|
297
|
+
"type": "notice",
|
|
298
|
+
"typeOptions": {
|
|
299
|
+
"theme": "info"
|
|
300
|
+
},
|
|
301
|
+
"default": "",
|
|
302
|
+
"displayOptions": {
|
|
303
|
+
"show": {
|
|
304
|
+
"resource": [
|
|
305
|
+
"Account Agent Bots"
|
|
306
|
+
],
|
|
307
|
+
"operation": [
|
|
308
|
+
"Get Details Of A Single Account Agent Bot"
|
|
309
|
+
]
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"displayName": "PATCH /api/v1/accounts/{account_id}/agent_bots/{id}",
|
|
315
|
+
"name": "operation",
|
|
316
|
+
"type": "notice",
|
|
317
|
+
"typeOptions": {
|
|
318
|
+
"theme": "info"
|
|
319
|
+
},
|
|
320
|
+
"default": "",
|
|
321
|
+
"displayOptions": {
|
|
322
|
+
"show": {
|
|
323
|
+
"resource": [
|
|
324
|
+
"Account Agent Bots"
|
|
325
|
+
],
|
|
326
|
+
"operation": [
|
|
327
|
+
"Update An Account Agent Bot"
|
|
328
|
+
]
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"displayName": "Name",
|
|
334
|
+
"name": "name",
|
|
335
|
+
"type": "string",
|
|
336
|
+
"default": "My Agent Bot",
|
|
337
|
+
"description": "The name of the agent bot",
|
|
338
|
+
"routing": {
|
|
339
|
+
"send": {
|
|
340
|
+
"property": "name",
|
|
341
|
+
"propertyInDotNotation": false,
|
|
342
|
+
"type": "body",
|
|
343
|
+
"value": "={{ $value }}"
|
|
344
|
+
}
|
|
345
|
+
},
|
|
346
|
+
"displayOptions": {
|
|
347
|
+
"show": {
|
|
348
|
+
"resource": [
|
|
349
|
+
"Account Agent Bots"
|
|
350
|
+
],
|
|
351
|
+
"operation": [
|
|
352
|
+
"Update An Account Agent Bot"
|
|
353
|
+
]
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"displayName": "Description",
|
|
359
|
+
"name": "description",
|
|
360
|
+
"type": "string",
|
|
361
|
+
"default": "This is a sample agent bot",
|
|
362
|
+
"description": "The description of the agent bot",
|
|
363
|
+
"routing": {
|
|
364
|
+
"send": {
|
|
365
|
+
"property": "description",
|
|
366
|
+
"propertyInDotNotation": false,
|
|
367
|
+
"type": "body",
|
|
368
|
+
"value": "={{ $value }}"
|
|
369
|
+
}
|
|
370
|
+
},
|
|
371
|
+
"displayOptions": {
|
|
372
|
+
"show": {
|
|
373
|
+
"resource": [
|
|
374
|
+
"Account Agent Bots"
|
|
375
|
+
],
|
|
376
|
+
"operation": [
|
|
377
|
+
"Update An Account Agent Bot"
|
|
378
|
+
]
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"displayName": "Outgoing Url",
|
|
384
|
+
"name": "outgoing_url",
|
|
385
|
+
"type": "string",
|
|
386
|
+
"default": "https://example.com/webhook",
|
|
387
|
+
"description": "The webhook URL for the bot",
|
|
388
|
+
"routing": {
|
|
389
|
+
"send": {
|
|
390
|
+
"property": "outgoing_url",
|
|
391
|
+
"propertyInDotNotation": false,
|
|
392
|
+
"type": "body",
|
|
393
|
+
"value": "={{ $value }}"
|
|
394
|
+
}
|
|
395
|
+
},
|
|
396
|
+
"displayOptions": {
|
|
397
|
+
"show": {
|
|
398
|
+
"resource": [
|
|
399
|
+
"Account Agent Bots"
|
|
400
|
+
],
|
|
401
|
+
"operation": [
|
|
402
|
+
"Update An Account Agent Bot"
|
|
403
|
+
]
|
|
404
|
+
}
|
|
405
|
+
}
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"displayName": "Avatar",
|
|
409
|
+
"name": "avatar",
|
|
410
|
+
"type": "string",
|
|
411
|
+
"default": "",
|
|
412
|
+
"description": "Send the form data with the avatar image binary or use the avatar_url",
|
|
413
|
+
"routing": {
|
|
414
|
+
"send": {
|
|
415
|
+
"property": "avatar",
|
|
416
|
+
"propertyInDotNotation": false,
|
|
417
|
+
"type": "body",
|
|
418
|
+
"value": "={{ $value }}"
|
|
419
|
+
}
|
|
420
|
+
},
|
|
421
|
+
"displayOptions": {
|
|
422
|
+
"show": {
|
|
423
|
+
"resource": [
|
|
424
|
+
"Account Agent Bots"
|
|
425
|
+
],
|
|
426
|
+
"operation": [
|
|
427
|
+
"Update An Account Agent Bot"
|
|
428
|
+
]
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"displayName": "Avatar Url",
|
|
434
|
+
"name": "avatar_url",
|
|
435
|
+
"type": "string",
|
|
436
|
+
"default": "https://example.com/avatar.png",
|
|
437
|
+
"description": "The url to a jpeg, png file for the agent bot avatar",
|
|
438
|
+
"routing": {
|
|
439
|
+
"send": {
|
|
440
|
+
"property": "avatar_url",
|
|
441
|
+
"propertyInDotNotation": false,
|
|
442
|
+
"type": "body",
|
|
443
|
+
"value": "={{ $value }}"
|
|
444
|
+
}
|
|
445
|
+
},
|
|
446
|
+
"displayOptions": {
|
|
447
|
+
"show": {
|
|
448
|
+
"resource": [
|
|
449
|
+
"Account Agent Bots"
|
|
450
|
+
],
|
|
451
|
+
"operation": [
|
|
452
|
+
"Update An Account Agent Bot"
|
|
453
|
+
]
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"displayName": "Bot Type",
|
|
459
|
+
"name": "bot_type",
|
|
460
|
+
"type": "number",
|
|
461
|
+
"default": 0,
|
|
462
|
+
"description": "The type of the bot (0 for webhook)",
|
|
463
|
+
"routing": {
|
|
464
|
+
"send": {
|
|
465
|
+
"property": "bot_type",
|
|
466
|
+
"propertyInDotNotation": false,
|
|
467
|
+
"type": "body",
|
|
468
|
+
"value": "={{ $value }}"
|
|
469
|
+
}
|
|
470
|
+
},
|
|
471
|
+
"displayOptions": {
|
|
472
|
+
"show": {
|
|
473
|
+
"resource": [
|
|
474
|
+
"Account Agent Bots"
|
|
475
|
+
],
|
|
476
|
+
"operation": [
|
|
477
|
+
"Update An Account Agent Bot"
|
|
478
|
+
]
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"displayName": "Bot Config",
|
|
484
|
+
"name": "bot_config",
|
|
485
|
+
"type": "json",
|
|
486
|
+
"default": "{}",
|
|
487
|
+
"description": "The configuration for the bot",
|
|
488
|
+
"routing": {
|
|
489
|
+
"send": {
|
|
490
|
+
"property": "bot_config",
|
|
491
|
+
"propertyInDotNotation": false,
|
|
492
|
+
"type": "body",
|
|
493
|
+
"value": "={{ JSON.parse($value) }}"
|
|
494
|
+
}
|
|
495
|
+
},
|
|
496
|
+
"displayOptions": {
|
|
497
|
+
"show": {
|
|
498
|
+
"resource": [
|
|
499
|
+
"Account Agent Bots"
|
|
500
|
+
],
|
|
501
|
+
"operation": [
|
|
502
|
+
"Update An Account Agent Bot"
|
|
503
|
+
]
|
|
504
|
+
}
|
|
505
|
+
}
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"displayName": "DELETE /api/v1/accounts/{account_id}/agent_bots/{id}",
|
|
509
|
+
"name": "operation",
|
|
510
|
+
"type": "notice",
|
|
511
|
+
"typeOptions": {
|
|
512
|
+
"theme": "info"
|
|
513
|
+
},
|
|
514
|
+
"default": "",
|
|
515
|
+
"displayOptions": {
|
|
516
|
+
"show": {
|
|
517
|
+
"resource": [
|
|
518
|
+
"Account Agent Bots"
|
|
519
|
+
],
|
|
520
|
+
"operation": [
|
|
521
|
+
"Delete An Account Agent Bot"
|
|
522
|
+
]
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
},
|
|
526
|
+
];
|
|
527
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Chatwoot/resources/account-agent-bots/index.ts"],"names":[],"mappings":"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"}
|