# Guide: Using JotForm with Databox (Custom API Integration)

## Overview

JotForm is a powerful online application that allows anyone to quickly create custom online forms.

The JotForm integration is designed for more tech-savvy users, as it syncs data through a Custom API integration. In order to create JotForm metrics in Databox, you'll need to use the Metric Builder. Learn more about the basics of Metric Builder for Custom API Integrations [here](/master-overview-custom-api-integrations).

If you'd like us to help you get set up with JotForm in Databox, please fill out this request form or book a call with one of our product experts: - Free Databox users (or potential users) book a call here - Paying Databox customers book a call here

## Integration basics

| Integration status | Beta |
|  --- | --- |
| Type of Account access needed | Any |
| Authorization type | Basic |
| Available endpoints | Depends on the JotForm plan |
| Available requests | GET requests |
| Needed permissions (scopes) | / |
| Allowed API versions | Any |
| Timezone | Users timezone |
| Dynamic date range support | Yes |
| Pagination support | Yes |
| Type of Pagination supported | offset |
| Rate Limits | Yes |
| Official documentation | [https://api.jotform.com/docs/](https://api.jotform.com/docs/) |
| Follow the status of the API on the official changelog | / |


## How to connect JotForm to Databox

![](/assets/guide-using-jotform-with-databox-custom-api-integration_1.5fa016163a72ceecb13665735ffa1cbb07e59c91c042b1ac12cc14344f3d6c9b.4783b0ec.gif)

To connect a JotForm Account in Databox, go to  **Data Manager > + New connection.** Type**JotForm** in the search bar and click on the **Connect**button. Next, click the green **Connect now** button.

This will open the  **Authorization** window, which is where you will be prompted to enter your **API Key** to authorize the Databox app. Learn how to access your API Key [here](/guide-using-jotform-with-databox-custom-api-integration).

If your data is based in the European Union, you will have to check the **EU safe mode**checkbox.

![](/assets/guide-using-jotform-with-databox-custom-api-integration_2.09049d6671ad00938c0d3acf1af8d9809c16e6406298d98dd29b4dd4d36d4250.4783b0ec.png)

## How to access your API key, access token / API key secret?

To successfully connect your JotForm with Databox, you will need to use your **API key** in the connect process.

You can find and access your **API Key**by navigating to **Account > API > Create a new API key**. Copy the **API Key** and paste it in Databox's **Activate JotForm** window.

Once you have pasted the **API Key** in Databox's **Activate JotForm**window, click the green**Activate** button to authorize the Databox app. Learnmore about this here.

## What's the maximum amount of historical data initially available when you use a new JotForm Data Source Metric in Databox?

The amount of historical data available in Databox is dependent on the custom metric setup, API limitations, pagination limitations, and the user's Databox plan:

- Custom Metric Setup: When a user creates a metric using an endpoint that supports date time parameters in the API request, those date time parameters determine the amount of historical data that will be pulled for the given metric. You can learn more about the date time parameters [here](/master-overview-custom-api-integrations).
- API Limitations: APIs may have limits set by the system itself on the amount of historical data that is stored/ can be accessed.
- Pagination Limitations: The pagination limit is set to 100 pages, which means that pagination will stop when the 100th page is reached. In cases where the metric is using pagination, of course, the interplay of date time parameters and pagination can have an impact on how much of the historical data the user can pull for a given metric. Learn more [here](/master-overview-custom-api-integrations).
- Databox Plan: The amount of historical data you're able to access in Databox is dependent on your Databox plan. Learn more [here](/choose-a-subscription-plan).


In order to start syncing data for a Metric, you can add it to your Metrics screen, use it in a Scorecard, set a Goal around it, create an Alert for it, or add it to a Databoard. Learn more [here](/data-sync-storage-security-in-databox).

## What time zone does JotForm data sync in?

JotForm data is synced in the time zone set in the JotfForm Account For example, if the JotForm Account time zone is set as EST, the JotForm data will sync with Databox in EST. Changing the timezone after connecting can lead to data discrepancies.

## What type of pagination is supported by JotForm Integration

Some JotForm endpoints return responses that can be paginated. Integration uses the offset pagination type.

Learn more about pagination [here](/master-overview-custom-api-integrations).

## How to access pre-built JotForm Metrics

1. Navigate to **Metrics > Metric Library**.
2. In the  **Browse by Data Source**section, click the Data Source dropdown and search for **JotForm**. This will filter out pre-built JotForm Metrics.


## How to create custom JotForm Metrics

Let's walk through how to create a Custom Metric for JotForm.

In order to prepare API requests, you should reference API-specific documentation that can be found in the Databox app through the **API Docs** link in the top right of the **Prepare API Request** page. Or, use this [direct link](https://api.jotform.com/docs/).

1. Navigate to **Metrics > Custom Metrics** to access the Metric Builder for JotForm.
2. Click the green + **New Custom Metric** button and select your connected JotForm Account from the **Data Source** drop-down list.
3. Open the **API documentation for JotForm** to find the **endpoint** that will return the data needed for the given custom metric you wish to create.
4. Click the drop-down to select **GET**or **POST**as the HTTP Method. This is dependent on the information you found in the API documentation.
5. The Base URL is already predefined, you will need to copy the **missing part**of your chosen endpoint to sync the appropriate data.
6. Add **Parameters**based on your HTTP Method. Parameters limit the records returned for the API request.
  1. If you're creating a GET request, define the Key and Value pair(s). The API documentation provides information on endpoints for a field/ argument, which will be the Key. The condition (i.e., an ID, true/ false, etc.) will be the Value.
If the API documentation for JotForm states that the Integration supports dynamic date ranges, you will be able to click the  **calendar**icon to add datetime parameters.
  2. If you're creating a POST request, define the relevant JSON body.
Click on the  **calendar** icon to add datetime parameters.
  3. Pro Tip: You can choose multiple Keys and Values for one Custom Metric. You can add an additional Key and Value by clicking on “+”.
7. You can add Headers that include Key and Value pairs if the API needs this to successfully return data.
8. If the endpoint supports pagination, we recommend you select the appropriate method using the **Pagination Method**dropdown.
9. Once you have the basic setup, click on the green **Continue** button. You will be directed to the **Select value** step.
10. In the **Select value**step, select a property that includes the metric value you'd like to track in your Custom Metric. A metric value must be purely numeric.
11. Once you have selected the value, click on the green **Continue** button.
12. The **Segment by dimension**step is optional. This step will be taken into account only when you are trying to create a dimensional metric. If you'd like to segment your metric by multiple dimensions, choose one to complete during this set up, then begin again and select a different dimension until each desired metric is created.
  1. To skip this step, select **None**.
13. The **Select date** step is optional as well.
  1. **Use current time of storing data (Dynamic)**: Select this option if you don't want to select a date field
  2. **Use a field from response (optional)**: Select this if you want to select a date in order to see your data in predefined intervals.
14. In the **Preview & Customize**step, you can see the JSONata expression that has been created based on your selection of properties.
  1. You can customize the JSONata expression (optional) in the right editor panel.
15. To continue, click on the **Preview data** button to validate the expression and returned data.
16. Once you have previewed your data, click on the green **Continue**button to proceed to the last step of setting up your Custom Metric.
17. In the **Describe metric**step, you can set up the following:
  1. Name your metric: Enter a name for your custom metric.
  2. Data Aggregation: These selections determine how your data is handled. This especially impacts the way data is grouped and displayed for longer Date Ranges. Learn more [here](https://developers.databox.com/metric-definition/#aggregation-functions).
  3. Favourable trend: You can select when "Trending UP is positive" or "Trending DOWN is positive," since some metrics are better (positive) when the value is lower (like Bounce rate, Churn rate, etc.). This will affect how comparison values and goal comparisons are calculated and calculated.
18. Once you completed the **Describe metric** step, click the green **Continue**button to finish the Custom metric setup.


## Integration Limitations

- Databox limits the use of its integrations to GET requests. This is because our integration only reads your data.
- **Rate limits**: The API rate limits differ based on the JotForm plan the user is subscribed to, read more about the JotForm rate limits in their official documentation [here](https://api.jotform.com/docs/#faq).


If specific scopes of an integration allow you to create, change, delete or manipulate data in any other way, using such API calls can result in unexpected behavior. Databox is in no way liable for such API calls.