Skip to content

Files

Latest commit

author
Elasticemail
Nov 10, 2021
5d5eaf1 · Nov 10, 2021

History

History
20 lines (15 loc) · 880 Bytes

ContactPayload.md

File metadata and controls

20 lines (15 loc) · 880 Bytes

ElasticEmail::Object::ContactPayload

Load the model package

use ElasticEmail::Object::ContactPayload;

Properties

Name Type Description Notes
email string Proper email address.
status ContactStatus [optional]
first_name string First name. [optional]
last_name string Last name. [optional]
custom_fields HASH[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 ConsentData [optional]

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