- DATE:
- AUTHOR:
- Nate
New Lists API and Editor improvements
New: Lists API Create lists, subscribe recipient profiles, then notify every user on the list with a single Send API call.
New: Inline images and highlighted text Email Text Blocks now allow inline images and highlight text with colors from your brand or custom hex codes.
New: Conditional text Show or hide text within any Text Block by filtering data from the data
or profile
objects in the Send API call.
Improved: Conditional logic Toggle between Hide/Show When logic when building conditionals based on user and profile data.
Improved: Numbered list blocks List blocks can now be numbered as well as bulleted.
New: Lists API
Courier’s new Lists API lets you create lists, subscribe recipient profiles, then notify every user on the list with a single Send API call. The List ID naming pattern enables wildcard sending so you can notify multiple lists with one API call.
Live: Using Lists with the Courier Node.js Library
In this episode of Courier Live, Danny and Aydrian use the newly updated Courier Node.js SDK to work with the new Lists API. Check out the video to see them:
Give an overview of the Lists feature.
Discuss list organization while creating a couple of lists.
Subscribe new and existing recipients to a list.
Send to a list using the listId and pattern methods.
View the List Sends in the Courier Logs.
Learn: List API Documentation & Help Articles
Check out the Lists API Developer docs for all the details on how to create lists, subscribe recipients and send with a single API call.
For best practices and guidance, check out the help article: Lists API & List ID Pattern guidelines.
New & Improved: Editor updates
1. Inline images and highlighted text in Email Text Blocks
Email Text Blocks now allow you to add an imagine inline. You can also highlight text with colors from your brand or custom hex codes. 📷
2. Conditional Text
Conditional text lets you show or hide text within any Text Block by filtering data from the data
or profile
objects in the Send API call.
📷
📷
3. Conditionals now toggle between Hide/Show When
Previously, the logic for filtering a content block was “Hide” only. Now you can choose to hide or show content blocks based on user and profile data.
4. Numbered List blocks
List blocks can now be numbered as well as bulleted.
📷