OOTB37: POSTMAN + External Client App Step by Step in Salesforce 2026

Опубликовано: 26 Июнь 2026
на канале: Salesforce AI Champions
549
11

Tutorial 1 of ECA:
   • OOTB36: Salesforce External Client App Tut...  

In this step-by-step tutorial, we’ll configure a Salesforce External Client App (ECA) and use Postman to authenticate and fetch Salesforce data using the OAuth Client Credentials flow.

This video is fully hands-on and focuses on real integration testing using Postman, making it ideal for Salesforce developers, integration engineers, and admins working on secure API access without user login.

===========================
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 Id,Status,Priority,Origin,Subject from Case ORDER By createdDate DESC LIMIT 5

===========================
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:
   • AGENTFORCE  

SALESFORCE DATA CLOUD PLAYLIST:
   • DATA CLOUD  

===========================
FOLLOW ME ON:
Instagram: / caminos_infinitos_26
LinkedIn: / linkedin.com/in/pariplab-pal-077554160

​ ⁨‪@SalesforceAIChampions‬
​ ⁨‪@pariplabpal‬

===========================⁩
#salesforce
#externalclientapp
#postman
#oauth
#clientcredentials
#salesforceapi
#integrationtesting
#salesforcedeveloper