---
title: "Custom webhook subdomains | WebhookRelay"
meta:
  "og:description": "Receive, process and forward webhooks using webhookrelay.com subdomain."
  "og:title": "Custom webhook subdomains"
  description: "Receive, process and forward webhooks using webhookrelay.com subdomain."
---

![Stripes](https://webhookrelay.com/docs/webhooks/custom-subdomains/images/stripes.svg)

Documentation

**Fundamentals**

# **Custom webhook subdomains**

Receive, process and forward webhooks using webhookrelay.com subdomain.

**Looking for using your own domain instead of subdomain? Check out **[Custom Domains](https://webhookrelay.com/docs/webhooks/custom-subdomains/docs/webhooks/custom-domains)** guide.**

## [Step 1: Claim your subdomain in Webhook Relay](#step-1-claim-your-subdomain-in-webhook-relay)

First, navigate to [Webhook Relay domains page](https://my.webhookrelay.com/domains/) and click on "Claim subdomain" button.

![Custom Subdomains](https://webhookrelay.com/docs/webhooks/custom-subdomains/images/features/custom-subdomains/cover.png)

You can choose any subdomain you want (as long as it's not already taken), for example `my-app.hooks.webhookrelay.com`, `acme.hooks.webhookrelay.com` or `events-acme.webhookrelay.com`, etc.

## [Step 2: Select your subdomain in the Webhook Relay bucket](#step-2-select-your-subdomain-in-the-webhook-relay-bucket)

Last step is to select your domain in the Webhook Relay bucket's input settings:

![Select domain](https://webhookrelay.com/docs/webhooks/custom-subdomains/images/features/custom-domains/select-domain.png)

Path is optional but it allows you to reuse same domain for multiple buckets and inputs by using different paths.

## [Benefits of using custom subdomains](#benefits-of-using-custom-subdomains)

- **No DNS configuration required:** You don't need to configure any DNS records to use your custom subdomain.
- **Stable & Reusable URLs:** Just like custom subdomains, your custom domain URL remains constant. You can point it to different buckets within Webhook Relay as your needs evolve, without requiring changes in your webhook provider configurations.

Did this page help you?