POST a Form Completion to Formwise
The Data API lets send form responses from third party form builders that can be executed using your form, as if it was filled out traditionally on FormWise.
Last updated
The Data API lets send form responses from third party form builders that can be executed using your form, as if it was filled out traditionally on FormWise.
Last updated
Some settings such as Web Scraping and Web Searching are unavailable via the API due to timeout issues. Your tool will still run, however it will not conduct any searching.
After a successful POST, you will see the form response within your Live form responses. You will also receive your own email which is used to reference the account when using Zapier.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Authorization*
Bearer <YOUR-KEY>
Your API Token which can be found on the Account page
form_id*
"1679493702554x213757137604050940"
The Live Form ID of the Form you are processing the responses with.
answer_array*
["Yes","No","Maybe","Certainly","Unsure"]
An array of answers which represent the form response. Ensure the order of the answers matches the order of the questions on your form. Example: ["Yes","No","Maybe","Certainly","Unsure"]
Sending a form to this endpoint will process as it would a traditional Formwise form submission.
The Live Form ID of the Form you are processing the responses with.
An array of answers which represent the form response. Ensure the order of the answers matches the order of the questions on your form.
OK: Returns the Response ID of the submitted form.
"1689116584424x9912552851101456000"