Active with remarks
This application needs additional settings. Please follow the documentation below to create your own connection.

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 Boost.space Integrator, it is necessary to have a Databox account. If you do not have one, you can create a Databox account at databox.com/signup.

[Note] Note

The module dialog fields that are displayed in bold (in the Boost.space Integrator scenario not in this documentation article) are mandatory!

Connecting Databox to Boost.space Integrator

To connect your Databox account to Boost.space Integrator, 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 Boost.space Integrator 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 Boost.space Integrator Databox module and open the Create a connection dialog.

  7. Insert the token copied instep 5to 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 Boost.space Integrator with Databox please refer to the Guide: Using Boost.space Integrator 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.