# Webhooks

You can add your own webhook to aCheck. This means when a QR code is created, the QR code image and all associated data is passed to your webhook automatically.

## Add a webhook

Go to the Config page

Click the **Add webhook** button. The Add webhook form is displayed

Add your webhook URL to the input

Click **Save**

Your webhook is ready and will be included in the next QRcode creation operation.

{% hint style="info" %}
If you do not want to send QR codes to your webhook you must delete the webhook URL
{% endhint %}

## Delete webhook

Go to the Config page

Click the **Edit webhook** button. The Edit webhook form is displayed

Delete your webhook URL from the input

Click **Save**

Your webhook is removed and will no longer be included in the QRcode creation operation.
