πAlert Invites
Get notified when an inviter reaches a specific invite count, with optional webhook integration.
Last updated
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.
/alert-invites add <amount>When any member reaches the specified invite count, a notification will be sent.
π /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
Send real-time HTTP notifications to your own server when an alert triggers. Perfect for integration with external dashboards, notification systems, or custom bots.
π /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
When an alert triggers, a POST request is sent to your configured URL with the following JSON body:
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.
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.
Last updated
{
"guild_id": "123456789012345678",
"member_id": "987654321098765432",
"invites": 50,
"alert_amount": 50,
"timestamp": "2024-01-15T12:00:00Z"
}X-Webhook-Secret: your-secret-key/alert-invites add 10
/alert-invites add 50
/alert-invites add 100