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' } });