circle-info
Squadcast is now SolarWinds Incident Response

V3WebformsCreateOrUpdateWebformRequest

Public API request for creating a webform

Fields

Field
Type
Required
Description

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

captcha_secret

✔️

CAPTCHA credentials to be validated

form_owner_type

str

✔️

Entity type that owns the form (e.g., team, user)

form_owner_id

str

✔️

Identifier for the owner entity

services

✔️

List of services tied to this webform

input_field

Input fields to be rendered on the form

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