Last updated 6 months ago
자동화 비즈 화면에서 메시지를 발송하는 법을 예시로 보여드립니다.
원시그널 앱을 선택합니다.
세그먼트: Subscribed Users나 Inactive Users 등, 메시지를 보낼 그룹을 뜻합니다.
- OneSignal에 로그인합니다. - Audience > Segments를 누르고 Segments 리스트에서 사용하고 싶은 그룹의 이름을 확인합니다.
메시지 입력 방식: 텍스트나 JSON 중 한 개를 선택해서 입력합니다.
메시지 내용을 입력합니다. 불러온 데이터를 사용할 수도 있습니다.
Docs for creating notification: https://documentation.onesignal.com/reference/create-notification
Supported language codes: https://documentation.onesignal.com/docs/language-localization#what-languages-are-supported
contents
Object
V
Message content mapped with language code. "en" is required. Optional if contentavailable = true or templateid is set
headings
Required for Huawei. Title content mapped with language code.
included_segments
String Array
Array of segment string. Can be replaced by specific devices/users (see Send to Specific Devices section)
filters
Object Array
Array of filters to be applied to segments
{ "contents": { "es": "Nueva Notificaciòn", "en": "New Notification", }, "included_segments": ["Subscribed Users"], "filters": [ { "field": "tag", "key": "level", "relation": ">", "value": 10 } ] }