The diagram below illustrates the design of OneList integraion integration using Azure Integration Services. The key design concepts are:
Use the Line Of Business Connector to connect the source system. Azure provides a list of built-in LOB connectors, for example, SharePoint, SalseforceSalesforce;
Use the OneList connector to connect to and invoke the OneList integration APIs. The OneList connector is a an Azure Logic App Custom Connector created which you can create from the OneList API definitions (swagger json);
Use Implement the reliable message delivery design pattern using the Azure Service Bus message queues to implement the repliable message delivery design pattern;
The OneList integration processes are implemented using Develop the Azure Logic Apps for the OneList integration processes:
Interacting Integrating with the source system APIs to compose the task sync messages for the OneList APIs and sending them the messages to the outbound message queue;
Posting the messages in the outbound queue to OneList;
Getting task action requests from OneList;
Interacting Integrating with the source system APIs to perform the requested task action;
...
Please visit the following pages for implementation details and examples
...