PLUGS INTO
YOUR
STACK
01
REST APIFull CRUD for waitlists, entries, and referrals. API key auth with configurable rate limits (2K-100K/day)
02
SlackNative integration - get real-time alerts in any channel for new signups, referrals, and milestones
03
DiscordBot integration - post signup and milestone notifications to any Discord channel via webhooks
04
Webhooks8 event types with signing secrets, test delivery, and toggle controls. Push to any external system
05
BroadcastsSend email blasts to your waitlist subscribers. Subject line, rich content, and delivery tracking
06
AnalyticsSource/UTM tracking, device/browser/country breakdown, signups over time, and CSV/JSON export
EXAMPLE WEBHOOK PAYLOAD
{
"event": "entry.created",
"data": {
"waitlistId": "wl_abc123",
"email": "user@company.io",
"referralCode": "ref_xyz789",
"position": 42,
"referralCount": 0,
"source": "direct"
}
}