Salesforce Integration Master Course is updated!

Grab Now

 $ 49

Salesforce Integration Master Course (Advanced Apex)

This is the best course available online on Salesforce Integrations. Period.

Salesforce Administration Training

Contents

110 Episodes - 18.9 Hours

Introduction
    What is Integration?
    • 6 mins
    • 88.1 MB
    Things to know about SOAP API & REST API 🤯
    • 10 mins
    • 116 MB
    What's a request and response in general!
    • 4 mins
    • 36.9 MB
    Say Hey to API Tokens, Oauth 2.0 & Grant Types in REST API
    • 5 mins
    • 64.5 MB
Integrating Salesforce with Youtube [via API Token]
    Managing API Key's
    • 20 mins
    • 715 MB
    Making HTTP Callouts & handling response
    • 11 mins
    • 422 MB
    Parsing JSON HTTPResponse
    • 16 mins
    • 585 MB
    Using Wrapper Classes to strip JSON Response
    • 21 mins
    • 765 MB
    Iteration through Wrapper Class Dataset
    • 3 mins
    • 103 MB
    Making the Search Component Dynamic
    • 6 mins
    • 218 MB
    Refactoring the Apex Controller
    • 11 mins
    • 380 MB
    What's the real world problem that we are trying to solve here?
    • 3 mins
    • 34.5 MB
Integrating Salesforce with Box.com [via Authorization Code Grant Type]
    Setting up your Box.com account
    • 6 mins
    • 116 MB
    Understanding Authorization Code Grant Type [Web Server Flow]
    • 12 mins
    • 215 MB
    Creating client id and client secret with Box.com
    • 19 mins
    • 463 MB
    Fetch Authorization code after successful login
    • 12 mins
    • 247 MB
    Exchange Authorisation code for Access Token
    • 17 mins
    • 506 MB
    Fetch and Deserialize files of a folder in Box.com using Access Token
    • 10 mins
    • 319 MB
    Displaying files list on a Visualforce Page from Box.com
    • 12 mins
    • 388 MB
    Connecting all the dots!
    • 4 mins
    • 130 MB
Integrating Salesforce with Box.com using LWC [via Authorization Code Grant Type]
    Create a LWC and expose it as a Tab
    • 8 mins
    • 106 MB
    Created another custom app in Box.com Dev console for Integration using LWC
    • 2 mins
    • 35.8 MB
    Page Reference vs Navigation Mixin vs window.location.href
    • 13 mins
    • 232 MB
    Fixing the issue with Lightning and query string params
    • 13 mins
    • 210 MB
    Let's first get the access token
    • 14 mins
    • 300 MB
    Now let's the files from a folder and display it in the LWC template
    • 22 mins
    • 492 MB
    A few design based decisions that we cannot skip discussing
    • 5 mins
    • 78.7 MB
    Refactor the code to make it fool proof!
    • 13 mins
    • 232 MB
    Get new access token using refresh token
    • 13 mins
    • 210 MB
    How to bypass uncomitted work pending exception
    • 14 mins
    • 300 MB
    Let's refactor the code again
    • 22 mins
    • 492 MB
    JSON.deserializeUntyped() is the samurai's katana
    • 23 mins
    • 493 MB
    Using custom metadata types to make the code generic
    • 5 mins
    • 78.7 MB
Integrating Salesforce w/ Third Party Platform [via PKCE Grant Type]
    Introduction to Proof Key for Code Exchange [PKCE]
    • 4 mins
    • 86.6 MB
    Let's get to the bottom of it!
    • 7 mins
    • 144 MB
    Test the API using Postman
    • 6 mins
    • 126 MB
    Apex implementation of PKCE 1/3
    • 11 mins
    • 344 MB
    Apex implementation of PKCE 2/3
    • 15 mins
    • 335 MB
    Apex implementation of PKCE 3/3
    • 8 mins
    • 160 MB
Integrating Salesforce w/ Third Party Platform[via Implicit Flow]
    Introduction to Implicit Flow Grant Type
    • 3 mins
    • 40.1 MB
    Testing API via Postman before we code it
    • 11 mins
    • 279 MB
    Using Apex to implement the Implicit Flow Grant Type
    • 7 mins
    • 134 MB
Integrating Salesforce w/ Third Party Platform [via Client Credentials]
    Introduction to Client Credentials Grant Type
    • 2 mins
    • 21.4 MB
    A few changes we need to do before we test the API
    • 8 mins
    • 145 MB
    Testing the API using Postman
    • 8 mins
    • 159 MB
    Apex Implementation of Client Credentials Grant Type
    • 6 mins
    • 108 MB
    Using Apex to get files after getting Access Token
    • 6 mins
    • 162 MB
Integrating Salesforce w/ Third Party Platform [via Username & Password Flow]
    Introduction to Username and Password Grant Type
    • 2 mins
    • 19.7 MB
    Testing the API using Postman
    • 7 mins
    • 184 MB
    Using Apex to Implement the Username and Password Grant Type
    • 7 mins
    • 131 MB
Slam Dunk Integration using Connected Apps
    Purpose of Connected Apps?
    • 8 mins
    • 121 MB
    Integration using Web Server Flow
    • 14 mins
    • 359 MB
    Integration using Username & Password Flow
    • 5 mins
    • 112 MB
External Credentials & Named Credentials
    Implement the end-to-end External Credentials configuration
    • 18 mins
    • 436 MB
    Make a call out using Named Principle Identity Type
    • 5 mins
    • 71.1 MB
    How and when to use Per User Identity Type in principle
    • 16 mins
    • 327 MB
    Making the endpoint in Named Credentials genetric
    • 17 mins
    • 328 MB
    Working with Github Provider Type
    • 11 mins
    • 256 MB
    Configuring Github Provider Type using Per User Identity Type
    • 7 mins
    • 146 MB
Single Sign-On
    Single Sign-On, why and how?
    • 17 mins
    • 322 MB
    Things to know about Registration Handler
    • 15 mins
    • 558 MB
    Auto Created Registration Handler Apex classes
    • 8 mins
    • 286 MB
    Understanding the URL in SSO
    • 7 mins
    • 218 MB
    Enabling SSO for communities
    • 4 mins
    • 110 MB
Create REST API using Apex
    Create a GET method using Apex REST Service
    • 12 mins
    • 124 MB
    Creating a Connected App and testing the API via Postman
    • 8 mins
    • 269 MB
    Understanding the properties of RestContext, RestRequest & RestResponse
    • 8 mins
    • 281 MB
    Create a POST method using Apex REST Service
    • 6 mins
    • 86.7 MB
    Deserializing Sobject params in a POST method
    • 7 mins
    • 95.5 MB
    Deserialising complex params in a POST method
    • 11 mins
    • 151 MB
    Return response from a POST method using RestContext
    • 9 mins
    • 140 MB
    Create a DELETE method using Apex REST Service
    • 9 mins
    • 262 MB
    Few gotchas about Apex REST Framework
    • 6 mins
    • 101 MB
Extend Salesforce Horizon with Platform Events
    Platform Events, Introduction
    • 10 mins
    • 252 MB
    How to fire a Platform Event from Process Builder?
    • 16 mins
    • 532 MB
    Fire a Platform Event using Flows
    • 12 mins
    • 305 MB
    Fire a Platform Event using Apex
    • 10 mins
    • 286 MB
    Fire a Platform Event with the help of API
    • 4 mins
    • 105 MB
    How to debug the Platform Events fired?
    • 7 mins
    • 233 MB
    Subscribe to the Platform Events using Process Builder
    • 7 mins
    • 167 MB
    Subscribe to the Platform Event using Flows
    • 8 mins
    • 204 MB
    Subscribe to the Platform Event using Triggers
    • 17 mins
    • 259 MB
    Subscribe to the Platform Event using Aura Components
    • 18 mins
    • 546 MB
    Subscribe to the Platform Event using Lightning Web Components
    • 15 mins
    • 312 MB
What's up with BULK API V2.0?
    Introduction and Inserting records using BULK API V2.0
    • 13 mins
    • 167 MB
    Let's query some data using BULK API 2.0
    • 7 mins
    • 94 MB
    Delete records using BULK API 2.0
    • 4 mins
    • 46.1 MB
    Let's work on a scenario part - 1/4
    • 8 mins
    • 227 MB
    Let's work on a scenario part - 2/4
    • 13 mins
    • 449 MB
    Let's work on a scenario part - 3/4
    • 7 mins
    • 229 MB
    Let's work on a scenario part - 4/4
    • 8 mins
    • 268 MB
Chatter API
    Introduction to Chatter Connect API
    • 4 mins
    • 85 MB
    At-mentioning a user using Chatter Connect API
    • 17 mins
    • 312 MB
    Post a comment programmatically using Chatter Connect API
    • 15 mins
    • 478 MB
    Comment with a file using Chatter Connect Api
    • 8 mins
    • 321 MB
Streaming API
    Introduction & Implementing a subscriber using Aura Component
    • 21 mins
    • 571 MB
    Implementing a Subscriber using LWC
    • 15 mins
    • 284 MB
Tooling API
    Introduction to Tooling API and when to use it?
    • 3 mins
    • 46.6 MB
    Tooling API & Apex
    • 11 mins
    • 153 MB
JWT [JSON Web Tokens]
    Introduction, Terminology, Working & Demo
    • 21 mins
    • 482 MB
    Creating Public Key, Private Key and Certificate
    • 8 mins
    • 287 MB
    Creating connected app and uploading the certificate
    • 3 mins
    • 90.6 MB
    Creating required classes, specifying the algorithm & framing the payload
    • 12 mins
    • 321 MB
    Generating the assertion or signature
    • 22 mins
    • 433 MB
    Get the access token
    • 13 mins
    • 246 MB
    Fixing some interesting errors
    • 7 mins
    • 250 MB
    Get list view details from the destination Org
    • 7 mins
    • 237 MB
    Winding up JWT by refactoring the code
    • 5 mins
    • 189 MB
Metadata API
    Create Custom Objects using Metadata API
    • 16 mins
    • 389 MB
Salesforce to Salesforce Integration
    Everything you need to know about end to end Salesforce to Salesforce Integration
    • 19 mins
    • 440 MB
Team Licenses

You can buy it for your entire team!

→ Grab a team license and score a bunch of spots for your crew. These spots don't have an expiration date (like that leftover pizza in your fridge).

→ Ready to fill a spot? Shoot me an email and consider it done!

→ Perfect for on-boarding new hires, interns and contractors to your tech stack.

Keep me in the loop!

Email me when a new episode is published (Promise, I will not spam you)

You're signing up to receive emails from Salesforce Casts