Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1.02 KB

SegmentNotificationTarget.md

File metadata and controls

13 lines (8 loc) · 1.02 KB

SegmentNotificationTarget

Properties

Name Type Description Notes
included_segments [str] The segment names you want to target. Users in these segments will receive a notification. This targeting parameter is only compatible with excluded_segments. Example: ["Active Users", "Inactive Users"] [optional]
excluded_segments [str] Segment that will be excluded when sending. Users in these segments will not receive a notification, even if they were included in included_segments. This targeting parameter is only compatible with included_segments. Example: ["Active Users", "Inactive Users"] [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]