Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Use the Line Of Business Connector to connect the source system. Azure provides a list of built-in LOB connectors, for example, SharePoint, Salseforce;

  • 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 repliable 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

...