Sign in

Track Event

documented

Track a profile event with associated properties.

POST /api/trackTrack & Identifyno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://a.klaviyo.com/api/track" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"token": "{{KLAVIYO_API_KEY}}", "event": "{{$event}}", "customer_properties": { "$email": "{{$email}}" }, "properties": { "item_name": "{{$item_name}}", "$value": {{$value}} }, "time": {{$time}} }'
Track Event · Klaviyo · OpenIntegrations