Embeds blocks

Sometimes, you way want something better than simple text messages, and to replace them, you can use some Embed Messages. Let's see how to use them !

Here is the minimal action flow to create and send an Embed message :

The minimal Action flow to send an Embed message
The result of the created embed

When creating an Embed Message, you will probably want to send it. That can be done with the Send embed message Block.

For now, that's only a very simple Embed message, but by adding few options to our Create an embed message block, we can create way more complexes messages, like this one :

An embed message, using all the possibles options.

Embed messages options

Let's see what are the available options :

Define Embed Image

Probably one of the most used, this option will add an image to your Embed :

The block Define Embed Image was added in the customization input of the Create embed block
An image was added to the embed. ( Source )

Define Embed Thumbnail

This option will add a thumbnail to your embed, always at the right top of the message :

This time, the Define Embed Thumbnail block is used in the customization input
The thumbnail was added to the Embed message ( Source )

Add a field

Fields can be used to add more informations or details to the message. Each field have a maximum length of 512 characters.

Three fields are added in the customization input
The embed created by the above action flow
The same embed, but if the inline option isn't checked

Set Embed's author

You can show who created this embed, and even add a link to a website and a picture :

The set author block was added. You must specify the author's name, but you don't need to give an URL or an image.
The created embed, "LJ5O" is a link to https://disblock.xyz ( Source )

It is possible to add a small text and a picture at the end of your embed, with the Add Footer block :

This time, we added the add footer block. You don't need to specify an image for it to work.
The created embed, with the footer. ( Source )

Add timestamp

If you need to show when the embed was sent, you can use the Add Timestamp block :

The Add Timestamp block was added in the customization input
The timestamp is visible at the end of the embed message.

Last updated