nombrekeff / discourse_remove_like_webhook

Emit web-hook when a user removes a like

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Removed Like Webhook Plugin

Plugin Summary Adds a webhook that notifies when a user removes a like from a post

How to Install this Plugin

To install Discourse Plugin - https://meta.discourse.org/t/install-a-plugin/19157

How to Check if Plugin is installed

Go to Admin > Plugins

You should now see:

plugin installed screenshot

What to expect if Plugin is installed

Inside the Plugins, you will have the following options:

plugin settings screenshot

Configuring the Webhook

Once the plugin is installed and enabled, you can enable a webhook to notify when a like is removed from a post. For this:

  • head over to Admin > API > Webhooks (/admin/api/web_hooks)
  • Hit the "+ New Webhook" button
  • You can select the specific event "Like removed" under "Select individual events." or "Send me everything" will also notify the event!

More info

For more information, please see: url to meta topic

About

Emit web-hook when a user removes a like

License:MIT License


Languages

Language:Ruby 97.0%Language:JavaScript 3.0%