---
title: "Quiz Webhooks to Send Results to Your Apps | NeetoQuiz"
description: "Use NeetoQuiz webhooks to send quiz results to your CRM, Slack, or internal systems the moment a candidate's quiz attempt is completed or terminated."
canonical_url: "https://www.neeto.com/neetoquiz/features/webhooks"
markdown_url: "https://www.neeto.com/neetoquiz/features/webhooks.md"
---

# Quiz Webhooks to Send Results to Your Apps | NeetoQuiz

Use NeetoQuiz webhooks to send quiz results to your CRM, Slack, or internal systems the moment a candidate's quiz attempt is completed or terminated.

## Overview

NeetoQuiz webhooks send quiz data to your own application the moment an event happens. Add a webhook in the Admin Panel, enter an endpoint that accepts POST requests, and choose the event to subscribe to. You can add a secret to verify that each request comes from NeetoQuiz.

The QuizCompletion event fires when a candidate's attempt is completed or terminated. Its payload includes the quiz name and passing threshold, the result with correct and incorrect answer counts, the attempt status, and the person's name and email.

Teams use webhooks to add candidates to a CRM, post alerts to a Slack channel, sync scores with internal systems, or trigger follow-up workflows. Your system receives each result as soon as it happens, so nobody has to check the dashboard or export results by hand.

## Links

-   [Human page](https://www.neeto.com/neetoquiz/features/webhooks)
