Skip to content

QuickBooks Online node#

ใช้ QuickBooks node ในการอัตโนมัติงานใน QuickBooks และเชื่อมต่อกับแอปพลิเคชันอื่น ๆ. n8n มีการสนับสนุนฟีเจอร์หลากหลายของ QuickBooks เช่น การสร้าง, อัปเดต, ลบ และดึงข้อมูล bills, customers, employees, estimates และ invoices.

ในหน้านี้ คุณจะพบรายการ operations ที่ QuickBooks node รองรับ พร้อมทั้งลิงก์ไปยัง resources เพิ่มเติม.

Credentials

ดู QuickBooks credentials สำหรับคำแนะนำในการตั้งค่า authentication.

This node can be used as an AI tool

This node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the AI tool parameters documentation.

Operations#

  • Bill
    • Create
    • Delete
    • Get
    • Get All
    • Update
  • Customer
    • Create
    • Get
    • Get All
    • Update
  • Employee
    • Create
    • Get
    • Get All
    • Update
  • Estimate
    • Create
    • Delete
    • Get
    • Get All
    • Send
    • Update
  • Invoice
    • Create
    • Delete
    • Get
    • Get All
    • Send
    • Update
    • Void
  • Item
    • Get
    • Get All
  • Payment
    • Create
    • Delete
    • Get
    • Get All
    • Send
    • Update
    • Void
  • Purchase
    • Get
    • Get All
  • Transaction
    • Get Report
  • Vendor
    • Create
    • Get
    • Get All
    • Update

Templates and examples#

Create a customer and send the invoice automatically

by Harshil Agrawal

View template details
Create QuickBooks Online Customers With Sales Receipts For New Stripe Payments

by Artur

View template details
Create a QuickBooks invoice on a new Onfleet Task creation

by James Li

View template details
Browse QuickBooks Online integration templates, or search all templates

What to do if your operation isn't supported#

If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.

You can use the credential you created for this service in the HTTP Request node:

  1. In the HTTP Request node, select Authentication > Predefined Credential Type.
  2. Select the service you want to connect to.
  3. Select your credential.

Refer to Custom API operations for more information.