-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathdiscord_webhook.json
More file actions
35 lines (35 loc) · 960 Bytes
/
discord_webhook.json
File metadata and controls
35 lines (35 loc) · 960 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"content": "Hey, welcome to webhookthing The easiest way to test webhooks on your local dev environment!\n_ _",
"embeds": [
{
"title": "What's this?",
"description": "This is a sample discord embed",
"color": 5814783,
"fields": [
{
"name": "This is a field",
"value": "This is the field's value"
}
],
"author": {
"name": "This is the Author",
"url": "https://example.com",
"icon_url": "https://via.placeholder.com/64"
},
"footer": {
"text": "This is a footer",
"icon_url": "https://via.placeholder.com/8"
},
"timestamp": "1970-01-01T08:00:00.000Z",
"image": {
"url": "https://via.placeholder.com/512"
},
"thumbnail": {
"url": "https://via.placeholder.com/64"
}
}
],
"username": "example#0001",
"avatar_url": "https://via.placeholder.com/32",
"attachments": []
}