What are webhooks?

Webhooks allow you to enter a URL that we will use to send bits of (JSON) data out when a certain action occurs on Trivie.

We currently have three action triggers for webhooks:

  • A user passed a quiz (scores 70% correct or higher).
  • A user failed a quiz (scores below 70% correct).
  • A user completed an assignment (attempts one quiz, pass or fail, for each quiz in the assignment).

When any of the three above actions occur, an HTTP POST signal containing a small payload of JSON data will be sent out to the URL that has been configured for each action.

If you're not sure what any of this means, you might reach out to your IT department, or to support@trivie.com and we can help you get it figured out.

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