> For the complete documentation index, see [llms.txt](https://docs.powertable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powertable.com/explore-powertable/webhooks.md).

# Webhooks

PowerTable allows you to instantly send transaction results to a specific URL endpoint. This is accomplished by including a webhook URL in your PowerTable app.

The transaction logs contain information about any database changes made by users using PowerTable, including CRUD operations such as Insert, Update, and Delete. It displays detailed information about the transactions, such as the transaction type, number of rows affected by the transaction, status and duration of the transaction, the person who initiated them, etc.

You can view the transaction logs from the PowerTable console, as detailed in [this section](/explore-powertable/powertable-console/transaction-logs.md).

If you want PowerTable to immediately send these transaction logs as notifications to a specific endpoint, you can set up a webhook as explained below:

* Click on **Setup >** **Table** **Settings > Webhook** to access this window.

<figure><img src="/files/Kwgf3cqfz0DEc3bUgF2G" alt=""><figcaption><p>Webhook</p></figcaption></figure>

* Enter the endpoint's URL in the 'Post URL' text box.
* You can also add your required request header by clicking on **Add New Header** and entering the key-value pair.

<figure><img src="/files/apKOEghcT4NraMLJmL1B" alt=""><figcaption><p>Request header</p></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://docs.powertable.com/explore-powertable/webhooks.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.
