Discord Webhook Sender โ Free Tester, Generator & Embed Builder
The best free Discord webhook sender and Discord webhook tester online. Build rich embeds, send Discord webhook message sender requests, and preview your output in real time โ no login needed.
What Is a Discord Webhook?
A Discord webhook is a special Discord webhook URL that lets any application or service post messages directly into a Discord channel โ no bot required. According to the official Discord webhook documentation, webhooks use a simple HTTP POST request to the Discord webhook API endpoint, making them the easiest way to send automated alerts, announcements, and rich embeds into Discord. Our tool acts as a full Discord webhook client so you can compose, preview, and send messages instantly.
Our Discord webhook sender is a free Discord webhook generator and Discohook-style tool. It builds fully customized Discord webhook embeds with a color-coded sidebar, title, description, author info, thumbnail, body image, up to 25 custom fields, and a footer โ with a live preview that mirrors exactly how Discord renders your message. Use it as a discord webhook tester to verify your payload before deploying it in production.
How to Get a Discord Webhook URL
Not sure how to get a Discord webhook or how to get a Discord webhook URL? Here is the step-by-step guide straight from the Discord webhook documentation:
Step 1 โ Open Server Settings
In Discord, open your server and right-click the text channel you want to post into. Select Edit Channel, then navigate to the Integrations tab.
Step 2 โ Create the Webhook
Click Webhooks, then Create Webhook. Give it a name โ this is your Discord webhook bot display name โ and optionally set an avatar image.
Step 3 โ Copy the Discord Webhook URL
Click Copy Webhook URL. The Discord webhook URL format looks like: https://discord.com/api/webhooks/{id}/{token}. Paste it into our Discord webhook sender above and start sending.
Now you know how to create a Discord webhook and how to make a Discord webhook. Keep your URL private โ anyone with it can send messages to your channel as a Discord webhook spammer if exposed.
Discord Webhook Rate Limits & File Size Limit
Understanding Discord webhook rate limits is essential before sending automated messages. According to the official Discord webhook rate limits documentation, webhooks are subject to a Discord webhook rate limit of 30 requests per minute per webhook URL. Exceeding this limit returns a 429 Too Many Requests response from the Discord webhook API.
Discord Webhook File Size Limit
The Discord webhook file size limit for attachments is 8 MB for free servers and 50 MB for Nitro-boosted servers. Our Discord webhook sender supports embed image URLs; direct file uploads require the Discord webhook API with multipart form data.
Discord Webhook Embeds JSON Format Documentation
Every embed sent through the Discord webhook API must follow the Discord webhook embeds JSON format documentation. Our tool automatically builds the correct JSON payload. Click View JSON payload in the preview pane or use the Copy JSON button to inspect the raw structure โ useful for integrating with your own Discord webhook bot or CI/CD pipeline.
Discord Webhook Use Cases
GitHub Discord Webhook
Integrate your repository with a GitHub Discord webhook to post commit, pull request, and release notifications to your server. If your Discord webhook not working with GitHub, check the Discord webhook URL format โ GitHub requires the URL to end with /github for automatic formatting.
Jellyfin Discord Webhook Template
Use our embed builder to prototype a Jellyfin Discord webhook template. Design the embed layout, copy the JSON, and paste it into your Jellyfin notification plugin as the message body.
Discord Webhook Checker & Deleter
Use our tool as a Discord webhook checker โ paste the URL and send a test message to verify it is still active. To delete a webhook, go back to your Discord channel's Integrations settings. A Discord webhook deleter can also call the Discord webhook API with a DELETE request to the webhook URL.
Discord Webhook Spammer Warning
Never use a Discord webhook spammer tool to flood channels โ this violates Discord's Terms of Service and triggers the Discord webhook rate limit, resulting in temporary or permanent IP bans. Our Discord webhook message sender is designed for legitimate, single-message use only.
Discord Webhook FAQ
What is a Discord webhook?
A Discord webhook is an HTTP callback URL that external services use to post messages into a Discord channel. It is simpler than a Discord webhook bot because no OAuth or bot token is needed โ just a POST request to the Discord webhook URL.
How do I get a Discord webhook URL?
To get a Discord webhook URL, open the channel settings in Discord, go to Integrations โ Webhooks โ Create Webhook, and copy the generated URL. The Discord webhook URL format is https://discord.com/api/webhooks/ID/TOKEN.
What are Discord webhook rate limits?
The Discord webhook rate limit is 30 requests per minute per webhook. Full details are in the official Discord webhook rate limits documentation. Our Discord webhook tester sends one message at a time so you stay well within the Discord webhook rate limits.
Why is my Discord webhook not working with GitHub?
If your Discord webhook not working with GitHub, the most common cause is a missing /github suffix on the URL. GitHub sends a different payload format, and Discord's Discord webhook API only auto-parses it when the URL ends in /github.
What is the Discord webhook file size limit?
The Discord webhook file size limit is 8 MB per attachment on standard servers. Servers with Nitro boosts can send up to 50 MB. Embed images linked by URL have no size limit โ only file uploads via the Discord webhook API are affected.