PLUGS INTO
YOUR
STACK
01
REST APIFull CRUD endpoints for leads, waitlists, and referrals - build any custom frontend
02
CRM SystemsHubSpot, Salesforce, Pipedrive - push leads automatically via Zapier or webhook
03
MessagingSlack and Discord alerts for new signups, referral milestones, and system events
04
AutomationZapier-ready - connect to Typeform, Airtable, Notion, Mailchimp, and 5000+ tools
05
EmailMailchimp, Postmark, or custom SMTP - automated welcome and status emails
06
AnalyticsUTM/source tracking, built-in dashboard, and CSV/JSON/Google Sheets data export
EXAMPLE WEBHOOK PAYLOAD
{
"event": "lead.created",
"data": {
"email": "dev@company.io",
"referral_code": "abc123",
"position": 42,
"referral_count": 7
}
}