I already check the form the last 2 month forum
in first there is a preview

and after a few day i just didn’t show any link preview

after a few day
I already check the form the last 2 month forum
in first there is a preview

and after a few day i just didn’t show any link preview

Best answer by ken.a
Hi
Thanks for the screenshots!
I did some digging into this, and it seems like there’s a workaround to get this working: use a Custom Request (Webhooks by Zapier) POST action step and use the following code as an example.
{
"content": "This is a required field",
"embed": {
"title": "Title",
"description": "Description"
}
}Also, here is the full documentation for embeds at https://discordapp.com/developers/docs/resources/channel#embed-object as well as a handy visualizer for you to see what the embed will look like (along with the code you need to use) at https://leovoel.github.io/embed-visualizer/
Hopefully, this helps! 😊
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.