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.

Form Completion

POST a Form Completion to Formwise

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.

Headers

Name
Type
Description

Authorization*

Bearer <YOUR-KEY>

Your API Token which can be found on the Account page

Request Body

Name
Type
Description

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"]

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.

Example Response

{
    "Response ID": "1689116584424x991255285110145000"
}

Last updated