Interface WebhookCreateStartEvent
Properties
category
category: "webhook"
Sanitisation Level DATA
data
data: {
disabled: undefined | boolean;
events: string[];
url: string;
}
Type declaration
disabled: undefined | boolean
events: string[]
url: string
requestId
requestId: string
timestamp
timestamp: number