# 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: 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.powertable.com/explore-powertable/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.
