# 11321: Misconfigured webhook

Log Type: APPLICATION

Log Level: WARNING

## Description

An incoming message reached one of your Twilio numbers, but Twilio could not send the webhook request because the configured URL is invalid. Configure the message URL in the Twilio Console or with the Messaging REST API, and make sure Twilio can reach the endpoint over the public internet.

### Possible causes

* The phone number or Messaging Service is configured with a malformed webhook URL.

### Possible solutions

* Verify the URL in the Twilio Console to make sure it is correct and accessible.
* Use a fully qualified URL that includes the protocol, hostname, file path, and properly URL-encoded query parameters.
* Make sure the endpoint is reachable from the public internet.

#### Additional resources

* [Twilio's request to your incoming message Webhook URL](/docs/messaging/guides/webhook-request)
* [Webhooks security](/docs/usage/webhooks/webhooks-security)
* [How to Configure a Twilio Phone Number to Receive and Respond to Messages](https://help.twilio.com/articles/223136047)
