We will attempt to make aDocumentation Index
Fetch the complete documentation index at: https://docs.guilds.me/llms.txt
Use this file to discover all available pages before exploring further.
POST request to your configured URL in the webhooks page when editing your server.
Authentication
Webhooks use a separate token for verifying that requests are genuinely from us. To confirm the authenticity of a webhook request, check theAuthorization header and ensure it matches the webhook token provided on the webhooks page when editing your server.
Acknowledging Webhook Requests
Your server must respond to webhook requests with a200 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.
Schema
Vote Webhook
avatar, global_name and username will only be provided if discord is trueReview Webhook
Reply Webhook
authorId will only be null if the reply was created through the API