Skip to content

Notifications

theotherguy2175 edited this page Mar 27, 2026 · 1 revision

Fireshare Notifications

There are 2 methods to send a notification of when a new video has been uploaded to Fireshare. They are Discord and a generic webhook.

Discord

The Discord Notification integration is very simple, you just add the webhook URL to the channel you want it to be send to. You can learn how to generate a webhook URL for your Discord server and channel here: Discord - Webhook Documentation

Generic Webhook

For any other service you would want to send a notification to, that also supports a generic JSON payload-based webhook. Please note, you will have to set not only the POST URL but also the JSON Payload. If you do not know what this is you can learn more here:

Basically, you will need to enter valid JSON data into the "Generic Webhook JSON Payload" box on the integrations page, with the JSON payload that will work for your specific app or service. Please consult the webhook documentation for the service you are wanting to use, if they offer webhook support. For instance, the JSON data could look something like the following:

{
    "Title": "Fireshare",
    "message": "New Video Uploaded to Fireshare",
}

Clone this wiki locally