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

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

Responses