Create data delivery rule

Create and immediately activate a new automated data delivery export rule. Once configured, Sensos will continuously stream incoming label telemetry and shipment events matching the rule filters to your designated destination:

  • Webhook: Dispatches signed HTTP POST requests with JSON payloads to your HTTPS endpoint.

Returns the created rule configuration with its assigned configurationId.

Path Params
string
required

Unique identifier of the Sensos account.

Body Params

Configuration parameters for the new data delivery export rule, including destination credentials and event filters.

Request parameters for creating or updating a data delivery export rule.

string
required

Descriptive name for the data delivery export rule.

string

Optional human-readable description of the export rule's purpose.

string
enum

Operational status of the data delivery rule.

Allowed:
scope
object

Defines the scope of devices covered by this export configuration. If omitted or empty, all devices under the account are included.

string
enum

Type of telemetry stream to export (real-time periodic sensor reports or continuous temperature logging bursts).

Allowed:
string

Identifier of the payload format template.

boolean

When true, suppresses export of telemetry events that do not include valid location fixes.

action
object
required

HTTP Webhook delivery action configuration.

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json