123FormBuilder¶
The 123FormBuilder modules enable you to monitor new submissions, new forms and make a custom API call in your 123FormBuilder account.
Getting Started with 123FormBuilder¶
Prerequisites
- A 123FormBuilder account
In order to use 123FormBuilder with Ibexa Connect, 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.
Caution
Please register using the email address and password otherwise, you will not be able to connect Ibexa Connect to your 123FormBuilder account.
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.
Note
The module dialog fields that are displayed in bold (in the Ibexa Connect scenario, not in this documentation article) are mandatory!
Connecting 123FormBuilder to Ibexa Connect¶
To connect your 123FormBuilder account to Ibexa Connect you need to enter your login credentials to Ibexa Connect.
-
Go to Ibexa Connect and open the 123FormBuilder module's Create a connection dialog.
-
Enter your email and password, then select the location of the server and click Continue.
The connection has been established. You can proceed with setting up the module.
Triggers¶
Watch New Forms¶
Retrieves form details when a new form is created.
Limit | Set the maximum number of forms Ibexa Connect will return during one execution cycle. |
Watch New Submissions¶
Retrieves submission details when a form is submitted.
Limit | Set the maximum number of submissions Ibexa Connect will return during one execution cycle. |
Form | Select the form you want to watch for new submissions. |
Actions¶
Make an API Call¶
Allows you to perform a custom API call.
URL |
Enter a path relative to | 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
The result can be found in the module's Output under Bundle > Body > data. In our example, 2 forms were returned: