Salesforce External Client Apps (ECA) are the modern replacement for Connected Apps, built with stronger security, better packaging support, and full metadata portability.
In this video, we walk through External Client Apps step by step, starting from settings and creation, all the way to generating access tokens and fetching Salesforce records using Postman. You’ll learn how ECAs support 2GP, how they differ from Connected Apps, and why Salesforce recommends them for new integrations.
This tutorial is ideal for developers, architects, and admins working on API integrations, OAuth authentication, or AppExchange-ready solutions.
✔ Timestamps
00:00 Introduction to Salesforce External Client Apps
02:00 External Client App Settings Overview
03:55 Creating an External Client App (ECA)
08:05 Consumer Key and Consumer Secret
12:10 Generating Access Token Using Postman
15:50 Fetching Salesforce Records
18:40 Features
===========================
Get the access token using POST:
https://(MY-DOMAIN URL)/services/oauth2/token?grant_type=client_credentials&client_id=&client_secret=
Get records using access token:
https://(MY-DOMAIN URL)/services/data/v64.0/query/?q=SELECT Name from Account LIMIT 3
===========================
Playlists:
SALESFORCE FLOWS PLAYLIST:
• FLOWS
OMNISTUDIO PLAYLIST:
• BUSINESS RULES ENGINE || OMNISTUDIO
SALESFORCE OUT OF THE BOX PLAYLIST:
• SALESFORCE OUT OF THE BOX
SALESFORCE APEX TRIGGERS PLAYLIST:
• APEX TRIGGERS
SALESFORCE AGENTSTUDIO PLAYLIST:
• AGENTSTUDIO
SALESFORCE DATA CLOUD PLAYLIST:
• DATA CLOUD
===========================
FOLLOW ME ON:
Instagram: / caminos_infinitos_26
LinkedIn: / linkedin.com/in/pariplab-pal-077554160
@SalesforceAIChampions
@pariplabpal
===========================
#salesforce
#externalclientapp
#salesforceintegration
#oauth
#salesforceapi
#postmantesting
#2gppackaging