🌟Alert Invites

Get notified when an inviter reaches a specific invite count, with optional webhook integration.

Premium only. Get notified when a member reaches a specific number of invites. You can receive alerts both in Discord and via external webhooks.


Setup

Add an Alert

/alert-invites add <amount>

When any member reaches the specified invite count, a notification will be sent.

Manage Alerts

Command
Description

🌟 /alert-invites add <amount>

Add an invite alert at a specific count

🌟 /alert-invites remove <amount>

Remove an invite alert

🌟 /alert-invites list

List all configured alerts


Webhook Integration

Send real-time HTTP notifications to your own server when an alert triggers. Perfect for integration with external dashboards, notification systems, or custom bots.

Webhook Commands

Command
Description

🌟 /alert-invites webhook url <url>

Set a custom webhook URL

🌟 /alert-invites webhook secret

View your webhook secret

🌟 /alert-invites webhook reset-secret

Reset your webhook secret

🌟 /alert-invites webhook test

Send a test webhook request

Webhook Payload

When an alert triggers, a POST request is sent to your configured URL with the following JSON body:

Webhook Security

Each webhook is secured with a secret key. The secret is included in the request headers so you can verify the authenticity of incoming requests:

  • Use /alert-invites webhook secret to view your current secret

  • Use /alert-invites webhook reset-secret to generate a new secret if compromised

  • Use /alert-invites webhook test to send a test request and verify your endpoint

circle-exclamation

Example

Set up alerts at 10, 50, and 100 invites:

When any member reaches 10, 50, or 100 total invites, you'll be notified in the logging channel and via your webhook (if configured).

circle-info

Alert Invites requires an active premium subscription. See Premium for details.

Last updated