Last updated 1 year ago
Segments: Subscribed Users나 Inactive Users 등, 메시지를 보낼 그룹을 입력합니다. - OneSignal에 로그인합니다. - Audience > Segments를 누르고 Segments 리스트에서 사용하고 싶은 그룹의 이름을 확인합니다.
Message: Simple text나 Card JSON, 2가지 방식으로 원시그널 메시지를 입력할 수 있습니다.
메시지 내용을 입력합니다. 이전 태스크의 데이터를 사용할 수도 있습니다.
{{
{{a.first_name}}
변수값(참조값) 설정 방법은 여기를 참조하세요.
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 } ] }