Asset Creation

The Asset Create Event is used to notify whenever an asset is created.

Event Type: ASSET_CREATE

Trigger Condition

Subscription to the ASSET_CREATE event is mandatory. This event is triggered in real-time upon asset creation.

Example Payload

{
  "eventInfo": {
    "actionBy": "060b46ff-28c5-11e7-a9c6-77fb7b8afa1b"
  },
  "messageType": "ASSET_CREATE",
  "entityName": "513400999999",
  "customerId": 5134,
  "action": "Create",
  "entityId": "267de6b2-03e3-11f0-9340-b7c432be0ca0",
  "time": 1742293458772
}

Reference

Field

Description

eventInfo
JSONObject

The unique Azuga ID of the user who performed the action Example: 15236e28-1111-11e6-9bb5-a7cf79cf4150

messageType
String

Type of message
Example: "ASSET_CREATE"

entityName
String

Name of the Asset Example: 513400999999

customerId
Long

The unique Azuga ID of the Customer
Example:5134

action
String

Action Performed Example: Create

entityId
String,UUID

The unique Azuga ID of the Asset. This is automatically generated when the Asset object is created and cannot be altered. Example: 1d28138b-3679-11ef-b858-9f09b511d93a

time
Time Stamp

Time when event is created in milliseconds Example: 1732135845682