New Quickbooks (Intuit) Adaptor Released! 🚀

Hello, community :wave:t2:!

We’re excited to announce that we released a new Quickbooks(intuit) adaptor this week! :tada: This new adaptor is designed to help you manage cash flow, track expenses, send invoices and more all in one place.

Here’s what you can do with the current version:

1. Create an Account: Easily create an account on Quickbooks.

To give you a head start, we’ve included some example job/code snippets that demonstrate how to use the adaptor in a real-world project:

// Example code snippet for create an account
http.post(
  '/v3/company/9341453908059567/account',
  {
    Name: 'MyJobs_testing',
    AccountType: 'Accounts Receivable',
  },
  {
    query: {
      minorversion: 40,
    },
  }
);

Ready to dive in? Head over to our intuit adaptor docs and start playing with Intuit today!