Database auto import and update server side

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Manuel
    Junior Member
    • Sep 2015
    • 2

    Database auto import and update server side

    Hi,
    We want to use EspoCRM to hold all our customers. Can I somehow sync the database with our ERP System? Storing new customers to the EspoCRM database would not be difficult but I guess then I will miss data like IDs. Is it possible to call an import function on the server side. The CSV import function in the admin area would be sufficient If I can call the function over an API.
  • Manuel
    Junior Member
    • Sep 2015
    • 2

    #2
    By sync I actually meant one-way. From ERP to EspoCRM

    Comment

    • yuri
      Member
      • Mar 2014
      • 8467

      #3
      You can use the existing Import feature through API, Actually everythiung in EspoCRM works through the API. In your case you will need to upload the csv and then import.
      Open your browser console (F12) go to network tab. Make your Import. You will see what API functions are invoked in console.
      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...