Sign in

Update Profile

documented

Update profile attributes by Klaviyo Person ID.

PUT /api/person/{person_id}Profilesno 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/v1/person/{{$person_id}}?api_key={{KLAVIYO_API_KEY}}" \
  -X PUT \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"$email": "{{$email}}", "$first_name": "{{$first_name}}", "$last_name": "{{$last_name}}", "$phone_number": "{{$phone_number}}", "$city": "{{$city}}", "$region": "{{$region}}", "$country": "{{$country}}", "$zip": "{{$zip}}", "$address1": "{{$address1}}", "$address2": "{{$address2}}", "$organization": "{{$organization}}", "$title": "{{$title}}", "external_id": "{{$external_id}}"}'
Update Profile · Klaviyo · OpenIntegrations