Catalogue · The Journiq library8 shelves · 64 entries · updated weekly
Documentation,
shelf by shelf.
Browse the catalogue. Each shelf is a chapter — quick starts, references, SDKs, journeys. Open a card to step through working examples in your stack.
API reference
referenceMobile SDKs
mobileWeb & server SDKs
webCampaigns & journeys
journeysDeep linking
linksMessaging channels
channelsSecurity & compliance
securityQuickstart · NodeFrom npm install to first event
From npm install to first event
in five lines.
The same pattern works in iOS, Android, Flutter, and the browser SDK — identify, track, dispatch.
Browse the SDK reference// install $ npm install '@journiq/node-sdk' // initialise › import { Journiq } from '@journiq/node-sdk'; › const jq = new Journiq({ apiKey }); // track › await jq.track(user.id, 'purchase.completed', { › amount: 99.99, › plan: 'studio' › });
Stuck on a paragraph?
Ask the desk.
A real engineer answers within the hour during business days. Community chat for everything else.