Databox

Connect your data from any tool and track it from any device. No more logging into dozens of different tools to understand performance — now you and your team can easily connect your data, build and share reports, monitor trends, and discover insights.

Go to site
Explore
/
Apps
/
Databox

Databox API Integrations

Build and run workflows using the Databox API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

You can use the Databox API to build a variety of applications, including:

  • A dashboard for tracking your business performance
  • A data visualization tool for exploring your data
  • A report builder for creating custom reports
  • An alerts system for monitoring your data in real-time
  • A data management tool for organizing your data
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import Databox from 'databox'

export default defineComponent({ 
  props: {
    databox: {
      type: "app",
      app: "databox",
    },
  },
  async run({steps, $}) {
    const client = new Databox({
      push_token: `${this.databox.$auth.token}`
    })
    return await new Promise((resolve) => client.metrics((metrics) => resolve(metrics)))
  }
})
Send Custom Data with Databox API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + Databox
 
Try it
Send Custom Data with Databox API on New Submission from Typeform API
Typeform + Databox
 
Try it
Send Custom Data with Databox API on Custom Events from Zoom API
Zoom + Databox
 
Try it
Send Custom Data with Databox API on New Submission (Instant) from Jotform API
Jotform + Databox
 
Try it
Send Custom Data with Databox API on New Custom Webhook Events from Stripe API
Stripe + Databox
 
Try it
Send Custom Data with the Databox API

Sends custom data. See docs here

 
Try it

Authentication

Databox uses API keys for authentication. When you connect your Databox account, Pipedream securely stores the keys so you can easily authenticate to Databox APIs in both code and no-code steps.

Refer to the Databox documentation to create your token and get started.