Unify Logo Footer.svg
Unify Integrations
Logo
123FormBuilder

123FormBuilder

Logo

2 mins READ

Use the 123FormBuilder connector to create online forms and collect submissions.

Integrating your application with 123FormBuilder lets you use these operations in an automation. It exposes 6 actions, listed below. Add the connector from the Connections area, authenticate, then select its operations in the automation builder. Capabilities: actions.

Authentication

Before you begin, make sure you have the following information:

Connection Name: Choose a meaningful name for your connection. This name helps you identify the connection within your application or integration settings.

Authentication Type: 123FormBuilder supports API token authentication.

Obtaining Your API Key

  1. Log in to your 123FormBuilder account.

  2. Click on your username in the top menu.

  3. Select API Keys from the dropdown list.

  4. If no API key is displayed, click Create now to generate one.

  5. Copy the generated API key and store it securely for use in UnifyApps.

Authentication & setup

API v2 (Recommended): All actions are done using tokens, which can be easily generated or invalidated. The API uses the Authorization Code Grant type of OAuth 2.0, which is like a secret handshake between your app and 123FormBuilder, ensuring that only authorized users can access their data.

Legacy API: If using the legacy API, find your API key in My Account → API Keys section. If the API Key is not displayed, click "Create now" and your API Key will be automatically generated.

API Endpoints:

  • Main site accounts: https://api.123formbuilder.com/v2/

  • EU site accounts: https://eu-api.123formbuilder.com/v2/

Actions

Action Name

Description

Create form

Creates a new form in 123FormBuilder

Get form details

Get form details from 123FormBuilder

Get form fields

Get form fields from 123FormBuilder

Get form submissions

Get form submissions from 123FormBuilder

Get submission details

Get submissions details from 123FormBuilder

List forms

Retrieve a list of forms from 123FormBuilder

About the API

123FormBuilder provides Version 2 of their API, which is more robust, fast, and easy to use compared to the legacy API.

The API documentation is available at the 123FormBuilder Developer Center.

Official documentation

https://www.123formbuilder.com/developer/api-v2-authentication/