Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 2.68 KB

File metadata and controls

28 lines (24 loc) · 2.68 KB

sendx.RestRContact

Properties

Name Type Description Notes
id String Unique contact identifier with contact_ prefix. Format: `contact_` + 22 alphanumeric characters Usage: - Use this ID for all subsequent API calls - Unique across the entire SendX platform - Never changes once created [optional]
firstName String First name of the contact [optional]
lastName String Last name of the contact [optional]
email String Email address of the contact (unique within team) [optional]
company String Company name of the contact [optional]
customFields {String: String} Custom fields with field_ prefixed keys. Format: All keys have `field_` prefix in responses Example Structure: ```json { "field_MnuqBAG2NPLm7PZMWbjQxt": "Engineering", "field_QqfhckbdcvQinLPlduIbHq": "Senior", "field_MnuqBAG2NPLm7PZMWbjQxt": "$75000" } ``` [optional]
lists [String] Associated lists with list_ prefixed identifiers. Format: All IDs have `list_` prefix in responses [optional]
tags [String] Associated tags with tag_ prefixed identifiers. Format: All IDs have `tag_` prefix in responses [optional]
unsubscribed Boolean Whether the contact has unsubscribed from emails [optional]
bounced Boolean Whether emails to this contact have bounced [optional]
spam Boolean Whether the contact has marked emails as spam [optional]
blocked Boolean Whether the contact is blocked from receiving emails [optional]
dropped Boolean Whether emails to this contact have been dropped [optional]
created Date Contact creation timestamp (ISO 8601 format) [optional]
updated Date Contact last update timestamp (ISO 8601 format) [optional]
trackData String Email tracking data and UTM parameters. Contains: - UTM parameters from campaigns - Attribution data - Custom tracking parameters [optional]
contactSource Number Source type of the contact creation. Values: - `1` - API/Manual - `2` - Import - `3` - Form - `4` - Integration [optional]
pageSource String URL of the page where contact was created [optional]
lastTrackedIp String Last tracked IP address of the contact [optional]
LTV Number Lifetime Value of the contact in cents. Example: 7500 = $75.00 [optional]