Establish Quickbooks Connection With Azure Logic Apps/Functions

Abhishek Pachorkar 1 Reputation point
2021-04-13T19:34:39.977+00:00

Hi,

I am trying to establish connection with Quickbooks or creating customer into Quickbooks using Azure Logic Apps/Functions.
Can you please guide me way or some blog to follow.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,256 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,842 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,516 Reputation points Microsoft Employee
    2021-04-14T06:05:37.737+00:00

    @Abhishek Pachorkar Looks like there is no connector available for QuickBooks. There is a feature request for the same that you could up vote for it gain more traction.

    In the meantime, you could either

    • Leverage their REST APIs in Azure Logic Apps using the HTTP Connector
    • Leverage one of their SDKs for the language of your choice that is also supported with Azure Functions
    0 comments No comments