Salesforce Managed Package: Pendula Console & Activity Sync
Learn how to add the Pendula for Enterprise managed package to your Salesforce org, and send and receive messages with the Pendula Console
-
Setting Permissions for the Pendula Console
The Pendula Console allows users to create, send, and receive 1:1 SMS messages using the contact details available...
-
Pendula Salesforce Package architecture and objects
This article describes the architecture, message flow and objects of the Pendula Salesforce Package. The Pendula ...
-
Setting up the Console messages flow in Pendula
This article outlines how to set up a flow in Pendula to send and receive the 1:1 Console messages that are displa...
-
Pendula Settings for Salesforce Activity Sync
The Pendula Settings tab controls settings specific to the Pendula Salesforce app. These settings will be configur...
-
How to add the Pendula Console component to Salesforce record pages
Console can be added to the pages of any of the record types you selected in Pendula Settings. The following examp...
-
Pendula Console: Sending 1:1 messages from Salesforce
The Pendula Console in Salesforce extends the capabilities of the Pendula platform by allowing a user to send 1:1 ...
-
Message records in Salesforce
All outbound and inbound communication sent to and from Pendula is synced back to your Salesforce environment as P...
-
Sending and receiving Console messages in the Salesforce mobile app
The Salesforce mobile app can be used to send and receive messages from the Pendula Console. You can download and ...
-
<% 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 %> <% }); %>
<% }); %>