Webhooks in Salesforce - How to Setup and Configure Integration | Lightning Web Components

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ต.ค. 2024

ความคิดเห็น • 23

  • @charlesoliveria2
    @charlesoliveria2 4 หลายเดือนก่อน +1

    It would be great to see one with best practices for Webhook setup.

    • @SalesforceBolt
      @SalesforceBolt  3 หลายเดือนก่อน +1

      Thanks for the suggestion, I will add it in the queue

  • @Niket93
    @Niket93 8 หลายเดือนก่อน +1

    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.

    • @SalesforceBolt
      @SalesforceBolt  8 หลายเดือนก่อน

      Thanks Niket, ping me your number on LinkedIn or twitter I will add you in volunteers groups!

  • @wbrendanmcdonald
    @wbrendanmcdonald 5 หลายเดือนก่อน

    Amazing tutorial, thanks for sharing 🙏

  • @rrclcw10
    @rrclcw10 6 หลายเดือนก่อน +1

    Thanks sir, a QQ - does all DML operation work? Update operation doesn't seem to work for me. Insert works fine. Any thoughts?

    • @SalesforceBolt
      @SalesforceBolt  6 หลายเดือนก่อน

      Yes it will work on all trigger operations

    • @SalesforceBolt
      @SalesforceBolt  6 หลายเดือนก่อน

      Make sure you are having it in after insert and update both.

  • @cassioorsi
    @cassioorsi 7 หลายเดือนก่อน

    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?

    • @abhinavm65
      @abhinavm65 7 หลายเดือนก่อน +1

      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?

    • @cassioorsi
      @cassioorsi 7 หลายเดือนก่อน

      @@abhinavm65good point!

    • @SalesforceBolt
      @SalesforceBolt  7 หลายเดือนก่อน +1

      Security protocol for a public site should be there. Salesforce domain won’t let you hit the url directly.

  • @charlesoliveria2
    @charlesoliveria2 4 หลายเดือนก่อน +1

    Thank you!

  • @abhinavm65
    @abhinavm65 8 หลายเดือนก่อน +1

    Since Salesforce sites create a public site, is named credential mandatory?

    • @SalesforceBolt
      @SalesforceBolt  8 หลายเดือนก่อน

      Depends on the security protocol that you wish to use.

    • @andriimelnichuk3851
      @andriimelnichuk3851 7 หลายเดือนก่อน +1

      @@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

  • @rahulallada3537
    @rahulallada3537 6 หลายเดือนก่อน

    What is the difference between the Webhook and Change data capture?

    • @SalesforceBolt
      @SalesforceBolt  6 หลายเดือนก่อน

      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!

  • @rehankapoor7504
    @rehankapoor7504 5 หลายเดือนก่อน

    Is there a way to extract data from Salesforce to an external webstie?

  • @mukhiavidyakiran2132
    @mukhiavidyakiran2132 7 หลายเดือนก่อน

    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.