Segment
See how to integrate Pendula with Segment, so you can trigger Pendula flows from Segment events, and send campaigns from within Segment.
-
Triggering Pendula flows from Segment
Segment offers a robust customer data platform that streamlines the collection, organisation, and utilisation of c...
-
Creating an Audience in Segment to send to Pendula
An Audience in Segment is a group of users that share certain characteristics. When an audience is created, users ...
-
Fetch Segment Profile Data in Pendula
A GET request to Segment can be used at any point in a flow to utilise additional information about a profile. Thi...
-
<% 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 %> <% }); %>
<% }); %>