Form Handler Webhook
Component Detail
Infrastructure
medium complexity
backend
0
Dependencies
0
Dependents
0
Entities
0
Integrations
Description
External lightweight form handler endpoint (email service or webhook) that receives booking submissions and routes them into the sales lead process. Fully decoupled from operational product backends to preserve the Sales Website's static nature.
form-handler-webhook
Sources & reasoning
Sales Website MVP scope (line 254) explicitly lists a simple demo booking form posting to email/webhook with no login, and the canonical area taxonomy (line 386) names Booking Form as a feature of sales-demo. Phase 1 MVP per source §5.
-
docs/source/likeperson.md · line 163Scope: Information-only. No authentication, no user accounts, no database, no shared runtime with the operational products. A demo-request form may POST to a lightweight form handler (email/webhook), but nothing more.
-
docs/source/likeperson.md · line 386sales-demo | Demo Booking | Booking Form, Booking Confirmation
-
docs/source/likeperson.md · line 254Enkelt demo-booking-skjema (sender til e-post/webhook, ingen pålogging)
Responsibilities
- Receive booking submission payloads over HTTPS
- Forward submissions to sales email or CRM intake
- Respond with success or error status to the submitter
- Provide a stable endpoint URL configured into the Sales Website
Interfaces
POST /booking-submissions