Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1009 Bytes

ContactRequest.md

File metadata and controls

16 lines (13 loc) · 1009 Bytes

# ContactRequest

Properties

Name Type Description Notes
email string The email address of the contact. Must be a valid email. [optional]
first_name string The first name of the contact. [optional]
last_name string The last name of the contact. [optional]
company string The company where the contact works. [optional]
last_tracked_ip string The last known IP address of the contact. [optional]
custom_fields array<string,string> Custom fields specific to the contact, which may vary by account. [optional]
lists string[] A list of `lists` ids the contact is subscribed to. [optional]
tags string[] Tag ids associated with the contact for segmentation or categorization. [optional]

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