К содержимому
learnspaceYOUR NEXT CHAPTER
ПРОСТРАНСТВО ОБУЧЕНИЯ
ГлавнаяКаталог курсовМоё обучениеCoursera

Знания без границ

Учитесь у лучших университетов и компаний мира.

Открыть Coursera
Интеграция
Пространство университета
Моё пространствоСтраница курса
↵
ЯЛичный кабинетСтудент
© 2026 LearnSpaceКаждый день — возможность узнать больше.Помощь
Salesforce Integration With External Systems Part 1 · LearnSpace
Назад в каталог
courseraIT и технологии

Salesforce Integration With External Systems Part 1

Курс от Packt
Начальный≈ 14.3 чАнглийский
О курсеНавыкиПрограммаПреподаватели

О курсе

Updated in May 2025. This course now features Coursera Coach! A smarter way to learn with interactive, real-time conversations that help you test your knowledge, challenge assumptions, and deepen your understanding as you progress through the course. Embark on a journey to seamlessly connect Salesforce with external systems through a series of meticulously structured lessons. The course begins by setting up the necessary environments, guiding you through creating a Salesforce developer account and configuring the Salesforce and development environments. You'll then dive into the intricacies of SOAP API integration, utilizing tools like Postman to authenticate users and make API calls. Learn to query, insert, and manage records in Salesforce with confidence and precision. As the course progresses, you'll explore the power of REST APIs, mastering the creation of connected apps and secure authentication methods. Engage with practical exercises that demonstrate how to create and manage records, and develop custom RESTful services tailored to your business needs. The course also covers advanced topics such as lightweight integrations, comparison between SOAP and REST APIs, and strategies for efficient data management using the Salesforce Bulk API. In the final stages, you'll discover how to integrate Salesforce with other systems using Streaming API and Platform Events, enabling real-time data exchange. You'll also explore Salesforce callouts using Apex, remote site settings, and Lightning Web Component integrations. This comprehensive training provides the knowledge and skills required to build robust, scalable, and secure integrations, preparing you to tackle complex integration challenges confidently. This course is designed for Salesforce developers, integration specialists, and technical architects who want to enhance their skills in connecting Salesforce with external systems. Prerequisites include a basic understanding of Salesforce development, familiarity with Apex and SOQL, and some experience with APIs.

Навыки, которые вы освоите

Restful APIDevelopment EnvironmentSystems IntegrationSalesforceWeb ComponentsReal Time DataSimple Object Access Protocol (SOAP)Salesforce DevelopmentSalesforce Object Query Language (SOQL)Data Import/ExportData IntegrationSoftware Development ToolsApplication Programming Interface (API)Web ServicesEvent-Driven ProgrammingIntegration TestingAuthenticationsPostman API Platform

Программа курса

10 модулей · 88 учебных материалов

01Setting Up the Environment for the Course5 материалов

Setting Up the Environment for the Course

Creating a Salesforce Developer AccountВидеоFull Course ResourcesЧтениеOverview of the Demo ApplicationВидеоDemo: Setting Up Your (Salesforce) EnvironmentВидео

Учитесь у экспертов

Packt - Course Instructors

Преподаватель курса

Salesforce Integration With External Systems Part 1
В каталоге вашей программы

Инвестируйте в себя

Новые знания — в удобное для вас время.

Начать на Coursera

Обучение откроется на Coursera
в новой вкладке

Обучение на Coursera

≈ 14.3 ч

10 модулей

Язык: Английский

Субтитры: Арабский, Французский, Итальянский, Бразильский португальский, Корейский, Немецкий, Индонезийский, Испанский, Японский, Казахский

Часть программы вашего университета
Demo: Setting Up Your (Development) EnvironmentВидео
02Using Force.com SOAP APIs to Integrate12 материалов

Using Force.com SOAP APIs to Integrate

Overview of POSTMAN Tool and Installing POSTMAN on Local MachineВидеоOverview of SOAP APIВидеоJSON Versus XML: Features of XML and JSONВидеоAuthenticating SOAP API Users: Connect to Salesforce Using POSTMANВидеоSOAP Requests with POSTMAN: Query Account RecordsВидеоMaking SOAP API Calls Using POSTMANВидеоWorking with SOAP API Headers: MRU HeaderВидеоHow to Create a Record in Custom Object Using SOAP API?ВидеоInsert Multiple Records into Different Objects Using SOAPВидеоDemo Description: Building Custom SOAP ServicesВидеоDemo: Creating a Custom SOAP ServiceВидеоExploring API Testing with PostmanDIALOGUE
03Creating Lightweight Integrations with the Force.com REST API12 материалов

Creating Lightweight Integrations with the Force.com REST API

Overview of Apex REST AnnotationsВидеоUse Postman to Call a REST APIВидеоCreate a Connected App in Salesforce: Connected Apps Use the Standard OAuthВидеоAuthenticating REST API UsersВидеоExecute a SOQL Query to Retrieve RecordsВидеоCreate a Record Using Rest API from POSTMANВидеоCreate a Custom Object Record Using REST API from POSTMANВидеоAssignment to Create a Custom Object Record Using REST API from POSTMANВидеоCreating a Custom REST API in SalesforceВидеоDifference Between SOAP API and REST APIВидеоExposing Apex Classes as REST Web ServicesDIALOGUEAssessment 1Задание
04Salesforce Integrations with External Systems5 материалов

Salesforce Integrations with External Systems

Calling Salesforce from External ApplicationВидеоInstall Node JS and Visual Studio CodeВидеоHost External Application on Your Local Machine and Update credentials.json FileВидеоMaking a REST Call from External System to Fetch Salesforce RecordsВидеоIntegrating External Application with Salesforce APIDIALOGUE
05Salesforce BULK API Overview6 материалов

Salesforce BULK API Overview

What Is Salesforce BULK API? How BULK API Works in Salesforce?ВидеоHow Do I Create a BULK API in Salesforce?ВидеоSalesforce BULK API with ExampleВидеоSalesforce BULK API: Upload Records Using a CSV File in SalesforceВидеоSalesforce BULK API: Create a Transformation Spec That Defines MappingsВидеоUsing Salesforce Bulk API with PostmanDIALOGUE
06Salesforce Callouts: Invoking Callouts Using Apex8 материалов

Salesforce Callouts: Invoking Callouts Using Apex

How to Make Callouts from Salesforce?ВидеоHow to Enable Custom Domain in Salesforce?ВидеоWhat Is Remote Site Setting and How to Use Remote Site Settings in Salesforce?ВидеоCreate an Apex Class Which Makes the Callout to External SystemВидеоHow to Make HTTP Callout from Lightning Component?ВидеоMake HTTP Callout from Lightning Component and Show Data Inside SalesforceВидеоMaking HTTP Callouts from Salesforce Lightning ComponentsDIALOGUEAssessment 2Задание
07Streaming API in Salesforce: Passing Data from Salesforce to External System13 материалов

Streaming API in Salesforce: Passing Data from Salesforce to External System

Overview of Streaming API in SalesforceВидеоWhat Is a Push Topic in Salesforce? How Do I Create a Push Topic in Salesforce?ВидеоCreate a Push Topic in SalesforceВидеоDownload Java Development Kit to Set Up External ApplicationВидеоInstall Eclipse on Your MachineВидеоImport Maven ProjectВидеоSending Data from Salesforce to External System Using Push TopicsВидеоWhat Are Platform Events in Salesforce? How to Create Platform Events?ВидеоHow to Publish Platform Events from Workbench?ВидеоHow to Publish Platform Events from Apex?ВидеоWhat Are Change Data Capture Events in Salesforce? How to Create Them?ВидеоSending Data from Salesforce to External System Using Change Data Capture EventsВидеоExploring Salesforce Streaming APIDIALOGUE
08Integrating One Salesforce Org to Another Salesforce Org Using SOAP API9 материалов

Integrating One Salesforce Org to Another Salesforce Org Using SOAP API

How Do I Integrate One Org to Another in Salesforce?ВидеоPartner Versus Enterprise WSDL: Difference Between Partner WSDL and Enterprise WSDLВидеоHow to Generate Apex Class from WSDL?ВидеоRemote Site Settings in SalesforceВидеоCreate Trigger on the Parent Salesforce SystemВидеоEnd-to-End Walkthrough of the Complete ApplicationВидеоTest the Connection Between Salesforce OrgsВидеоAssessment 3ЗаданиеUnderstanding Salesforce SOAP Integration with WSDLDIALOGUE
09SOAP UI5 материалов

SOAP UI

What Is SOAP UI and How to Install SOAP UI?ВидеоInvoke SOAP Service from Parent Salesforce SystemВидеоSOAP API Request: Login to SalesforceВидеоCreate and Delete Request from SOAP UIВидеоTesting Web Services with SoapUIDIALOGUE
10REST API Callout from LWC (Lightning Web Component)13 материалов

REST API Callout from LWC (Lightning Web Component)

How to Make a REST API Callout from LWC?ВидеоInstall SFDX and Salesforce Extension Pack for Visual Studio CodeВидеоAuthorize an Org from Visual Studio CodeВидеоLightning Web Component: Create Combobox for Our ApplicationВидеоLightning Web Component: Create a Lightning ButtonВидеоLightning Web Component: Define the Handlers for the ComboboxВидеоMake a REST Call from Client-Side ControllerВидеоParse Web Service Response on the UIВидеоREST API Callout from Client-Side ControllerВидеоREST API Callout from Server-Side ControllerВидеоTest the ApplicationВидеоAssessment 4ЗаданиеFull Course AssessmentЗадание