WebhookSink
| Field | Type | Required | Description |
|---|---|---|---|
| created_at | string (date-time) | (date-time) | |
| fail_count | integer | ||
| id | string | ||
| mode | string | ||
| name | string | ||
| received_count | integer | ||
| respond_status | integer | ||
| updated_at | string (date-time) | (date-time) | |
| url | string |
Example
Generated from the schema — a shape, not a sample.
{
"created_at": "2026-10-01T09:00:00Z",
"fail_count": 0,
"id": "string",
"mode": "string",
"name": "string",
"received_count": 0,
"respond_status": 0,
"updated_at": "2026-10-01T09:00:00Z",
"url": "string"
}