HubSpot
See how to integrate Pendula with HubSpot, so you can trigger Pendula flows from HubSpot updates, and easily write customer responses back to HubSpot from Pendula.
-
How to create HubSpot tickets from QR codes
QR codes provide a quick and easy way for your customers to request support. By gathering requests via this method...
-
<% 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 %> <% }); %>
<% }); %>