Discord Webhook Builder
List of plugins using this system:
Plugin | Version |
|---|---|
AxAuctions | New |
AxBoosters | New |
AxKoth | New |
(everything else uses the legacy system)
Good to know:
Most fields are optional.
The content field is the only where you can add a working ping, example:
<@&1234567890123456789>
Example using all options:
webhook:
content: "content"
username: "username"
avatar-url: "url"
tts: false
embeds:
- title:
text: "title"
url: "https://dc.artillex-studios.com/"
description: "description"
timestamp: 1759315291174
color: "#00CCFF"
image-url: "https://example.com/"
thumbnail-url: "https://example.com/"
video-url: "https://example.com/"
author:
name: "author"
url: "https://dc.artillex-studios.com/"
icon-url: "https://example.com/"
footer:
text: "footer"
icon-url: "https://example.com/"
fields:
- name: "field 1"
value: "value 1"
inline: true
- name: "field 2"
value: "value 2"
inline: true
thread-name: ""
poll:
question:
text: "text"
answers:
- text: "answer 1"
emoji: "😂"
- text: "answer 2"
emoji: "😂"
expiry: 1759315291174
allow-multiselect: false
Full Example:
webhook:
content: "Get ready!"
color: "#FF0000"
title:
text: "Example - STARTED"
fields:
1:
inline: true
name: "Time"
value: "100"
Content:
The content field is the only where you can add a working ping, example:
<@&1234567890123456789>
content: "Content Field"
Title
title:
# required
text: 'Title text!'
# optional
icon: ""
Color
color: "#RRGGBB"
Description
description: "Description"
Field
You can add multiple fields
fields:
'1':
# optional
inline: true
# required
name: "Name"
# optional
value: 'Value'
Author
author:
# required
name: 'Author Text'
# optional
icon-url: "some-url"
# optional
url: "some-url"
Footer
footer:
# required
text: 'Footer Text'
# optional
icon: "some-url"
Image URL
image-url: "some-url"
Thumbnail URL
thumbnail-url: "some-url"
19 June 2026