Deployment-specific public website intake
Understand the protected website submission endpoint, validation, customer matching, case creation, emails and deployment limits.
Full Compliance Applications
Open guide →GuideUnderstand the deployment-specific public intake
Recognise that the supplied endpoint is hard-restricted to one tenant path and is not a generic public form builder.
Open guide →GuideUse the required POST submission
Submit the website form by POST to the configured protected endpoint.
Open guide →GuideProtect the private intake token
Keep the server-side intake token secret and never expose it in Help Centre content or client-side logs.
Open guide →GuideUse the honeypot spam check
Leave the hidden website field empty; populated submissions are filtered.
Open guide →GuideComplete public intake fields
Provide name, company, email, phone, property address, compliance service, authority, deadline, priority and message as applicable.
Open guide →GuideMeet public intake validation
Provide name, property address and at least one of email or phone.
Open guide →GuideUse supported public priorities
Use Normal, Urgent or High; unsupported values fall back to Normal.
Open guide →GuideMatch or create the CRM customer
Reuse an existing active contact by email where possible, otherwise create the client/contact records supported by the current schema.
Open guide →GuideCreate the case from website intake
Create a Case started application and compiled summary from validated website fields.
Open guide →GuideRecord the website-submission timeline event
Add a landlord-visible event identifying website intake.
Open guide →GuideSend website-intake emails
Send an administrator notification and customer confirmation when the email address is valid.
Open guide →GuideReturn the generated reference
Redirect to the configured success page with the new case reference.
Open guide →GuideReview deployment-specific values before reuse
Review tenant path, website domain, email identities, success URL and external wording before deploying elsewhere.
Open guide →