Skip to main content
POST
Create Saved Form
Create and publish a saved form. The returned opaque formId is a client-safe public capability; the selected lists, tags, duplicate behavior, and success action remain server-side.

Request

name
string
required
Internal form name.
listIds
string[]
required
One or more list IDs that every submission joins.
tagIds
string[]
Existing tag IDs to apply.
duplicateStrategy
string
skip, merge, or overwrite. Defaults to skip.
successMessage
string
Confirmation shown when redirectUrl is omitted.
redirectUrl
string
Optional HTTP or HTTPS success redirect.

Responses