Pendula for Salesforce Integration
Learn how to create Pendula flows for your Salesforce org
-
Pendula for Salesforce Integration Overview
Pendula’s first-class integration to Salesforce (SFDC) allows you to configure exceptional multi-channel and multi...
-
Connect your Salesforce org to Pendula
Pendula authenticates with Salesforce using the OAuth 2.0 protocol. OAuth 2.0 is a standard for authorising applic...
-
Salesforce event trigger
Setting up the trigger The Salesforce event trigger can be configured to trigger a Pendula flow when: A record is...
-
Salesforce scheduled trigger
Scheduled flows are set to trigger at a specific point in time. This can be once-off, or set to repeat hourly, dai...
-
Get Salesforce record
The Get record action allows you to bring in any data from SFDC to personalise customer experiences within a Pendu...
-
Create Salesforce record
The Create record action allows you to create any record in Salesforce at any point in a flow. This action support...
-
Update Salesforce record
The Update record action allows you to update any record in Salesforce at any point in a flow. This action support...
-
Get Salesforce files
The Get files action allows you to bring in any files or attachments from a record on a connected SFDC org to send...
-
Using Salesforce Date Formats and Date Literals as criteria
Pendula supports the use of Salesforce Date Formats and Date Literals in the criteria fields of the following trig...
-
Using Salesforce as your OpenID Connect identity provider for Single sign-on (SSO)
Single sign-on (SSO) is an authentication method that allows users to sign into multiple applications using one, c...
-
<% 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 %> <% }); %>
<% }); %>