Skip to main content

Receives and processes Google Form webhook submissions for Early Access registration.

POST 

/googleform

Validates the webhook secret (if configured), extracts user information from the form answers, and checks email validity. If the email is valid and not already registered, creates an Early Access entry with device and location metadata. Invites the user to the platform and notifies via Slack if the email is invalid.

Errors: Returns 400 Bad Request for missing body, invalid secret, or invalid email.

Request

Responses

OK