We recently added a feature to our control panel that gives customers flexibility in how their lists are named to provide a better user experience to all customers.
Instead of the 'unique' name, we are now going to return the customized name that our customers set in their AWeber account as the value of the 'name' attribute of a
List.
Many API integrations currently utilize the 'find()' method on a list collection to find a list by name.
To minimize the impact of this change, we're modifying the 'find()' method to search the original value of the list name or the customized name set by the customer when finding lists by name.
How this change may affect your
app:
- The value of the 'name' attribute of a list may change from time to time. (The List ID or URL of the List resource will not be changing)
- List names will now be able to contain spaces, symbols, and a mix of upper/lower case letters.
- List names will be from 1 to 32 characters in
length.
We're expecting that any changes required in your app will be minimal.
When Will This Change Occur Again?
Wednesday, June 11th.
What If I Have Questions?
We're here to help. For more information, please contact our API team at: [email protected].