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.
- package/COMMERCIAL_LICENSE.md +31 -0
- package/LICENSE +46 -0
- package/LICENSING_FAQ.md +18 -0
- package/README.md +186 -0
- package/dist/credentials/UserPilotApi.credentials.d.ts +10 -0
- package/dist/credentials/UserPilotApi.credentials.d.ts.map +1 -0
- package/dist/credentials/UserPilotApi.credentials.js +54 -0
- package/dist/credentials/UserPilotApi.credentials.js.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +25 -0
- package/dist/index.js.map +1 -0
- package/dist/nodes/UserPilot/UserPilot.node.d.ts +6 -0
- package/dist/nodes/UserPilot/UserPilot.node.d.ts.map +1 -0
- package/dist/nodes/UserPilot/UserPilot.node.js +1216 -0
- package/dist/nodes/UserPilot/UserPilot.node.js.map +1 -0
- package/dist/nodes/UserPilot/UserPilotTrigger.node.d.ts +13 -0
- package/dist/nodes/UserPilot/UserPilotTrigger.node.d.ts.map +1 -0
- package/dist/nodes/UserPilot/UserPilotTrigger.node.js +190 -0
- package/dist/nodes/UserPilot/UserPilotTrigger.node.js.map +1 -0
- package/dist/nodes/UserPilot/actions/banner/create.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/banner/create.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/banner/create.js +23 -0
- package/dist/nodes/UserPilot/actions/banner/create.js.map +1 -0
- package/dist/nodes/UserPilot/actions/banner/delete.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/banner/delete.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/banner/delete.js +16 -0
- package/dist/nodes/UserPilot/actions/banner/delete.js.map +1 -0
- package/dist/nodes/UserPilot/actions/banner/get.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/banner/get.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/banner/get.js +15 -0
- package/dist/nodes/UserPilot/actions/banner/get.js.map +1 -0
- package/dist/nodes/UserPilot/actions/banner/getAnalytics.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/banner/getAnalytics.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/banner/getAnalytics.js +15 -0
- package/dist/nodes/UserPilot/actions/banner/getAnalytics.js.map +1 -0
- package/dist/nodes/UserPilot/actions/banner/index.d.ts +9 -0
- package/dist/nodes/UserPilot/actions/banner/index.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/banner/index.js +26 -0
- package/dist/nodes/UserPilot/actions/banner/index.js.map +1 -0
- package/dist/nodes/UserPilot/actions/banner/list.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/banner/list.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/banner/list.js +22 -0
- package/dist/nodes/UserPilot/actions/banner/list.js.map +1 -0
- package/dist/nodes/UserPilot/actions/banner/publish.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/banner/publish.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/banner/publish.js +15 -0
- package/dist/nodes/UserPilot/actions/banner/publish.js.map +1 -0
- package/dist/nodes/UserPilot/actions/banner/unpublish.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/banner/unpublish.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/banner/unpublish.js +15 -0
- package/dist/nodes/UserPilot/actions/banner/unpublish.js.map +1 -0
- package/dist/nodes/UserPilot/actions/banner/update.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/banner/update.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/banner/update.js +26 -0
- package/dist/nodes/UserPilot/actions/banner/update.js.map +1 -0
- package/dist/nodes/UserPilot/actions/checklist/create.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/checklist/create.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/checklist/create.js +23 -0
- package/dist/nodes/UserPilot/actions/checklist/create.js.map +1 -0
- package/dist/nodes/UserPilot/actions/checklist/delete.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/checklist/delete.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/checklist/delete.js +16 -0
- package/dist/nodes/UserPilot/actions/checklist/delete.js.map +1 -0
- package/dist/nodes/UserPilot/actions/checklist/get.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/checklist/get.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/checklist/get.js +15 -0
- package/dist/nodes/UserPilot/actions/checklist/get.js.map +1 -0
- package/dist/nodes/UserPilot/actions/checklist/getAnalytics.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/checklist/getAnalytics.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/checklist/getAnalytics.js +15 -0
- package/dist/nodes/UserPilot/actions/checklist/getAnalytics.js.map +1 -0
- package/dist/nodes/UserPilot/actions/checklist/getUserProgress.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/checklist/getUserProgress.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/checklist/getUserProgress.js +15 -0
- package/dist/nodes/UserPilot/actions/checklist/getUserProgress.js.map +1 -0
- package/dist/nodes/UserPilot/actions/checklist/index.d.ts +10 -0
- package/dist/nodes/UserPilot/actions/checklist/index.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/checklist/index.js +28 -0
- package/dist/nodes/UserPilot/actions/checklist/index.js.map +1 -0
- package/dist/nodes/UserPilot/actions/checklist/list.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/checklist/list.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/checklist/list.js +22 -0
- package/dist/nodes/UserPilot/actions/checklist/list.js.map +1 -0
- package/dist/nodes/UserPilot/actions/checklist/publish.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/checklist/publish.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/checklist/publish.js +15 -0
- package/dist/nodes/UserPilot/actions/checklist/publish.js.map +1 -0
- package/dist/nodes/UserPilot/actions/checklist/unpublish.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/checklist/unpublish.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/checklist/unpublish.js +15 -0
- package/dist/nodes/UserPilot/actions/checklist/unpublish.js.map +1 -0
- package/dist/nodes/UserPilot/actions/checklist/update.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/checklist/update.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/checklist/update.js +25 -0
- package/dist/nodes/UserPilot/actions/checklist/update.js.map +1 -0
- package/dist/nodes/UserPilot/actions/company/bulkUpdate.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/company/bulkUpdate.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/company/bulkUpdate.js +40 -0
- package/dist/nodes/UserPilot/actions/company/bulkUpdate.js.map +1 -0
- package/dist/nodes/UserPilot/actions/company/delete.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/company/delete.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/company/delete.js +25 -0
- package/dist/nodes/UserPilot/actions/company/delete.js.map +1 -0
- package/dist/nodes/UserPilot/actions/company/get.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/company/get.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/company/get.js +20 -0
- package/dist/nodes/UserPilot/actions/company/get.js.map +1 -0
- package/dist/nodes/UserPilot/actions/company/getAnalytics.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/company/getAnalytics.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/company/getAnalytics.js +15 -0
- package/dist/nodes/UserPilot/actions/company/getAnalytics.js.map +1 -0
- package/dist/nodes/UserPilot/actions/company/getUsers.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/company/getUsers.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/company/getUsers.js +23 -0
- package/dist/nodes/UserPilot/actions/company/getUsers.js.map +1 -0
- package/dist/nodes/UserPilot/actions/company/identify.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/company/identify.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/company/identify.js +35 -0
- package/dist/nodes/UserPilot/actions/company/identify.js.map +1 -0
- package/dist/nodes/UserPilot/actions/company/index.d.ts +10 -0
- package/dist/nodes/UserPilot/actions/company/index.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/company/index.js +28 -0
- package/dist/nodes/UserPilot/actions/company/index.js.map +1 -0
- package/dist/nodes/UserPilot/actions/company/list.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/company/list.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/company/list.js +22 -0
- package/dist/nodes/UserPilot/actions/company/list.js.map +1 -0
- package/dist/nodes/UserPilot/actions/company/search.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/company/search.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/company/search.js +25 -0
- package/dist/nodes/UserPilot/actions/company/search.js.map +1 -0
- package/dist/nodes/UserPilot/actions/company/update.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/company/update.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/company/update.js +41 -0
- package/dist/nodes/UserPilot/actions/company/update.js.map +1 -0
- package/dist/nodes/UserPilot/actions/dataExport/cancel.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/dataExport/cancel.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/dataExport/cancel.js +15 -0
- package/dist/nodes/UserPilot/actions/dataExport/cancel.js.map +1 -0
- package/dist/nodes/UserPilot/actions/dataExport/create.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/dataExport/create.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/dataExport/create.js +40 -0
- package/dist/nodes/UserPilot/actions/dataExport/create.js.map +1 -0
- package/dist/nodes/UserPilot/actions/dataExport/download.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/dataExport/download.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/dataExport/download.js +60 -0
- package/dist/nodes/UserPilot/actions/dataExport/download.js.map +1 -0
- package/dist/nodes/UserPilot/actions/dataExport/getStatus.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/dataExport/getStatus.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/dataExport/getStatus.js +20 -0
- package/dist/nodes/UserPilot/actions/dataExport/getStatus.js.map +1 -0
- package/dist/nodes/UserPilot/actions/dataExport/index.d.ts +6 -0
- package/dist/nodes/UserPilot/actions/dataExport/index.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/dataExport/index.js +20 -0
- package/dist/nodes/UserPilot/actions/dataExport/index.js.map +1 -0
- package/dist/nodes/UserPilot/actions/dataExport/list.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/dataExport/list.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/dataExport/list.js +22 -0
- package/dist/nodes/UserPilot/actions/dataExport/list.js.map +1 -0
- package/dist/nodes/UserPilot/actions/event/bulkImport.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/event/bulkImport.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/event/bulkImport.js +32 -0
- package/dist/nodes/UserPilot/actions/event/bulkImport.js.map +1 -0
- package/dist/nodes/UserPilot/actions/event/bulkTrack.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/event/bulkTrack.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/event/bulkTrack.js +42 -0
- package/dist/nodes/UserPilot/actions/event/bulkTrack.js.map +1 -0
- package/dist/nodes/UserPilot/actions/event/createDefinition.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/event/createDefinition.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/event/createDefinition.js +19 -0
- package/dist/nodes/UserPilot/actions/event/createDefinition.js.map +1 -0
- package/dist/nodes/UserPilot/actions/event/getAnalytics.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/event/getAnalytics.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/event/getAnalytics.js +15 -0
- package/dist/nodes/UserPilot/actions/event/getAnalytics.js.map +1 -0
- package/dist/nodes/UserPilot/actions/event/getDefinition.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/event/getDefinition.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/event/getDefinition.js +15 -0
- package/dist/nodes/UserPilot/actions/event/getDefinition.js.map +1 -0
- package/dist/nodes/UserPilot/actions/event/index.d.ts +8 -0
- package/dist/nodes/UserPilot/actions/event/index.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/event/index.js +24 -0
- package/dist/nodes/UserPilot/actions/event/index.js.map +1 -0
- package/dist/nodes/UserPilot/actions/event/listDefinitions.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/event/listDefinitions.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/event/listDefinitions.js +22 -0
- package/dist/nodes/UserPilot/actions/event/listDefinitions.js.map +1 -0
- package/dist/nodes/UserPilot/actions/event/track.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/event/track.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/event/track.js +31 -0
- package/dist/nodes/UserPilot/actions/event/track.js.map +1 -0
- package/dist/nodes/UserPilot/actions/flow/create.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/flow/create.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/flow/create.js +22 -0
- package/dist/nodes/UserPilot/actions/flow/create.js.map +1 -0
- package/dist/nodes/UserPilot/actions/flow/delete.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/flow/delete.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/flow/delete.js +16 -0
- package/dist/nodes/UserPilot/actions/flow/delete.js.map +1 -0
- package/dist/nodes/UserPilot/actions/flow/duplicate.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/flow/duplicate.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/flow/duplicate.js +15 -0
- package/dist/nodes/UserPilot/actions/flow/duplicate.js.map +1 -0
- package/dist/nodes/UserPilot/actions/flow/get.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/flow/get.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/flow/get.js +20 -0
- package/dist/nodes/UserPilot/actions/flow/get.js.map +1 -0
- package/dist/nodes/UserPilot/actions/flow/getAnalytics.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/flow/getAnalytics.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/flow/getAnalytics.js +15 -0
- package/dist/nodes/UserPilot/actions/flow/getAnalytics.js.map +1 -0
- package/dist/nodes/UserPilot/actions/flow/index.d.ts +11 -0
- package/dist/nodes/UserPilot/actions/flow/index.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/flow/index.js +30 -0
- package/dist/nodes/UserPilot/actions/flow/index.js.map +1 -0
- package/dist/nodes/UserPilot/actions/flow/list.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/flow/list.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/flow/list.js +26 -0
- package/dist/nodes/UserPilot/actions/flow/list.js.map +1 -0
- package/dist/nodes/UserPilot/actions/flow/publish.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/flow/publish.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/flow/publish.js +15 -0
- package/dist/nodes/UserPilot/actions/flow/publish.js.map +1 -0
- package/dist/nodes/UserPilot/actions/flow/trigger.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/flow/trigger.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/flow/trigger.js +31 -0
- package/dist/nodes/UserPilot/actions/flow/trigger.js.map +1 -0
- package/dist/nodes/UserPilot/actions/flow/unpublish.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/flow/unpublish.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/flow/unpublish.js +15 -0
- package/dist/nodes/UserPilot/actions/flow/unpublish.js.map +1 -0
- package/dist/nodes/UserPilot/actions/flow/update.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/flow/update.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/flow/update.js +24 -0
- package/dist/nodes/UserPilot/actions/flow/update.js.map +1 -0
- package/dist/nodes/UserPilot/actions/job/cancel.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/job/cancel.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/job/cancel.js +15 -0
- package/dist/nodes/UserPilot/actions/job/cancel.js.map +1 -0
- package/dist/nodes/UserPilot/actions/job/getErrors.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/job/getErrors.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/job/getErrors.js +15 -0
- package/dist/nodes/UserPilot/actions/job/getErrors.js.map +1 -0
- package/dist/nodes/UserPilot/actions/job/getStatus.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/job/getStatus.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/job/getStatus.js +20 -0
- package/dist/nodes/UserPilot/actions/job/getStatus.js.map +1 -0
- package/dist/nodes/UserPilot/actions/job/index.d.ts +6 -0
- package/dist/nodes/UserPilot/actions/job/index.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/job/index.js +20 -0
- package/dist/nodes/UserPilot/actions/job/index.js.map +1 -0
- package/dist/nodes/UserPilot/actions/job/list.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/job/list.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/job/list.js +29 -0
- package/dist/nodes/UserPilot/actions/job/list.js.map +1 -0
- package/dist/nodes/UserPilot/actions/job/retry.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/job/retry.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/job/retry.js +15 -0
- package/dist/nodes/UserPilot/actions/job/retry.js.map +1 -0
- package/dist/nodes/UserPilot/actions/nps/create.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/nps/create.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/nps/create.js +24 -0
- package/dist/nodes/UserPilot/actions/nps/create.js.map +1 -0
- package/dist/nodes/UserPilot/actions/nps/delete.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/nps/delete.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/nps/delete.js +16 -0
- package/dist/nodes/UserPilot/actions/nps/delete.js.map +1 -0
- package/dist/nodes/UserPilot/actions/nps/exportData.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/nps/exportData.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/nps/exportData.js +15 -0
- package/dist/nodes/UserPilot/actions/nps/exportData.js.map +1 -0
- package/dist/nodes/UserPilot/actions/nps/get.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/nps/get.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/nps/get.js +15 -0
- package/dist/nodes/UserPilot/actions/nps/get.js.map +1 -0
- package/dist/nodes/UserPilot/actions/nps/getAnalytics.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/nps/getAnalytics.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/nps/getAnalytics.js +15 -0
- package/dist/nodes/UserPilot/actions/nps/getAnalytics.js.map +1 -0
- package/dist/nodes/UserPilot/actions/nps/getResponses.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/nps/getResponses.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/nps/getResponses.js +23 -0
- package/dist/nodes/UserPilot/actions/nps/getResponses.js.map +1 -0
- package/dist/nodes/UserPilot/actions/nps/index.d.ts +11 -0
- package/dist/nodes/UserPilot/actions/nps/index.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/nps/index.js +30 -0
- package/dist/nodes/UserPilot/actions/nps/index.js.map +1 -0
- package/dist/nodes/UserPilot/actions/nps/list.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/nps/list.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/nps/list.js +22 -0
- package/dist/nodes/UserPilot/actions/nps/list.js.map +1 -0
- package/dist/nodes/UserPilot/actions/nps/listSurveys.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/nps/listSurveys.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/nps/listSurveys.js +26 -0
- package/dist/nodes/UserPilot/actions/nps/listSurveys.js.map +1 -0
- package/dist/nodes/UserPilot/actions/nps/publish.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/nps/publish.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/nps/publish.js +15 -0
- package/dist/nodes/UserPilot/actions/nps/publish.js.map +1 -0
- package/dist/nodes/UserPilot/actions/nps/unpublish.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/nps/unpublish.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/nps/unpublish.js +15 -0
- package/dist/nodes/UserPilot/actions/nps/unpublish.js.map +1 -0
- package/dist/nodes/UserPilot/actions/nps/update.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/nps/update.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/nps/update.js +26 -0
- package/dist/nodes/UserPilot/actions/nps/update.js.map +1 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/createModule.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/createModule.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/createModule.js +18 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/createModule.js.map +1 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/deleteModule.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/deleteModule.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/deleteModule.js +16 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/deleteModule.js.map +1 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/get.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/get.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/get.js +14 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/get.js.map +1 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/getModuleAnalytics.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/getModuleAnalytics.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/getModuleAnalytics.js +15 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/getModuleAnalytics.js.map +1 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/index.d.ts +9 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/index.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/index.js +26 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/index.js.map +1 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/listModules.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/listModules.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/listModules.js +22 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/listModules.js.map +1 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/reorderModules.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/reorderModules.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/reorderModules.js +15 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/reorderModules.js.map +1 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/update.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/update.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/update.js +15 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/update.js.map +1 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/updateModule.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/updateModule.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/updateModule.js +23 -0
- package/dist/nodes/UserPilot/actions/resourceCenter/updateModule.js.map +1 -0
- package/dist/nodes/UserPilot/actions/segment/create.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/segment/create.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/segment/create.js +20 -0
- package/dist/nodes/UserPilot/actions/segment/create.js.map +1 -0
- package/dist/nodes/UserPilot/actions/segment/delete.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/segment/delete.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/segment/delete.js +16 -0
- package/dist/nodes/UserPilot/actions/segment/delete.js.map +1 -0
- package/dist/nodes/UserPilot/actions/segment/get.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/segment/get.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/segment/get.js +15 -0
- package/dist/nodes/UserPilot/actions/segment/get.js.map +1 -0
- package/dist/nodes/UserPilot/actions/segment/getSize.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/segment/getSize.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/segment/getSize.js +15 -0
- package/dist/nodes/UserPilot/actions/segment/getSize.js.map +1 -0
- package/dist/nodes/UserPilot/actions/segment/getUsers.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/segment/getUsers.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/segment/getUsers.js +23 -0
- package/dist/nodes/UserPilot/actions/segment/getUsers.js.map +1 -0
- package/dist/nodes/UserPilot/actions/segment/index.d.ts +8 -0
- package/dist/nodes/UserPilot/actions/segment/index.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/segment/index.js +24 -0
- package/dist/nodes/UserPilot/actions/segment/index.js.map +1 -0
- package/dist/nodes/UserPilot/actions/segment/list.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/segment/list.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/segment/list.js +22 -0
- package/dist/nodes/UserPilot/actions/segment/list.js.map +1 -0
- package/dist/nodes/UserPilot/actions/segment/update.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/segment/update.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/segment/update.js +21 -0
- package/dist/nodes/UserPilot/actions/segment/update.js.map +1 -0
- package/dist/nodes/UserPilot/actions/spotlight/create.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/spotlight/create.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/spotlight/create.js +24 -0
- package/dist/nodes/UserPilot/actions/spotlight/create.js.map +1 -0
- package/dist/nodes/UserPilot/actions/spotlight/delete.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/spotlight/delete.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/spotlight/delete.js +16 -0
- package/dist/nodes/UserPilot/actions/spotlight/delete.js.map +1 -0
- package/dist/nodes/UserPilot/actions/spotlight/get.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/spotlight/get.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/spotlight/get.js +15 -0
- package/dist/nodes/UserPilot/actions/spotlight/get.js.map +1 -0
- package/dist/nodes/UserPilot/actions/spotlight/getAnalytics.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/spotlight/getAnalytics.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/spotlight/getAnalytics.js +15 -0
- package/dist/nodes/UserPilot/actions/spotlight/getAnalytics.js.map +1 -0
- package/dist/nodes/UserPilot/actions/spotlight/index.d.ts +9 -0
- package/dist/nodes/UserPilot/actions/spotlight/index.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/spotlight/index.js +26 -0
- package/dist/nodes/UserPilot/actions/spotlight/index.js.map +1 -0
- package/dist/nodes/UserPilot/actions/spotlight/list.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/spotlight/list.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/spotlight/list.js +22 -0
- package/dist/nodes/UserPilot/actions/spotlight/list.js.map +1 -0
- package/dist/nodes/UserPilot/actions/spotlight/publish.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/spotlight/publish.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/spotlight/publish.js +15 -0
- package/dist/nodes/UserPilot/actions/spotlight/publish.js.map +1 -0
- package/dist/nodes/UserPilot/actions/spotlight/unpublish.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/spotlight/unpublish.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/spotlight/unpublish.js +15 -0
- package/dist/nodes/UserPilot/actions/spotlight/unpublish.js.map +1 -0
- package/dist/nodes/UserPilot/actions/spotlight/update.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/spotlight/update.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/spotlight/update.js +26 -0
- package/dist/nodes/UserPilot/actions/spotlight/update.js.map +1 -0
- package/dist/nodes/UserPilot/actions/user/bulkImport.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/user/bulkImport.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/user/bulkImport.js +32 -0
- package/dist/nodes/UserPilot/actions/user/bulkImport.js.map +1 -0
- package/dist/nodes/UserPilot/actions/user/bulkUpdate.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/user/bulkUpdate.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/user/bulkUpdate.js +40 -0
- package/dist/nodes/UserPilot/actions/user/bulkUpdate.js.map +1 -0
- package/dist/nodes/UserPilot/actions/user/delete.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/user/delete.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/user/delete.js +25 -0
- package/dist/nodes/UserPilot/actions/user/delete.js.map +1 -0
- package/dist/nodes/UserPilot/actions/user/get.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/user/get.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/user/get.js +20 -0
- package/dist/nodes/UserPilot/actions/user/get.js.map +1 -0
- package/dist/nodes/UserPilot/actions/user/getEvents.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/user/getEvents.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/user/getEvents.js +15 -0
- package/dist/nodes/UserPilot/actions/user/getEvents.js.map +1 -0
- package/dist/nodes/UserPilot/actions/user/getFlows.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/user/getFlows.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/user/getFlows.js +15 -0
- package/dist/nodes/UserPilot/actions/user/getFlows.js.map +1 -0
- package/dist/nodes/UserPilot/actions/user/identify.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/user/identify.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/user/identify.js +39 -0
- package/dist/nodes/UserPilot/actions/user/identify.js.map +1 -0
- package/dist/nodes/UserPilot/actions/user/index.d.ts +12 -0
- package/dist/nodes/UserPilot/actions/user/index.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/user/index.js +32 -0
- package/dist/nodes/UserPilot/actions/user/index.js.map +1 -0
- package/dist/nodes/UserPilot/actions/user/list.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/user/list.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/user/list.js +22 -0
- package/dist/nodes/UserPilot/actions/user/list.js.map +1 -0
- package/dist/nodes/UserPilot/actions/user/merge.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/user/merge.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/user/merge.js +19 -0
- package/dist/nodes/UserPilot/actions/user/merge.js.map +1 -0
- package/dist/nodes/UserPilot/actions/user/search.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/user/search.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/user/search.js +25 -0
- package/dist/nodes/UserPilot/actions/user/search.js.map +1 -0
- package/dist/nodes/UserPilot/actions/user/update.d.ts +3 -0
- package/dist/nodes/UserPilot/actions/user/update.d.ts.map +1 -0
- package/dist/nodes/UserPilot/actions/user/update.js +49 -0
- package/dist/nodes/UserPilot/actions/user/update.js.map +1 -0
- package/dist/nodes/UserPilot/transport/apiRequest.d.ts +30 -0
- package/dist/nodes/UserPilot/transport/apiRequest.d.ts.map +1 -0
- package/dist/nodes/UserPilot/transport/apiRequest.js +189 -0
- package/dist/nodes/UserPilot/transport/apiRequest.js.map +1 -0
- package/dist/nodes/UserPilot/transport/index.d.ts +2 -0
- package/dist/nodes/UserPilot/transport/index.d.ts.map +1 -0
- package/dist/nodes/UserPilot/transport/index.js +24 -0
- package/dist/nodes/UserPilot/transport/index.js.map +1 -0
- package/dist/nodes/UserPilot/types/UserPilotTypes.d.ts +107 -0
- package/dist/nodes/UserPilot/types/UserPilotTypes.d.ts.map +1 -0
- package/dist/nodes/UserPilot/types/UserPilotTypes.js +9 -0
- package/dist/nodes/UserPilot/types/UserPilotTypes.js.map +1 -0
- package/dist/nodes/UserPilot/userpilot.svg +7 -0
- package/dist/nodes/UserPilot/utils/helpers.d.ts +55 -0
- package/dist/nodes/UserPilot/utils/helpers.d.ts.map +1 -0
- package/dist/nodes/UserPilot/utils/helpers.js +183 -0
- package/dist/nodes/UserPilot/utils/helpers.js.map +1 -0
- package/dist/nodes/UserPilot/utils/index.d.ts +2 -0
- package/dist/nodes/UserPilot/utils/index.d.ts.map +1 -0
- package/dist/nodes/UserPilot/utils/index.js +24 -0
- package/dist/nodes/UserPilot/utils/index.js.map +1 -0
- 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/
|
package/LICENSING_FAQ.md
ADDED
|
@@ -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"}
|
package/dist/index.d.ts
ADDED
|
@@ -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"}
|