use ElasticEmail::Object::ContactPayload;
Name | Type | Description | Notes |
---|---|---|---|
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] |