Need to send same request to multiple Discord webhooks? Check this out!
Replace webhook url with https://[project-name].vercel.app/multi
and add links
array to webhook body (passing urls through query got removed):
{
"links": [
"https://discord.com/api/webhooks/1/a",
"https://discord.com/api/webhooks/2/b"
],
"content": "rest of your webhook body"
}
Hi, I'm Birdie and I made this :) There's some other stuff I created: