It would be great to see one with best practices for Webhook setup.
@SalesforceBolt5 ай бұрын
Thanks for the suggestion, I will add it in the queue
@sotos47Ай бұрын
Is it possible to use Named Credentials to authenticate a webhook? Assuming Oauth2 is selected in External Credentials what would be the next steps if e.g. Browser Flow authentication selected
@SalesforceBolt24 күн бұрын
Yes that should be doable with named creds.
@charlesoliveria25 ай бұрын
Thank you!
@SalesforceBolt5 ай бұрын
Glad you like it.
@wbrendanmcdonald6 ай бұрын
Amazing tutorial, thanks for sharing 🙏
@SalesforceBolt6 ай бұрын
Glad you liked it!
@cassioorsi9 ай бұрын
Couldn't you achieve the same result by providing the third-party system the main domain of the org? Is creating a site really necessary?
@abhinavm659 ай бұрын
Not sure if the external systems provide with an option to configure the headers which can be used for authentication when configuring webhooks callback url as the Salesforce org domain needs to be authenticated. @salesforce bolt any suggestions?
@cassioorsi9 ай бұрын
@@abhinavm65good point!
@SalesforceBolt9 ай бұрын
Security protocol for a public site should be there. Salesforce domain won’t let you hit the url directly.
@abhinavm659 ай бұрын
Since Salesforce sites create a public site, is named credential mandatory?
@SalesforceBolt9 ай бұрын
Depends on the security protocol that you wish to use.
@andriimelnichuk38519 ай бұрын
@@SalesforceBoltcan you please elaborate on it? Still not clear about necessity of named credentials for this use case. The webhook will be invoked on behalf of guest user and this users profile should be adjusted solely (to allow access to web service class). In which cases named creds will be mandatory? Thanks
@rrclcw107 ай бұрын
Thanks sir, a QQ - does all DML operation work? Update operation doesn't seem to work for me. Insert works fine. Any thoughts?
@SalesforceBolt7 ай бұрын
Yes it will work on all trigger operations
@SalesforceBolt7 ай бұрын
Make sure you are having it in after insert and update both.
@Niket939 ай бұрын
Great Explanation Kapil Sir 👍🏻👍🏻👍🏻👍🏻, also I want to Volunteer for the Bharat Dreamin event please let me know if I can be of any help.
@SalesforceBolt9 ай бұрын
Thanks Niket, ping me your number on LinkedIn or twitter I will add you in volunteers groups!
@rehankapoor75046 ай бұрын
Is there a way to extract data from Salesforce to an external webstie?
@rahulallada35377 ай бұрын
What is the difference between the Webhook and Change data capture?
@SalesforceBolt7 ай бұрын
Both are mechanism for data transfer. CDC can be used to transfers the changes in real time to another database or data lake. Using webhooks you will be able to send realtime updates based on other events!
@mukhiavidyakiran21328 ай бұрын
Correction in the last line I guess, Now whenever Server B is receiving a ping it will hit the request to "Server C" and will fetch the data.