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:

  1. Success notification from raffle entry or checkouts or account generater.

  2. Monitor Webhook

  3. Drop Information Webhook

Sample Webhook Notification

Best Practice

In sneakers botting, there are 2 types of webhooks used.

  1. Public/global webhooks (everyone on the server can see)

  2. 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:

  1. 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)

  2. Create 1 Channel for receiving webhook notification

  3. Open the Channel Setting.

  4. After opening Channel Settings then click on the Integrations section and Create Webhook

  5. Then click on the New Webhook button

  6. Fill in the information related to the Webhook, then click on the Copy Webhook URL button

  7. Paste the url in SaturnConfig.json files inside Saturn Folder

Webhook URL format :

[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