Intuit Adaptor (QuickBooks)
About Intuit (QuickBooks)
Intuit provides financial, accounting, and tax management solutions for businesses and individuals, including QuickBooks, TurboTax, and Mint.
Integration Options
Intuit supports 2 primary integration options:
Rest API: Intuit has an available REST API that enables external services like OpenFn to pull data from Intuit, or push data from external apps to Intuit. This option is suited for scheduled, bulk syncs or workflows that must update data in Intuit with external information. See functions for more on how to use this adaptor to work with the API.
Webhook: Intuit also has a Webhook or Data Forwarding to push data from Intuit to external systems. This option is suited for real-time, event-based data integration. Check out the Intuit developer documentation to learn how to set up a webhook to push data to OpenFn.
Authentication
See Intuit docs for the latest on supported authentication methods.
When integrating with Intuit via OpenFn, there is one primary authentication method supported: Access Token. See this adaptor's Configuration docs for more on the required authentication parameters.
See platform docs on managing credentials for how to configure a credential in OpenFn. If working locally or if using a Raw JSON credential type, then your configuration will look something like this:
{
"access_token": "your-qpi-token-JSUzI1NiIsIng1dCI6IjlGW",
"baseUrl": "https://sandbox-quickbooks.api.intuit.com"
}