Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 782 Bytes

ContactPayload.md

File metadata and controls

14 lines (11 loc) · 782 Bytes

# ContactPayload

Properties

Name Type Description Notes
email string Proper email address.
status \ElasticEmail\Model\ContactStatus [optional]
first_name string First name. [optional]
last_name string Last name. [optional]
custom_fields array<string,string> A key-value collection of custom contact fields which can be used in the system. Only already existing custom fields will be saved. [optional]
consent \ElasticEmail\Model\ConsentData [optional]

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