We use webhooks to send real-time notifications
POST
request to your configured URL in the webhooks page when editing your server.
Authorization
header and ensure it matches the webhook token provided on the webhooks page when editing your server.
200 OK
status code to confirm successful receipt of the request. This acknowledgment must be sent within 5 seconds, or the request will time out.
Webhook requests which fail, except when there is no configured webhook, will be retried up to 10 times. The retry delay increases exponentially with each attempt starting at 1 second and doubling on each retry, up to a maximum delay of 20 minutes by the tenth retry. If a timeout occurs or the server returns a 5XX error, the request will be retried. However, if no webhook URL is found, retries are skipped.
avatar
, global_name
and username
will only be provided if discord
is trueauthorId
will only be null if the reply was created through the API