Archive new Formstack submissions as new MySQL rows
Archive your new Formstack form submissions in an existing MySQL database table. After you set up this Formstack MySQL integration, every time there is a new Formstack form submission, a new row will be inserted in a MySQL table automatically. Great for data analysis on your form submissions or easy backup.
Archive your new Formstack form submissions in an existing MySQL database table. After you set up this Formstack MySQL integration, every time there is a new Formstack form submission, a new row will be inserted in a MySQL table automatically. Great for data analysis on your form submissions or easy backup.
New Form
Triggers when a new form is added.
Try ItFormRequired
Remote Address
The IP address of the original submitter.
Table/ViewRequired
Try ItQueryRequired
Query results must have a unique
id
field so we can deduplicate records properly! Otherwise we will make a best guess. You must also include desired ordering and limiting in the query.Note: This query must run in less than 30 seconds and it is recommended that you return no more than 5,000 rows
Try It
FormRequired
Select which form to watch for submissions.
Try ItApi Docs Info
API docs for Formstack are located here https://developers.formstack.com/
HTTP MethodRequired
URLRequired
Requests can only be made to domains associated by this application.
Query String Parameters
These params will be URL-encoded and appended to the URL when making the request.
Headers
Authentication headers are included automatically
Additional Request Headers
Zapier will apply these optional headers and values to the request in addition to any headers created as part of the authentication mechanism.
Body
Zapier will pass this along raw. If you would like to provide complex JSON, try a "Code by Zapier" step to build the structure and pass it along here. For example,
{"foo": "bar"}
is perfectly valid.
Table/ViewRequired
We expect at least one unique (and usually autoincrement) primary key column so we can deduplicate records properly! Otherwise we will make a best guess on a random column to use to deduplicate.
Order By
Highly recommended! Usually you want the results to be most recent first so we can skim off only new results, so choose something like
date_created
or your autoincrementid
. Column names that contain a space must be enclosed within brackets[ ]
.Dedupe Key
We default to what the primary key is on the table as the unique key to deduplicate on. If you prefer another field, select it here.
Try ItNew Table
Triggered when you add a new table.
Try It
Related categories
Related categories
Get started for free
You can't add more hours to the day. Zapier is the next best thing.