Connect With Salesforce

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abhilash.kumar.niit
    Member
    • Sep 2024
    • 32

    Connect With Salesforce

    Hi,
    I have a system which is running in salesforce now i want to connect ESPO with the salesforce to pull data from salesforce and insert into the ESPO . is it possible in ESPO with or without custom code????
  • emillod
    Active Community Member
    • Apr 2017
    • 1433

    #2
    You can try zapier or make
    Salesforce EspoCRM Integration - Quick Connect - Zapier

    Comment

    • yuri
      Member
      • Mar 2014
      • 8610

      #3
      Namaskar Abhilash,

      Aside from using services as Make and Zapier, I believe that it should be possible to set up a workflow on the Salesforce side to send HTTP requests to the Espo API. I'm not familiar with Salesforce well, but I'm sure there must be such an ability.
      If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

      Comment

      • abhilash.kumar.niit
        Member
        • Sep 2024
        • 32

        #4
        Namaskar Yuri 🙏,

        Thanks for your reply, Yes Salesforce provides a method to call the webhooks. Actually i want to receive those parameters in ESPO and insert the data into an object is it possible in ESPO, if yes can you please provide me some example or any doc link . Thanks in Advance for your help.

        Comment

        • yuri
          Member
          • Mar 2014
          • 8610

          #5
          I'm not sure the regular Webhooks would work. Usually data sent in Webhooks has a certain format and naming. When we need this data to be consumed by another application, we need to prepare this data for our receiving app which implies some coding.

          What I recommend, is to send a custom formatted HTTP request from Salesforce to Espo. This request will be already formatted in the manner Espo can consume it. These requests can be sent from Salesforce on record creation or update.

          Espo has the ability to send such requests (with Advanced Pack workflows). But I'm not sure about Salesforce. It's definitely possible to do with an Apex script. But it implies little bit of coding.
          If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

          Comment

          Working...