All Collections
For Developers
How to send the total score (grade) to a webhook?
How to send the total score (grade) to a webhook?

In your webhook responses, there's a field called "calculation_score" that you can get this in it.

Updated over a week ago

To send the total score (grade) to a webhook, you can access it from the "calculation_score" field in the webhook response.

This field contains the total score calculated by your application, and you can include it in your webhook payload to send it wherever needed.

Did this answer your question?