Discord¶
- Schemes:
discord://
- Format: text, markdown
- Homepage: https://discord.com
- API Documentation: https://discord.com/developers/docs/resources/webhook#execute-webhook
List of all supported services: Services
URL Format¶
Query Parameters¶
Parameter | Description |
---|---|
username | The username to use for the message. |
avatar_url | The URL of the avatar to use for the message. |
tts | Whether to use text-to-speech for the message. |
Setup Guide¶
- Open channel settings or server settings and go to Integrations.
- Create a new webhook.
- Copy the webhook URL.
The webhook URL will look like this:
1234567890
is the webhook ID, and abcdefghijklmnopqrstuvwxyz
is the webhook token, so the URL would be
Or just replace the https://discord.com/api/webhooks/
part with discord://
and you're done.