한국어
cURL
curl --request GET \ --url https://api.notifly.tech/projects/{projectId}/campaign-event-data/exports/{exportId}/result \ --header 'Authorization: <api-key>'
{ "status": "success", "data": [ { "id": "E252EB67-48E3-49DC-866D-F8C26161230D", "user_id": "user_12345", "notifly_user_id": "notifly_user_abcde", "device_id": "ios_device_98765", "notifly_device_id": "notifly_device_xyz", "channel": "push_notification", "event_name": "send_success", "failure_reason": null, "resource_title": "6월 신규 혜택 안내", "resource_type": "campaign", "campaign_id": "camp_202406_promo", "experiment_group_name": "A", "user_journey_id": null, "user_journey_node_id": null, "time": "1749373994000000", "message_data": { "title": "지금 확인하고 혜택 받기!", "body": "6월 신규 회원님만을 위한 특별 이벤트 🎁", "link": "link://link/feed?id=1243" } } ], "total_page_count": 1 }
Export 요청으로 얻은 export_id를 활용해 비동기로 생성된 데이터를 페이지 당 최대 1,000개 단위로 조회합니다.
total_page_count
{ "requestId": "요청 ID", "requestDate": "YYYY-MM-DD HH:mm:ss", "templateId": "템플릿 ID", "title": "메시지 제목", "body": "본문 내용", "sendNo": "07000000000", "recipientNo": "01012345678", "messageType": "MMS", "countryCode": "82", "adYn": "N", "attachFileList": [ { "fileId": 123456789, "fileName": "image.jpg", "filePath": "/path/to/image/", "saveFileName": "saved.jpg", "uploadType": "TEMPORARY" } ] }
{ "title": "메일 제목", "body": { "html": "<html><body><p>메일 본문</p></body></html>", "text": "내용" } }
{ "plusFriendId": "@채널명", "senderKey": "발신 키", "recipientNo": "01012345678", "content": "메시지 내용", "buttons": [ { "ordering": 1, "type": "WL", "name": "버튼명", "linkMo": "https://m.example.com", "linkPc": "https://example.com", "schemeIos": "", "schemeAndroid": "" } ], "isAd": true }
{ "plusFriendId": "@채널명", "senderKey": "발신 키", "recipientNo": "01012345678", "templateCode": "템플릿 코드", "content": "[브랜드] 메시지 본문", "templateExtra": "추가 안내", "buttons": [ { "ordering": 1, "type": "WL", "name": "버튼명", "linkMo": "https://m.example.com", "linkPc": "https://example.com" } ] }
{ "templateName": "템플릿 이름" }
{ "notifly": { "ti": "제목", "bd": "본문", "cid": "캠페인 ID", "mid": "메시지 ID", "u": "https://your-link.com", "ic": "https://your-icon.png", "bg": "#ffffff", "im": "https://your-image.jpg", "sd": "/push-sound.mp3", "tg": "notifly-push-notification", "vb": [200, 100, 200], "ri": false, "data": {}, "ac": [ { "action": "click", "title": "Go to Link" }, { "action": "close", "title": "Close" } ] } }
{ "url": "https://your.webhook.endpoint", "method": "POST", "headers": { "Content-Type": "application/json" }, "data": "{ \"key\": \"value\" }" }
POST /authenticate로 발급받은 인증 토큰
프로젝트 ID
Export 요청 시 발급된 ID
0부터 시작하는 페이지 번호 (범위 0 ~ total_page_count - 1)
x >= 0
해당 페이지 데이터 조회 성공입니다
표시 하위 속성