Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Salesforce Integration with Heroku
Rating: 4.3 out of 5(250 ratings)
1,688 students

Salesforce Integration with Heroku

Salesforce Integration with Heroku using Heroku connect, Salesforce Connect and Web Service callouts
Created byDeepika Khanna
Last updated 9/2024
English

What you'll learn

  • Students will be able to install, deploy applications on Heroku
  • Students will be able to integrate applications running on Heroku with applications running on Force platform
  • Students will gain knowledge on Salesforce Connect, Heroku connect, WebServices callouts
  • Students will learn about External objects
  • Students will learn about creating relationships between Standard objects and External objects

Course content

4 sections42 lectures2h 49m total length
  • Introduction to the course2:41
  • Connect with me on LinkedIn0:34
  • Subscribe to my YouTube Channel0:48
  • Post a Review On the Course0:38
  • Salesforce Heroku Integration Overview2:00
  • What is heroku and how does it work?1:27
  • How to create heroku account and Salesforce Developer Account?4:59

    In this tutorial, we will create an account with Heroku and Salesforce.

    https://www.heroku.com/

    https://developer.salesforce.com/


  • Review for the course1:08
  • Salesforce heroku integration Methods Overview: Data Replication and Data Proxy3:05

    In this tutorial, we will talk about Data Replication. 

    Data Replication: is the process of synchronizing or copying the data between Salesforce and external system. For eg: You own a company which deals with selling Unicorn Hats. The product information like pricing and inventory is stored in salesforce org and we also have a public website which is built in Node.Js and Java.

    This public website needs product data from salesforce org for order functionality. This public website is running on Heroku. So it makes sense to copy product information from salesforce application  on to a datastore in Heroku. 

  • 10 Salesforce Extensions That Will Make You Salesforce Expert0:11
  • Salesforce Integration with Heroku through Data Proxy1:43

    In this tutorial, we will talk about Data Proxy. 

    Data Proxy: Data proxy is also used to fetch data from different datastores. But in case of Data proxy, data is not copied but its read on demand. Since the data is not copied in case of Data Proxy, you do not have to worry about data storage and keeping the data up-to-date.

  • Overview of salesforce heroku integration methods2:17

    In this tutorial, we will talk about what integrations methods are available in order to integrate salesforce with Heroku. 

    You can integrate Salesforce with Heroku using:

    • Heroku Connect
    • Salesforce Connect
    • Canvas
    • Webservice Callouts
    • Salesforce REST APIs

Requirements

  • Students must know about the basics of Force platform
  • Students must be aware of the out-of-the-box features of Salesforce like custom object,standard objects, Relationship etc.
  • Must have a basic knowledge of Apex or any other programming language.
  • Students must be aware of basic Git commands

Description

Master Salesforce Integrations with Real Hands-On Experience

Salesforce is one of the most powerful CRM platforms in the world, but its true strength comes when it’s connected with external systems. Businesses today run on complex technology stacks, and the ability to integrate Salesforce with other applications has become one of the most sought-after skills for developers and architects.

This course gives you practical, hands-on training in Salesforce integration — focusing on Heroku Connect, Salesforce Connect, and Web Service Callouts. Unlike other courses, which skim the surface, this course takes you step by step through real projects so you gain the confidence to apply these skills immediately in your job.

If you’ve been searching for a course that doesn’t just explain integration concepts but actually shows you how to build them, this is it.

Why This Course Is Different

Integration is one of the most complex and high-value areas in Salesforce. Yet, very few courses cover these topics in detail — and none in a way that is so hands-on. This course ensures you not only understand the concepts but also practice them in real scenarios, side by side with me.

By the end of this course, you will be able to:

  • Connect Salesforce with Heroku apps using Heroku Connect

  • Provision and use a Postgres database with Salesforce

  • Work with Salesforce Connect to map external objects and relationships

  • Create REST Web Service callouts to connect with external systems

  • Handle real-world integration challenges with clarity and confidence

What You’ll Learn

The course is divided into three major sections:

Section 1: Heroku Connect

  • Create a Heroku account

  • Deploy the Phone Change application

  • Integrate it with Salesforce using Heroku Connect

  • Provision a Postgres database for the app

  • Set up the app for local development

Section 2: Salesforce Connect

  • Install the Warehouse application on the Force platform

  • Integrate Salesforce with external systems using Salesforce Connect

  • Map external objects to tables in an external system

  • Work with relationships between external objects and Salesforce standard objects

Section 3: Web Service Callouts

  • Build REST Web Services to connect Salesforce with external systems

  • Perform updates on Salesforce objects using external data

  • Practice building real integrations you’ll encounter in the workplace

Who This Course Is For

  • Salesforce Developers who want to expand their integration skills

  • Admins and Architects who need to understand integration design options

  • Professionals preparing for advanced Salesforce roles where integration is critical

  • Anyone who learns best by doing instead of just listening

Why Learn These Skills?

Heroku Connect, Salesforce Connect, and Web Service Callouts are not niche tools — they are core to real-world Salesforce implementations. Companies depend on skilled professionals who can connect Salesforce with their broader ecosystem.

By mastering these integration techniques, you’ll not only boost your technical expertise but also open the door to career advancement, higher-value projects, and opportunities in enterprise-level Salesforce environments.

Your Next Step

This course is more than just theory — it’s a guided, hands-on experience that will make you confident in tackling Salesforce integrations.

Enroll today in Salesforce Integration with Heroku and take the first step toward mastering one of the most valuable skill sets in the Salesforce ecosystem.

Who this course is for:

  • Students who are interested to learn about different methods to integrate Salesforce application with applications running on Heroku platform.
  • Students who are intersted to learn about Salesforce connect, Heroku connect and Web Service callouts
  • Students who are facing challenges integrating applications running on Heroku platform