We provide a webhook notification feature for subscribing to real-time submission events like status changes, rating updates, download requests, and more.
To get started, log in to your festival account and go to 'My Festival' > 'Manage' > 'Webhooks'.
When a subscribed event happens, we'll send a HTTPS request to your webhook URL. The request body contains a JSON object with the name of the event (e.g. submission.created) and a copy of the submission data.
There are two versions of the submission data included in the JSON object:
• The formatted version is located under the "object_formatted" node. It is one level deep, and the fields are formatted and summarized for readability.
• The raw version is located under the "object_raw" node. It is many levels deep and contains all of the available submission data.