This object represents a webhook, a webhook is called in case a specific event was triggered
| Property | Type | Description |
|---|---|---|
| kind | String | Uniquely identifies the object schema type |
| id | Integer | Unique identifier for the object |
| eventId | Integer | Unique identifier of the event that triggers this webhook |
| userId | Integer | Unique identifier of the user who owns this webhook |
| name | String | Friendly name or identifier for the webhook configuration |
| endpoint | String | Target HTTP URL where payload notifications will be delivered |
| responses | Historical log of HTTP responses received from dispatch attempts |