# Test and Troubleshoot my Webhook Integration

You can test receiving callbacks from KORE by sending test data to your URL.&#x20;

{% hint style="info" %}
The same [Webhook secret](https://docs.korewireless.com/developers/get-started/webhooks#id-1.-securing-your-webhook-secret-generation) is used to sign events sent by KORE's event stream product.
{% endhint %}

## Create a Webhook Destination on KORE Event Streams

The first step is to create a webhook destination that defines where KORE should send events.&#x20;

{% hint style="success" %}
Even though you may not use the event stream product, you can leverage it to send test events.
{% endhint %}

## Send Test Events to the Webhook Destination

Once a Webhook destination has been set up, you can [send test events](https://docs.korewireless.com/developers/event-streams/test-my-destination#send-test-events-to-the-destination).

{% hint style="info" %}
There is no limit to how many test events you send.&#x20;
{% endhint %}

## Verify Test Events

If the test events are sent successfully, you can review the guide on [verifying the event](https://docs.korewireless.com/developers/event-streams/test-my-destination#verify-webhook-test-events).
