Send notifications to Discord webhook

Is it possible to send webhook notifications to other tools, like Discord?
It would be basically sending “content” instead of “text” in the message body, like:
{ “content”: “Webhook message” }

Hey we don’t have a direct way but you can use a middleware probably lambda and which can inturn send something to discord or any other resource

1 Like