first_name: The first name of the contact.last_name: The last name of the contact.unsubscribed: Whether the contact is unsubscribed from all Broadcasts.email: The email address of the contact.
Add Custom Contact Properties
You can create additional custom Contact Properties for your Contacts to store additional information. These properties can be used to personalize your Broadcasts across all Segments. Each Contact Property has a key, a value, and optional fallback value.key: The key of the property (must be alphanumeric and underscore only, max50characters).value: The value of the property (may be astringornumber).fallback_value: The fallback value of the property (must match the type of the property).
Add Properties to a Contact
When you create a Contact Property you can provide a fallback value. This value will be used whenever you don’t provide a custom value for a Contact. To provide a custom value for a Contact, you can use the dashboard:- Go to the Contacts page.
- Click the more options button and then Edit Contact.
- Add the property key and value.
- Click on the Save button.
What happens if the properties don't exist?
What happens if the properties don't exist?
If the properties don’t exist, they are not added to the Contact and the
call fails. An error is returned.
Property keys are case sensitive, right?
Property keys are case sensitive, right?
Yes, property keys are case sensitive. If you create a property with a key
of “company_name”, you cannot use “CompanyName” or “company_Name” in your
Contacts.
What happens if the value isn't the right type?
What happens if the value isn't the right type?
If the value isn’t the right type, the property value is not added to the
Contact and the call fails. An error is returned.