Announcement

Collapse
No announcement yet.

Database auto import and update server side

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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.

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

    Comment


    • #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.

      Comment

      Working...
      X