Skip to content

Files

Latest commit

4faabb5 · Aug 26, 2021

History

History
20 lines (14 loc) · 504 Bytes

SegmentPayload.md

File metadata and controls

20 lines (14 loc) · 504 Bytes

ElasticEmail::SegmentPayload

Properties

Name Type Description Notes
name String Segment name
rule String SQL-like rule to determine which Contacts belong to this Segment. Help for building a segment rule can be found here: https://help.elasticemail.com/en/articles/5162182-segment-rules

Example

require 'ElasticEmail'

instance = ElasticEmail::SegmentPayload.new(
  name: null,
  rule: null
)