Skip to main content

How do I disable mentions from this? Is it even possible? I use post request in webhooks by zapier app.

Already aware of this:
{ "content": "@everyone <@&role-id> <@user-id>", "allowed_mentions": { "parse": [] } }

But want to know if I can apply that knowledge in the format I sent the screenshot of. I prefer to insert data that way without having to deal with raw json. Thank you in advance guys

I want to disable all role mentions. @everyone, @here or all role mentions


😥