Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.74 KB

EmailsPayload.md

File metadata and controls

32 lines (23 loc) · 1.74 KB

ElasticEmail.model.emails_payload.EmailsPayload

Provide either rule or a list of emails, not both.

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict, Provide either rule or a list of emails, not both.

Dictionary Keys

Key Input Type Accessed Type Description Notes
Rule str, str, SQL-like rule. Sending 'All' as a value loads all resources of the given type. Help for building a segment rule can be found here: https://help.elasticemail.com/en/articles/5162182-segment-rules [optional]
Emails list, tuple, tuple, Comma delimited list of contact emails [optional]
any_string_name dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO any string name can be used but the value must be the correct type [optional]

Emails

Comma delimited list of contact emails

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple, Comma delimited list of contact emails

Tuple Items

Class Name Input Type Accessed Type Description Notes
items str, str,

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