Skip to content

Commit 63e6f73

Browse files
authored
Merge pull request #696 from AgentWorkforce/feat/cloud-waitlist-integration
refactor: route waitlist signups to cloud
2 parents cbe0d4f + abbc8cb commit 63e6f73

6 files changed

Lines changed: 42 additions & 389 deletions

File tree

.env.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
# NEXT_PUBLIC_POSTHOG_KEY=phc_your_marketing_site_key
4242
# NEXT_PUBLIC_POSTHOG_HOST=https://i.agentrelay.dev
4343

44-
# Marketing site waitlist webhook (optional)
45-
# POST endpoint that accepts JSON: {"email":"user@example.com"}
46-
# WAITLIST_WEBHOOK_URL=https://example.com/api/waitlist
44+
# Public waitlist endpoint used by the marketing site form.
45+
# Defaults to the cloud endpoint in production.
46+
# NEXT_PUBLIC_WAITLIST_API_URL=https://agentrelay.com/cloud/api/waitlist
4747

4848
# =============================================================================
4949
# Cloud Mode Configuration

0 commit comments

Comments
 (0)