Track Event
documentedTrack a profile event with associated properties.
POST /api/trackTrack & Identifyno implementation yet0 runsNo 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}} }'