Active
This application does not need additional settings. So you can make connection only by using your login credentials or by following the instructions below .

Formidable Forms

With Formidable Forms modules in Boost.space Integrator, you can:

  • watch entries

  • create, update, retrieve, and delete an entry, retrieve and delete forms, delete a field, retrieve a form field

  • list the entries, form entries, form fields, and forms

To get started with Formidable Forms, create an account at formidableforms.com

Connect Formidable Forms to Boost.space Integrator

To connect your Formidable Forms account to Boost.space Integrator, you must first obtain the API Key from your Formidable Forms account.

To establish the connection:

  1. In the WordPress admin for your site, click Formidable  > Global Settings >API.

    formidable-forms-2.png
  2. Copy the API Key to a safe place.

  3. In your Boost.space Integrator account, insert a Formidable Forms module in your scenario and click the Add button next to the Connection field.

    formidable-forms-1.gif
  4. Optional: In the Connection name field, enter a name for the connection.

  5. In theYour Sitefield, enter your site URL.

    Note: Your site address. e.g. for http://yoursite.com/wp-admin/index.php enter http://yoursite.com only. Before this, you need to install and activate the Formidable Form plugin in your WordPress admin tab.

  6. In the API Key field, enter the details copied in step 2 and click Save.

You have successfully established the connection. You can now begin editing your scenario and adding more Formidable Form modules. If your connection needs reauthorization at any point, follow the connection renewal steps here.

Triggers

You can watch entries using the following modules.

Watch Entries

Triggers when an entry has been created or updated.

Webhook name

Enter a name for the webhook.

Connection

Establish a connection to your Formidable Forms account.

Form ID

Select or map the Form ID whose entries you want to watch.

Actions

You can create, update, retrieve, and delete an entry, retrieve and delete forms, delete a field, and retrieve a form field using the following modules.

Create an Entry

Creates an entry of form.

For field descriptions, see the Formidable Forms Actions API reference.

Delete an Entry

Deletes an entry.

Connection

Establish a connection to your Formidable Forms account.

Entry ID

Select or map the Entry ID you want to delete.

Delete a Field

Delete a field from a form.

Connection

Establish a connection to your Formidable Forms account.

Form ID

Select or map the Form ID whose fields you want to delete.

Field ID

Select or map the Field ID you want to delete.

Delete a Form

Deletes a form.

Connection

Establish a connection to your Formidable Forms account.

Form ID

Select or map the Form ID you want to delete.

Get an Entry

Retrieves entry by ID.

Connection

Establish a connection to your Formidable Forms account.

Entry ID

Select or map the Entry ID whose details you want to retrieve.

Get a Form

Retrieves a single form.

Connection

Establish a connection to your Formidable Forms account.

Form ID

Select or map the Form ID whose details you want to retrieve.

Return HTML

Select whether to return the HTML

Get a Form Field

Retrieves a field from a form.

Connection

Establish a connection to your Formidable Forms account.

Form ID

Select or map the Form ID whose fields you want to retrieve.

Field ID

Select or map the Field ID whose details you want to retrieve.

Update an Entry

Updates an entry.

Connection

Establish a connection to your Formidable Forms account.

Form ID

Select or map the Form ID whose entry you want to update.

Entry ID

Select or map the Entry ID whose details you want to update.

For field descriptions, see the Formidable Forms Actions API reference.

Make an API Call

Performs an arbitrary authorized API call.

[Note] Note

For the list of available endpoints, refer to the Formidable Forms API documentation.

Connection

Establish a connection to your Formidable Forms account.

URL

Enter a path relative to https://test.malimanek.com/wp-json/frm. For example, /v2/entries.

Method

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 Form Fields

The following API call returns all fields of a form from your account.

URL: /v2/forms/form id/fields

Method: GET

formidable-forms-4.png

Matches of the search can be found in the module’s Output under Bundle > Body

Our example returned 5 fields.

formidable-forms-3.png

Searches

You can list the entries, form entries, form fields, and forms using the following modules.

List Entries

Retrieves entries from all forms.

Connection

Establish a connection to your Formidable Forms account.

Limit

Set the maximum number of entries Boost.space Integrator will return during one execution cycle. The default value is 10.

List Form Entries

Retrieves all entries in a form.

Connection

Establish a connection to your Formidable Forms account.

Form ID

Select or map the Form ID whose entries you want to list.

Limit

Set the maximum number of form entries Boost.space Integrator will return during one execution cycle. The default value is 10.

List Form Fields

Retrieves all fields from a form.

Connection

Establish a connection to your Formidable Forms account.

Form ID

Select or map the Form ID whose fields you want to list.

Limit

Set the maximum number of form fields Boost.space Integrator will return during one execution cycle. The default value is 10.

List Forms

Retrieves all forms.

Connection

Establish a connection to your Formidable Forms account.

Limit

Set the maximum number of forms Boost.space Integrator will return during one execution cycle. The default value is 10.