V3WebformsCreateOrUpdateWebformRequest
Public API request for creating a webform
Fields
OwnerID
string
✔️
Unique identifier of the owner (string or UUID)
Name
string
✔️
Name of the webform
IsCname
bool
✔️
Indicates if a custom domain (CNAME) is used
HostName
*string
➖
Custom hostname if CNAME is enabled
IsCaptchaEnabled
bool
✔️
Whether CAPTCHA is enabled on the form
FormOwnerType
string
✔️
Entity type that owns the form (e.g., team, user)
FormOwnerID
string
✔️
Identifier for the owner entity
Header
string
✔️
Header text shown on the form
Title
string
✔️
Title of the webform
LogoURL
*string
➖
URL to the organization's logo
FooterText
string
✔️
Text displayed in the footer
FooterLink
string
✔️
Hyperlink in the footer (mailto or https)
EmailOn
[]string
➖
Emails to notify on submission
Description
*string
➖
Optional description for the webform
Last updated