To get started, go to your management page (server or bot) and then fill in the Webhook options.
We will send a POST
request to your webhook URL. The request will contain the following information:
data.json{ "bot": "string", "user": "string" }
data.json{ "guild": "string", "user": "string" }
Content-Type
: application/json
Authorization
: YOUR_WEBHOOK_TOKEN
PS: If response status code is not >=200 && <300
, we will retry the request 3 times with a delay of 5 seconds. If the request still fails, we will stop retrying.