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:
- Create Apex REST API
- Create a public Site
- 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.
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.
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
/services/apexrest/ — Defined in your apex class.
Hope this helps
Hello, just looking to see if you have posted anywhere the source code for this?
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
Hello ,
How can i push data from salesforce to another external application using webhook.
Thank you ,
Khouloud
Hi Khouloud, did you get any response for your query?