| email | The contact’s primary email address. This field is required and unique for each contact. |
| firstName | The contact’s first name. Often used for personalizing emails (e.g., Hey {{firstName}}). |
| first_name | The contact’s first name. Often used for personalizing emails (e.g., Hey {{firstName}}). |
| lastName | The contact’s last name. |
| last_name | The contact’s last name. |
| mobile | The contact’s mobile phone number. |
| unsubscribe | Boolean indicating if the contact has unsubscribed from all emails. |
| unsubscribed | Boolean indicating if the contact has unsubscribed from all emails. |
| unsubscribe_groups | Array of specific email groups/categories the contact has unsubscribed from. |
| unsubscribe_preferences | Object containing detailed unsubscribe preferences for different email types. |
| userId | Your internal user ID for tracking contacts across your systems. |
| externalId | External identifier from third-party integrations or CRM systems. |
| createdAt | Timestamp when the contact was first added to AutoSend. |
| updatedAt | Timestamp when the contact was last modified. |
| contactLists | Array of list IDs that this contact belongs to. |
| address | The contact’s full address (single field). |
| address_line_1 | First line of the contact’s address (street address). |
| address_line_2 | Second line of the contact’s address (apartment, suite, etc.). |
| city | The contact’s city. |
| state | The contact’s state or province. |
| zip | The contact’s postal or ZIP code. |
| country | The contact’s country. |