CSMessageWebhookCreateInput: {
    avatarUrl?: string | null;
    csCustomMessage?: CSCustomMessageCreateNestedOneWithoutWebhookInput;
    dbId?: string;
    enabled?: boolean | null;
    username?: string | null;
}