The webhooktrigger object representation and fields are described below.
webhooktrigger was introduced in API version V1
webhooktrigger has not been marked for deprecation
Representation of a unique webhook trigger event
| Name | Type | Description | Constraints |
|---|---|---|---|
| urn | String representation of a Unique Resource Name. Typically a UUID with 36 characters. | The URN of the trigger event | |
| owner | Company | Required on create. | |
| timestamp | Timestamp expressed in ISO 8601 format without timezone including milliseconds. Note unless otherwise stated in UTC zone. | The timestamp when the trigger event was created | |
| subject | A string representation of a enumeration name restricted to the documented values | The subject of the webhook event | Required on create. Allowed values:
|
| event | A string representation of a enumeration name restricted to the documented values | The event type of the webhook trigger | Required on create. Allowed values:
|
| targetUrn | String representation of a Unique Resource Name. Typically a UUID with 36 characters. | The URN of the representation triggered | |