Forms
publishForm
Publish Form
Take 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.
Arguments
formIdstringrequiredThe form ID.statestringoptionalWhat the form should be. "published" (default) takes it live, "draft" pulls it back to private editing, "closed" keeps the link up but stops accepting submissions.
Returns
Returns the form's status and its canonical public URL (use it directly, never rebuild it from the slug).
Ask for it
The Cloud routes these requests to this verb.
- publish this form
- take the RSVP live
- make the copy live
- stop accepting responses
- close the form
- unpublish it
Pair it with
The verbs that finish the job.