Attempt Completed Webhook
This event is triggered when a user's attempt on any test has been Completed, e.g. once it has been submitted and marked.
For attempts which are automatically marked (e.g. pure MCQ exams), this will be sent at the same time as the Attempt Submitted webhook.
For attempts which are manually marked, this will be sent after the Attempt Submitted webhook
This webhook will be sent for any attempt, including Collections, Spaced Learning, Assignments and Exams. We have a separate webhook just for Exam attempts which may be better depending on your use case.
To subscribe to this webhook, please set up a URL endpoint capable of receiving POST requests, then let your account manager know the details so we can add it on our system.
Request Details
The request will POST a JSON payload that conforms to the following Typescript interface:
This should contain all of the information you need for most common use cases, such as emailing a confirmation to the user, or adding the attempt information to another system. You can also use this in conjunction with our APIs to fetch more data if needed.
Last updated