Pricing Try it now
Community Edition
Getting Started Documentation Devices Library Guides Installation Architecture API FAQ

acknowledge

Acknowledges the incoming message and forwards it to the next node in the rule chain. This node explicitly marks the message as successfully processed.

Configuration

This node requires no configuration.

JSON Schema

1
2
3
4
5
6
7
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EmptyNodeConfiguration",
  "type": "object",
  "properties": {},
  "additionalProperties": false
}

Message processing algorithm

  1. The node receives the incoming message.
  2. The message is immediately acknowledged.
  3. The message is forwarded to the next nodes via the Success connection.

Output connections

  • Success
    • The message was successfully acknowledged and forwarded.