feat(webhook): add event picker

This commit is contained in:
Gergő Móricz
2025-01-30 18:43:37 +01:00
parent 7c0b3ad098
commit a6722d4a95
3 changed files with 9 additions and 0 deletions
+1
View File
@@ -168,6 +168,7 @@ export interface CrawlParams {
url: string;
headers?: Record<string, string>;
metadata?: Record<string, string>;
events?: ["completed", "failed", "page", "started"][number][];
};
deduplicateSimilarURLs?: boolean;
ignoreQueryParameters?: boolean;