create_form
Create a form in Cmssy CMS by providing a name and slug, with optional field definitions, settings, notifications, webhook, and captcha. Use it to set up forms ready for further editing.
Instructions
Create a new form with a name and slug. Optional: field definitions and settings (action type, notifications, webhook, captcha). Fields can also be added later in the Forms editor. Only call AFTER the user explicitly agreed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | The form's display name | |
| slug | No | URL-friendly slug, unique within the workspace | |
| fields | No | Form field definitions | |
| settings | No | Form settings (action type, notifications, etc.) | |
| description | No |