# Troubleshoot a webhook

If there are issues with the webhook URL or the body template, your webhook test will return an errors. The following sections explain how to troubleshoot these errors.

### Invalid host

This error occurs when the webhook URL has been entered into the Apono UI incorrectly with additional or missing characters.

Use the following steps to correct this error:

1. Examine the webhook URL entered in the **URL** field.
2. Correct the URL.
3. Click **Test** to test the webhook again.

***

### Invalid body template

This error occurs when the payload body for your webhook has been entered into the Apono UI with an incorrect syntax.

Use the following steps to correct this error:

1. In the **Body Template** field, check the syntax of the JSON body and the syntax of Handlebars expressions.
2. Make any corrections.
3. Click **Test** to test the webhook again.
