Webhook Request Object
Webhook Request Object Formats
Webhook Request Object Properties
Required properties are in bold.
Property | Type | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | string | ID representing this unique payload. Subsequent requests with duplicate IDs should be disregarded. | ||||||||||||||||||||
type | string | The object type represented by the data field. Valid values are:
| ||||||||||||||||||||
specversion | string | The CloudEvents spec version that this payload complies with. | ||||||||||||||||||||
source | string | The ID of the webhook that generated this message. | ||||||||||||||||||||
subject | string | Not used. | ||||||||||||||||||||
time | string | Time that this webhook execution was generated. | ||||||||||||||||||||
datacontenttype | string | The format of the data object. Valid values are:
| ||||||||||||||||||||
action | string | Additional information and context for this webhook call. | ||||||||||||||||||||
data | object | The data payload, matching the format of the object type specified in
|