We need to send data of deliveries to an external source (Salesforce). One possibility is to generate a file by a workflow and export to Salesforce, however, we need to know if is there another possibility, for example, that Salesforce access by an API and receive the information?
Best solution in ACS is to generate a file via a workflow as ACS API is limited. That being said, you can trigger this workflow from your external source but you need to take in consideration that frequency you're triggering the workflow to avoid any performance issue.
Best solution in ACS is to generate a file via a workflow as ACS API is limited. That being said, you can trigger this workflow from your external source but you need to take in consideration that frequency you're triggering the workflow to avoid any performance issue.