subscribe our youtube channel popup

Salesforce Integration using Webhooks

In this post we will talk about how to do Salesforce Integration using webhooks. Salesforce supports webhooks for communicating with many other applications. Before getting started let understand what is webhooks?

What is WebHooks?

In Salesforce, we can define what action should happen when a specific event occurs. Triggers and flows can define before and after actions. Similarly, other applications provides event actions called webhooks, which is basically an HTTP POST to external URLs, which are registered under specific event actions. A Webhook will transfer (PUSH) information as soon as it has it.

Webhooks are the modern, web-oriented way for servers to receive notifications from other servers. There are multiple applications that currently support webhooks. Github, JIRA, ServiceNow, Twilio, Whatsapp are some examples.

Creation of Webhook supported URL

Let see Salesforce Integration using Webhooks. In Salesforce creating a webhook supported URL involves the below steps:

  1. Create Apex REST API
  2. Create a public Site
  3. Enable Apex class Access to the site

Salesforce Integration using Webhooks Video

Check below recording for step by step process to Salesforce and GitHub Integration using Webhook.

Salesforce Integration using Webhooks

Other Supported events

Check out the our YouTube, and don’t forget to subscribe to our channel, so that you’re notified right away when a new video is available.

Apex Hours
Apex Hours

Salesforce Apex Hours is a program of the community, for the community, and led by the community. It is a space where Salesforce experts across the globe share their expertise in various arenas with an intent to help the Ohana thrive! Join us and learn about the apex hours team.

Articles: 346

6 Comments

  1. How is the URL being constructed ? you said in the video that the base URL should be of site created and then appended by the URL exposed in @RestResource urlmapping. But your URL seems to be different than that. When I’m trying to create same, getting error – 401 unauthorize

  2. Hello ,
    i’d like to push data from Salesforce to an external application using webhooks (i have only the web service for this application).How can i establish this ?

    Thank you

Leave a Reply

Your email address will not be published. Required fields are marked *