Skip to main content

Qubitro

Qubitro is a cloud-based platform for managing IoT (Internet of Things) data. It provides infrastructure and tools for developers to collect, process, and visualize telemetry data from connected devices. This example demonstrates accepting a JSON data payload, then delivering it to Qubitro via the Webhook data destination. It relies on Qubitro's No-Code integration with Golioth.

Reminder

Make sure to create secrets $QUBITRO_PROJECT_ID & $QUBITRO_SIGNING_KEY with the correct details from Qubitro.

Pipeline: Qubitro Pipeline Example
filter:
path: "*"
content_type: "application/json"
steps:
- name: "qubitro"
destination:
type: webhook
version: v1
parameters:
url: https://webhook.qubitro.com/integrations/golioth
headers:
projectId: $QUBITRO_PROJECT_ID
webhookSigningKey: $QUBITRO_SIGNING_KEY