Particle
The Qubitro and Particle Cloud integration allows you to sync Particle devices and their data to Qubitro seamlessly.
Last updated
The Qubitro and Particle Cloud integration allows you to sync Particle devices and their data to Qubitro seamlessly.
Last updated
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.
When Particle Cloud devices send telemetry events, Qubitro automatically receives and processes data without requiring additional device-side configuration.
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.
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:
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:
Under Extra Settings and in the HTTP Headers section, add:
projectId
<PROJECT_ID>
(copy from Qubitro)
webhookSigningKey
<WEBHOOK_SIGNING_KEY>
(copy from Qubitro)
Example Configuration:
Click Create Webhook.
Verify the Integration
Return to the Qubitro Portal.
Click Go to project and then Refresh to confirm that devices are listed successfully.