1.
Introduction
2.
JSON
3.
Discord Webhook
Discord Webhook structure
4.
username
5.
avatar_url
6.
content
7.
embeds
7.1.
color
7.2.
author
7.3.
title
7.4.
url
7.5.
description
7.6.
fields
7.7.
image
7.8.
thumbnail
7.9.
footer
7.10.
timestamp
8.
poll
9.
tts
10.
allowed_mentions
11.
file
Integrate with
12.
IFTTT
13.
IFTTT Platform / Filter Code
Use with
14.
Postman
15.
Insomnia
16.
curl
17.
HTTPie
18.
Python
Examples
19.
Spotify
20.
Twitch
21.
Reddit
22.
Twitter
23.
YouTube
Additional info
24.
Edit Webhook Message
25.
Rate Limits
26.
Discord Markdown
27.
Slack formatting
28.
Field Limits
29.
Epilogue
30.
Contributing
Auto
Light
Rust
Coal
Navy
Ayu
Discord Webhooks Guide
title
Sets title for webhook's embed.
Example:
{
"embeds"
:
[
{
"title"
:
"Meow!"
}
]
}