Package Information
Released: 9/19/2025
Downloads: 7 weekly / 37 monthly
Latest Version: 0.1.6
Author: Your Name
Available Nodes
Documentation
n8n-nodes-clevertap
Custom n8n community node for CleverTap Public APIs (events, profiles, and generic requests).
Installation
- Build the package:
npm install
npm run build
- Copy or
npm packand install the tarball in your n8n instance under~/.n8n/custom/or via the UI (Settings → Community Nodes).
Credentials
- CleverTap Account ID
- CleverTap Passcode
- Region (eu1, us1, in1, sg1) or custom Base URL
Operations
- Events: Upload events array to
/1/upload - Profiles: Upsert user profiles to
/1/upload - Generic: Perform arbitrary CleverTap API request
Notes
- This node uses CleverTap header authentication:
X-CleverTap-Account-IdandX-CleverTap-Passcode. - Base URL is
https://<region>.api.clevertap.comunless overridden.