# Integrasi

***

#### **Apakah BoxHero terintegrasi dengan platform lain?**

Ya. BoxHero mendukung:

* [**Slack**](https://www.boxhero.io/docs/integrations/slack) — notifikasi waktu nyata untuk transaksi Stock In/Out/Adjust/Move.
* [**Webhooks**](https://www.boxhero.io/docs/integrations/open-api/webhook) — kirim peristiwa waktu nyata ke sistem Anda sendiri.
* [**Open API**](https://www.boxhero.io/docs/integrations/open-api) — bangun integrasi kustom dengan akses programatis penuh.

{% hint style="info" %}
Anda juga dapat menggunakan alat middleware seperti [Zapier](https://zapier.com/apps/boxhero/integrations) untuk menghubungkan BoxHero ke ribuan aplikasi lain.
{% endhint %}

#### **Apakah BoxHero terintegrasi dengan platform e-commerce?**

BoxHero tidak memiliki integrasi langsung dengan platform seperti Shopify atau WooCommerce. Anda dapat membangun integrasi kustom menggunakan [**Open API**](https://rest.boxhero.io/docs/api) kami untuk menyinkronkan data item dan detail transaksi dengan toko Anda.

#### **Apakah BoxHero terintegrasi dengan perangkat lunak akuntansi?**

BoxHero tidak memiliki integrasi bawaan dengan perangkat lunak akuntansi seperti QuickBooks atau Xero. Dua opsi:

* **Ekspor ke Excel:** ekspor massal data inventaris dan transaksi untuk diimpor ke alat akuntansi Anda.
* **Open API:** sinkronkan data secara otomatis menggunakan REST API kami.


---

# Agent Instructions: 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:

```
GET https://www.boxhero.io/docs/faq/id/integrasi-and-api/integrasi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
