> For the complete documentation index, see [llms.txt](https://www.boxhero.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.boxhero.io/docs/faq/th/api/integrations.md).

# การผสานการทำงาน

***

#### **BoxHero เชื่อมต่อกับแพลตฟอร์มอื่นได้หรือไม่?**

ได้ BoxHero รองรับ:

* [**Slack**](https://www.boxhero.io/docs/integrations/slack) — การแจ้งเตือนแบบเรียลไทม์สำหรับธุรกรรมรับเข้า/จ่ายออก/ปรับปรุง/ย้ายสินค้า
* [**Webhooks**](https://www.boxhero.io/docs/integrations/open-api/webhook) — ส่งเหตุการณ์แบบเรียลไทม์ไปยังระบบของคุณเอง
* [**Open API**](https://rest.boxhero-app.com/docs/api) — สร้างการเชื่อมต่อแบบกำหนดเองด้วยการเข้าถึงผ่านโปรแกรมอย่างเต็มรูปแบบ

{% hint style="info" %}
คุณยังสามารถใช้เครื่องมือมิดเดิลแวร์อย่าง [Zapier](https://zapier.com/apps/boxhero/integrations) เพื่อเชื่อมต่อ BoxHero กับแอปอื่น ๆ นับพัน
{% endhint %}

#### **BoxHero เชื่อมต่อกับแพลตฟอร์มอีคอมเมิร์ซได้หรือไม่?**

BoxHero ยังไม่มีการเชื่อมต่อโดยตรงกับแพลตฟอร์มอย่าง Shopify หรือ WooCommerce คุณสามารถสร้างการเชื่อมต่อแบบกำหนดเองได้โดยใช้ [**Open API**](https://rest.boxhero-app.com/docs/api) เพื่อซิงค์ข้อมูลสินค้าและรายละเอียดธุรกรรมกับร้านค้าของคุณ

#### **BoxHero เชื่อมต่อกับซอฟต์แวร์บัญชีได้หรือไม่?**

BoxHero ยังไม่มีการเชื่อมต่อในตัวกับซอฟต์แวร์บัญชีอย่าง QuickBooks หรือ Xero มี 2 วิธี:

* **ส่งออกไปยัง Excel:** ส่งออกข้อมูลสต็อกและข้อมูลธุรกรรมเป็นชุดเพื่อนำเข้าในเครื่องมือบัญชีของคุณ
* **Open API:** ซิงค์ข้อมูลอัตโนมัติโดยใช้ REST API ของเรา


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://www.boxhero.io/docs/faq/th/api/integrations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
