Skip to content

A simple guide on using discord webhooks via Postman

Notifications You must be signed in to change notification settings

aeristhy/Discord-Webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 

Repository files navigation

Discord Webhooks Guide

This serves as a tutorial on how to send a webhook on Discord using Postman.
First you need to install Postman on your PC. Available for Windows, Linux and MacOS.

picture alt

picture alt

Code:

{
	"username": "Webhook Name",
	"avatar_url": "https://i.imgur.com/PzL6hml.jpg",
	"embeds": [{
		 "description": "This is webhook.",
		 "color": 16411130
	}]
}

You can find more information about Webhooks on Discord Webooks.

TODO:

  • Examples

Releases

No releases published

Packages