한국어
cURL
curl --request POST \ --url https://api.notifly.tech/projects/{projectId}/user-journeys/{userJourneyId}/enter \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "users": [ { "userId": "alice" } ] }'
{ "code": 200, "success": true, "error": null }
유저 여정을 API로 직접 트리거합니다. 개별 유저에게 유저 여정 시작 이벤트를 발행할 때 사용합니다.
POST /authenticate로 발급받은 인증 토큰
프로젝트 ID
유저 여정 ID (콘솔에서 확인)
유저 여정에 진입할 유저 목록 (최대 1,000명)
표시 하위 속성
성공적인 유저 여정 트리거입니다