Integrations / CleverTap
Engagement data woven into your graph.
Oynix pulls the CleverTap events you care about and links them to the features and code behind them.
$ oynix connect clevertapPrerequisites
- Your CleverTap Account ID and Passcode.
- The Oynix CLI installed and signed in (oynix login).
Setup steps
Install the Oynix CLI
Everything Oynix does runs from one small command-line tool on your own machine — there's nothing to deploy or host. Open your terminal (Terminal on Mac, PowerShell on Windows) and paste this in to install it:
$ curl -fsSL https://get.oynix.dev | sh- Don't have a terminal open? On Mac press ⌘+Space, type "Terminal", hit Enter.
- Paste the line, press Enter, and wait for it to finish — that's it.
- Check it installed: run oynix --version (it should print a version number).
Sign in
Tell Oynix who you are. This opens your browser to sign in with GitHub and links this computer to your workspace — it's how your edits, decisions and presence get attributed to you.
$ oynix login- Run the command; your browser opens automatically.
- Approve the sign-in with GitHub, then return to the terminal.
- If your team uses a workspace key, paste it when asked (a teammate with the master key issues it).
Get your API creds
CleverTap → Settings → Engage → API → copy your Account ID and Passcode. Note your region (us1 / eu1 / in1 …).
Connect CleverTap
Run the command, choose Direct, and enter Account ID + Passcode. Name the events you want tracked (CleverTap has no list-events API).
$ oynix connect clevertapSync anytime
Oynix ingests the named events and links them to the relevant features.
$ oynix connectors sync clevertapCheck it worked
List your connectors to confirm CleverTap shows up and is syncing. Once it's synced, ask the graph a question that should now have an answer from CleverTap.
$ oynix connectors- You should see CleverTap listed as "connected".
- Try it: oynix ask "what did we decide about …?" — answers can now draw on CleverTap.
What gets indexed
Events
The engagement events you name, linked to features.
Links to code
Signals tied to the code behind them.
Freshness
Re-syncs to keep current.