Last updated
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:
Under Advanced Settings, select Custom JSON Data and paste:
In the HTTP Headers section, add:
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.
The Qubitro and Particle Cloud integration allows you to sync Particle devices and their data to Qubitro seamlessly.
URL
https://webhook.qubitro.com/integrations/particle
Request Format
JSON
Request Type
POST
Device
Any
projectId
<PROJECT_ID>
(copy from Qubitro)
webhookSigningKey
<WEBHOOK_SIGNING_KEY>