Skip to content

Publish Outbound Messages

To publish outbound messages:

  1. Enable outbound subscription topic with the device.
    Outbound Topic Format : {groupId}/{topicSuffix}.
    Example topic : 00637b20-c4a1-4475-aeb5-adc3435fcce8/commands.

  2. Publish outbound messages using the Topics API. The payload will be sent to the device.

    !!!Note * Outbound topic format for Platform events : platform/devices/{deviceId}/events/{eventType}