Output Connectors & Actions

Output connectors are available on both Data Flow and Rule Engine.

Output Connectors & Actions define what is done with the results of the device types. There are several options to choose from:

Data sink

  • AkenzaDB

    • Store your data in the AkenzaDB to have access to historical data at anytime

  • Webhook

    • Forward data with HTTP to a 3rd party system for further processing or storage

  • Azure IoT Hub

    • Select Azure IoT Hub as data entry point to build your application further with Microsoft Azure services

  • Google Pub/Sub

    • Select Google Pub/Sub as data entry point to build your application further with Google services

  • InfluxDB

    • Select InfluxDB as data entry point to build your application further with Influx services

  • AWS Kinesis

    • Select Amazon Kinesis as data entry point to build your application further with Amazon Web services

  • Kafka

    • Select Apache Kafka as data sink to forward data to a compatible Apache Kafka cluster

Notification service

  • E-Mail

    • Send notifications via E-Mail to one or multiple recipients

  • SMS

    • Send notifications via SMS to one or multiple recipients

  • Microsoft Teams

    • Send notifications to your desired Microsoft Teams channel

  • Slack

    • Send notifications to your desired Slack channel

Additionally on Rule only

  • Downlink

    • Downlink to trigger or configure one or multiple devices based on a rule logic

The Output Connector will only trigger the action if a sample with the selected topic is emitted by the device type. Only available topic values will be displayed in the dropdown. If no topic is selected, all data samples will trigger the selected Output Connector.

Last updated