Particle

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

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

Qubitro Particle Integration Credentials
  • 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

chevron-rightDo I need additional forwarding configuration in Particle Cloud?hashtag

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

chevron-rightAre there additional costs for this integration?hashtag

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

Last updated