Is there any mechanism within SuiteCRM (or a module available) which would provide functionality to enable syncing Accounts with data from an external system via HTTP/XML API calls?
I’m looking for ways to sync BSS/OSS information in to SuiteCRM in semi-real time (e.g. a fively cron would be sufficient.)
The referenced documentation covers the scheduler for being able to insert tasks, but it looks like the entire thing would have to be programmed in PHP for fetching the external data, then updating the internal Accounts.
This is beyond the scope of my limited programming capabilities; I am trying to identify a mechanism or plugin that can do so without significant programming requirements.