send Discord msg with image
POST https://discord.com/api/webhooks/{{webhookId}}
Request Body
{"content"=>"{{message}}", "embeds"=>[{"image"=>{"url"=>"{{imgUrl}}"}}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
POST https://discord.com/api/webhooks/{{webhookId}}
{"content"=>"{{message}}", "embeds"=>[{"image"=>{"url"=>"{{imgUrl}}"}}]}
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |