# Integrated Webhooks - Error status verification

## Negative output of the block

In a [automation flow](/en/topics/general/tasks/automation-flows.md), the "Send Webhook" block has a negative error output just below. The flow will be directed to this output if the destination server returns an error status or if there is a misconfiguration in the action, such as using an invalid URL. It is worth noting that this output does not parse or handle the data returned in the error; it only signals whether an error occurred or not.

<figure><img src="/files/0f98d0a3de2ffcc487c9cf82d13460542de25f92" alt=""><figcaption><p><em>Automation Flow Example.</em></p></figcaption></figure>


---

# 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://docs.sprinthub.com/en/topics/analyze/integrated-webhooks/integrated-webhooks-common-questions/integrated-webhooks-error-status-check.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.
