@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
package/README.md ADDED
@@ -0,0 +1,26 @@
1
+ # @n8n-dev/n8n-nodes-chatwoot
2
+
3
+ > n8n community node for **chatwoot** API
4
+
5
+ Chatwoot customer engagement platform
6
+
7
+ ## Installation
8
+
9
+ ```bash
10
+ npm install @n8n-dev/n8n-nodes-chatwoot
11
+ ```
12
+
13
+ ## Usage
14
+
15
+ 1. In n8n: **Settings → Community Nodes → Install** → `@n8n-dev/n8n-nodes-chatwoot`
16
+ 2. Add credentials: **chatwoot API** → API Key
17
+ 3. Use the node in your workflows
18
+
19
+ ## Auto-generated
20
+
21
+ This node was auto-generated from an OpenAPI specification using
22
+ [@kelvinzer0/n8n-openapi-node-ultimate](https://github.com/kelvinzer0/n8n-openapi-node-ultimate).
23
+
24
+ ## License
25
+
26
+ MIT
@@ -0,0 +1,10 @@
1
+ import type { IAuthenticateGeneric, Icon, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
2
+ export declare class ChatwootApi implements ICredentialType {
3
+ name: string;
4
+ displayName: string;
5
+ icon: Icon;
6
+ documentationUrl: string;
7
+ properties: INodeProperties[];
8
+ authenticate: IAuthenticateGeneric;
9
+ test: ICredentialTestRequest;
10
+ }
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ChatwootApi = void 0;
4
+ class ChatwootApi {
5
+ constructor() {
6
+ this.name = 'N8nDevChatwootApi';
7
+ this.displayName = 'chatwoot API';
8
+ this.icon = { light: 'file:../nodes/Chatwoot/chatwoot.svg', dark: 'file:../nodes/Chatwoot/chatwoot.dark.svg' };
9
+ this.documentationUrl = '';
10
+ this.properties = [
11
+ {
12
+ displayName: 'Base URL',
13
+ name: 'url',
14
+ type: 'string',
15
+ default: 'https://app.chatwoot.com/',
16
+ required: true,
17
+ placeholder: 'https://app.chatwoot.com/',
18
+ description: 'The base URL of your chatwoot API server',
19
+ },
20
+ {
21
+ displayName: 'API Key',
22
+ name: 'apiKey',
23
+ type: 'string',
24
+ typeOptions: { password: true },
25
+ default: '',
26
+ required: true,
27
+ },
28
+ ];
29
+ this.authenticate = {
30
+ type: 'generic',
31
+ properties: {
32
+ headers: {
33
+ 'api_access_token': '={{$credentials.apiKey}}',
34
+ },
35
+ },
36
+ };
37
+ this.test = {
38
+ request: {
39
+ baseURL: '={{$credentials.url}}',
40
+ url: '/',
41
+ method: 'GET',
42
+ },
43
+ };
44
+ }
45
+ }
46
+ exports.ChatwootApi = ChatwootApi;
47
+ //# sourceMappingURL=ChatwootApi.credentials.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatwootApi.credentials.js","sourceRoot":"","sources":["../../credentials/ChatwootApi.credentials.ts"],"names":[],"mappings":";;;AAQA,MAAa,WAAW;IAAxB;QACC,SAAI,GAAG,mBAAmB,CAAC;QAE3B,gBAAW,GAAG,cAAc,CAAC;QAE7B,SAAI,GAAS,EAAE,KAAK,EAAE,qCAAqC,EAAE,IAAI,EAAE,0CAA0C,EAAE,CAAC;QAEhH,qBAAgB,GAAG,EAAE,CAAC;QAEtB,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,UAAU;gBACvB,IAAI,EAAE,KAAK;gBACX,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,2BAA2B;gBACpC,QAAQ,EAAE,IAAI;gBACd,WAAW,EAAE,2BAA2B;gBACxC,WAAW,EAAE,0CAA0C;aACvD;YACD;gBACC,WAAW,EAAE,SAAS;gBACtB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE;gBAC/B,OAAO,EAAE,EAAE;gBACX,QAAQ,EAAE,IAAI;aACd;SACD,CAAC;QAEF,iBAAY,GAAyB;YACpC,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACX,OAAO,EAAE;oBACR,kBAAkB,EAAE,0BAA0B;iBAC9C;aACD;SACD,CAAC;QAEF,SAAI,GAA2B;YAC9B,OAAO,EAAE;gBACR,OAAO,EAAE,uBAAuB;gBAChC,GAAG,EAAE,GAAG;gBACR,MAAM,EAAE,KAAK;aACb;SACD,CAAC;IACH,CAAC;CAAA;AA7CD,kCA6CC"}
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60" fill="none">
2
+ <rect width="60" height="60" rx="8" fill="#2D2D2D"/>
3
+ <text x="30" y="36" text-anchor="middle" fill="#FF6D5A" font-family="Arial,sans-serif" font-size="24" font-weight="bold">C</text>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60" fill="none">
2
+ <rect width="60" height="60" rx="8" fill="#FF6D5A"/>
3
+ <text x="30" y="36" text-anchor="middle" fill="white" font-family="Arial,sans-serif" font-size="24" font-weight="bold">C</text>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ import { type INodeType, type INodeTypeDescription } from 'n8n-workflow';
2
+ export declare class Chatwoot implements INodeType {
3
+ description: INodeTypeDescription;
4
+ }
@@ -0,0 +1,264 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Chatwoot = void 0;
4
+ const n8n_workflow_1 = require("n8n-workflow");
5
+ const accounts_1 = require("./resources/accounts");
6
+ const account_users_1 = require("./resources/account-users");
7
+ const agent_bots_1 = require("./resources/agent-bots");
8
+ const users_1 = require("./resources/users");
9
+ const inbox_api_1 = require("./resources/inbox-api");
10
+ const contacts_1 = require("./resources/contacts");
11
+ const contact_labels_1 = require("./resources/contact-labels");
12
+ const conversation_assignments_1 = require("./resources/conversation-assignments");
13
+ const conversations_1 = require("./resources/conversations");
14
+ const custom_filters_1 = require("./resources/custom-filters");
15
+ const inboxes_1 = require("./resources/inboxes");
16
+ const integrations_1 = require("./resources/integrations");
17
+ const labels_1 = require("./resources/labels");
18
+ const messages_1 = require("./resources/messages");
19
+ const reports_1 = require("./resources/reports");
20
+ const teams_1 = require("./resources/teams");
21
+ const automation_rule_1 = require("./resources/automation-rule");
22
+ const help_center_1 = require("./resources/help-center");
23
+ const contacts_api_1 = require("./resources/contacts-api");
24
+ const conversations_api_1 = require("./resources/conversations-api");
25
+ const messages_api_1 = require("./resources/messages-api");
26
+ const csat_survey_page_1 = require("./resources/csat-survey-page");
27
+ const account_1 = require("./resources/account");
28
+ const audit_logs_1 = require("./resources/audit-logs");
29
+ const account_agent_bots_1 = require("./resources/account-agent-bots");
30
+ const agents_1 = require("./resources/agents");
31
+ const canned_responses_1 = require("./resources/canned-responses");
32
+ const custom_attributes_1 = require("./resources/custom-attributes");
33
+ const profile_1 = require("./resources/profile");
34
+ const webhooks_1 = require("./resources/webhooks");
35
+ const conversation_1 = require("./resources/conversation");
36
+ class Chatwoot {
37
+ constructor() {
38
+ this.description = {
39
+ displayName: 'chatwoot',
40
+ name: 'N8nDevChatwoot',
41
+ icon: { light: 'file:./chatwoot.svg', dark: 'file:./chatwoot.dark.svg' },
42
+ group: ['input'],
43
+ version: 1,
44
+ subtitle: '={{\$parameter["operation"] + ": " + \$parameter["resource"]}}',
45
+ description: 'Chatwoot customer engagement platform',
46
+ defaults: { name: 'chatwoot' },
47
+ usableAsTool: true,
48
+ inputs: [n8n_workflow_1.NodeConnectionTypes.Main],
49
+ outputs: [n8n_workflow_1.NodeConnectionTypes.Main],
50
+ credentials: [
51
+ {
52
+ name: 'N8nDevChatwootApi',
53
+ required: true,
54
+ },
55
+ ],
56
+ requestDefaults: {
57
+ baseURL: '={{\$credentials.url}}',
58
+ headers: {
59
+ Accept: 'application/json',
60
+ 'Content-Type': 'application/json',
61
+ },
62
+ },
63
+ properties: [
64
+ {
65
+ "displayName": "Resource",
66
+ "name": "resource",
67
+ "type": "options",
68
+ "noDataExpression": true,
69
+ "options": [
70
+ {
71
+ "name": "Accounts",
72
+ "value": "Accounts",
73
+ "description": "Account management APIs"
74
+ },
75
+ {
76
+ "name": "Account Users",
77
+ "value": "Account Users",
78
+ "description": "Account user management APIs"
79
+ },
80
+ {
81
+ "name": "Agent Bots",
82
+ "value": "Agent Bots",
83
+ "description": "Bot integrations"
84
+ },
85
+ {
86
+ "name": "Users",
87
+ "value": "Users",
88
+ "description": "User management APIs"
89
+ },
90
+ {
91
+ "name": "Inbox API",
92
+ "value": "Inbox API",
93
+ "description": ""
94
+ },
95
+ {
96
+ "name": "Contacts",
97
+ "value": "Contacts",
98
+ "description": "Contact management APIs"
99
+ },
100
+ {
101
+ "name": "Contact Labels",
102
+ "value": "Contact Labels",
103
+ "description": "Manage contact labels"
104
+ },
105
+ {
106
+ "name": "Conversation Assignments",
107
+ "value": "Conversation Assignments",
108
+ "description": "Manage conversation assignments"
109
+ },
110
+ {
111
+ "name": "Conversations",
112
+ "value": "Conversations",
113
+ "description": "Conversation management APIs"
114
+ },
115
+ {
116
+ "name": "Custom Filters",
117
+ "value": "Custom Filters",
118
+ "description": "Saved filters for conversations"
119
+ },
120
+ {
121
+ "name": "Inboxes",
122
+ "value": "Inboxes",
123
+ "description": "Communication channels setup"
124
+ },
125
+ {
126
+ "name": "Integrations",
127
+ "value": "Integrations",
128
+ "description": "Third-party integrations"
129
+ },
130
+ {
131
+ "name": "Labels",
132
+ "value": "Labels",
133
+ "description": "Account label management APIs"
134
+ },
135
+ {
136
+ "name": "Messages",
137
+ "value": "Messages",
138
+ "description": "Message management APIs"
139
+ },
140
+ {
141
+ "name": "Reports",
142
+ "value": "Reports",
143
+ "description": "Analytics and reporting APIs"
144
+ },
145
+ {
146
+ "name": "Teams",
147
+ "value": "Teams",
148
+ "description": "Team management APIs"
149
+ },
150
+ {
151
+ "name": "Automation Rule",
152
+ "value": "Automation Rule",
153
+ "description": "Workflow automation rules"
154
+ },
155
+ {
156
+ "name": "Help Center",
157
+ "value": "Help Center",
158
+ "description": "Knowledge base management"
159
+ },
160
+ {
161
+ "name": "Contacts API",
162
+ "value": "Contacts API",
163
+ "description": "Public contact APIs"
164
+ },
165
+ {
166
+ "name": "Conversations API",
167
+ "value": "Conversations API",
168
+ "description": "Public conversation APIs"
169
+ },
170
+ {
171
+ "name": "Messages API",
172
+ "value": "Messages API",
173
+ "description": "Public message APIs"
174
+ },
175
+ {
176
+ "name": "CSAT Survey Page",
177
+ "value": "CSAT Survey Page",
178
+ "description": "Customer satisfaction survey"
179
+ },
180
+ {
181
+ "name": "Account",
182
+ "value": "Account",
183
+ "description": ""
184
+ },
185
+ {
186
+ "name": "Audit Logs",
187
+ "value": "Audit Logs",
188
+ "description": ""
189
+ },
190
+ {
191
+ "name": "Account Agent Bots",
192
+ "value": "Account Agent Bots",
193
+ "description": "Account-specific Agent Bots"
194
+ },
195
+ {
196
+ "name": "Agents",
197
+ "value": "Agents",
198
+ "description": "Agent management APIs"
199
+ },
200
+ {
201
+ "name": "Canned Responses",
202
+ "value": "Canned Responses",
203
+ "description": "Pre-defined responses for common queries"
204
+ },
205
+ {
206
+ "name": "Custom Attributes",
207
+ "value": "Custom Attributes",
208
+ "description": "Custom fields for contacts and conversations"
209
+ },
210
+ {
211
+ "name": "Profile",
212
+ "value": "Profile",
213
+ "description": "User profile APIs"
214
+ },
215
+ {
216
+ "name": "Webhooks",
217
+ "value": "Webhooks",
218
+ "description": "Event notification webhooks"
219
+ },
220
+ {
221
+ "name": "Conversation",
222
+ "value": "Conversation",
223
+ "description": ""
224
+ }
225
+ ],
226
+ "default": ""
227
+ },
228
+ ...accounts_1.accountsDescription,
229
+ ...account_users_1.accountUsersDescription,
230
+ ...agent_bots_1.agentBotsDescription,
231
+ ...users_1.usersDescription,
232
+ ...inbox_api_1.inboxApiDescription,
233
+ ...contacts_1.contactsDescription,
234
+ ...contact_labels_1.contactLabelsDescription,
235
+ ...conversation_assignments_1.conversationAssignmentsDescription,
236
+ ...conversations_1.conversationsDescription,
237
+ ...custom_filters_1.customFiltersDescription,
238
+ ...inboxes_1.inboxesDescription,
239
+ ...integrations_1.integrationsDescription,
240
+ ...labels_1.labelsDescription,
241
+ ...messages_1.messagesDescription,
242
+ ...reports_1.reportsDescription,
243
+ ...teams_1.teamsDescription,
244
+ ...automation_rule_1.automationRuleDescription,
245
+ ...help_center_1.helpCenterDescription,
246
+ ...contacts_api_1.contactsApiDescription,
247
+ ...conversations_api_1.conversationsApiDescription,
248
+ ...messages_api_1.messagesApiDescription,
249
+ ...csat_survey_page_1.csatSurveyPageDescription,
250
+ ...account_1.accountDescription,
251
+ ...audit_logs_1.auditLogsDescription,
252
+ ...account_agent_bots_1.accountAgentBotsDescription,
253
+ ...agents_1.agentsDescription,
254
+ ...canned_responses_1.cannedResponsesDescription,
255
+ ...custom_attributes_1.customAttributesDescription,
256
+ ...profile_1.profileDescription,
257
+ ...webhooks_1.webhooksDescription,
258
+ ...conversation_1.conversationDescription
259
+ ],
260
+ };
261
+ }
262
+ }
263
+ exports.Chatwoot = Chatwoot;
264
+ //# sourceMappingURL=Chatwoot.node.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Chatwoot.node.js","sourceRoot":"","sources":["../../../nodes/Chatwoot/Chatwoot.node.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,20 @@
1
+ {
2
+ "node": "N8nDevChatwoot",
3
+ "nodeVersion": "1.0",
4
+ "codexVersion": "1.0",
5
+ "categories": [
6
+ "Development"
7
+ ],
8
+ "resources": {
9
+ "primaryDocumentation": [
10
+ {
11
+ "url": "https://github.com/kelvinzer0/n8n-nodes-chatwoot"
12
+ }
13
+ ],
14
+ "credentialDocumentation": [
15
+ {
16
+ "url": "https://github.com/kelvinzer0/n8n-nodes-chatwoot?tab=readme-ov-file#credentials"
17
+ }
18
+ ]
19
+ }
20
+ }
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60" fill="none">
2
+ <rect width="60" height="60" rx="8" fill="#2D2D2D"/>
3
+ <text x="30" y="36" text-anchor="middle" fill="#FF6D5A" font-family="Arial,sans-serif" font-size="24" font-weight="bold">C</text>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60" fill="none">
2
+ <rect width="60" height="60" rx="8" fill="#FF6D5A"/>
3
+ <text x="30" y="36" text-anchor="middle" fill="white" font-family="Arial,sans-serif" font-size="24" font-weight="bold">C</text>
4
+ </svg>
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const accountDescription: INodeProperties[];