> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wavix.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Webhook IP addresses

> Allowlist the Wavix webhook server IP so your application can receive SMS delivery reports and inbound messages.

Wavix sends webhooks for [delivery reports](/messaging/webhooks-delivery-reports) and [inbound messages](/messaging/webhooks-inbound-messages) to the URL you configure. If your application is behind a firewall, allow inbound HTTPS traffic from the Wavix webhook server so these requests can reach it.

| Service  | IP address    | Protocol | Port |
| -------- | :------------ | :------- | :--- |
| Webhooks | 62.212.73.112 | HTTPS    | 443  |

<Tip>
  Allowlist by IP address only if your firewall requires it. Where possible, accept HTTPS requests to your webhook endpoint and validate them in your application instead.
</Tip>
