Skip to content

Backroads4Me/discourse-custom-automations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 

Repository files navigation

Discourse Custom Automations

Overview

Triggers an email notification when a new post is created.

The primary goal of this plugin is to server as a "Hello, World!" for me to learn and demonstrate how the Discourse Automation plugin works.

Features

  • Integration with DiscourseAutomation: Integrates with the existing DiscourseAutomation plugin.
  • Automatic Email Notifications: Sends an email to a specified recipient whenever a new post is created on the forum.
  • Customizable Email Content: Allows setting the recipient, subject, and body of the email through the Site Settings.

Installation

  1. Add the DiscourseAutomation plugin's repository URL to your Discourse's containers/app.yml file under the hooks section.
  2. Add this plugin's repository URL to your Discourse's containers/app.yml file under the hooks section.
    hooks:
      after_code:
        - exec:
            cd: $home/plugins
            cmd:
              - git clone https://github.com/discourse/discourse-automation.git
              - git clone https://github.com/[your-username]/discourse-custom-automations.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages