Custom Webhook Messages
Make and edit webhook messages without coding!
Last updated
Make and edit webhook messages without coding!
Last updated
Make custom webhook messages using embeds or just plain messages (or both!) This is especially useful if you want to make nicely formatted rules or other nicely formatted information (or if you want to make it look like you're a bot 0_o)
To send a message with a webhook you'll need to use the /webhook send
command, and you'll need to pick a "Message" which allows you to choose between 3 different message types
Plain: This is a typical, regular discord message like the ones you send
Embed: A Rich embed, like the ones you see bots send. Embed JSON: Super customizable version of Embed it allows you to use JSON to customize every aspect possible!
When you send the command you'll recieve a form with inputs to make your message to send, among these is the Webhook URL which is needed to send the message.
First open up the channel's settings
Then go to integrations
Click "Create Webhook"
Go ahead and customize its pfp and name to whatever you want Then after that's done click "Copy Webhook URL" it should look something like this:
You can then use that Webhook URL to send messages with it.
You can edit the messages you created with webhooks incase you need to update outdated information and what not.
You'll need to use the /webhook edit
command
It essentially requires the same input only you also need to input a MessageID, this is needed to edit the message, you find the message ID at the end of a message link
Other than needing a MessageID the edit a message inputs are essentially the same.
This is a fully customizable version of the embed, unlike in sticky messages this version is free. You can create the JSON here