I don’t know what is wrong with the webhook, i have been trying this for a few hours
but unable to post a message with an image in discord
can anyone help on this
I don’t know what is wrong with the webhook, i have been trying this for a few hours
but unable to post a message with an image in discord
can anyone help on this
Hi
I wrote a guide a while back that explains how to make calls to Discord’s API that happens to give an example of how to embed an image using a Webhook action:
It looks like what’s been added to the Data field in your Zap doesn’t match the structure of the example code shared in that guide:
{
"content":"Select the message text here",
"username":"Specify a name for the bot",
"avatar_url": "Add a link to a new image for the bot",
"embeds": <{
"image": {
"url": "Select the image URL"
}
}]
}
It looks like you’re missing the square brackets for the embed section:
Can you try adding those square brackets to see if that gets it working?
Look forward to hearing how it goes!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.