Salesforce Integration with an external REST API by Andrii MuzychukSalesforce Integration with an external REST API by Andrii Muzychuk

Salesforce Integration with an external REST API

Andrii Muzychuk

Andrii Muzychuk

Client had a REST API to external system with which they need bi-directional connection. The write process to that external system is unreliable, so I had to come up with a re-try approach. The solution involved dedicated Custom Object with a bunch of custom fields to store all necessary data to troubleshoot a particular problem and then re-send the request.
Like this project

Posted Jun 9, 2024

Client had a REST API to external system with which they need bi-directional connection. The write process to that external system is unreliable, so I had to co