n8n-nodes-userpilot 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 (482) hide show
  1. package/COMMERCIAL_LICENSE.md +31 -0
  2. package/LICENSE +46 -0
  3. package/LICENSING_FAQ.md +18 -0
  4. package/README.md +186 -0
  5. package/dist/credentials/UserPilotApi.credentials.d.ts +10 -0
  6. package/dist/credentials/UserPilotApi.credentials.d.ts.map +1 -0
  7. package/dist/credentials/UserPilotApi.credentials.js +54 -0
  8. package/dist/credentials/UserPilotApi.credentials.js.map +1 -0
  9. package/dist/index.d.ts +3 -0
  10. package/dist/index.d.ts.map +1 -0
  11. package/dist/index.js +25 -0
  12. package/dist/index.js.map +1 -0
  13. package/dist/nodes/UserPilot/UserPilot.node.d.ts +6 -0
  14. package/dist/nodes/UserPilot/UserPilot.node.d.ts.map +1 -0
  15. package/dist/nodes/UserPilot/UserPilot.node.js +1216 -0
  16. package/dist/nodes/UserPilot/UserPilot.node.js.map +1 -0
  17. package/dist/nodes/UserPilot/UserPilotTrigger.node.d.ts +13 -0
  18. package/dist/nodes/UserPilot/UserPilotTrigger.node.d.ts.map +1 -0
  19. package/dist/nodes/UserPilot/UserPilotTrigger.node.js +190 -0
  20. package/dist/nodes/UserPilot/UserPilotTrigger.node.js.map +1 -0
  21. package/dist/nodes/UserPilot/actions/banner/create.d.ts +3 -0
  22. package/dist/nodes/UserPilot/actions/banner/create.d.ts.map +1 -0
  23. package/dist/nodes/UserPilot/actions/banner/create.js +23 -0
  24. package/dist/nodes/UserPilot/actions/banner/create.js.map +1 -0
  25. package/dist/nodes/UserPilot/actions/banner/delete.d.ts +3 -0
  26. package/dist/nodes/UserPilot/actions/banner/delete.d.ts.map +1 -0
  27. package/dist/nodes/UserPilot/actions/banner/delete.js +16 -0
  28. package/dist/nodes/UserPilot/actions/banner/delete.js.map +1 -0
  29. package/dist/nodes/UserPilot/actions/banner/get.d.ts +3 -0
  30. package/dist/nodes/UserPilot/actions/banner/get.d.ts.map +1 -0
  31. package/dist/nodes/UserPilot/actions/banner/get.js +15 -0
  32. package/dist/nodes/UserPilot/actions/banner/get.js.map +1 -0
  33. package/dist/nodes/UserPilot/actions/banner/getAnalytics.d.ts +3 -0
  34. package/dist/nodes/UserPilot/actions/banner/getAnalytics.d.ts.map +1 -0
  35. package/dist/nodes/UserPilot/actions/banner/getAnalytics.js +15 -0
  36. package/dist/nodes/UserPilot/actions/banner/getAnalytics.js.map +1 -0
  37. package/dist/nodes/UserPilot/actions/banner/index.d.ts +9 -0
  38. package/dist/nodes/UserPilot/actions/banner/index.d.ts.map +1 -0
  39. package/dist/nodes/UserPilot/actions/banner/index.js +26 -0
  40. package/dist/nodes/UserPilot/actions/banner/index.js.map +1 -0
  41. package/dist/nodes/UserPilot/actions/banner/list.d.ts +3 -0
  42. package/dist/nodes/UserPilot/actions/banner/list.d.ts.map +1 -0
  43. package/dist/nodes/UserPilot/actions/banner/list.js +22 -0
  44. package/dist/nodes/UserPilot/actions/banner/list.js.map +1 -0
  45. package/dist/nodes/UserPilot/actions/banner/publish.d.ts +3 -0
  46. package/dist/nodes/UserPilot/actions/banner/publish.d.ts.map +1 -0
  47. package/dist/nodes/UserPilot/actions/banner/publish.js +15 -0
  48. package/dist/nodes/UserPilot/actions/banner/publish.js.map +1 -0
  49. package/dist/nodes/UserPilot/actions/banner/unpublish.d.ts +3 -0
  50. package/dist/nodes/UserPilot/actions/banner/unpublish.d.ts.map +1 -0
  51. package/dist/nodes/UserPilot/actions/banner/unpublish.js +15 -0
  52. package/dist/nodes/UserPilot/actions/banner/unpublish.js.map +1 -0
  53. package/dist/nodes/UserPilot/actions/banner/update.d.ts +3 -0
  54. package/dist/nodes/UserPilot/actions/banner/update.d.ts.map +1 -0
  55. package/dist/nodes/UserPilot/actions/banner/update.js +26 -0
  56. package/dist/nodes/UserPilot/actions/banner/update.js.map +1 -0
  57. package/dist/nodes/UserPilot/actions/checklist/create.d.ts +3 -0
  58. package/dist/nodes/UserPilot/actions/checklist/create.d.ts.map +1 -0
  59. package/dist/nodes/UserPilot/actions/checklist/create.js +23 -0
  60. package/dist/nodes/UserPilot/actions/checklist/create.js.map +1 -0
  61. package/dist/nodes/UserPilot/actions/checklist/delete.d.ts +3 -0
  62. package/dist/nodes/UserPilot/actions/checklist/delete.d.ts.map +1 -0
  63. package/dist/nodes/UserPilot/actions/checklist/delete.js +16 -0
  64. package/dist/nodes/UserPilot/actions/checklist/delete.js.map +1 -0
  65. package/dist/nodes/UserPilot/actions/checklist/get.d.ts +3 -0
  66. package/dist/nodes/UserPilot/actions/checklist/get.d.ts.map +1 -0
  67. package/dist/nodes/UserPilot/actions/checklist/get.js +15 -0
  68. package/dist/nodes/UserPilot/actions/checklist/get.js.map +1 -0
  69. package/dist/nodes/UserPilot/actions/checklist/getAnalytics.d.ts +3 -0
  70. package/dist/nodes/UserPilot/actions/checklist/getAnalytics.d.ts.map +1 -0
  71. package/dist/nodes/UserPilot/actions/checklist/getAnalytics.js +15 -0
  72. package/dist/nodes/UserPilot/actions/checklist/getAnalytics.js.map +1 -0
  73. package/dist/nodes/UserPilot/actions/checklist/getUserProgress.d.ts +3 -0
  74. package/dist/nodes/UserPilot/actions/checklist/getUserProgress.d.ts.map +1 -0
  75. package/dist/nodes/UserPilot/actions/checklist/getUserProgress.js +15 -0
  76. package/dist/nodes/UserPilot/actions/checklist/getUserProgress.js.map +1 -0
  77. package/dist/nodes/UserPilot/actions/checklist/index.d.ts +10 -0
  78. package/dist/nodes/UserPilot/actions/checklist/index.d.ts.map +1 -0
  79. package/dist/nodes/UserPilot/actions/checklist/index.js +28 -0
  80. package/dist/nodes/UserPilot/actions/checklist/index.js.map +1 -0
  81. package/dist/nodes/UserPilot/actions/checklist/list.d.ts +3 -0
  82. package/dist/nodes/UserPilot/actions/checklist/list.d.ts.map +1 -0
  83. package/dist/nodes/UserPilot/actions/checklist/list.js +22 -0
  84. package/dist/nodes/UserPilot/actions/checklist/list.js.map +1 -0
  85. package/dist/nodes/UserPilot/actions/checklist/publish.d.ts +3 -0
  86. package/dist/nodes/UserPilot/actions/checklist/publish.d.ts.map +1 -0
  87. package/dist/nodes/UserPilot/actions/checklist/publish.js +15 -0
  88. package/dist/nodes/UserPilot/actions/checklist/publish.js.map +1 -0
  89. package/dist/nodes/UserPilot/actions/checklist/unpublish.d.ts +3 -0
  90. package/dist/nodes/UserPilot/actions/checklist/unpublish.d.ts.map +1 -0
  91. package/dist/nodes/UserPilot/actions/checklist/unpublish.js +15 -0
  92. package/dist/nodes/UserPilot/actions/checklist/unpublish.js.map +1 -0
  93. package/dist/nodes/UserPilot/actions/checklist/update.d.ts +3 -0
  94. package/dist/nodes/UserPilot/actions/checklist/update.d.ts.map +1 -0
  95. package/dist/nodes/UserPilot/actions/checklist/update.js +25 -0
  96. package/dist/nodes/UserPilot/actions/checklist/update.js.map +1 -0
  97. package/dist/nodes/UserPilot/actions/company/bulkUpdate.d.ts +3 -0
  98. package/dist/nodes/UserPilot/actions/company/bulkUpdate.d.ts.map +1 -0
  99. package/dist/nodes/UserPilot/actions/company/bulkUpdate.js +40 -0
  100. package/dist/nodes/UserPilot/actions/company/bulkUpdate.js.map +1 -0
  101. package/dist/nodes/UserPilot/actions/company/delete.d.ts +3 -0
  102. package/dist/nodes/UserPilot/actions/company/delete.d.ts.map +1 -0
  103. package/dist/nodes/UserPilot/actions/company/delete.js +25 -0
  104. package/dist/nodes/UserPilot/actions/company/delete.js.map +1 -0
  105. package/dist/nodes/UserPilot/actions/company/get.d.ts +3 -0
  106. package/dist/nodes/UserPilot/actions/company/get.d.ts.map +1 -0
  107. package/dist/nodes/UserPilot/actions/company/get.js +20 -0
  108. package/dist/nodes/UserPilot/actions/company/get.js.map +1 -0
  109. package/dist/nodes/UserPilot/actions/company/getAnalytics.d.ts +3 -0
  110. package/dist/nodes/UserPilot/actions/company/getAnalytics.d.ts.map +1 -0
  111. package/dist/nodes/UserPilot/actions/company/getAnalytics.js +15 -0
  112. package/dist/nodes/UserPilot/actions/company/getAnalytics.js.map +1 -0
  113. package/dist/nodes/UserPilot/actions/company/getUsers.d.ts +3 -0
  114. package/dist/nodes/UserPilot/actions/company/getUsers.d.ts.map +1 -0
  115. package/dist/nodes/UserPilot/actions/company/getUsers.js +23 -0
  116. package/dist/nodes/UserPilot/actions/company/getUsers.js.map +1 -0
  117. package/dist/nodes/UserPilot/actions/company/identify.d.ts +3 -0
  118. package/dist/nodes/UserPilot/actions/company/identify.d.ts.map +1 -0
  119. package/dist/nodes/UserPilot/actions/company/identify.js +35 -0
  120. package/dist/nodes/UserPilot/actions/company/identify.js.map +1 -0
  121. package/dist/nodes/UserPilot/actions/company/index.d.ts +10 -0
  122. package/dist/nodes/UserPilot/actions/company/index.d.ts.map +1 -0
  123. package/dist/nodes/UserPilot/actions/company/index.js +28 -0
  124. package/dist/nodes/UserPilot/actions/company/index.js.map +1 -0
  125. package/dist/nodes/UserPilot/actions/company/list.d.ts +3 -0
  126. package/dist/nodes/UserPilot/actions/company/list.d.ts.map +1 -0
  127. package/dist/nodes/UserPilot/actions/company/list.js +22 -0
  128. package/dist/nodes/UserPilot/actions/company/list.js.map +1 -0
  129. package/dist/nodes/UserPilot/actions/company/search.d.ts +3 -0
  130. package/dist/nodes/UserPilot/actions/company/search.d.ts.map +1 -0
  131. package/dist/nodes/UserPilot/actions/company/search.js +25 -0
  132. package/dist/nodes/UserPilot/actions/company/search.js.map +1 -0
  133. package/dist/nodes/UserPilot/actions/company/update.d.ts +3 -0
  134. package/dist/nodes/UserPilot/actions/company/update.d.ts.map +1 -0
  135. package/dist/nodes/UserPilot/actions/company/update.js +41 -0
  136. package/dist/nodes/UserPilot/actions/company/update.js.map +1 -0
  137. package/dist/nodes/UserPilot/actions/dataExport/cancel.d.ts +3 -0
  138. package/dist/nodes/UserPilot/actions/dataExport/cancel.d.ts.map +1 -0
  139. package/dist/nodes/UserPilot/actions/dataExport/cancel.js +15 -0
  140. package/dist/nodes/UserPilot/actions/dataExport/cancel.js.map +1 -0
  141. package/dist/nodes/UserPilot/actions/dataExport/create.d.ts +3 -0
  142. package/dist/nodes/UserPilot/actions/dataExport/create.d.ts.map +1 -0
  143. package/dist/nodes/UserPilot/actions/dataExport/create.js +40 -0
  144. package/dist/nodes/UserPilot/actions/dataExport/create.js.map +1 -0
  145. package/dist/nodes/UserPilot/actions/dataExport/download.d.ts +3 -0
  146. package/dist/nodes/UserPilot/actions/dataExport/download.d.ts.map +1 -0
  147. package/dist/nodes/UserPilot/actions/dataExport/download.js +60 -0
  148. package/dist/nodes/UserPilot/actions/dataExport/download.js.map +1 -0
  149. package/dist/nodes/UserPilot/actions/dataExport/getStatus.d.ts +3 -0
  150. package/dist/nodes/UserPilot/actions/dataExport/getStatus.d.ts.map +1 -0
  151. package/dist/nodes/UserPilot/actions/dataExport/getStatus.js +20 -0
  152. package/dist/nodes/UserPilot/actions/dataExport/getStatus.js.map +1 -0
  153. package/dist/nodes/UserPilot/actions/dataExport/index.d.ts +6 -0
  154. package/dist/nodes/UserPilot/actions/dataExport/index.d.ts.map +1 -0
  155. package/dist/nodes/UserPilot/actions/dataExport/index.js +20 -0
  156. package/dist/nodes/UserPilot/actions/dataExport/index.js.map +1 -0
  157. package/dist/nodes/UserPilot/actions/dataExport/list.d.ts +3 -0
  158. package/dist/nodes/UserPilot/actions/dataExport/list.d.ts.map +1 -0
  159. package/dist/nodes/UserPilot/actions/dataExport/list.js +22 -0
  160. package/dist/nodes/UserPilot/actions/dataExport/list.js.map +1 -0
  161. package/dist/nodes/UserPilot/actions/event/bulkImport.d.ts +3 -0
  162. package/dist/nodes/UserPilot/actions/event/bulkImport.d.ts.map +1 -0
  163. package/dist/nodes/UserPilot/actions/event/bulkImport.js +32 -0
  164. package/dist/nodes/UserPilot/actions/event/bulkImport.js.map +1 -0
  165. package/dist/nodes/UserPilot/actions/event/bulkTrack.d.ts +3 -0
  166. package/dist/nodes/UserPilot/actions/event/bulkTrack.d.ts.map +1 -0
  167. package/dist/nodes/UserPilot/actions/event/bulkTrack.js +42 -0
  168. package/dist/nodes/UserPilot/actions/event/bulkTrack.js.map +1 -0
  169. package/dist/nodes/UserPilot/actions/event/createDefinition.d.ts +3 -0
  170. package/dist/nodes/UserPilot/actions/event/createDefinition.d.ts.map +1 -0
  171. package/dist/nodes/UserPilot/actions/event/createDefinition.js +19 -0
  172. package/dist/nodes/UserPilot/actions/event/createDefinition.js.map +1 -0
  173. package/dist/nodes/UserPilot/actions/event/getAnalytics.d.ts +3 -0
  174. package/dist/nodes/UserPilot/actions/event/getAnalytics.d.ts.map +1 -0
  175. package/dist/nodes/UserPilot/actions/event/getAnalytics.js +15 -0
  176. package/dist/nodes/UserPilot/actions/event/getAnalytics.js.map +1 -0
  177. package/dist/nodes/UserPilot/actions/event/getDefinition.d.ts +3 -0
  178. package/dist/nodes/UserPilot/actions/event/getDefinition.d.ts.map +1 -0
  179. package/dist/nodes/UserPilot/actions/event/getDefinition.js +15 -0
  180. package/dist/nodes/UserPilot/actions/event/getDefinition.js.map +1 -0
  181. package/dist/nodes/UserPilot/actions/event/index.d.ts +8 -0
  182. package/dist/nodes/UserPilot/actions/event/index.d.ts.map +1 -0
  183. package/dist/nodes/UserPilot/actions/event/index.js +24 -0
  184. package/dist/nodes/UserPilot/actions/event/index.js.map +1 -0
  185. package/dist/nodes/UserPilot/actions/event/listDefinitions.d.ts +3 -0
  186. package/dist/nodes/UserPilot/actions/event/listDefinitions.d.ts.map +1 -0
  187. package/dist/nodes/UserPilot/actions/event/listDefinitions.js +22 -0
  188. package/dist/nodes/UserPilot/actions/event/listDefinitions.js.map +1 -0
  189. package/dist/nodes/UserPilot/actions/event/track.d.ts +3 -0
  190. package/dist/nodes/UserPilot/actions/event/track.d.ts.map +1 -0
  191. package/dist/nodes/UserPilot/actions/event/track.js +31 -0
  192. package/dist/nodes/UserPilot/actions/event/track.js.map +1 -0
  193. package/dist/nodes/UserPilot/actions/flow/create.d.ts +3 -0
  194. package/dist/nodes/UserPilot/actions/flow/create.d.ts.map +1 -0
  195. package/dist/nodes/UserPilot/actions/flow/create.js +22 -0
  196. package/dist/nodes/UserPilot/actions/flow/create.js.map +1 -0
  197. package/dist/nodes/UserPilot/actions/flow/delete.d.ts +3 -0
  198. package/dist/nodes/UserPilot/actions/flow/delete.d.ts.map +1 -0
  199. package/dist/nodes/UserPilot/actions/flow/delete.js +16 -0
  200. package/dist/nodes/UserPilot/actions/flow/delete.js.map +1 -0
  201. package/dist/nodes/UserPilot/actions/flow/duplicate.d.ts +3 -0
  202. package/dist/nodes/UserPilot/actions/flow/duplicate.d.ts.map +1 -0
  203. package/dist/nodes/UserPilot/actions/flow/duplicate.js +15 -0
  204. package/dist/nodes/UserPilot/actions/flow/duplicate.js.map +1 -0
  205. package/dist/nodes/UserPilot/actions/flow/get.d.ts +3 -0
  206. package/dist/nodes/UserPilot/actions/flow/get.d.ts.map +1 -0
  207. package/dist/nodes/UserPilot/actions/flow/get.js +20 -0
  208. package/dist/nodes/UserPilot/actions/flow/get.js.map +1 -0
  209. package/dist/nodes/UserPilot/actions/flow/getAnalytics.d.ts +3 -0
  210. package/dist/nodes/UserPilot/actions/flow/getAnalytics.d.ts.map +1 -0
  211. package/dist/nodes/UserPilot/actions/flow/getAnalytics.js +15 -0
  212. package/dist/nodes/UserPilot/actions/flow/getAnalytics.js.map +1 -0
  213. package/dist/nodes/UserPilot/actions/flow/index.d.ts +11 -0
  214. package/dist/nodes/UserPilot/actions/flow/index.d.ts.map +1 -0
  215. package/dist/nodes/UserPilot/actions/flow/index.js +30 -0
  216. package/dist/nodes/UserPilot/actions/flow/index.js.map +1 -0
  217. package/dist/nodes/UserPilot/actions/flow/list.d.ts +3 -0
  218. package/dist/nodes/UserPilot/actions/flow/list.d.ts.map +1 -0
  219. package/dist/nodes/UserPilot/actions/flow/list.js +26 -0
  220. package/dist/nodes/UserPilot/actions/flow/list.js.map +1 -0
  221. package/dist/nodes/UserPilot/actions/flow/publish.d.ts +3 -0
  222. package/dist/nodes/UserPilot/actions/flow/publish.d.ts.map +1 -0
  223. package/dist/nodes/UserPilot/actions/flow/publish.js +15 -0
  224. package/dist/nodes/UserPilot/actions/flow/publish.js.map +1 -0
  225. package/dist/nodes/UserPilot/actions/flow/trigger.d.ts +3 -0
  226. package/dist/nodes/UserPilot/actions/flow/trigger.d.ts.map +1 -0
  227. package/dist/nodes/UserPilot/actions/flow/trigger.js +31 -0
  228. package/dist/nodes/UserPilot/actions/flow/trigger.js.map +1 -0
  229. package/dist/nodes/UserPilot/actions/flow/unpublish.d.ts +3 -0
  230. package/dist/nodes/UserPilot/actions/flow/unpublish.d.ts.map +1 -0
  231. package/dist/nodes/UserPilot/actions/flow/unpublish.js +15 -0
  232. package/dist/nodes/UserPilot/actions/flow/unpublish.js.map +1 -0
  233. package/dist/nodes/UserPilot/actions/flow/update.d.ts +3 -0
  234. package/dist/nodes/UserPilot/actions/flow/update.d.ts.map +1 -0
  235. package/dist/nodes/UserPilot/actions/flow/update.js +24 -0
  236. package/dist/nodes/UserPilot/actions/flow/update.js.map +1 -0
  237. package/dist/nodes/UserPilot/actions/job/cancel.d.ts +3 -0
  238. package/dist/nodes/UserPilot/actions/job/cancel.d.ts.map +1 -0
  239. package/dist/nodes/UserPilot/actions/job/cancel.js +15 -0
  240. package/dist/nodes/UserPilot/actions/job/cancel.js.map +1 -0
  241. package/dist/nodes/UserPilot/actions/job/getErrors.d.ts +3 -0
  242. package/dist/nodes/UserPilot/actions/job/getErrors.d.ts.map +1 -0
  243. package/dist/nodes/UserPilot/actions/job/getErrors.js +15 -0
  244. package/dist/nodes/UserPilot/actions/job/getErrors.js.map +1 -0
  245. package/dist/nodes/UserPilot/actions/job/getStatus.d.ts +3 -0
  246. package/dist/nodes/UserPilot/actions/job/getStatus.d.ts.map +1 -0
  247. package/dist/nodes/UserPilot/actions/job/getStatus.js +20 -0
  248. package/dist/nodes/UserPilot/actions/job/getStatus.js.map +1 -0
  249. package/dist/nodes/UserPilot/actions/job/index.d.ts +6 -0
  250. package/dist/nodes/UserPilot/actions/job/index.d.ts.map +1 -0
  251. package/dist/nodes/UserPilot/actions/job/index.js +20 -0
  252. package/dist/nodes/UserPilot/actions/job/index.js.map +1 -0
  253. package/dist/nodes/UserPilot/actions/job/list.d.ts +3 -0
  254. package/dist/nodes/UserPilot/actions/job/list.d.ts.map +1 -0
  255. package/dist/nodes/UserPilot/actions/job/list.js +29 -0
  256. package/dist/nodes/UserPilot/actions/job/list.js.map +1 -0
  257. package/dist/nodes/UserPilot/actions/job/retry.d.ts +3 -0
  258. package/dist/nodes/UserPilot/actions/job/retry.d.ts.map +1 -0
  259. package/dist/nodes/UserPilot/actions/job/retry.js +15 -0
  260. package/dist/nodes/UserPilot/actions/job/retry.js.map +1 -0
  261. package/dist/nodes/UserPilot/actions/nps/create.d.ts +3 -0
  262. package/dist/nodes/UserPilot/actions/nps/create.d.ts.map +1 -0
  263. package/dist/nodes/UserPilot/actions/nps/create.js +24 -0
  264. package/dist/nodes/UserPilot/actions/nps/create.js.map +1 -0
  265. package/dist/nodes/UserPilot/actions/nps/delete.d.ts +3 -0
  266. package/dist/nodes/UserPilot/actions/nps/delete.d.ts.map +1 -0
  267. package/dist/nodes/UserPilot/actions/nps/delete.js +16 -0
  268. package/dist/nodes/UserPilot/actions/nps/delete.js.map +1 -0
  269. package/dist/nodes/UserPilot/actions/nps/exportData.d.ts +3 -0
  270. package/dist/nodes/UserPilot/actions/nps/exportData.d.ts.map +1 -0
  271. package/dist/nodes/UserPilot/actions/nps/exportData.js +15 -0
  272. package/dist/nodes/UserPilot/actions/nps/exportData.js.map +1 -0
  273. package/dist/nodes/UserPilot/actions/nps/get.d.ts +3 -0
  274. package/dist/nodes/UserPilot/actions/nps/get.d.ts.map +1 -0
  275. package/dist/nodes/UserPilot/actions/nps/get.js +15 -0
  276. package/dist/nodes/UserPilot/actions/nps/get.js.map +1 -0
  277. package/dist/nodes/UserPilot/actions/nps/getAnalytics.d.ts +3 -0
  278. package/dist/nodes/UserPilot/actions/nps/getAnalytics.d.ts.map +1 -0
  279. package/dist/nodes/UserPilot/actions/nps/getAnalytics.js +15 -0
  280. package/dist/nodes/UserPilot/actions/nps/getAnalytics.js.map +1 -0
  281. package/dist/nodes/UserPilot/actions/nps/getResponses.d.ts +3 -0
  282. package/dist/nodes/UserPilot/actions/nps/getResponses.d.ts.map +1 -0
  283. package/dist/nodes/UserPilot/actions/nps/getResponses.js +23 -0
  284. package/dist/nodes/UserPilot/actions/nps/getResponses.js.map +1 -0
  285. package/dist/nodes/UserPilot/actions/nps/index.d.ts +11 -0
  286. package/dist/nodes/UserPilot/actions/nps/index.d.ts.map +1 -0
  287. package/dist/nodes/UserPilot/actions/nps/index.js +30 -0
  288. package/dist/nodes/UserPilot/actions/nps/index.js.map +1 -0
  289. package/dist/nodes/UserPilot/actions/nps/list.d.ts +3 -0
  290. package/dist/nodes/UserPilot/actions/nps/list.d.ts.map +1 -0
  291. package/dist/nodes/UserPilot/actions/nps/list.js +22 -0
  292. package/dist/nodes/UserPilot/actions/nps/list.js.map +1 -0
  293. package/dist/nodes/UserPilot/actions/nps/listSurveys.d.ts +3 -0
  294. package/dist/nodes/UserPilot/actions/nps/listSurveys.d.ts.map +1 -0
  295. package/dist/nodes/UserPilot/actions/nps/listSurveys.js +26 -0
  296. package/dist/nodes/UserPilot/actions/nps/listSurveys.js.map +1 -0
  297. package/dist/nodes/UserPilot/actions/nps/publish.d.ts +3 -0
  298. package/dist/nodes/UserPilot/actions/nps/publish.d.ts.map +1 -0
  299. package/dist/nodes/UserPilot/actions/nps/publish.js +15 -0
  300. package/dist/nodes/UserPilot/actions/nps/publish.js.map +1 -0
  301. package/dist/nodes/UserPilot/actions/nps/unpublish.d.ts +3 -0
  302. package/dist/nodes/UserPilot/actions/nps/unpublish.d.ts.map +1 -0
  303. package/dist/nodes/UserPilot/actions/nps/unpublish.js +15 -0
  304. package/dist/nodes/UserPilot/actions/nps/unpublish.js.map +1 -0
  305. package/dist/nodes/UserPilot/actions/nps/update.d.ts +3 -0
  306. package/dist/nodes/UserPilot/actions/nps/update.d.ts.map +1 -0
  307. package/dist/nodes/UserPilot/actions/nps/update.js +26 -0
  308. package/dist/nodes/UserPilot/actions/nps/update.js.map +1 -0
  309. package/dist/nodes/UserPilot/actions/resourceCenter/createModule.d.ts +3 -0
  310. package/dist/nodes/UserPilot/actions/resourceCenter/createModule.d.ts.map +1 -0
  311. package/dist/nodes/UserPilot/actions/resourceCenter/createModule.js +18 -0
  312. package/dist/nodes/UserPilot/actions/resourceCenter/createModule.js.map +1 -0
  313. package/dist/nodes/UserPilot/actions/resourceCenter/deleteModule.d.ts +3 -0
  314. package/dist/nodes/UserPilot/actions/resourceCenter/deleteModule.d.ts.map +1 -0
  315. package/dist/nodes/UserPilot/actions/resourceCenter/deleteModule.js +16 -0
  316. package/dist/nodes/UserPilot/actions/resourceCenter/deleteModule.js.map +1 -0
  317. package/dist/nodes/UserPilot/actions/resourceCenter/get.d.ts +3 -0
  318. package/dist/nodes/UserPilot/actions/resourceCenter/get.d.ts.map +1 -0
  319. package/dist/nodes/UserPilot/actions/resourceCenter/get.js +14 -0
  320. package/dist/nodes/UserPilot/actions/resourceCenter/get.js.map +1 -0
  321. package/dist/nodes/UserPilot/actions/resourceCenter/getModuleAnalytics.d.ts +3 -0
  322. package/dist/nodes/UserPilot/actions/resourceCenter/getModuleAnalytics.d.ts.map +1 -0
  323. package/dist/nodes/UserPilot/actions/resourceCenter/getModuleAnalytics.js +15 -0
  324. package/dist/nodes/UserPilot/actions/resourceCenter/getModuleAnalytics.js.map +1 -0
  325. package/dist/nodes/UserPilot/actions/resourceCenter/index.d.ts +9 -0
  326. package/dist/nodes/UserPilot/actions/resourceCenter/index.d.ts.map +1 -0
  327. package/dist/nodes/UserPilot/actions/resourceCenter/index.js +26 -0
  328. package/dist/nodes/UserPilot/actions/resourceCenter/index.js.map +1 -0
  329. package/dist/nodes/UserPilot/actions/resourceCenter/listModules.d.ts +3 -0
  330. package/dist/nodes/UserPilot/actions/resourceCenter/listModules.d.ts.map +1 -0
  331. package/dist/nodes/UserPilot/actions/resourceCenter/listModules.js +22 -0
  332. package/dist/nodes/UserPilot/actions/resourceCenter/listModules.js.map +1 -0
  333. package/dist/nodes/UserPilot/actions/resourceCenter/reorderModules.d.ts +3 -0
  334. package/dist/nodes/UserPilot/actions/resourceCenter/reorderModules.d.ts.map +1 -0
  335. package/dist/nodes/UserPilot/actions/resourceCenter/reorderModules.js +15 -0
  336. package/dist/nodes/UserPilot/actions/resourceCenter/reorderModules.js.map +1 -0
  337. package/dist/nodes/UserPilot/actions/resourceCenter/update.d.ts +3 -0
  338. package/dist/nodes/UserPilot/actions/resourceCenter/update.d.ts.map +1 -0
  339. package/dist/nodes/UserPilot/actions/resourceCenter/update.js +15 -0
  340. package/dist/nodes/UserPilot/actions/resourceCenter/update.js.map +1 -0
  341. package/dist/nodes/UserPilot/actions/resourceCenter/updateModule.d.ts +3 -0
  342. package/dist/nodes/UserPilot/actions/resourceCenter/updateModule.d.ts.map +1 -0
  343. package/dist/nodes/UserPilot/actions/resourceCenter/updateModule.js +23 -0
  344. package/dist/nodes/UserPilot/actions/resourceCenter/updateModule.js.map +1 -0
  345. package/dist/nodes/UserPilot/actions/segment/create.d.ts +3 -0
  346. package/dist/nodes/UserPilot/actions/segment/create.d.ts.map +1 -0
  347. package/dist/nodes/UserPilot/actions/segment/create.js +20 -0
  348. package/dist/nodes/UserPilot/actions/segment/create.js.map +1 -0
  349. package/dist/nodes/UserPilot/actions/segment/delete.d.ts +3 -0
  350. package/dist/nodes/UserPilot/actions/segment/delete.d.ts.map +1 -0
  351. package/dist/nodes/UserPilot/actions/segment/delete.js +16 -0
  352. package/dist/nodes/UserPilot/actions/segment/delete.js.map +1 -0
  353. package/dist/nodes/UserPilot/actions/segment/get.d.ts +3 -0
  354. package/dist/nodes/UserPilot/actions/segment/get.d.ts.map +1 -0
  355. package/dist/nodes/UserPilot/actions/segment/get.js +15 -0
  356. package/dist/nodes/UserPilot/actions/segment/get.js.map +1 -0
  357. package/dist/nodes/UserPilot/actions/segment/getSize.d.ts +3 -0
  358. package/dist/nodes/UserPilot/actions/segment/getSize.d.ts.map +1 -0
  359. package/dist/nodes/UserPilot/actions/segment/getSize.js +15 -0
  360. package/dist/nodes/UserPilot/actions/segment/getSize.js.map +1 -0
  361. package/dist/nodes/UserPilot/actions/segment/getUsers.d.ts +3 -0
  362. package/dist/nodes/UserPilot/actions/segment/getUsers.d.ts.map +1 -0
  363. package/dist/nodes/UserPilot/actions/segment/getUsers.js +23 -0
  364. package/dist/nodes/UserPilot/actions/segment/getUsers.js.map +1 -0
  365. package/dist/nodes/UserPilot/actions/segment/index.d.ts +8 -0
  366. package/dist/nodes/UserPilot/actions/segment/index.d.ts.map +1 -0
  367. package/dist/nodes/UserPilot/actions/segment/index.js +24 -0
  368. package/dist/nodes/UserPilot/actions/segment/index.js.map +1 -0
  369. package/dist/nodes/UserPilot/actions/segment/list.d.ts +3 -0
  370. package/dist/nodes/UserPilot/actions/segment/list.d.ts.map +1 -0
  371. package/dist/nodes/UserPilot/actions/segment/list.js +22 -0
  372. package/dist/nodes/UserPilot/actions/segment/list.js.map +1 -0
  373. package/dist/nodes/UserPilot/actions/segment/update.d.ts +3 -0
  374. package/dist/nodes/UserPilot/actions/segment/update.d.ts.map +1 -0
  375. package/dist/nodes/UserPilot/actions/segment/update.js +21 -0
  376. package/dist/nodes/UserPilot/actions/segment/update.js.map +1 -0
  377. package/dist/nodes/UserPilot/actions/spotlight/create.d.ts +3 -0
  378. package/dist/nodes/UserPilot/actions/spotlight/create.d.ts.map +1 -0
  379. package/dist/nodes/UserPilot/actions/spotlight/create.js +24 -0
  380. package/dist/nodes/UserPilot/actions/spotlight/create.js.map +1 -0
  381. package/dist/nodes/UserPilot/actions/spotlight/delete.d.ts +3 -0
  382. package/dist/nodes/UserPilot/actions/spotlight/delete.d.ts.map +1 -0
  383. package/dist/nodes/UserPilot/actions/spotlight/delete.js +16 -0
  384. package/dist/nodes/UserPilot/actions/spotlight/delete.js.map +1 -0
  385. package/dist/nodes/UserPilot/actions/spotlight/get.d.ts +3 -0
  386. package/dist/nodes/UserPilot/actions/spotlight/get.d.ts.map +1 -0
  387. package/dist/nodes/UserPilot/actions/spotlight/get.js +15 -0
  388. package/dist/nodes/UserPilot/actions/spotlight/get.js.map +1 -0
  389. package/dist/nodes/UserPilot/actions/spotlight/getAnalytics.d.ts +3 -0
  390. package/dist/nodes/UserPilot/actions/spotlight/getAnalytics.d.ts.map +1 -0
  391. package/dist/nodes/UserPilot/actions/spotlight/getAnalytics.js +15 -0
  392. package/dist/nodes/UserPilot/actions/spotlight/getAnalytics.js.map +1 -0
  393. package/dist/nodes/UserPilot/actions/spotlight/index.d.ts +9 -0
  394. package/dist/nodes/UserPilot/actions/spotlight/index.d.ts.map +1 -0
  395. package/dist/nodes/UserPilot/actions/spotlight/index.js +26 -0
  396. package/dist/nodes/UserPilot/actions/spotlight/index.js.map +1 -0
  397. package/dist/nodes/UserPilot/actions/spotlight/list.d.ts +3 -0
  398. package/dist/nodes/UserPilot/actions/spotlight/list.d.ts.map +1 -0
  399. package/dist/nodes/UserPilot/actions/spotlight/list.js +22 -0
  400. package/dist/nodes/UserPilot/actions/spotlight/list.js.map +1 -0
  401. package/dist/nodes/UserPilot/actions/spotlight/publish.d.ts +3 -0
  402. package/dist/nodes/UserPilot/actions/spotlight/publish.d.ts.map +1 -0
  403. package/dist/nodes/UserPilot/actions/spotlight/publish.js +15 -0
  404. package/dist/nodes/UserPilot/actions/spotlight/publish.js.map +1 -0
  405. package/dist/nodes/UserPilot/actions/spotlight/unpublish.d.ts +3 -0
  406. package/dist/nodes/UserPilot/actions/spotlight/unpublish.d.ts.map +1 -0
  407. package/dist/nodes/UserPilot/actions/spotlight/unpublish.js +15 -0
  408. package/dist/nodes/UserPilot/actions/spotlight/unpublish.js.map +1 -0
  409. package/dist/nodes/UserPilot/actions/spotlight/update.d.ts +3 -0
  410. package/dist/nodes/UserPilot/actions/spotlight/update.d.ts.map +1 -0
  411. package/dist/nodes/UserPilot/actions/spotlight/update.js +26 -0
  412. package/dist/nodes/UserPilot/actions/spotlight/update.js.map +1 -0
  413. package/dist/nodes/UserPilot/actions/user/bulkImport.d.ts +3 -0
  414. package/dist/nodes/UserPilot/actions/user/bulkImport.d.ts.map +1 -0
  415. package/dist/nodes/UserPilot/actions/user/bulkImport.js +32 -0
  416. package/dist/nodes/UserPilot/actions/user/bulkImport.js.map +1 -0
  417. package/dist/nodes/UserPilot/actions/user/bulkUpdate.d.ts +3 -0
  418. package/dist/nodes/UserPilot/actions/user/bulkUpdate.d.ts.map +1 -0
  419. package/dist/nodes/UserPilot/actions/user/bulkUpdate.js +40 -0
  420. package/dist/nodes/UserPilot/actions/user/bulkUpdate.js.map +1 -0
  421. package/dist/nodes/UserPilot/actions/user/delete.d.ts +3 -0
  422. package/dist/nodes/UserPilot/actions/user/delete.d.ts.map +1 -0
  423. package/dist/nodes/UserPilot/actions/user/delete.js +25 -0
  424. package/dist/nodes/UserPilot/actions/user/delete.js.map +1 -0
  425. package/dist/nodes/UserPilot/actions/user/get.d.ts +3 -0
  426. package/dist/nodes/UserPilot/actions/user/get.d.ts.map +1 -0
  427. package/dist/nodes/UserPilot/actions/user/get.js +20 -0
  428. package/dist/nodes/UserPilot/actions/user/get.js.map +1 -0
  429. package/dist/nodes/UserPilot/actions/user/getEvents.d.ts +3 -0
  430. package/dist/nodes/UserPilot/actions/user/getEvents.d.ts.map +1 -0
  431. package/dist/nodes/UserPilot/actions/user/getEvents.js +15 -0
  432. package/dist/nodes/UserPilot/actions/user/getEvents.js.map +1 -0
  433. package/dist/nodes/UserPilot/actions/user/getFlows.d.ts +3 -0
  434. package/dist/nodes/UserPilot/actions/user/getFlows.d.ts.map +1 -0
  435. package/dist/nodes/UserPilot/actions/user/getFlows.js +15 -0
  436. package/dist/nodes/UserPilot/actions/user/getFlows.js.map +1 -0
  437. package/dist/nodes/UserPilot/actions/user/identify.d.ts +3 -0
  438. package/dist/nodes/UserPilot/actions/user/identify.d.ts.map +1 -0
  439. package/dist/nodes/UserPilot/actions/user/identify.js +39 -0
  440. package/dist/nodes/UserPilot/actions/user/identify.js.map +1 -0
  441. package/dist/nodes/UserPilot/actions/user/index.d.ts +12 -0
  442. package/dist/nodes/UserPilot/actions/user/index.d.ts.map +1 -0
  443. package/dist/nodes/UserPilot/actions/user/index.js +32 -0
  444. package/dist/nodes/UserPilot/actions/user/index.js.map +1 -0
  445. package/dist/nodes/UserPilot/actions/user/list.d.ts +3 -0
  446. package/dist/nodes/UserPilot/actions/user/list.d.ts.map +1 -0
  447. package/dist/nodes/UserPilot/actions/user/list.js +22 -0
  448. package/dist/nodes/UserPilot/actions/user/list.js.map +1 -0
  449. package/dist/nodes/UserPilot/actions/user/merge.d.ts +3 -0
  450. package/dist/nodes/UserPilot/actions/user/merge.d.ts.map +1 -0
  451. package/dist/nodes/UserPilot/actions/user/merge.js +19 -0
  452. package/dist/nodes/UserPilot/actions/user/merge.js.map +1 -0
  453. package/dist/nodes/UserPilot/actions/user/search.d.ts +3 -0
  454. package/dist/nodes/UserPilot/actions/user/search.d.ts.map +1 -0
  455. package/dist/nodes/UserPilot/actions/user/search.js +25 -0
  456. package/dist/nodes/UserPilot/actions/user/search.js.map +1 -0
  457. package/dist/nodes/UserPilot/actions/user/update.d.ts +3 -0
  458. package/dist/nodes/UserPilot/actions/user/update.d.ts.map +1 -0
  459. package/dist/nodes/UserPilot/actions/user/update.js +49 -0
  460. package/dist/nodes/UserPilot/actions/user/update.js.map +1 -0
  461. package/dist/nodes/UserPilot/transport/apiRequest.d.ts +30 -0
  462. package/dist/nodes/UserPilot/transport/apiRequest.d.ts.map +1 -0
  463. package/dist/nodes/UserPilot/transport/apiRequest.js +189 -0
  464. package/dist/nodes/UserPilot/transport/apiRequest.js.map +1 -0
  465. package/dist/nodes/UserPilot/transport/index.d.ts +2 -0
  466. package/dist/nodes/UserPilot/transport/index.d.ts.map +1 -0
  467. package/dist/nodes/UserPilot/transport/index.js +24 -0
  468. package/dist/nodes/UserPilot/transport/index.js.map +1 -0
  469. package/dist/nodes/UserPilot/types/UserPilotTypes.d.ts +107 -0
  470. package/dist/nodes/UserPilot/types/UserPilotTypes.d.ts.map +1 -0
  471. package/dist/nodes/UserPilot/types/UserPilotTypes.js +9 -0
  472. package/dist/nodes/UserPilot/types/UserPilotTypes.js.map +1 -0
  473. package/dist/nodes/UserPilot/userpilot.svg +7 -0
  474. package/dist/nodes/UserPilot/utils/helpers.d.ts +55 -0
  475. package/dist/nodes/UserPilot/utils/helpers.d.ts.map +1 -0
  476. package/dist/nodes/UserPilot/utils/helpers.js +183 -0
  477. package/dist/nodes/UserPilot/utils/helpers.js.map +1 -0
  478. package/dist/nodes/UserPilot/utils/index.d.ts +2 -0
  479. package/dist/nodes/UserPilot/utils/index.d.ts.map +1 -0
  480. package/dist/nodes/UserPilot/utils/index.js +24 -0
  481. package/dist/nodes/UserPilot/utils/index.js.map +1 -0
  482. package/package.json +77 -0
@@ -0,0 +1,31 @@
1
+ # Commercial License
2
+
3
+ Velocity BPA, LLC offers commercial licenses for its n8n community nodes.
4
+
5
+ ## When a Commercial License Is Required
6
+
7
+ A commercial license is required if you:
8
+ - Use this node within a SaaS, PaaS, or hosted platform that is sold or monetized
9
+ - Offer this node as part of a managed services or consulting engagement
10
+ - Bundle or redistribute this node with a paid product
11
+ - Resell, sublicense, or white-label this node
12
+ - Embed this node into a commercial automation or integration platform
13
+
14
+ ## What the Commercial License Provides
15
+
16
+ - Legal authorization for commercial deployment
17
+ - Organization-wide usage rights
18
+ - Rights to deploy across multiple environments
19
+ - Optional priority support and maintenance
20
+ - Optional custom development or feature extensions
21
+
22
+ ## Licensing Model
23
+
24
+ Licenses are issued on a per-organization basis.
25
+
26
+ Enterprise, OEM, and platform licensing terms are available upon request.
27
+
28
+ ## Contact
29
+
30
+ Email: licensing@velobpa.com
31
+ Website: https://velobpa.com
package/LICENSE ADDED
@@ -0,0 +1,46 @@
1
+ Business Source License 1.1
2
+
3
+ License text copyright (c) 2017 MariaDB Corporation Ab.
4
+
5
+ Licensor:
6
+ Velocity BPA, LLC
7
+ https://velobpa.com
8
+
9
+ Licensed Work:
10
+ This repository and all source code, documentation, and associated artifacts
11
+ contained herein, including all n8n community nodes published by Velocity BPA.
12
+
13
+ Additional Use Grant:
14
+ You may use, modify, and run the Licensed Work free of charge for:
15
+ - Personal use
16
+ - Educational use
17
+ - Research use
18
+ - Internal business use, provided such use does not involve resale,
19
+ redistribution, or offering the Licensed Work as part of a commercial
20
+ product or service.
21
+
22
+ Commercial Use Restriction:
23
+ Commercial Use of the Licensed Work is prohibited without a valid
24
+ Commercial License issued by the Licensor.
25
+
26
+ Commercial Use includes, but is not limited to:
27
+ - Use of the Licensed Work within any Software-as-a-Service (SaaS),
28
+ Platform-as-a-Service (PaaS), or hosted application that is sold,
29
+ licensed, or monetized in any form
30
+ - Offering the Licensed Work as part of a managed services engagement
31
+ - Bundling or redistributing the Licensed Work with a paid product
32
+ - Reselling, sublicensing, or white-labeling the Licensed Work
33
+ - Embedding the Licensed Work into any commercial automation platform,
34
+ integration product, or solution offering
35
+
36
+ Change Date:
37
+ January 1, 2030
38
+
39
+ Change License:
40
+ Apache License, Version 2.0
41
+
42
+ For commercial licensing inquiries:
43
+ licensing@velobpa.com
44
+
45
+ Business Source License 1.1 full text:
46
+ https://mariadb.com/bsl11/
@@ -0,0 +1,18 @@
1
+ ## Licensing FAQ
2
+
3
+ ### Is internal SaaS infrastructure considered internal use?
4
+ No. If the infrastructure supports a revenue-generating service,
5
+ it is considered commercial use.
6
+
7
+ ### What if customers never see the node?
8
+ Visibility is irrelevant. Revenue enablement constitutes commercial use.
9
+
10
+ ### What if we are a startup?
11
+ Startups are commercial entities and require a commercial license.
12
+
13
+ ### What if we only use one workflow?
14
+ Scope does not change license requirements.
15
+
16
+ ### Do proof-of-concepts require a license?
17
+ Internal, non-customer-facing POCs are permitted.
18
+ Production SaaS deployments require a license.
package/README.md ADDED
@@ -0,0 +1,186 @@
1
+ # n8n-nodes-userpilot
2
+
3
+ > **NOTICE:** This software is licensed under the Business Source License 1.1 (BSL-1.1).
4
+ > Commercial use requires a separate commercial license from Velocity BPA.
5
+ > Contact: licensing@velobpa.com
6
+
7
+ This is an n8n community node for [UserPilot](https://userpilot.com/), the product growth and user onboarding platform.
8
+
9
+ UserPilot helps product teams increase user adoption through targeted in-app experiences, surveys, and analytics without code changes.
10
+
11
+ ## Installation
12
+
13
+ Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) in the n8n community nodes documentation.
14
+
15
+ ## Credentials
16
+
17
+ To use this node, you need a UserPilot API token:
18
+
19
+ 1. Log in to your UserPilot account
20
+ 2. Navigate to Settings > Environment Page
21
+ 3. Copy your API Token (also called Write Token)
22
+ 4. Create credentials in n8n using this token
23
+
24
+ For Enterprise/EU deployments, you can specify a custom endpoint URL.
25
+
26
+ ## Supported Resources (12)
27
+
28
+ ### User
29
+ - **Identify** - Identify or create a user
30
+ - **Update** - Update user properties
31
+ - **Get** - Get user details
32
+ - **Delete** - Delete a user
33
+ - **List** - List all users
34
+ - **Search** - Search users by property
35
+ - **Bulk Update** - Batch update multiple users
36
+ - **Bulk Import** - Import users from CSV
37
+ - **Get Events** - Get user event history
38
+ - **Get Flows** - Get user flow interactions
39
+ - **Merge** - Merge duplicate users
40
+
41
+ ### Company
42
+ - **Identify** - Identify or create a company
43
+ - **Update** - Update company properties
44
+ - **Get** - Get company details
45
+ - **Delete** - Delete a company
46
+ - **List** - List all companies
47
+ - **Search** - Search companies by property
48
+ - **Bulk Update** - Batch update multiple companies
49
+ - **Get Users** - Get users in company
50
+ - **Get Analytics** - Get company engagement data
51
+
52
+ ### Event
53
+ - **Track** - Track a custom event
54
+ - **Bulk Track** - Batch track multiple events
55
+ - **Bulk Import** - Import events from CSV
56
+ - **List Definitions** - List all tracked event types
57
+ - **Get Definition** - Get event type details
58
+ - **Create Definition** - Define a new event type
59
+ - **Get Analytics** - Get event metrics
60
+
61
+ ### Flow
62
+ - **List** - List all flows
63
+ - **Get** - Get flow details
64
+ - **Create** - Create a new flow
65
+ - **Update** - Update flow settings
66
+ - **Delete** - Delete a flow
67
+ - **Trigger** - Trigger a flow for a user
68
+ - **Publish** - Publish a flow
69
+ - **Unpublish** - Unpublish a flow
70
+ - **Get Analytics** - Get flow metrics
71
+ - **Duplicate** - Clone a flow
72
+
73
+ ### NPS Survey
74
+ - **List** - List all NPS surveys
75
+ - **Get** - Get NPS survey details
76
+ - **Create** - Create an NPS survey
77
+ - **Update** - Update NPS settings
78
+ - **Delete** - Delete an NPS survey
79
+ - **Get Responses** - Get NPS responses
80
+ - **Publish** - Publish a survey
81
+ - **Unpublish** - Unpublish a survey
82
+ - **Get Analytics** - Get NPS trends
83
+ - **Export Data** - Export NPS data
84
+
85
+ ### Checklist
86
+ - **List** - List all checklists
87
+ - **Get** - Get checklist details
88
+ - **Create** - Create a checklist
89
+ - **Update** - Update a checklist
90
+ - **Delete** - Delete a checklist
91
+ - **Publish** - Publish a checklist
92
+ - **Unpublish** - Unpublish a checklist
93
+ - **Get Analytics** - Get completion metrics
94
+ - **Get User Progress** - Get user checklist progress
95
+
96
+ ### Resource Center
97
+ - **Get** - Get resource center config
98
+ - **Update** - Update resource center
99
+ - **List Modules** - List resource center modules
100
+ - **Create Module** - Create a module
101
+ - **Update Module** - Update a module
102
+ - **Delete Module** - Delete a module
103
+ - **Reorder Modules** - Reorder modules
104
+ - **Get Module Analytics** - Get module engagement
105
+
106
+ ### Segment
107
+ - **List** - List all segments
108
+ - **Get** - Get segment details
109
+ - **Create** - Create a segment
110
+ - **Update** - Update a segment
111
+ - **Delete** - Delete a segment
112
+ - **Get Users** - Get users in segment
113
+ - **Get Size** - Get segment member count
114
+
115
+ ### Data Export
116
+ - **Create** - Create an export job
117
+ - **Get Status** - Check export status
118
+ - **Download** - Download export file
119
+ - **List** - List export jobs
120
+ - **Cancel** - Cancel pending export
121
+
122
+ ### Job
123
+ - **Get Status** - Get job status
124
+ - **List** - List recent jobs
125
+ - **Cancel** - Cancel pending job
126
+ - **Retry** - Retry failed job
127
+ - **Get Errors** - Get job error details
128
+
129
+ ### Spotlight
130
+ - **List** - List all spotlights
131
+ - **Get** - Get spotlight details
132
+ - **Create** - Create a spotlight
133
+ - **Update** - Update a spotlight
134
+ - **Delete** - Delete a spotlight
135
+ - **Publish** - Publish a spotlight
136
+ - **Unpublish** - Unpublish a spotlight
137
+ - **Get Analytics** - Get spotlight metrics
138
+
139
+ ### Banner
140
+ - **List** - List all banners
141
+ - **Get** - Get banner details
142
+ - **Create** - Create a banner
143
+ - **Update** - Update a banner
144
+ - **Delete** - Delete a banner
145
+ - **Publish** - Publish a banner
146
+ - **Unpublish** - Unpublish a banner
147
+ - **Get Analytics** - Get banner metrics
148
+
149
+ ## Trigger Node
150
+
151
+ The **UserPilot Trigger** node listens for webhook events:
152
+
153
+ - `user.identified` - New user identified
154
+ - `user.updated` - User properties changed
155
+ - `event.tracked` - Custom event tracked
156
+ - `flow.started` - User started flow
157
+ - `flow.completed` - User completed flow
158
+ - `flow.dismissed` - User dismissed flow
159
+ - `nps.submitted` - NPS response received
160
+ - `checklist.completed` - Checklist completed
161
+ - `checklist.item.completed` - Checklist item completed
162
+ - `segment.entered` - User entered segment
163
+ - `segment.exited` - User exited segment
164
+
165
+ Configure webhooks in your UserPilot dashboard pointing to the webhook URL provided by n8n.
166
+
167
+ ## Rate Limits
168
+
169
+ - Real-time API: Standard HTTP rate limiting
170
+ - Bulk operations: 1,200 rows per minute
171
+ - File upload: Max 50 MB, 10,000 rows
172
+
173
+ ## Resources
174
+
175
+ - [UserPilot Documentation](https://docs.userpilot.com/)
176
+ - [n8n Community Nodes](https://docs.n8n.io/integrations/community-nodes/)
177
+
178
+ ## License
179
+
180
+ This project is licensed under the Business Source License 1.1 (BSL-1.1).
181
+
182
+ **For commercial use, you must obtain a commercial license from Velocity BPA.**
183
+
184
+ See [LICENSE](LICENSE), [COMMERCIAL_LICENSE.md](COMMERCIAL_LICENSE.md), and [LICENSING_FAQ.md](LICENSING_FAQ.md) for details.
185
+
186
+ Contact: licensing@velobpa.com
@@ -0,0 +1,10 @@
1
+ import type { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
2
+ export declare class UserPilotApi implements ICredentialType {
3
+ name: string;
4
+ displayName: string;
5
+ documentationUrl: string;
6
+ properties: INodeProperties[];
7
+ authenticate: IAuthenticateGeneric;
8
+ test: ICredentialTestRequest;
9
+ }
10
+ //# sourceMappingURL=UserPilotApi.credentials.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UserPilotApi.credentials.d.ts","sourceRoot":"","sources":["../../credentials/UserPilotApi.credentials.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EACV,oBAAoB,EACpB,sBAAsB,EACtB,eAAe,EACf,eAAe,EAChB,MAAM,cAAc,CAAC;AAEtB,qBAAa,YAAa,YAAW,eAAe;IAClD,IAAI,SAAkB;IACtB,WAAW,SAAmB;IAC9B,gBAAgB,SAAiC;IAEjD,UAAU,EAAE,eAAe,EAAE,CAoB3B;IAEF,YAAY,EAAE,oBAAoB,CAOhC;IAEF,IAAI,EAAE,sBAAsB,CAM1B;CACH"}
@@ -0,0 +1,54 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Velocity BPA, LLC
4
+ * Licensed under the Business Source License 1.1
5
+ * Commercial use requires a separate commercial license.
6
+ * See LICENSE file for details.
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
9
+ exports.UserPilotApi = void 0;
10
+ class UserPilotApi {
11
+ constructor() {
12
+ this.name = 'userPilotApi';
13
+ this.displayName = 'UserPilot API';
14
+ this.documentationUrl = 'https://docs.userpilot.com/';
15
+ this.properties = [
16
+ {
17
+ displayName: 'API Token',
18
+ name: 'apiToken',
19
+ type: 'string',
20
+ typeOptions: {
21
+ password: true,
22
+ },
23
+ default: '',
24
+ required: true,
25
+ description: 'Your UserPilot API Token. Found in Environment Page in your UserPilot application.',
26
+ },
27
+ {
28
+ displayName: 'Custom Endpoint (Optional)',
29
+ name: 'endpoint',
30
+ type: 'string',
31
+ default: '',
32
+ placeholder: 'https://analytex.userpilot.io',
33
+ description: 'Custom endpoint URL for Enterprise/EU deployments. Leave empty to use the default endpoint.',
34
+ },
35
+ ];
36
+ this.authenticate = {
37
+ type: 'generic',
38
+ properties: {
39
+ headers: {
40
+ Authorization: '=Token {{$credentials.apiToken}}',
41
+ },
42
+ },
43
+ };
44
+ this.test = {
45
+ request: {
46
+ baseURL: '={{$credentials.endpoint || "https://analytex.userpilot.io"}}',
47
+ url: '/v1/users',
48
+ method: 'GET',
49
+ },
50
+ };
51
+ }
52
+ }
53
+ exports.UserPilotApi = UserPilotApi;
54
+ //# sourceMappingURL=UserPilotApi.credentials.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UserPilotApi.credentials.js","sourceRoot":"","sources":["../../credentials/UserPilotApi.credentials.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AASH,MAAa,YAAY;IAAzB;QACE,SAAI,GAAG,cAAc,CAAC;QACtB,gBAAW,GAAG,eAAe,CAAC;QAC9B,qBAAgB,GAAG,6BAA6B,CAAC;QAEjD,eAAU,GAAsB;YAC9B;gBACE,WAAW,EAAE,WAAW;gBACxB,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE;oBACX,QAAQ,EAAE,IAAI;iBACf;gBACD,OAAO,EAAE,EAAE;gBACX,QAAQ,EAAE,IAAI;gBACd,WAAW,EAAE,oFAAoF;aAClG;YACD;gBACE,WAAW,EAAE,4BAA4B;gBACzC,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,WAAW,EAAE,+BAA+B;gBAC5C,WAAW,EAAE,6FAA6F;aAC3G;SACF,CAAC;QAEF,iBAAY,GAAyB;YACnC,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACV,OAAO,EAAE;oBACP,aAAa,EAAE,kCAAkC;iBAClD;aACF;SACF,CAAC;QAEF,SAAI,GAA2B;YAC7B,OAAO,EAAE;gBACP,OAAO,EAAE,+DAA+D;gBACxE,GAAG,EAAE,WAAW;gBAChB,MAAM,EAAE,KAAK;aACd;SACF,CAAC;IACJ,CAAC;CAAA;AA3CD,oCA2CC"}
@@ -0,0 +1,3 @@
1
+ export * from './credentials/UserPilotApi.credentials';
2
+ export * from './nodes/UserPilot/UserPilot.node';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAOA,cAAc,wCAAwC,CAAC;AACvD,cAAc,kCAAkC,CAAC"}
package/dist/index.js ADDED
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) Velocity BPA, LLC
4
+ * Licensed under the Business Source License 1.1
5
+ * Commercial use requires a separate commercial license.
6
+ * See LICENSE file for details.
7
+ */
8
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
9
+ if (k2 === undefined) k2 = k;
10
+ var desc = Object.getOwnPropertyDescriptor(m, k);
11
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
12
+ desc = { enumerable: true, get: function() { return m[k]; } };
13
+ }
14
+ Object.defineProperty(o, k2, desc);
15
+ }) : (function(o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ o[k2] = m[k];
18
+ }));
19
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
20
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
21
+ };
22
+ Object.defineProperty(exports, "__esModule", { value: true });
23
+ __exportStar(require("./credentials/UserPilotApi.credentials"), exports);
24
+ __exportStar(require("./nodes/UserPilot/UserPilot.node"), exports);
25
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;;;;;;;;;;;;;;AAEH,yEAAuD;AACvD,mEAAiD"}
@@ -0,0 +1,6 @@
1
+ import type { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow';
2
+ export declare class UserPilot implements INodeType {
3
+ description: INodeTypeDescription;
4
+ execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
5
+ }
6
+ //# sourceMappingURL=UserPilot.node.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UserPilot.node.d.ts","sourceRoot":"","sources":["../../../nodes/UserPilot/UserPilot.node.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EACV,iBAAiB,EACjB,kBAAkB,EAClB,SAAS,EACT,oBAAoB,EACrB,MAAM,cAAc,CAAC;AAetB,qBAAa,SAAU,YAAW,SAAS;IACzC,WAAW,EAAE,oBAAoB,CA87B/B;IAEI,OAAO,CAAC,IAAI,EAAE,iBAAiB,GAAG,OAAO,CAAC,kBAAkB,EAAE,EAAE,CAAC;CAmExE"}