embeds

Sets custom embeds for message sent by webhook. embeds is an array of embeds and can contain up to 10 embeds in the same message.

Examples:

{ "embeds": [{ "title": "Hello!", "description": "Hi! :grinning:" }] }

embeds example

{ "embeds": [ { "title": "Meow!", "color": 1127128 }, { "title": "Meow-meow!", "color": 14177041 } ] }

embeds example

P.S.

Adding embeds overrides url embeds.