# Webhooks

Brewfather currently supports webhook forwarding for **device logging integrations**.

There is currently no separate account-level UI for generic recipe/batch event webhooks.

## Outbound integration options

### 1) Device webhook forwarding

Use this when you want to forward incoming device readings to your own endpoint.

* Configure per integration from **Settings → Power-ups** via **(configure webhook)**
* Choose payload format: **Raw** or **Processed**
* Full setup guide: [Webhook (Device Forwarding)](/integrations/webhook.md)

### 2) Custom Endpoint

Use this when you want to send Brewfather batch JSON export payloads to your HTTPS endpoint.

* Configure from **Settings → Power-ups → Custom Endpoint**
* Setup guide: [Custom Endpoint](/integrations/custom-api-endpoint.md)

## Related docs

* [Connected Apps](/connected-apps.md)
* [API](/api.md)


---

# 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.brewfather.app/webhooks.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.
