Attempt Certificate Generated
Request Details
interface AttemptCertificateGenerated {
user: {
id: string;
name: string;
email: string;
customAttributes: {
role: string | null;
country: string | null;
};
};
portal: {
id: string;
};
meta: {
timestamp: string;
eventName: 'attemptCertificate.generated';
};
id: string;
exam: {
id: string;
};
attempt: {
id: string;
grade: {
label: string;
minScore: number;
isPass: boolean;
};
};
}
Last updated
Was this helpful?