Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get started with Lime Journey in minutes
Email: demo@limejourney.com Password: demo@limejourney.com
npm install limejourney
import { LimeJourney } from '@limejourney/sdk'; const client = new LimeJourney({ apiKey: 'your-api-key' });
await client.events.create({ entityId: 'user-123', event: 'sign_in', properties: { device: 'mobile', location: 'US' } });