This object represents a trigger which can invoke an action on a custom event
| Property | Type | Description |
|---|---|---|
| kind | String | Uniquely identifies the object schema type |
| id | Integer | Unique identifier for the object |
| name | String | Unique name of the object |
| event | String | The name of the trigger event |
| action | String | The target action which gets invoked |
| metadata | Common_Metadata | Use this parameter to attach key-value data |