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
Always validate the X-Webhook-Secret header on your server to ensure requests are coming from InviteCount.
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).
Alert Invites requires an active premium subscription. See Premium for details.