Hello, first of all, sorry for my english, i’m french.
I’m trying to make a Webhook that connects the website “Wowhead” to a Discord channel, so the news and articles of the website can arrive on my Discord server. I have already done another webhook for another website, I used the same code, and it works perfectly. But for the Wowhead webhook, when I add the description part, the webhook stops working, and I don’t know why, when I try it without the description par, everything is working.
The code that I use :
(The parts highlighted in grey are provided by Zapier. For the description, I have also tried with this : 1. Description:In Patch 9.1.5,…tinue reading »)
{
"embeds": <{
"image": {
"url": "1. Raw Content @url:https://wow.zam…patch-9-1-5.jpg"
},
"author": {
"name": "Wowhead"
},
"title": "1. Title:New Conquest Pv…in Patch 9.1.5",
"url": "1. Link:https://www.wow…-in-patch-9-1-5",
"description": "1. Raw Description:In Patch 9.1.5,…»</a></b></em>",
"color": 15605278
}]
}
If you could help me, I would be very grateful to you !