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: Our server will not try to send a request again even if you send a status code other than 2xx.