Has anyone successfully managed to pull entity data from an external API rather than the backend database?
I have a web service which exposes a REST API. Ideally, I'd like EspoCRM to be the "public" interface to this API so rather than creating/editing/filtering data from the MySQL database, I want to call the external API and "fill in" entity details based on the JSON data returned.
Any clues as to how this could be possible?
I've tried overriding the various get/save/remove/find/findOne/getAll Repository functions but this seems to make no difference.
I have a web service which exposes a REST API. Ideally, I'd like EspoCRM to be the "public" interface to this API so rather than creating/editing/filtering data from the MySQL database, I want to call the external API and "fill in" entity details based on the JSON data returned.
Any clues as to how this could be possible?
I've tried overriding the various get/save/remove/find/findOne/getAll Repository functions but this seems to make no difference.
Comment