Skip to main content

123FormBuilder

The 123FormBuilder modules enable you to monitor new submissions, new forms and make a custom API call in your 123FormBuilder account.

Prerequisites

  • A 123FormBuilder account

In order to use 123FormBuilder with Make, it is necessary to have a 123FormBuilder account. If you do not have one, you can create a 123FormBuilder account at www.123formbuilder.com/signup.html.

Warning

Please register using the email address and password otherwise, you will not be able to connect Make to your 123FormBuilder account.

2020-08-03-12_24_01-window.png

If you have already registered using Google, Facebook or Microsoft, please reset your password by clicking the Forgot your password? link on the login screen and then set a new password.

explorer_vv7pk363rm.png

Notice

The module dialog fields that are displayed in bold (in the Make scenario, not in this documentation article) are mandatory!

To connect your 123FormBuilder account to Make you need to enter your login credentials to Make.

  1. Go to Make and open the 123FormBuilder module's Create a connection dialog.

  2. Enter your email and password, then select the location of the server and click Continue.

    61d5a6c85eb98.gif

The connection has been established. You can proceed with setting up the module.

Watch New Forms

Retrieves form details when a new form is created.

Connection

Establish a connection to your 123FormBuilder account.

Limit

Set the maximum number of forms Make will return during one execution cycle.

Watch New Submissions

Retrieves submission details when a form is submitted.

Connection

Establish a connection to your 123FormBuilder account.

Limit

Set the maximum number of submissions Make will return during one execution cycle.

Form

Select the form you want to watch for new submissions.

Make an API Call

Allows you to perform a custom API call.

Connection

Establish a connection to your 123FormBuilder account.

URL

Enter a path relative to https://{server}.123formbuilder.com. For example: /v2/forms.

Note

For the list of available endpoints, refer to the 123FormBuilder API v2 Documentation.

Method

Select the HTTP method you want to use:

GET to retrieve information for an entry.

POST to create a new entry.

PUT to update/replace an existing entry.

PATCH to make a partial entry update.

DELETE to delete an entry.

Headers

Enter the desired request headers. You don't have to add authorization headers; we already did that for you.

Query String

Enter the request query string.

Body

Enter the body content for your API call.

Example of Use - List Forms

The following API call returns all forms in your 123FormBuilder account:

URL: /v2/forms

Method: GET

61d5a6cb5027c.png

The result can be found in the module's Output under Bundle > Body > data. In our example, 2 forms were returned:

61d5a6cd154df.png