Custom Subscriber Attributes
Learn how you can add and update custom subscriber attributes for your subscribers.
Last updated
Was this helpful?
Learn how you can add and update custom subscriber attributes for your subscribers.
Last updated
Was this helpful?
You can use custom subscriber attributes to store any type of data for your subscribers. These custom attributes can help you organize your subscribers to create send lists, form groups, save customer data like birth dates and more.
These attributes can be added and updated manually through , automatically from your subscribers via , and with the .
Visit the tab in the platform dashboard by selecting Subscribers -> Attributes. Here you can view and search all attributes currently available for your subscribers.
Click on a specific attribute to edit it, or click the "trash bin" icon to delete an attribute.
Click the Add Attribute button.
Enter the Name of the new attribute.
Select the from the following data types under Attribute Type:
Text
(plain text)
Number
(digits only)
Date
(you will need to specify the date format)
Checkbox
(a flag option that allows either checked or unchecked)
Option
/Multi Options
(this will allow you to create an enum
of possible options)
Address
(text for storing subscriber addresses)
Example: To create a field to store subscribers' birthdays, you could create the following attribute:
Name: "Birthday" with the Attribute Type: Date
.
Workflow Builder allows you to automatically collect data from your subscribers via SMS.
MTA will assign each custom attribute name a SubscriberFieldId
and each subscriber attribute will have a unique id
assigned. This can be retrieved by viewing the subscriber data from the API.
Custom subscriber attributes are returned by the Mobile Text Alerts API in the field subscriberFieldData
which contains the id
, subscriberFieldId
and data
value.
After your attributes are created, you can assign the data for those attributes to your subscribers manually on the page, or by importing a spreadsheet.
You can also configure your account's to collect subscriber data as part of the enrollment process.
Subscriber attributes can be added or updated by including key/value pairs in subscriberFields
as part of the request body to one of the endpoints.
For example when retrieving a subscriber's data from :