Customer Data Suite
Learn how to securely upload and manage your data, best practices, and seamlessly trigger powerful workflows.
-
Introduction to the Customer Data Suite
The Customer Data Suite is an Early Access feature. Contact your Account Executive for more information. What is t...
-
Uploading a New CSV to the Customer Data Suite
The Customer Data Suite is an Early Access feature. Contact your Account Executive for more information. Uploading...
-
Best Practices for the Customer Data Suite
The Customer Data Suite is an Early Access feature. Contact your Account Executive for more information. Best Prac...
-
Triggering Flows with the Customer Data Suite
The Customer Data Suite is an Early Access feature. Contact your Account Executive for more information. Triggerin...
-
<% sections.forEach(function(section) { %>
-
<%= partial('partial-article-list-sections', {
id: 'section-' + section.id,
parentId: '#' + id,
sections: section.sections,
activeCategoryId: activeCategoryId,
activeSectionId: activeSectionId,
activeArticleId: activeArticleId,
partial: partial
}) %>
<% if (section.articles.length) { %>
-
<% section.articles.forEach(function(article) { %>
- <%= article.title %> <% }); %>
<% }); %>