V3WebformsCreateOrUpdateWebformRequest
Public API request for creating a webform
Fields
owner_id
str
✔️
Unique identifier of the owner (string or UUID)
name
str
✔️
Name of the webform
is_cname
bool
✔️
Indicates if a custom domain (CNAME) is used
host_name
Optional[str]
➖
Custom hostname if CNAME is enabled
is_captcha_enabled
bool
✔️
Whether CAPTCHA is enabled on the form
form_owner_type
str
✔️
Entity type that owns the form (e.g., team, user)
form_owner_id
str
✔️
Identifier for the owner entity
header
str
✔️
Header text shown on the form
title
str
✔️
Title of the webform
logo_url
Optional[str]
➖
URL to the organization's logo
footer_text
str
✔️
Text displayed in the footer
footer_link
str
✔️
Hyperlink in the footer (mailto or https)
email_on
List[str]
➖
Emails to notify on submission
description
Optional[str]
➖
Optional description for the webform
Last updated