Forms
Form definitions, fields, capacity, notifications, SEO, and collected responses.
24 verbs in this family.
addFormNotificationRecipientAdd an email address to a form's submission-notification recipients.createFormCreate a form in the Forms app, filed in a Space when you pass spaceId, a Studio app that belongs to a Space, or a Space-scoped connection.deleteFormPermanently delete a form and EVERYTHING that hangs off it: its fields, its pages, and every response ever submitted to it.deleteFormResponsePermanently delete one form response by its id: a hard delete (no trash, no undo), for clearing spam or test entries.duplicateFormDuplicate a form you own or can edit into a NEW form you own: a full copy of its configuration (every field with its settings, the confirmation messages, the notification recipients, and the…getFormRead a form you own: its full definition: title, description, status, filed Space id + name when present, its canonical public URL (the ready-to-share /f/<slug> link: use it directly, never rebuild…getFormAutoReplyRead a form's submitter auto-reply: whether it is on, the exact subject and body that will be sent (defaults shown when the owner has not written their own), which merge fields are available, and…getFormCapacityRead a form's SEAT capacity and its graceful full-state config: the seat total (or unlimited), seats confirmed, seats held (pending), seats remaining, live availability, the per-submission seat rule…getFormNotificationSettingsRead a form's submission-notification settings: whether notifications are on, the additional recipient addresses, the owner address (always notified), and the per-hour burst cap.getFormResponseRead one form response by its id: the full answers (label + value), submitter email, and time.getFormRoutingRead where a form's responses go: the channel and entry stage it feeds (if any), the form's routable fields, and the field mapping: both the wiring the owner set and what the mapper infers for…listFormResponsesList responses to a form you own, newest first.listFormsList the forms you own: each with its id, title, slug, status (draft / published / closed), canonical public URL (the ready-to-share /f/<slug> link: use it directly, never rebuild it from the slug),…moveFormToSpaceFile a form into a Space so the whole team can open it, read its responses, and manage its settings, instead of it living only in the owner's Forms list.publishFormTake a form LIVE (draft → published) so anyone with its /f/<slug> link can submit it: the verb that gets a drafted or duplicated form off the shelf.removeFormNotificationRecipientRemove an email address from a form's submission-notification recipients.renameFormRename a form you own or can edit: changes its title everywhere it appears (the Forms list, the public /f/<slug> page heading, the activity feed).setFormAutoReplyTurn the submitter auto-reply on or off for a form, and optionally set its subject and body.setFormCapacitySet a form's SEAT capacity, its per-submission seat rule, and what it shows once full.setFormFieldsSet a form's fields, in order.setFormMessagesSet the messages a form shows after a successful submission: the confirmation "thank you" title and message, and an optional redirect URL.setFormNotificationsUpdate submission-email notifications for a form you own.setFormRoutingAttach a form to a channel so every response becomes an entry: a contact plus a dated row at the entry stage.setFormSeoSet how a form's shared link unfurls on social: the SEO (Open Graph) title and description shown when the /f/<slug> link is pasted into a chat, post, or preview card.