Webhook
Introduction and guide about webhook
What is Webhook
In sneakers botting webhook is a integration feature from discord to post messages/notification to several channels in Discord. In this case the type of message can be:
Success notification from raffle entry or checkouts or account generater.
Monitor Webhook
Drop Information Webhook

Best Practice
In sneakers botting, there are 2 types of webhooks used.
Public/global webhooks (everyone on the server can see)
Private webhook (only you can see, which contains personal data ex: email,payment info. etc.)
How to Setup Private Webhook
Private Webhook setup step by step as follows:
Open Discord and prepare the server by creating your own server or use an existing server to create webhooks (make sure here you have the Administrator or Server Founder role)
Create 1 Channel for receiving webhook notification
Open the Channel Setting.
After opening Channel Settings then click on the Integrations section and Create Webhook
Then click on the New Webhook button
Fill in the information related to the Webhook, then click on the Copy Webhook URL button
Paste the url in SaturnConfig.json files inside Saturn Folder
Webhook URL format :
Correct Webhook URL : https://discord.com/api/webhooks/abc123
Wrong Webhook URL : https://discordapp.com/api/webhooks/abc123
[0] Webhook Test
Use this module to test and make sure that your webhook is ready to receive any success notification
Running SaturnAIO and Select option [0]
Make sure you receive 3 webhook test for raffle, aco, and generator
You can use the same webhook url for raffle, aco, and generator
Last updated