Hostinger OpenClaw VPS
create_form
Create a form endpoint BEFORE deploying (Plus/Pro). Returns the URL + the exact HTML snippet to embed verbatim. Inert until assign_to_project after deploy; movable and un-assignable later, submissions stay with it. Retrying the same name while it is still unassigned returns the existing endpoint instead of a duplicate. Submissions are READ in the owner's dashboard only — no tool reads them (by design: visitor PII). Name it "<Business Name> — <Purpose>".
Remote dplooyinc/hosting
Remote (network-hosted)
Other tools also called create_form?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Professional name including the business, e.g. \"GreenScape Landscaping — Quote Requests\" (max 50 chars)"
},
"slug": {
"type": "string",
"description": "Optional URL slug; auto-generated when omitted. Cannot be changed later."
},
"notifyEmail": {
"type": "string",
"description": "Email address that receives a notification for every submission. ASK THE USER which address they want BEFORE creating — omitted = their Dplooy account email."
}
}
}