Skip to main content

Databox

Getting Started with Databox

The Databox module allows you to send data to your Databox account.

Prerequisites

  • A Databox account

In order to use Databox with Make, it is necessary to have a Databox account. If you do not have one, you can create a Databox account at databox.com/signup.

Notice

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

Connecting Databox to Make

To connect your Databox account to Make, you have to obtain your token.

  1. Log in to your Databox account.

  2. Open Data Manager and click +New connection button (61d5af05cc005.png) in the top-right corner.

    61d5af0701b6d.gif
  3. Click on the Make tile and continue by clicking the green Create token button.

    61d5af0b9d718.gif
  4. Enter the name of the new connection and click the Create button.

    61d5af1067dfc.png
  5. Copy the provided token.

    61d5af11696f1.png
  6. Go to the Make Databox module and open the Create a connection dialog.

  7. Insert the token copied in step 5 to the respective field and click on the Continue button.

The connection is now established and you can begin to send data to your Databox account.

For more detailed information about using Make with Databox please refer to the Guide: Using Make with Databox article.

Actions

Submit Data

Sends data to the Databox.

Connection

Establish a connection to your Databox account.

Data

Enter the data (formatted as JSON) you want to send to your Databox account.

E.g.

[
    {
      "$sales": 50000,
      "unit": "USD"
    },
    {
      "$sales": 33000,
      "unit": "EUR"
    }
  ]

For more detailed documentation please refer to the Databox API documentation.