The object delivered to a webhook is a notification. Notifications have payloads, which contain the API’s existing JSON objects, such as the user.
The notification object consists of information about the API object type, method, and actual object.

Bulk notification object
A notification object will always be an array of notifications inside a bulk object read more about bulk object.

NameTypeDefinition
item_typeStringDescribe the API item type.
topicStringDescribe the notification topic type. read more at supported topics
itemHashThe issued item.
{
	"item_type":(String),
	"topic":(String),
	"item":{
  	...
	}             
}