Webhooks Integration

Want to connect LeadQuizzes 3 to your favorite tools? That's easy with our Webhooks integration!


1. Create a piece of content with LeadQuizzes 3.

2. Navigate to the configure page of the content builder and select “Webhooks” as shown below. 

3. Add the webhook endpoint URLs (POST endpoints) to which you want to send the data from your quiz. You can opt to send data upon quiz content completion, form submission, or both. 

4. Next, enable these endpoints by toggling the bar, as displayed in the screenshot.

5. Next, save your settings to activate data transmission. Note that the webhooks are sent as POST requests to the provided endpoints.

Example of JSON payload upon form submission: 

Please note that content_name, content_url, and date are static labels that do not change, whereas the remaining properties depend on the field labels within your form.


Example of JSON payload upon quiz completion:

Please note that content_name, content_url, date, and result or final_score (for scored quizzes) are static labels that do not change, whereas the remaining properties depend on the field labels within your form.


6. Lastly,  if the data can not be sent to the specified webhook endpoint - then we will DISABLE that webhook endpoint provided and we will send an email to the quiz owner informing him that the endpoint is disabled. 

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.