> For the complete documentation index, see [llms.txt](https://help.tacinsight.com/fast-weigh-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tacinsight.com/fast-weigh-knowledge-base/references/integrations/haulhub/resubmitting-haulhub-tickets.md).

# Resubmitting HaulHub Tickets

Orders that are marked as **Certified** in Fastweigh will have their tickets submitted to HaulHub when the integration is enabled. In some cases, previously created tickets may need to be submitted to HaulHub from an order that was not originally marked with the **Certified** box checked. This can either be done by updating a field on the ticket when editing a ticket in the ***Ticket Query***, or tickets can be manually resent within the Webhooks dashboard, either individually or in bulk.

Before a ticket can be sent or resent to HaulHub, you will need to verify that the ***Certified*** box is checked on the order. You can toggle this option when editing an order, found just below the *Job* field.

<figure><img src="/files/gAKH9cQhugaAhc7Pp0TX" alt=""><figcaption></figcaption></figure>

***

#### How do I know a ticket has not been received by HaulHub?

With the HaulHub integration enabled, you will have access to view the **Webhooks Dashboard**. This menu can be accessed by navigating through the Web Portal's ***Settings*** and clicking into the ***API Info*** menu. Once on this page

<figure><img src="/files/b9TeNwPp0I8qgjlhdn00" alt=""><figcaption></figcaption></figure>

In instances where a ticket has not been submitted, the message relayed by HaulHub will appear in the Response field when clicking into view the message details in the Webhooks dashboard.

<figure><img src="/files/RyxJ9xNMYp6ELrJP3SwL" alt=""><figcaption></figcaption></figure>

### Updating Tickets in the Ticket Query

The first method to resend a ticket to Haulhub is to edit a field on the ticket. This can be done by updating a value or by entering a note when editing a specific ticket to trigger the "updated" tag in HaulHub. This note or the required *Revision Note* can be as descriptive as needed.

<figure><img src="/files/uLx3awIR6BbCu4KuvqJ1" alt=""><figcaption></figcaption></figure>


---

# 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://help.tacinsight.com/fast-weigh-knowledge-base/references/integrations/haulhub/resubmitting-haulhub-tickets.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.
