Skip to main content

Device: Create Trigger Node

The Device: Create Trigger fires a workflow whenever a device is created within your application.

Device: Create Trigger

Node Properties

The trigger does not take any configuration. It will fire for any of the following actions ...

Bulk Device Creation

The Device: Create Trigger does not fire for bulk creation events, including bulk creation requests that create only one device. This includes:

Payload

The payload will include the newly created device object under the device property of the data field. In the general case, a Device: Create Trigger workflow payload will look like the following:

  • {} 12 keys
    • "555555555555eeeeeeeeeeee"
    • "My Great Application"
    • {} 1 key
      • {} 11 keys
      • "333333333333cccccccccccc"
      • "My Great Workflow"
      • "myFlowVersion"
      • {} 3 keys
        • "333333333333cccccccccccc"
        • "apiToken|flow|user"
        • Tue Aug 19 2025 15:16:17 GMT+0000 (Coordinated Universal Time) (Date object)
        • "222222222222bbbbbbbbbbbb"
        • "deviceCreate"

      Payload Consumption

      Similar to the Event Trigger and Data Table Trigger, invoking the Device: Create Trigger does not constitute a billable payload - nor does the act of creating a device within your application.

      Was this page helpful?


      Still looking for help? You can also search the Losant Forums or submit your question there.