The Webhook Alerts plugin generates URLs that activate alerts when visited. With this plugin, you can create alerts that will be triggered whenever a visitor goes to a specific URL. For instance, you could ask your viewers to visit your blog, homepage, or Etsy store, and when they click on the given link, an alert will be activated on your stream. In addition, the generated URLs can also be used with automation services like “If This Then That” (http://ifttt.com ) to trigger alerts based on a wide variety of events.

For creative examples on using the Webhook Alerts plugin with automation services, see the following:

How to install the Webhook Alerts Plugin

Plugins provide users with the ability to tailor PolypopLive according to their individual requirements, by enabling them to install only the specific features they need.
The Webhook Alerts plugin is included in the Candy Pack add-on. In order to download the Webhook Alerts plugin, you will first need to subscribe to the Candy Pack add-on. By purchasing the Candy Pack, you will not only support the app's continued development but also unlock an array of exciting new features. With access to all the Candy Pack plugins and tools, you will be able to enhance your livestream interactivity with unique elements.

To learn more about the Candy Pack add-on and all the plugins that are included with it click here.

Installing the Webhook Alerts plugin

  1. Click on the Plugins button located at the top of the UI.

  2. Select The Candy Pack category from the list on the left.

  3. Browse through the plugin options and click the "Install" button next to the “Webhook Alerts” plugin.

  4. If you haven't subscribed to the Candy Pack add-on service, you will be redirected to the subscription webpage. Simply follow the instructions provided there to subscribe. Once you have subscribed, return to PolypopLive and click on the "Install" button for the Webhook Alerts plugin.

  5. You can now add a Webhooks Alerts source to your Library

To add Webhook Alerts to your project:

  1. First, open the Library panel by clicking the + button on the bottom left side of the screen.

  2. To pin the Library panel to the UI, click on the pin icon located at the top-right corner of the panel.

    (While this step can make the subsequent stages more convenient, it is not mandatory).

  3. Click the + button on the bottom right of the Library panel.

  4. Next, from the menu that appears, click the Webhooks Alerts item.

  5. A new “Webhook Alerts” source should be added to your Library.

  6. Selecting the Webhook Alerts item will display its properties underneath.

  7. Let’s examine each property:

    1. The Redirect URL sets the URL that the visitor will be redirected to when they visit the alert URL.

    2. Copy Alert URL will copy the generated alert URL to the clipboard. You can now share the link or use it as needed.

    3. Finally, the “on Alert” alert will fire whenever the link (returned by Copy Alert URL) is visited. It contains data including the number of times the link is visited as well as custom data that you can include as part of the URL.

  8. You can also create additional alerts by clicking the + button next to the root Alerts item.

The generated URL will be in the form:
http://alerts.polypoplive.com/UNIQUE_ID?AlertName=MyCustomData&redirect=https://my-redirect-address.com
Where:

  • ‘UNIQUE_ID’ will be an ID unique to your account.

  • 'AlertName' will correlate to the name of the alert (e.g. Alert1 in our example above)

  • ‘MyCustomData’ can be whatever data you’d like to pass through to the firing alert (in the wire’s <data> field)

  • Finally ‘redirect’ will equal the Redirect URL set in the properties.