Identify person
documentedIdentify a person and assign traits (add/update a profile).
POST /v1/identifyPeopleno 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://cdp.customer.io/v1/identify" \
-X POST \
-u "{{CUSTOMER_API_KEY}}:" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"userId": "{{$user_id}}", "traits": {"name": "{{$name}}", "email": "{{$email}}"}, "context": {"ip": "{{$ip}}"}}'