PLUGS INTO
YOUR
STACK

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