Record
contactdb-recipient-recipients-item
No description available.
record contactdb-recipient-recipients-item {
created-at: option<f64>,
custom-fields: option<list<contactdb-custom-field-with-id-value>>,
email: string,
first-name: option<string>,
id: option<string>,
last-clicked: option<f64>,
last-emailed: option<f64>,
last-name: option<string>,
last-opened: option<f64>,
updated-at: option<f64>,
}Fields
| Name | Type | Description |
|---|---|---|
| created-at | option<f64> | |
| custom-fields | option<list<contactdb-custom-field-with-id-value>> | |
| string | ||
| first-name | option<string> | |
| id | option<string> | |
| last-clicked | option<f64> | |
| last-emailed | option<f64> | |
| last-name | option<string> | |
| last-opened | option<f64> | |
| updated-at | option<f64> |