Questions
Can I export a PDF version of my Forms?
Yes, you can export a PDF version of your Forms using the GoFormz API.
Can I make changes to Templates or Workflows via the API?
No - changes cannot be made to GoFormz account Templates or Workflows via the API.
If we remove DataSource rows from a DataSource, would that mess up any previous Forms? Or does it cause any problems with pulling data from those old forms through the API?
If you remove DataSource rows from a DataSource, any previously completed Forms will not be affected.
Can I trigger a Public Form via the API?
No, a Public Form cannot be triggered via the API. If you want to trigger a Public Form creation, you’ll need to set up a Create Public Form Workflow in the GoFormz web app.
Can a Public Form be created via API?
A Public Form cannot be created using an API. If you want to create a Public Form, it must be done manually, or using a Workflow.
Can multiple tokens be created and used at the same time?
Yes, multiple tokens can be created and used simultaneously.
Is the token expiration time anywhere in the response header?
The token expiration time is not located in the response header. GoFormz’s token expiration time is 3600 seconds (1 hour).
Why does my DataSource have no columns?
If your DataSource doesn’t have any columns, then there was an error in the DataSource upload process.
Does GoFormz support webhooks?
How are the Form ID and Template ID included in the Webhook call?
In your Webhook call’s body, you’ll find a JSON object called Item
. In the Item
object your Form ID is referred to as ID
, and your your Template ID is referred to as EntityID
.