circle-info
Squadcast is now SolarWinds Incident Response

V3WebformsCreateOrUpdateWebformRequest

Public API request for creating a webform

Fields

Field
Type
Required
Description

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

Tags

Key-value tags for the webform

IsCaptchaEnabled

bool

✔️

Whether CAPTCHA is enabled on the form

CaptchaSecret

✔️

CAPTCHA credentials to be validated

FormOwnerType

string

✔️

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

FormOwnerID

string

✔️

Identifier for the owner entity

Services

✔️

List of services tied to this webform

InputField

Input fields to be rendered on the form

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