Qubitro Documentation
SupportLog inSign Up
  • Documentation
  • Guides
  • Developers
  • Welcome
  • Data Sources
    • No-Code Integrations
      • Onomondo
      • Notehub
      • The Things Stack
      • Soracom
      • Loriot
      • 1NCE
      • Golioth
      • AWS IoT Core LoRaWAN
      • Actility ThingPark
      • Chirpstack
      • Particle
    • MQTT
    • HTTP
  • Platform
    • Project
      • Settings
      • Access Management
      • Roles & Permissions
    • Device
      • Settings
    • Storage
      • Time Series Storage
    • Functions
      • Decoder Function
        • LoRaWAN Device Template Decoder
        • LoRaWAN Custom Decoder
        • Hex Payload Decoder
      • Transformation Function
      • Rule Function
        • Send Email
        • Webhooks
        • Slack
        • Twilio
        • Mailgun
        • SendGrid
      • Storage Function
        • AWS Redshift
        • Google BigQuery
        • MQTT Publish
        • MongoDB Time Series
      • Scheduled Function
        • HTTP
      • Function Settings
      • Function Templates
        • Settings
    • Monitoring
      • Dashboards
        • Setup & Configuration
        • Widgets
          • Chart
          • State Timeline
          • Gauge
          • Stat
          • Headline
          • Aggregated Chart
          • Map
          • Battery
          • Image
          • Image Map
          • Table
          • Storage Table
          • Iframe
          • Blob Storage
        • Settings
        • Access Management
        • Roles & Permission
      • Blueprints
        • Setup & Configuration
        • Settings
    • Credentials
      • API Keys
      • External Credentials
        • Slack
        • Mailgun
        • SendGrid
        • Twilio
        • AWS Redshift
        • MQTT
        • MongoDB
        • The Things Stack
      • Webhook Signing Key
  • Add-Ons
    • Storage Views
    • Aggregated View
    • Archived Views
    • Blob Storage
    • Managed Email
    • Audit Log
    • MCP Server
  • Organizations
    • Overview
    • General
    • Groups
    • Members & Roles
      • Read Only
      • Read/Write
      • Admin
    • Custom Roles
    • Add-Ons
    • Billing
    • Invoices
    • White-Label
  • Account Management
    • Personal Accounts
Powered by GitBook
On this page
  • Overview
  • Prerequisites
  • How It Works
  • Creating the Integration
  • FAQs
Export as PDF
  1. Data Sources
  2. No-Code Integrations

Particle

The Qubitro and Particle Cloud integration allows you to sync Particle devices and their data to Qubitro seamlessly.

PreviousChirpstackNextMQTT

Last updated 1 month ago

Overview

Qubitro offers a no-code integration with Particle Cloud, enabling automatic synchronization of your Particle devices and telemetry data directly into your Qubitro projects.

  • Devices from Particle Cloud are automatically created in Qubitro.

  • Telemetry data flows seamlessly without manual forwarding setup.

Prerequisites

How It Works

When Particle Cloud devices send telemetry events, Qubitro automatically receives and processes data without requiring additional device-side configuration.

Creating the Integration

1

Create an Integration in Qubitro

  • Log in to the .

  • Choose a project from the list.

  • Click New Source and select Particle from the available sources.

  • Keep this page open to use in the next step.

2

Configure Webhook on Particle Console

Log in to your Particle Console and configure the webhook:

  • Click Integrations from the left navigation menu.

  • Click New Integration and select Webhook.

  • Fill in the following fields:

Field
Value

URL

https://webhook.qubitro.com/integrations/particle

Request Format

JSON

Request Type

POST

Device

Any

Example Configuration:

  • Under Extra Settings, leave JSON DATA as is:

{
  "event": "{{{PARTICLE_EVENT_NAME}}}",
  "data": "{{{PARTICLE_EVENT_VALUE}}}",
  "coreid": "{{{PARTICLE_DEVICE_ID}}}",
  "published_at": "{{{PARTICLE_PUBLISHED_AT}}}"
}
  • Under Extra Settings and in the HTTP Headers section, add:

Header Name
Header Value

projectId

<PROJECT_ID> (copy from Qubitro)

webhookSigningKey

<WEBHOOK_SIGNING_KEY>(copy from Qubitro)

Example Configuration:

  • Click Create Webhook.

3

Verify the Integration

  • Return to the Qubitro Portal.

  • Click Go to project and then Refresh to confirm that devices are listed successfully.

FAQs

Do I need additional forwarding configuration in Particle Cloud?

No. The integration directly connects Particle Cloud and Qubitro without additional setup.

Are there additional costs for this integration?

No. There are no hidden costs or additional fees for data transfer or using the Qubitro <> Particle integration.

Qubitro Portal
Qubitro Particle Integration Credentials