clevertap

n8n community node for CleverTap Public APIs

Package Information

Released: 9/19/2025
Downloads: 7 weekly / 37 monthly
Latest Version: 0.1.6
Author: Your Name

Documentation

n8n-nodes-clevertap

Custom n8n community node for CleverTap Public APIs (events, profiles, and generic requests).

Installation

  1. Build the package:
npm install
npm run build
  1. Copy or npm pack and 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-Id and X-CleverTap-Passcode.
  • Base URL is https://<region>.api.clevertap.com unless overridden.

Discussion