Skip to main content
| Help Center
Toggle navigation menu
Contact Us
Sign in
Dialpad
What’s New at Dialpad
Dialpad Release Notes
Dialpad Release Notes
Find out what we introduced in the latest version of Dialpad for desktop and the web portal.
Dialpad Release Notes 23.01.27
Dialpad Release Notes 23.01.20
Dialpad Release Notes 23.01.06
Dialpad Release Notes 22.12.09
Dialpad Release Notes 22.12.02
Dialpad Release Notes 22.11.18
Dialpad Release Notes 22.11.04
Dialpad Release Notes 22.10.31
Dialpad Release Notes 22.10.25
Dialpad Release Notes 22.10.07
Dialpad Release Notes 22.09.23
Dialpad Release Notes 22.09.16
Dialpad Release Notes 22.09.02
Dialpad Release Notes 22.08.26
Dialpad Release Notes 22.08.12
Dialpad Release Notes 22.08.08
Dialpad Release Notes 22.07.29
Dialpad Release Notes 22.07.25
Dialpad Release Notes 22.07.18
Dialpad Release Notes 22.07.11
Dialpad Release Notes 22.07.06
Dialpad Release Notes 22.06.27
Dialpad Release Notes 22.06.21
Dialpad Release Notes 22.06.13
Dialpad Release Notes 22.05.27
Dialpad Release Notes 22.05.13
Dialpad Release Notes for 22.05.04
Dialpad Release Notes for 22.29.04
Dialpad Release Notes for 22.04.22
Changes to CSAT Response Rates and Exports (March 31, 2022)
Next
›
Last
»
Categories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
Toggle navigation menu
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Categories
Categories
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= 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 %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
See more
<% } %>
<% } %>