Back to All

Can I complete a Form via the API to create a Public Form?

(edited)

Yes. To accomplish this, you’ll need to set up a Workflow in addition to your API.

In the Workflow you create, you’ll establish three steps: a Form Completed trigger, Change Form Status action, and a Create a Public Form action. In your Form Completed trigger, select the Template you’ll use to complete Forms with your API.

When you establish your Change Form Status action, you’ll need to configure your Form status to change to Draft.

Next, in your Create a Public Form action you’ll configure the Form ID to reference the Form ID output from your trigger (#{trigger.formId}).

Complete your remaining Create a Public Form step configuration as necessary and begin completing Forms via your API.