nodebb-plugin-suggestion-notification

1.6.0 • Public • Published

Discord Notifications for NodeBB

npm npm downloads

Send notifications of new posts and topics via Discord webhook.

It’s like NodeBB Slack plugin, but for Discord. Fancy rich embeds included.

Configuration

  1. Install the plugin and activate it.
  2. Create a Discord webhook (Server Settings → Webhooks).
    You’ll get an URL like https://discordapp.com/api/webhooks/<Webhook ID>/<Webhook Token>.
  3. Fill in Webhook URL field on the plugin settings page.
  4. Restart NodeBB.

Customization

The border color of an embedded post excerpt depends on a background color of its category.

The Message field is optional and blank by default.
Fill it in to set a custom short text to be placed before the embedded content.

For example, you can add some mentions as on the screenshot below.
Use @here or @everyone as usual or type <@UserID> to mention a member, <@&RoleID> to mention a role and <#ChannelID> for a channel reference.

To get the IDs, enable Developer Mode (Discord App Settings → Appearance), right click a user or a channel and select Copy ID. The other way is to add a backslash to mentions in the chat (i.e \@User, \@Role or \#Channel).

Screenshots

Notification

ACP

ACP UI

ACP

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i nodebb-plugin-suggestion-notification

    Weekly Downloads

    1

    Version

    1.6.0

    License

    MIT

    Unpacked Size

    90.4 kB

    Total Files

    11

    Last publish

    Collaborators

    • tgrhavoc