> For the complete documentation index, see [llms.txt](https://docs.stacksync.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stacksync.com/connectors/campfire/make-a-custom-entity-syncable-by-stacksync.md).

# Campfire Supported Objects

Stacksync supports **37 objects** from Campfire, covering core financial and operational data.

1. **Accounts Payable**<br>

   | Object     | Incremental Sync | Full Sync | Delete Detection |
   | ---------- | ---------------- | --------- | ---------------- |
   | Bill       | ✅                | ✅         | ✅ Every 24h      |
   | Debit Memo | ✅                | ✅         | ✅                |
2. **Accounts Receivable**<br>

   | Object      | Incremental Sync | Full Sync | Delete Detection |
   | ----------- | ---------------- | --------- | ---------------- |
   | Invoice     | ✅                | ✅         | ✅                |
   | Credit Memo | ✅                | ✅         | ✅                |
3. **Cash Management**<br>

   | Object           | Incremental Sync | Full Sync | Delete Detection |
   | ---------------- | ---------------- | --------- | ---------------- |
   | Bank Account     | ✅                | ✅         | ✅                |
   | Bank Transaction | ✅                | ✅         | ✅                |
4. **Core Accounting**<br>

   | Object                       | Incremental Sync | Full Sync | Delete Detection        |
   | ---------------------------- | ---------------- | --------- | ----------------------- |
   | Journal Entry                | ✅                | ✅         | ✅                       |
   | Intercompany Journal Entry   | ✅                | ✅         | ✅                       |
   | Chart of Accounts            | ✅                | ✅         | ✅                       |
   | Chart Transaction            | ✅                | ✅         | ✅                       |
   | Fixed Asset                  | ✅                | ✅         | ✅                       |
   | Fixed Asset Class            | ✅                | ✅         | ✅                       |
   | Fixed Asset Automation Rule  | ✅                | ✅         | ✅ Every 24h             |
   | Fixed Asset Automation Match | ✅                | ✅         | N/A (cannot be deleted) |
   | Budget                       | ✅                | ✅         | ✅                       |
   | Transaction Match            | ✅                | ✅         | ✅                       |
5. **Company & Organization**<br>

   | Object              | Incremental Sync | Full Sync | Delete Detection        |
   | ------------------- | ---------------- | --------- | ----------------------- |
   | Vendor              | ✅                | ✅         | ✅                       |
   | Vendor Summary      | ✅                | ✅         | N/A (cannot be deleted) |
   | Vendor Custom Field | ✅                | ✅         | ✅ Every 24h             |
   | Department          | ✅                | ✅         | ✅ Every 24h             |
   | Entity              | ✅                | ✅         | ✅ Every 24h             |
   | Tag                 | ✅                | ✅         | ✅                       |
   | Tag Group           | ✅                | ✅         | ✅ Every 24h             |
   | Cost Allocation     | ✅                | ✅         | ✅                       |
   | Custom Field        | ✅                | ✅         | ✅                       |
6. **Files**<br>

   | Object | Incremental Sync | Full Sync | Delete Detection |
   | ------ | ---------------- | --------- | ---------------- |
   | File   | ✅                | ✅         | ✅                |
7. **Revenue Recognition**<br>

   | Object              | Incremental Sync | Full Sync | Delete Detection |
   | ------------------- | ---------------- | --------- | ---------------- |
   | Contract            | ✅                | ✅         | ✅                |
   | Contract Customer   | ✅                | ✅         | ✅                |
   | Product             | ✅                | ✅         | ✅                |
   | Product Bundle      | ✅                | ✅         | ✅                |
   | Revenue Transaction | ✅                | ✅         | ✅                |
   | Customer Currency   | ✅                | ✅         | ✅                |
8. **Bank Reconciliation**<br>

   | Object                | Incremental Sync | Full Sync | Delete Detection |
   | --------------------- | ---------------- | --------- | ---------------- |
   | Reconciliation Report | ✅                | ✅         | ✅                |
9. **Integrations**<br>

   | Object  | Incremental Sync | Full Sync | Delete Detection |
   | ------- | ---------------- | --------- | ---------------- |
   | Webhook | ✅                | ✅         | ✅                |

If you have any questions or run into any blockers, reach out anytime at <hello@stacksync.com> and the Stacksync team will be happy to help.


---

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

```
GET https://docs.stacksync.com/connectors/campfire/make-a-custom-entity-syncable-by-stacksync.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.
