Everything you need to run Event Super OS like a pro. Search or browse the categories below.
Onboarding, first event, inviting your team
Lead capture, deal pipeline, proposals, invoicing
Create events, manage RSVPs, multi-day blueprints, dietary presets
Marketplace, contracts, payouts, ratings
Pricing, GST, refunds, plan limits, Enterprise features
Workflow rules, preset recipes, webhooks
REST API, JS SDK, OpenAPI spec, webhooks
2FA, SSO, DPDP, data export, deletion requests
/event-manager click the + New Event button. Pick a blueprint (Wedding Classic, Corporate Conference, Birthday) or pick Custom. The blueprint auto-spawns sub-events (Mehndi, Sangeet, etc.) when you click Indian Wedding (Classic).crew role by default; Coordinators get coordinator; Studio owner can promote anyone via the dropdown./studio/<slug>, every contact-form submission lands in public.contact_submissions and is auto-promoted to public.leads within 60 seconds (via the automation engine).score column manually (0–100) or let an automation rule do it: e.g. "if budget_band > ₹10L AND event_date within 6 months → +30 score". Visible as a colour bar in the CRM kanban./new-event spawns 5 sub-events on the dates you specify: Mehndi (D-3), Sangeet (D-2), Haldi (D-1), Wedding (D-day), Reception (D+1). Each has its own guest list, timeline, and vendor allocations but shares the parent_event_id for cross-reporting.Jain, Tamil-Brahmin, Halal, Marwari, Kosher, etc. Public RSVP page reads via public_event_dietary() RPC; guests see only the dropdown options you enabled./check-in?event_id=<id> on a phone, point at the QR, the RPC checkin_guest_by_token() marks them present. Works offline if PWA cached the route./api-keys → New key. Keys start with eos_live_ (or eos_test_ in dev). They're one-shot — copy when shown. Pick scopes (read, write, admin). All requests need Authorization: Bearer eos_live_…. 600 req/min rate limit per key./webhooks → Subscribe. Pick events (rsvp.received, invoice.paid, etc.), enter your endpoint URL, copy the signing secret. Every delivery includes X-EOS-Signature: t=…,v1=… (timestamp + HMAC-SHA256). Verify with EventSuperOS.verifyWebhookSignature()./mfa → Scan QR with Google Authenticator / 1Password / Authy → enter the 6-digit code. Save your 8 recovery codes. Without 2FA your account is at higher risk if your password is phished.deletion_requests, send a 30-day grace email, then hard-delete via execute_scheduled_deletions() cron. Financial records covered by Indian Income Tax 7-year statute are retained (see DPA).Can't find what you need? Email support · See the changelog · Or check the public roadmap.