Sorry, we don't support your browser.  Install a modern browser

Add a content property to webhooks

?

In your webhook post request, are you able to add anything that is not an empty string to a property called content?

This is only because some applications, like Discord for example, will fail to receive the webhook notification if there is no content and you will get an error with this message “Cannot send an empty message”. Adding anytithing would fix it, something like
content: “Lemon Squeeze webhook”
}

7 months ago