diff --git a/docs/webhooks/index.html b/docs/webhooks/index.html index 8aacec4..593b112 100644 --- a/docs/webhooks/index.html +++ b/docs/webhooks/index.html @@ -427,7 +427,8 @@

companyTestSessionCreated

testId: string, testTitle: string, candidateEmail: string, - candidateName: string + candidateName: string, + externalId?: string, } };
Sample request:
@@ -585,7 +586,8 @@

companyTestSessionStarted

testId: string, testTitle: string, candidateEmail: string, - candidateName: string + candidateName: string, + externalId?: string, } };
Sample request:
@@ -670,6 +672,7 @@

companyTestSessionFinished

plagiarismLevel: number, // deprecated plagiarismLabel: 'none' | 'low' | 'medium' | 'high' | '-', // deprecated url: string, + externalId?: string, } };
Sample request:
@@ -710,6 +713,7 @@

preScreenIntegrityReviewUpdated

candidateEmail: string, candidateName: string, integrityReviewSuggested: boolean, + externalId?: string, } };
Sample request:
@@ -755,6 +759,7 @@

preScreenResultNotVerified

candidateEmail: string, candidateName: string, rejectedReasons?: Array<string>, + externalId?: string, } };
Sample request:
@@ -796,6 +801,7 @@

preScreenResultVerified

plagiarismLevel: number, // deprecated plagiarismLabel: 'none' | 'low' | 'medium' | 'high' | '-', // deprecated url: string, + externalId?: string, } };
Sample request: