n8n-nodes-clientify 0.2.4 → 0.2.6

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 (186) hide show
  1. package/README.md +31 -338
  2. package/dist/README.md +31 -338
  3. package/dist/TRIGGERS_REFERENCE.md +1 -1
  4. package/dist/appmixer/clientify/crm/AddCompanyAddress/AddCompanyAddress.js +33 -0
  5. package/dist/appmixer/clientify/crm/AddCompanyAddress/component.json +115 -0
  6. package/dist/appmixer/clientify/crm/AddCompanyCall/AddCompanyCall.js +32 -0
  7. package/dist/appmixer/clientify/crm/AddCompanyCall/component.json +109 -0
  8. package/dist/appmixer/clientify/crm/AddCompanyCheckin/AddCompanyCheckin.js +31 -0
  9. package/dist/appmixer/clientify/crm/AddCompanyCheckin/component.json +98 -0
  10. package/dist/appmixer/clientify/crm/AddCompanyEmail/AddCompanyEmail.js +25 -0
  11. package/dist/appmixer/clientify/crm/AddCompanyEmail/component.json +84 -0
  12. package/dist/appmixer/clientify/crm/AddCompanyEmployee/AddCompanyEmployee.js +22 -0
  13. package/dist/appmixer/clientify/crm/AddCompanyEmployee/component.json +65 -0
  14. package/dist/appmixer/clientify/crm/AddCompanyNote/AddCompanyNote.js +25 -0
  15. package/dist/appmixer/clientify/crm/AddCompanyNote/component.json +75 -0
  16. package/dist/appmixer/clientify/crm/AddCompanyPhone/AddCompanyPhone.js +25 -0
  17. package/dist/appmixer/clientify/crm/AddCompanyPhone/component.json +87 -0
  18. package/dist/appmixer/clientify/crm/AddCompanyTag/AddCompanyTag.js +23 -0
  19. package/dist/appmixer/clientify/crm/AddCompanyTag/component.json +71 -0
  20. package/dist/appmixer/clientify/crm/AddCompanyWebsite/AddCompanyWebsite.js +23 -0
  21. package/dist/appmixer/clientify/crm/AddCompanyWebsite/component.json +65 -0
  22. package/dist/appmixer/clientify/crm/AddContactAddress/AddContactAddress.js +33 -0
  23. package/dist/appmixer/clientify/crm/AddContactAddress/component.json +115 -0
  24. package/dist/appmixer/clientify/crm/AddContactCall/AddContactCall.js +20 -0
  25. package/dist/appmixer/clientify/crm/AddContactCall/component.json +55 -0
  26. package/dist/appmixer/clientify/crm/AddContactCheckin/AddContactCheckin.js +33 -0
  27. package/dist/appmixer/clientify/crm/AddContactCheckin/component.json +109 -0
  28. package/dist/appmixer/clientify/crm/AddContactEmail/AddContactEmail.js +25 -0
  29. package/dist/appmixer/clientify/crm/AddContactEmail/component.json +85 -0
  30. package/dist/appmixer/clientify/crm/AddContactNote/AddContactNote.js +25 -0
  31. package/dist/appmixer/clientify/crm/AddContactNote/component.json +75 -0
  32. package/dist/appmixer/clientify/crm/AddContactOtherCompany/AddContactOtherCompany.js +23 -0
  33. package/dist/appmixer/clientify/crm/AddContactOtherCompany/component.json +65 -0
  34. package/dist/appmixer/clientify/crm/AddContactPhone/AddContactPhone.js +25 -0
  35. package/dist/appmixer/clientify/crm/AddContactPhone/component.json +88 -0
  36. package/dist/appmixer/clientify/crm/AddContactTag/AddContactTag.js +23 -0
  37. package/dist/appmixer/clientify/crm/AddContactTag/component.json +71 -0
  38. package/dist/appmixer/clientify/crm/AssignContactOwner/AssignContactOwner.js +23 -0
  39. package/dist/appmixer/clientify/crm/AssignContactOwner/component.json +93 -0
  40. package/dist/appmixer/clientify/crm/BatchCreateContacts/BatchCreateContacts.js +23 -0
  41. package/dist/appmixer/clientify/crm/BatchCreateContacts/component.json +90 -0
  42. package/dist/appmixer/clientify/crm/CompleteTask/CompleteTask.js +24 -0
  43. package/dist/appmixer/clientify/crm/CompleteTask/component.json +69 -0
  44. package/dist/appmixer/clientify/crm/CreateCompany/CreateCompany.js +19 -0
  45. package/dist/appmixer/clientify/crm/CreateCompany/component.json +58 -0
  46. package/dist/appmixer/clientify/crm/CreateContact/CreateContact.js +19 -0
  47. package/dist/appmixer/clientify/crm/CreateContact/component.json +88 -0
  48. package/dist/appmixer/clientify/crm/CreateTask/CreateTask.js +19 -0
  49. package/dist/appmixer/clientify/crm/CreateTask/component.json +167 -0
  50. package/dist/appmixer/clientify/crm/DeleteCompany/DeleteCompany.js +22 -0
  51. package/dist/appmixer/clientify/crm/DeleteCompany/component.json +51 -0
  52. package/dist/appmixer/clientify/crm/DeleteCompanyAddress/DeleteCompanyAddress.js +22 -0
  53. package/dist/appmixer/clientify/crm/DeleteCompanyAddress/component.json +62 -0
  54. package/dist/appmixer/clientify/crm/DeleteCompanyEmail/DeleteCompanyEmail.js +22 -0
  55. package/dist/appmixer/clientify/crm/DeleteCompanyEmail/component.json +62 -0
  56. package/dist/appmixer/clientify/crm/DeleteCompanyPhone/DeleteCompanyPhone.js +22 -0
  57. package/dist/appmixer/clientify/crm/DeleteCompanyPhone/component.json +62 -0
  58. package/dist/appmixer/clientify/crm/DeleteCompanyWebsite/DeleteCompanyWebsite.js +22 -0
  59. package/dist/appmixer/clientify/crm/DeleteCompanyWebsite/component.json +62 -0
  60. package/dist/appmixer/clientify/crm/DeleteContact/DeleteContact.js +22 -0
  61. package/dist/appmixer/clientify/crm/DeleteContact/component.json +51 -0
  62. package/dist/appmixer/clientify/crm/DeleteContactAddress/DeleteContactAddress.js +22 -0
  63. package/dist/appmixer/clientify/crm/DeleteContactAddress/component.json +62 -0
  64. package/dist/appmixer/clientify/crm/DeleteContactEmail/DeleteContactEmail.js +22 -0
  65. package/dist/appmixer/clientify/crm/DeleteContactEmail/component.json +62 -0
  66. package/dist/appmixer/clientify/crm/DeleteContactOtherCompany/DeleteContactOtherCompany.js +22 -0
  67. package/dist/appmixer/clientify/crm/DeleteContactOtherCompany/component.json +62 -0
  68. package/dist/appmixer/clientify/crm/DeleteContactPhone/DeleteContactPhone.js +22 -0
  69. package/dist/appmixer/clientify/crm/DeleteContactPhone/component.json +62 -0
  70. package/dist/appmixer/clientify/crm/GetCompany/GetCompany.js +24 -0
  71. package/dist/appmixer/clientify/crm/GetCompany/component.json +69 -0
  72. package/dist/appmixer/clientify/crm/GetContact/GetContact.js +24 -0
  73. package/dist/appmixer/clientify/crm/GetContact/component.json +90 -0
  74. package/dist/appmixer/clientify/crm/GetCurrentUser/GetCurrentUser.js +17 -0
  75. package/dist/appmixer/clientify/crm/GetCurrentUser/component.json +49 -0
  76. package/dist/appmixer/clientify/crm/GetTask/GetTask.js +24 -0
  77. package/dist/appmixer/clientify/crm/GetTask/component.json +78 -0
  78. package/dist/appmixer/clientify/crm/ListAllCompanyTags/ListAllCompanyTags.js +16 -0
  79. package/dist/appmixer/clientify/crm/ListAllCompanyTags/component.json +67 -0
  80. package/dist/appmixer/clientify/crm/ListAllContactTags/ListAllContactTags.js +16 -0
  81. package/dist/appmixer/clientify/crm/ListAllContactTags/component.json +67 -0
  82. package/dist/appmixer/clientify/crm/ListCompanies/ListCompanies.js +26 -0
  83. package/dist/appmixer/clientify/crm/ListCompanies/component.json +117 -0
  84. package/dist/appmixer/clientify/crm/ListCompanyAddresses/ListCompanyAddresses.js +20 -0
  85. package/dist/appmixer/clientify/crm/ListCompanyAddresses/component.json +79 -0
  86. package/dist/appmixer/clientify/crm/ListCompanyCustomfields/ListCompanyCustomfields.js +20 -0
  87. package/dist/appmixer/clientify/crm/ListCompanyCustomfields/component.json +79 -0
  88. package/dist/appmixer/clientify/crm/ListCompanyEmails/ListCompanyEmails.js +20 -0
  89. package/dist/appmixer/clientify/crm/ListCompanyEmails/component.json +88 -0
  90. package/dist/appmixer/clientify/crm/ListCompanyEmployees/ListCompanyEmployees.js +20 -0
  91. package/dist/appmixer/clientify/crm/ListCompanyEmployees/component.json +79 -0
  92. package/dist/appmixer/clientify/crm/ListCompanyPhones/ListCompanyPhones.js +20 -0
  93. package/dist/appmixer/clientify/crm/ListCompanyPhones/component.json +91 -0
  94. package/dist/appmixer/clientify/crm/ListCompanySectors/ListCompanySectors.js +16 -0
  95. package/dist/appmixer/clientify/crm/ListCompanySectors/component.json +64 -0
  96. package/dist/appmixer/clientify/crm/ListCompanyTags/ListCompanyTags.js +20 -0
  97. package/dist/appmixer/clientify/crm/ListCompanyTags/component.json +85 -0
  98. package/dist/appmixer/clientify/crm/ListCompanyTasks/ListCompanyTasks.js +20 -0
  99. package/dist/appmixer/clientify/crm/ListCompanyTasks/component.json +79 -0
  100. package/dist/appmixer/clientify/crm/ListCompanyWallentries/ListCompanyWallentries.js +20 -0
  101. package/dist/appmixer/clientify/crm/ListCompanyWallentries/component.json +79 -0
  102. package/dist/appmixer/clientify/crm/ListCompanyWebsites/ListCompanyWebsites.js +20 -0
  103. package/dist/appmixer/clientify/crm/ListCompanyWebsites/component.json +79 -0
  104. package/dist/appmixer/clientify/crm/ListContactAddresses/ListContactAddresses.js +20 -0
  105. package/dist/appmixer/clientify/crm/ListContactAddresses/component.json +79 -0
  106. package/dist/appmixer/clientify/crm/ListContactCustomfields/ListContactCustomfields.js +20 -0
  107. package/dist/appmixer/clientify/crm/ListContactCustomfields/component.json +79 -0
  108. package/dist/appmixer/clientify/crm/ListContactEmails/ListContactEmails.js +20 -0
  109. package/dist/appmixer/clientify/crm/ListContactEmails/component.json +88 -0
  110. package/dist/appmixer/clientify/crm/ListContactOtherCompanies/ListContactOtherCompanies.js +20 -0
  111. package/dist/appmixer/clientify/crm/ListContactOtherCompanies/component.json +85 -0
  112. package/dist/appmixer/clientify/crm/ListContactPhones/ListContactPhones.js +20 -0
  113. package/dist/appmixer/clientify/crm/ListContactPhones/component.json +91 -0
  114. package/dist/appmixer/clientify/crm/ListContactTags/ListContactTags.js +20 -0
  115. package/dist/appmixer/clientify/crm/ListContactTags/component.json +85 -0
  116. package/dist/appmixer/clientify/crm/ListContactTasks/ListContactTasks.js +20 -0
  117. package/dist/appmixer/clientify/crm/ListContactTasks/component.json +79 -0
  118. package/dist/appmixer/clientify/crm/ListContactWallentries/ListContactWallentries.js +20 -0
  119. package/dist/appmixer/clientify/crm/ListContactWallentries/component.json +79 -0
  120. package/dist/appmixer/clientify/crm/ListContacts/ListContacts.js +26 -0
  121. package/dist/appmixer/clientify/crm/ListContacts/component.json +138 -0
  122. package/dist/appmixer/clientify/crm/ListCustomFieldValues/ListCustomFieldValues.js +19 -0
  123. package/dist/appmixer/clientify/crm/ListCustomFieldValues/component.json +77 -0
  124. package/dist/appmixer/clientify/crm/ListCustomFields/ListCustomFields.js +19 -0
  125. package/dist/appmixer/clientify/crm/ListCustomFields/component.json +77 -0
  126. package/dist/appmixer/clientify/crm/ListTaskStages/ListTaskStages.js +19 -0
  127. package/dist/appmixer/clientify/crm/ListTaskStages/component.json +87 -0
  128. package/dist/appmixer/clientify/crm/ListTaskTypes/ListTaskTypes.js +19 -0
  129. package/dist/appmixer/clientify/crm/ListTaskTypes/component.json +87 -0
  130. package/dist/appmixer/clientify/crm/ListTasks/ListTasks.js +25 -0
  131. package/dist/appmixer/clientify/crm/ListTasks/component.json +102 -0
  132. package/dist/appmixer/clientify/crm/ListUsers/ListUsers.js +24 -0
  133. package/dist/appmixer/clientify/crm/ListUsers/component.json +93 -0
  134. package/dist/appmixer/clientify/crm/RemoveCompanyEmployee/RemoveCompanyEmployee.js +22 -0
  135. package/dist/appmixer/clientify/crm/RemoveCompanyEmployee/component.json +62 -0
  136. package/dist/appmixer/clientify/crm/RemoveCompanyTag/RemoveCompanyTag.js +22 -0
  137. package/dist/appmixer/clientify/crm/RemoveCompanyTag/component.json +62 -0
  138. package/dist/appmixer/clientify/crm/RemoveContactTag/RemoveContactTag.js +22 -0
  139. package/dist/appmixer/clientify/crm/RemoveContactTag/component.json +62 -0
  140. package/dist/appmixer/clientify/crm/SearchCompanies/SearchCompanies.js +29 -0
  141. package/dist/appmixer/clientify/crm/SearchCompanies/component.json +111 -0
  142. package/dist/appmixer/clientify/crm/UpdateCompany/UpdateCompany.js +24 -0
  143. package/dist/appmixer/clientify/crm/UpdateCompany/component.json +60 -0
  144. package/dist/appmixer/clientify/crm/UpdateCompanyAddress/UpdateCompanyAddress.js +35 -0
  145. package/dist/appmixer/clientify/crm/UpdateCompanyAddress/component.json +131 -0
  146. package/dist/appmixer/clientify/crm/UpdateCompanyEmail/UpdateCompanyEmail.js +27 -0
  147. package/dist/appmixer/clientify/crm/UpdateCompanyEmail/component.json +91 -0
  148. package/dist/appmixer/clientify/crm/UpdateCompanyPhone/UpdateCompanyPhone.js +27 -0
  149. package/dist/appmixer/clientify/crm/UpdateCompanyPhone/component.json +91 -0
  150. package/dist/appmixer/clientify/crm/UpdateCompanyWebsite/UpdateCompanyWebsite.js +25 -0
  151. package/dist/appmixer/clientify/crm/UpdateCompanyWebsite/component.json +81 -0
  152. package/dist/appmixer/clientify/crm/UpdateContact/UpdateContact.js +24 -0
  153. package/dist/appmixer/clientify/crm/UpdateContact/component.json +81 -0
  154. package/dist/appmixer/clientify/crm/UpdateContactAddress/UpdateContactAddress.js +35 -0
  155. package/dist/appmixer/clientify/crm/UpdateContactAddress/component.json +152 -0
  156. package/dist/appmixer/clientify/crm/UpdateContactEmail/UpdateContactEmail.js +27 -0
  157. package/dist/appmixer/clientify/crm/UpdateContactEmail/component.json +112 -0
  158. package/dist/appmixer/clientify/crm/UpdateContactMarketingStatus/UpdateContactMarketingStatus.js +25 -0
  159. package/dist/appmixer/clientify/crm/UpdateContactMarketingStatus/component.json +92 -0
  160. package/dist/appmixer/clientify/crm/UpdateContactOtherCompany/UpdateContactOtherCompany.js +25 -0
  161. package/dist/appmixer/clientify/crm/UpdateContactOtherCompany/component.json +102 -0
  162. package/dist/appmixer/clientify/crm/UpdateContactPhone/UpdateContactPhone.js +27 -0
  163. package/dist/appmixer/clientify/crm/UpdateContactPhone/component.json +112 -0
  164. package/dist/appmixer/clientify/crm/UpdateTask/UpdateTask.js +24 -0
  165. package/dist/appmixer/clientify/crm/UpdateTask/component.json +69 -0
  166. package/dist/appmixer/clientify/crm/clientify.js +49 -0
  167. package/dist/appmixer/clientify/crm/fields.js +24 -0
  168. package/dist/appmixer/clientify/crm/module.json +7 -0
  169. package/dist/credentials/{ClientifyMcpApi.credentials.d.ts → ClientifyApi.credentials.d.ts} +1 -1
  170. package/dist/credentials/ClientifyApi.credentials.js +33 -0
  171. package/dist/nodes/{ClientifyMcp/ClientifyMcpDynamic.node.d.ts → ClientifyApi/ClientifyApi.node.d.ts} +1 -1
  172. package/dist/nodes/ClientifyApi/ClientifyApi.node.js +139 -0
  173. package/dist/nodes/ClientifyApi/ClientifyApiCatalog.d.ts +23 -0
  174. package/dist/nodes/ClientifyApi/ClientifyApiCatalog.js +217 -0
  175. package/dist/nodes/{ClientifyMcp/ClientifyMcpTrigger.node.d.ts → ClientifyTrigger/ClientifyTrigger.node.d.ts} +1 -1
  176. package/dist/nodes/{ClientifyMcp/ClientifyMcpTrigger.node.js → ClientifyTrigger/ClientifyTrigger.node.js} +6 -12
  177. package/dist/nodes/ClientifyTrigger/clientify.png +0 -0
  178. package/dist/nodes/ClientifyTrigger/clientify.svg +5 -0
  179. package/dist/package.json +13 -6
  180. package/package.json +13 -6
  181. package/dist/credentials/ClientifyMcpApi.credentials.js +0 -25
  182. package/dist/nodes/ClientifyMcp/ClientifyMcpDynamic.node.js +0 -211
  183. package/dist/nodes/ClientifyMcp/ClientifyMcpFields.d.ts +0 -15
  184. package/dist/nodes/ClientifyMcp/ClientifyMcpFields.js +0 -894
  185. /package/dist/nodes/{ClientifyMcp → ClientifyApi}/clientify.png +0 -0
  186. /package/dist/nodes/{ClientifyMcp → ClientifyApi}/clientify.svg +0 -0
@@ -0,0 +1,62 @@
1
+ {
2
+ "name": "appmixer.clientify.crm.RemoveCompanyEmployee",
3
+ "author": "Clientify",
4
+ "label": "Remove Company Employee",
5
+ "description": "Unlink a contact from a company employees list.",
6
+ "private": false,
7
+ "version": "0.1.0",
8
+ "auth": {
9
+ "service": "appmixer:clientify"
10
+ },
11
+ "inPorts": [
12
+ {
13
+ "name": "in",
14
+ "schema": {
15
+ "type": "object",
16
+ "additionalProperties": false,
17
+ "properties": {
18
+ "companyId": {
19
+ "type": "number"
20
+ },
21
+ "contactId": {
22
+ "type": "number"
23
+ }
24
+ },
25
+ "required": [
26
+ "companyId",
27
+ "contactId"
28
+ ]
29
+ },
30
+ "inspector": {
31
+ "inputs": {
32
+ "companyId": {
33
+ "type": "number",
34
+ "label": "Company ID",
35
+ "tooltip": "Set Company ID (can be mapped from previous steps).",
36
+ "index": 1
37
+ },
38
+ "contactId": {
39
+ "type": "number",
40
+ "label": "Contact ID",
41
+ "tooltip": "Set Contact ID (can be mapped from previous steps).",
42
+ "index": 2
43
+ }
44
+ }
45
+ }
46
+ }
47
+ ],
48
+ "outPorts": [
49
+ {
50
+ "name": "out",
51
+ "schema": {
52
+ "type": "object",
53
+ "additionalProperties": true,
54
+ "properties": {
55
+ "ok": {
56
+ "type": "boolean"
57
+ }
58
+ }
59
+ }
60
+ }
61
+ ]
62
+ }
@@ -0,0 +1,22 @@
1
+ const { clientifyRequest } = require('../clientify');
2
+
3
+ module.exports = {
4
+ async receive(context) {
5
+ const { apiKey, baseUrl } = context.auth;
6
+ const input = (context.messages.in && context.messages.in.content) || {};
7
+ const companyId = input.companyId;
8
+ const tagId = input.tagId;
9
+ if (!companyId) throw new context.CancelError('companyId is required');
10
+ if (!tagId) throw new context.CancelError('tagId is required');
11
+
12
+ const { data } = await clientifyRequest(context, {
13
+ apiKey,
14
+ baseUrl,
15
+ method: 'DELETE',
16
+ path: `/companies/${companyId}/tags/${tagId}/`,
17
+ });
18
+
19
+ return context.sendJson(data || { ok: true }, 'out');
20
+ },
21
+ };
22
+
@@ -0,0 +1,62 @@
1
+ {
2
+ "name": "appmixer.clientify.crm.RemoveCompanyTag",
3
+ "author": "Clientify",
4
+ "label": "Remove Company Tag",
5
+ "description": "Remove a tag from a company.",
6
+ "private": false,
7
+ "version": "0.1.0",
8
+ "auth": {
9
+ "service": "appmixer:clientify"
10
+ },
11
+ "inPorts": [
12
+ {
13
+ "name": "in",
14
+ "schema": {
15
+ "type": "object",
16
+ "additionalProperties": false,
17
+ "properties": {
18
+ "companyId": {
19
+ "type": "number"
20
+ },
21
+ "tagId": {
22
+ "type": "number"
23
+ }
24
+ },
25
+ "required": [
26
+ "companyId",
27
+ "tagId"
28
+ ]
29
+ },
30
+ "inspector": {
31
+ "inputs": {
32
+ "companyId": {
33
+ "type": "number",
34
+ "label": "Company ID",
35
+ "tooltip": "Set Company ID (can be mapped from previous steps).",
36
+ "index": 1
37
+ },
38
+ "tagId": {
39
+ "type": "number",
40
+ "label": "Tag ID",
41
+ "tooltip": "Set Tag ID (can be mapped from previous steps).",
42
+ "index": 2
43
+ }
44
+ }
45
+ }
46
+ }
47
+ ],
48
+ "outPorts": [
49
+ {
50
+ "name": "out",
51
+ "schema": {
52
+ "type": "object",
53
+ "additionalProperties": true,
54
+ "properties": {
55
+ "ok": {
56
+ "type": "boolean"
57
+ }
58
+ }
59
+ }
60
+ }
61
+ ]
62
+ }
@@ -0,0 +1,22 @@
1
+ const { clientifyRequest } = require('../clientify');
2
+
3
+ module.exports = {
4
+ async receive(context) {
5
+ const { apiKey, baseUrl } = context.auth;
6
+ const input = (context.messages.in && context.messages.in.content) || {};
7
+ const contactId = input.contactId;
8
+ const tagId = input.tagId;
9
+ if (!contactId) throw new context.CancelError('contactId is required');
10
+ if (!tagId) throw new context.CancelError('tagId is required');
11
+
12
+ const { data } = await clientifyRequest(context, {
13
+ apiKey,
14
+ baseUrl,
15
+ method: 'DELETE',
16
+ path: `/contacts/${contactId}/tags/${tagId}/`,
17
+ });
18
+
19
+ return context.sendJson(data || { ok: true }, 'out');
20
+ },
21
+ };
22
+
@@ -0,0 +1,62 @@
1
+ {
2
+ "name": "appmixer.clientify.crm.RemoveContactTag",
3
+ "author": "Clientify",
4
+ "label": "Remove Contact Tag",
5
+ "description": "Remove a tag from a contact.",
6
+ "private": false,
7
+ "version": "0.1.0",
8
+ "auth": {
9
+ "service": "appmixer:clientify"
10
+ },
11
+ "inPorts": [
12
+ {
13
+ "name": "in",
14
+ "schema": {
15
+ "type": "object",
16
+ "additionalProperties": false,
17
+ "properties": {
18
+ "contactId": {
19
+ "type": "number"
20
+ },
21
+ "tagId": {
22
+ "type": "number"
23
+ }
24
+ },
25
+ "required": [
26
+ "contactId",
27
+ "tagId"
28
+ ]
29
+ },
30
+ "inspector": {
31
+ "inputs": {
32
+ "contactId": {
33
+ "type": "number",
34
+ "label": "Contact ID",
35
+ "tooltip": "Set Contact ID (can be mapped from previous steps).",
36
+ "index": 1
37
+ },
38
+ "tagId": {
39
+ "type": "number",
40
+ "label": "Tag ID",
41
+ "tooltip": "Set Tag ID (can be mapped from previous steps).",
42
+ "index": 2
43
+ }
44
+ }
45
+ }
46
+ }
47
+ ],
48
+ "outPorts": [
49
+ {
50
+ "name": "out",
51
+ "schema": {
52
+ "type": "object",
53
+ "additionalProperties": true,
54
+ "properties": {
55
+ "ok": {
56
+ "type": "boolean"
57
+ }
58
+ }
59
+ }
60
+ }
61
+ ]
62
+ }
@@ -0,0 +1,29 @@
1
+ const { clientifyRequest } = require('../clientify');
2
+ const fields = require('../fields');
3
+
4
+ module.exports = {
5
+ async receive(context) {
6
+ const { apiKey, baseUrl } = context.auth;
7
+ const input = (context.messages.in && context.messages.in.content) || {};
8
+ const query = input.query;
9
+ if (!query) {
10
+ throw new context.CancelError('query is required');
11
+ }
12
+
13
+ const { data } = await clientifyRequest(context, {
14
+ apiKey,
15
+ baseUrl,
16
+ method: 'GET',
17
+ path: '/companies/',
18
+ query: {
19
+ search: query,
20
+ page: input.page,
21
+ page_size: input.page_size,
22
+ fields: input.fields || fields.companies.list,
23
+ },
24
+ });
25
+
26
+ return context.sendJson(data, 'out');
27
+ },
28
+ };
29
+
@@ -0,0 +1,111 @@
1
+ {
2
+ "name": "appmixer.clientify.crm.SearchCompanies",
3
+ "author": "Clientify",
4
+ "label": "Search Companies",
5
+ "description": "Search companies (wrapper over list with query params).",
6
+ "private": false,
7
+ "version": "0.1.0",
8
+ "auth": {
9
+ "service": "appmixer:clientify"
10
+ },
11
+ "inPorts": [
12
+ {
13
+ "name": "in",
14
+ "schema": {
15
+ "type": "object",
16
+ "properties": {
17
+ "query": {
18
+ "type": "string"
19
+ },
20
+ "page": {
21
+ "type": "number"
22
+ },
23
+ "page_size": {
24
+ "type": "number"
25
+ },
26
+ "fields": {
27
+ "type": "string"
28
+ }
29
+ },
30
+ "required": [
31
+ "query"
32
+ ]
33
+ },
34
+ "inspector": {
35
+ "inputs": {
36
+ "query": {
37
+ "type": "text",
38
+ "label": "Query",
39
+ "tooltip": "Set Query (can be mapped from previous steps).",
40
+ "index": 1
41
+ },
42
+ "page": {
43
+ "type": "number",
44
+ "label": "Page",
45
+ "tooltip": "Set Page (can be mapped from previous steps).",
46
+ "index": 2
47
+ },
48
+ "page_size": {
49
+ "type": "number",
50
+ "label": "Page Size",
51
+ "tooltip": "Set Page Size (can be mapped from previous steps).",
52
+ "index": 3
53
+ },
54
+ "fields": {
55
+ "type": "text",
56
+ "label": "Fields",
57
+ "tooltip": "Set Fields (can be mapped from previous steps).",
58
+ "index": 4
59
+ }
60
+ }
61
+ }
62
+ }
63
+ ],
64
+ "outPorts": [
65
+ {
66
+ "name": "out",
67
+ "schema": {
68
+ "type": "object",
69
+ "additionalProperties": true,
70
+ "properties": {
71
+ "count": {
72
+ "type": "number"
73
+ },
74
+ "next": {
75
+ "type": [
76
+ "string",
77
+ "null"
78
+ ]
79
+ },
80
+ "previous": {
81
+ "type": [
82
+ "string",
83
+ "null"
84
+ ]
85
+ },
86
+ "results": {
87
+ "type": "array",
88
+ "items": {
89
+ "type": "object",
90
+ "additionalProperties": true,
91
+ "properties": {
92
+ "id": {
93
+ "type": "number"
94
+ },
95
+ "name": {
96
+ "type": "string"
97
+ },
98
+ "url": {
99
+ "type": "string"
100
+ }
101
+ },
102
+ "required": [
103
+ "id"
104
+ ]
105
+ }
106
+ }
107
+ }
108
+ }
109
+ }
110
+ ]
111
+ }
@@ -0,0 +1,24 @@
1
+ const { clientifyRequest } = require('../clientify');
2
+
3
+ module.exports = {
4
+ async receive(context) {
5
+ const { apiKey, baseUrl } = context.auth;
6
+ const input = (context.messages.in && context.messages.in.content) || {};
7
+ const companyId = input.companyId;
8
+ if (!companyId) {
9
+ throw new context.CancelError('companyId is required');
10
+ }
11
+
12
+ const { companyId: _ignored, ...body } = input;
13
+ const { data } = await clientifyRequest(context, {
14
+ apiKey,
15
+ baseUrl,
16
+ method: 'PUT',
17
+ path: `/companies/${companyId}/`,
18
+ data: body,
19
+ });
20
+
21
+ return context.sendJson(data, 'out');
22
+ },
23
+ };
24
+
@@ -0,0 +1,60 @@
1
+ {
2
+ "name": "appmixer.clientify.crm.UpdateCompany",
3
+ "author": "Clientify",
4
+ "label": "Update Company",
5
+ "description": "Update an existing company.",
6
+ "private": false,
7
+ "version": "0.1.0",
8
+ "auth": {
9
+ "service": "appmixer:clientify"
10
+ },
11
+ "inPorts": [
12
+ {
13
+ "name": "in",
14
+ "schema": {
15
+ "type": "object",
16
+ "properties": {
17
+ "companyId": {
18
+ "type": "number"
19
+ }
20
+ },
21
+ "required": [
22
+ "companyId"
23
+ ]
24
+ },
25
+ "inspector": {
26
+ "inputs": {
27
+ "companyId": {
28
+ "type": "number",
29
+ "label": "Company ID",
30
+ "tooltip": "Set Company ID (can be mapped from previous steps).",
31
+ "index": 1
32
+ }
33
+ }
34
+ }
35
+ }
36
+ ],
37
+ "outPorts": [
38
+ {
39
+ "name": "out",
40
+ "schema": {
41
+ "type": "object",
42
+ "additionalProperties": true,
43
+ "properties": {
44
+ "id": {
45
+ "type": "number"
46
+ },
47
+ "name": {
48
+ "type": "string"
49
+ },
50
+ "url": {
51
+ "type": "string"
52
+ }
53
+ },
54
+ "required": [
55
+ "id"
56
+ ]
57
+ }
58
+ }
59
+ ]
60
+ }
@@ -0,0 +1,35 @@
1
+ const { clientifyRequest } = require('../clientify');
2
+
3
+ module.exports = {
4
+ async receive(context) {
5
+ const { apiKey, baseUrl } = context.auth;
6
+ const input = (context.messages.in && context.messages.in.content) || {};
7
+ const companyId = input.companyId;
8
+ const addressId = input.addressId;
9
+ if (!companyId) throw new context.CancelError('companyId is required');
10
+ if (!addressId) throw new context.CancelError('addressId is required');
11
+
12
+ const payload = {
13
+ type: input.type,
14
+ street: input.street,
15
+ city: input.city,
16
+ state: input.state,
17
+ country: input.country,
18
+ postal_code: input.postal_code,
19
+ };
20
+ for (const key of ['type', 'street', 'city', 'state', 'country', 'postal_code']) {
21
+ if (!payload[key]) throw new context.CancelError(`${key} is required`);
22
+ }
23
+
24
+ const { data } = await clientifyRequest(context, {
25
+ apiKey,
26
+ baseUrl,
27
+ method: 'PUT',
28
+ path: `/companies/${companyId}/addresses/${addressId}/`,
29
+ data: payload,
30
+ });
31
+
32
+ return context.sendJson(data || { ok: true }, 'out');
33
+ },
34
+ };
35
+
@@ -0,0 +1,131 @@
1
+ {
2
+ "name": "appmixer.clientify.crm.UpdateCompanyAddress",
3
+ "author": "Clientify",
4
+ "label": "Update Company Address",
5
+ "description": "Update a company address entry.",
6
+ "private": false,
7
+ "version": "0.1.0",
8
+ "auth": {
9
+ "service": "appmixer:clientify"
10
+ },
11
+ "inPorts": [
12
+ {
13
+ "name": "in",
14
+ "schema": {
15
+ "type": "object",
16
+ "additionalProperties": false,
17
+ "properties": {
18
+ "companyId": {
19
+ "type": "number"
20
+ },
21
+ "addressId": {
22
+ "type": "number"
23
+ },
24
+ "type": {
25
+ "type": "number"
26
+ },
27
+ "street": {
28
+ "type": "string"
29
+ },
30
+ "city": {
31
+ "type": "string"
32
+ },
33
+ "state": {
34
+ "type": "string"
35
+ },
36
+ "country": {
37
+ "type": "string"
38
+ },
39
+ "postal_code": {
40
+ "type": "string"
41
+ }
42
+ },
43
+ "required": [
44
+ "companyId",
45
+ "addressId",
46
+ "type",
47
+ "street",
48
+ "city",
49
+ "state",
50
+ "country",
51
+ "postal_code"
52
+ ]
53
+ },
54
+ "inspector": {
55
+ "inputs": {
56
+ "companyId": {
57
+ "type": "number",
58
+ "label": "Company ID",
59
+ "tooltip": "Set Company ID (can be mapped from previous steps).",
60
+ "index": 1
61
+ },
62
+ "addressId": {
63
+ "type": "number",
64
+ "label": "Address ID",
65
+ "tooltip": "Set Address ID (can be mapped from previous steps).",
66
+ "index": 2
67
+ },
68
+ "type": {
69
+ "type": "number",
70
+ "label": "Type",
71
+ "tooltip": "Set Type (can be mapped from previous steps).",
72
+ "index": 3
73
+ },
74
+ "street": {
75
+ "type": "text",
76
+ "label": "Street",
77
+ "tooltip": "Set Street (can be mapped from previous steps).",
78
+ "index": 4
79
+ },
80
+ "city": {
81
+ "type": "text",
82
+ "label": "City",
83
+ "tooltip": "Set City (can be mapped from previous steps).",
84
+ "index": 5
85
+ },
86
+ "state": {
87
+ "type": "text",
88
+ "label": "State",
89
+ "tooltip": "Set State (can be mapped from previous steps).",
90
+ "index": 6
91
+ },
92
+ "country": {
93
+ "type": "text",
94
+ "label": "Country",
95
+ "tooltip": "Set Country (can be mapped from previous steps).",
96
+ "index": 7
97
+ },
98
+ "postal_code": {
99
+ "type": "text",
100
+ "label": "Postal Code",
101
+ "tooltip": "Set Postal Code (can be mapped from previous steps).",
102
+ "index": 8
103
+ }
104
+ }
105
+ }
106
+ }
107
+ ],
108
+ "outPorts": [
109
+ {
110
+ "name": "out",
111
+ "schema": {
112
+ "type": "object",
113
+ "additionalProperties": true,
114
+ "properties": {
115
+ "id": {
116
+ "type": "number"
117
+ },
118
+ "name": {
119
+ "type": "string"
120
+ },
121
+ "url": {
122
+ "type": "string"
123
+ }
124
+ },
125
+ "required": [
126
+ "id"
127
+ ]
128
+ }
129
+ }
130
+ ]
131
+ }
@@ -0,0 +1,27 @@
1
+ const { clientifyRequest } = require('../clientify');
2
+
3
+ module.exports = {
4
+ async receive(context) {
5
+ const { apiKey, baseUrl } = context.auth;
6
+ const input = (context.messages.in && context.messages.in.content) || {};
7
+ const companyId = input.companyId;
8
+ const emailId = input.emailId;
9
+ const email = input.email;
10
+ const type = input.type;
11
+ if (!companyId) throw new context.CancelError('companyId is required');
12
+ if (!emailId) throw new context.CancelError('emailId is required');
13
+ if (!email) throw new context.CancelError('email is required');
14
+ if (!type) throw new context.CancelError('type is required');
15
+
16
+ const { data } = await clientifyRequest(context, {
17
+ apiKey,
18
+ baseUrl,
19
+ method: 'PUT',
20
+ path: `/companies/${companyId}/emails/${emailId}/`,
21
+ data: { email, type },
22
+ });
23
+
24
+ return context.sendJson(data || { ok: true }, 'out');
25
+ },
26
+ };
27
+