Skip to content

How To Send A Webhook Content / Embed With Postman

Notifications You must be signed in to change notification settings

Seyed-Gsm/Postman-Webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Send A Webhook Message ( Embed / Content ) With Postman


You Need:


Getting Started

  • Create A Request ( Request Type " POST " )
    POST
  • Put Your Webhook URL In " Request URL "
    URL
  • Select " Body "
    body
  • Now Select " Raw " And " Json "
    Type
  • Now You Should Write Your Embed Content In Postman Editor, Like This:
{
  "content": null,
  "embeds": [
    {
      "description": "Henlo Frens",
      "color": 16729856,
      "author": {
        "name": "Pyr33x",
        "icon_url": "https://cdn.discordapp.com/attachments/844973689292193824/952965019119800320/0c001137084652d71854914b9637111b-modified.png"
      }
    }
  ]
}
  • And Send Requset
  • Done!

About

How To Send A Webhook Content / Embed With Postman

Resources

Stars

Watchers

Forks

Packages

No packages published