Connectors / Service / Formstack

Data management solution that helps users collect information through various types of online forms. (updated: 1657717578640)

Formstack

Formstack is an advanced online form builder & data collection tool for registrations, surveys, payments, leads & more.

Overview

Formstack is a data management system that helps users collect information through various types of online forms, including surveys, job applications, event registrations, and payment forms. It has an easy to use online builder that lets you create and brand forms with no previous coding knowledge required in order to help manage and brand your business needs.

Authentication

When using the Formstack connector, the first thing you will need to do is make sure that you are already verified and signed into your Formstack account. Once you are logged into your dashboard, head to your Tray.io account page, and select the relevant workflow.

Once in the workflow dashboard itself, search and drag the Formstack connector from the connectors panel (on the left hand side) onto your workflow. With the new Formstack connector step highlighted, in the properties panel on the right, click on 'New Authentication' which is located under the 'Settings' heading.

formstack-auth

This will result in a Tray.io authentication pop-up window, that should look like this:

formstack-popup

As you can see, you will only need to name your authentication appropriately, which will then redirect you to another authentication popup window similar to the below:

formstack-popup-2

You will either need to login to your Formstack account here, (or if you are already logged in) simply confirm your Tray.io - Formstack permissions and click 'Authorise'.

Go back to your authentication field (within the workflow dashboard properties panel from earlier), and select the recently added authentication from the dropdown options now available.

Your connector authentication setup should now be complete.

Formstack Trigger

If you wish your workflow to be kicked off by a particular action in Formstack, you can use the Formstack Trigger.

The Formstack trigger allows you to receive notifications and trigger workflows when given events occur associated with the selected trigger operation.

In this case, it is when a form within Formstack is filled in that the trigger initiates.

Trigger operations available:

  • Webhook

Webhook Setup

When creating a new workflow, click the 'Create new workflow' button in the top right hand corner of your main Tray.io dashboard. When the trigger popup window opens, search and select the Formstack trigger. Wait to be redirected to your new workflow and the workflow dashboard itself.

formstack-select-trigger

As in the above authentication instructions, once the Formstack trigger step is highlighted, in the properties panel on the right, click on 'New Authentication' which is located under the 'Settings' heading.

formstack-auth

This will result in a Tray.io authentication pop-up window. Again, you will only need to name your authentication appropriately, before being redirected to another authentication popup window similar to the below:

formstack-popup-2

Confirm your Tray.io - Formstack permissions and click 'Authorise', followed by 'Add authentication'.

IMPORTANT!:

Please note that authentication is NOT COMPLETE at this stage

.

As this uses a 'Webhook' as its operation type, you will also need to integrate it with your Formstack account, in order to complete authentication fully.

Once you have added your Tray.io authentication, go to the settings icon in the top left hand corner of your workflow dashboard and click on it. Here you will see and option to copy your 'Workflow Public URL'. Do this, and save it for use later on.

formstack-public-url

Next, head to the Formstack website and log into your Formstack account. Once on your main dashboard page, click on your user icon in the top right hand corner and select "API":

formstack-account

New API

From here you will be directed to the Formstack API page. Click on "+ New Application":

formstack-auth-token

Create API

Fill in the details as needed - bearing in mind that the "Redirect URL" refers to the public URL we copied from Tray.io earlier .

formstack-create-api

API created

You should now be able to see you Formstack API name and token listed in the main API page, which means that your trigger authentication setup is now complete.

formstack-api-created

Head back to your Tray.io workflow dashboard. With your trigger authentication chosen, select 'Webhook' as the event you want your trigger to listen to (aka the operation).

In this case you will also need to set up the 'Form ID' for the form you are referring to. If you have followed the above instructions, you should have a drop down list of options to choose from by now.

Your end result should look similar to below:

formstack-trigger-operation-options

Available Operations

The examples below show one or two of the available connector operations in use.

Please see the Full Operations Reference at the end of this page for details on all available operations for this connector.

Example usage

TRAY POTENTIAL: Tray.io is extremely flexible. By design there is no fixed way of working with it - you can pull whatever data you need from other services and work with it using our core and helper connectors. This demo which follows shows only one possible way of working with Tray.io and the Formstack connector. Once you've finished working through this example please see our Introduction to working with data and jsonpaths page and Data Guide for more details.

Below is an example of a way in which you could potentially use the Formstack trigger and connector to auto-populate a Google spreadsheet each time a form is submitted, with said form's fields and user answers.

The steps will be as follows:

  1. Setup the trigger and get your form fields.

  2. Get user answers.

  3. Populate a connected Google spreadsheet.

The final outcome should look like this:

formstack-complete-workflow

Please bear in mind that you will also need a Google Sheets authentication set up to complete this demo. Please see the Google Sheets Docs for more details.

1 - Setup trigger & get form fields

Once you have clicked 'Create new workflow' from your main Tray.io dashboard (and named said new workflow), select the Formstack trigger from the trigger options available as shown above in the trigger authentication section.

Once you have been redirected to your workflow dashboard, set your operation to 'Webhook' and select which form you want your trigger to activate on.

From the connectors panel the left, add a Formstack connector to your second step. Set the operation to 'List field types'. The 'Form ID' will need to be generated from the trigger step itself. Use a jsonpath to generate this.

JSONPATHS: For more information on what jsonpaths are and how to use jsonpaths with Tray.io, please see our Intro page and Data Guide for more details.

.

From the trigger output - which will be generated once you complete a form submission - you should be able to see the 'FormID' field necessary to create this pathway: $.steps.trigger.FormID. Note that the type selector field is set to jsonpath, if this is not setup properly your output will fail.

formstack-full-list-details

2 - Get user submission

Drag another Formstack connector into your workflow. Set the operation to 'Get submission'. You will the 'Submission ID' for this step.

Use another jsonpath to automatically get the unique identifier for each new form submission. Try using the connector-snake this time, by clicking and dragging from the 'Submission ID' field to the trigger itself.

formstack-get-answers

CONNECTOR-SNAKE: The simplest and easiest way to generate your jsonpaths is to use our feature called the Connector-snake. Please see the main page for more details.

Depending on your use case you may need an encryption key, but don't worry about it for now.

Feel free to re-name your steps as you go along to make things clearer for yourself and other users.

3 - Auto-populate Google Sheets

Choose the 'Google Sheets' connector from your connector panel and place it in the last step of your workflow. With the correct authentication selected, set the operation to 'Add row'.

Select the spreadsheet you intend to populate from the dropdown options available in the 'Spreadsheet' field, and in the 'Worksheet' field choose the specific worksheet within said spreadsheet.

Provided you have already set up your sheet with column headers, you will be able to choose the columns you wish to effect from the options available in the 'Row data' -> 'Field' -> 'Column' sections. Google will automatically assign the column a letter a well for clarification.

Set your 'Value's to your desired outputs again using the jsonpath methods stipulated earlier. Most will come from the results of formstack-2, and be dependant on the value you require.

formstack-google-sheets

Once all is set, each time a new form is submited in Formstack that relates to our chosen form, the results will be auto-generated within your Google spreadsheet!

formstack-google-sheets-result

BEST PRACTICES: Whenever you do decide to create your own workflow, be sure to check out some of our key articles such as:

All Operations

Latest version:

1.0

List field types

Returns all the field types of a specified form.

Get field type

Returns the details of a specific field type.

Update field type

Update an specified field type.

Delete field type

Deletes an specified field type.

List folders

Returns a list of all the folders and their subfolders on your account.

Create folder

Creates a new folder or subfolder.

Get folder

Returns the details for a specified folder.

Update folder

Updates a specified folder

Delete folder

Deletes a specified folder.

List submissions

Returns all the submissions for a specified form.

Get submission

Returns the details of the specified submission.

Update submission

Updates the specified submission.

Delete submission

Delete the specified submission.

Get form

Returns the details of a specified form.

Create form

Creates a new form in your account.

Delete form

Deletes the given form.

Update a form

Updates the details of a form.

Copy form

Creates a copy of a specified form.

List forms

Returns all forms in your account.

Create submission

Create a new submission for the specified form.

Create field type

Creates a new field for the specified form.