한국어
cURL
curl --request POST \ --url https://api.notifly.tech/set-user-properties \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "projectId": "example_project_1234567890abcdef", "userId": "user_abc123" } '
{ "data": 3 }
유저 속성을 노티플라이 엔진에 등록하거나 업데이트합니다. 등록된 속성은 세그먼트 분류 및 개인화 메시지에 활용됩니다.
POST /authenticate로 발급받은 인증 토큰
노티플라이 팀에서 제공하는 프로젝트 ID입니다. 설정 > 프로젝트 정보에서 확인하실 수 있습니다.
유저 속성(key-value). 예약된 키: $email (이메일), $phone_number (전화번호), $line_user_id (LINE User ID)
$email
$phone_number
$line_user_id
유저 식별자
성공적인 속성 업데이트입니다
업데이트된 행 수