How to add, edit and delete contact properties.
Contact Property | Example | Email Tag* | API Name** |
---|---|---|---|
[email protected] | {email} | email | |
First Name | Chris | {firstName} | firstName |
Last Name | Frantz | {lastName} | lastName |
Notes | Favorite color is blue. | {notes} | N/A |
Source | API | {source} | source |
Subscribed | true | N/A | subscribed |
User Group | Investors | {userGroup} | userGroup |
User Id | ask523236 | {userId} | userId |
subscribed
in API requestssubscribed
value in your API requests, you will manually change the contact’s subscribed status. For example, if you send subscribed: true
when updating a contact, previously unsubscribed contacts will be re-subscribed.
subscribed
out of your API requests unless you specifically want to unsubscribe or re-subscribe a contact. All new contacts are subscribed by default (subscribed: true
).1705486871000
(if the Unix timestamp is 1705486871
)+02:00
or -07:00
) is optional (if omitted, the date will default to UTC).
YYYY-MM-DDTHH:MM:SS.sss
YYYY-MM-DDTHH:MM:SS
YYYY-MM-DDTHH:MM
YYYY-MM-DD HH:MM:SS.sss
YYYY-MM-DD HH:MM:SS
YYYY-MM-DD HH:MM
YYYY-MM-DD
id
listId
softDeleteAt
teamId
updatedAt
+
button at the end of the column headers.