Discourse の自動化

:discourse2: 概要 Discourse Automation を使用すると、スクリプトとトリガーを通じてアクションを自動化できます。カスタマイズは、自動的に生成される UI を介して行われます。
:open_book: インストールガイド このプラグインは Discourse コアにバンドルされています。プラグインを個別にインストールする必要はありません。

機能

  • 複雑なワークフローの簡単な自動化
  • 特定の日程、定期的な間隔、または特定のイベントで自動化をトリガー
  • 自動化のオプションを指定するための自動的に生成される UI を提供

設定

自動化は、管理者画面 → プラグイン → 自動化、または直接 /admin/plugins/discourse-automation から作成および更新できます。

利用可能なスクリプト

ガイド スクリプト トリガー 説明
:bookmark: カスタムフィールドを介してユーザーをグループに追加 :black_small_square:定期的
:black_small_square:初めてログイン
カスタムユーザーフィールドに基づいてユーザーをグループに追加します
:bookmark: 最終確認者を追記 :black_small_square:投稿作成後 OP の末尾に「最終確認者」機能を追加します
:bookmark: 最終編集者を追記 :black_small_square:投稿作成後 OP の末尾に「最終編集者」の注記を追加します
:bookmark: 自動返信 :black_small_square:投稿編集/作成
:black_small_square:プライベートメッセージ作成
一連のキーワードと関連する返信を指定し、対応する返信を自動的に返信します
トピックに自動タグ付け :black_small_square:投稿作成/編集
:black_small_square:プライベートメッセージ作成
トピックに自動的にタグを付けます
トピックを閉じる :black_small_square:特定の時点
:black_small_square:停滞した wiki
トピックを自動的に閉じます
投稿を作成 :black_small_square:定期的
:black_small_square:特定の時点
投稿を作成します
特定の単語で投稿をフラグ :black_small_square:投稿編集/作成 特定の単語を含む場合に、投稿の作成/編集時にトピックをフラグ付けします
ギフト交換 :black_small_square:特定の時点 シークレットサンタゲームのシンプルな実装
グループカテゴリ通知のデフォルト :black_small_square:カテゴリ作成/編集 新しく作成されたサブカテゴリに対して、自動的にグループ通知レベルを設定します
バナートピックを作成 :black_small_square:特定の時点 トピックをバナー通知に変換します
トピックを固定 :black_small_square:特定の時点 将来の特定の時点でトピックを固定および固定解除します
ランダム割り当て
(Assign)
:black_small_square:特定の時点
:black_small_square:定期的
トピックをランダムに割り当てます
データエクスプローラーの結果で PM をスケジュール
(Data Explorer)
:black_small_square:定期的 データエクスプローラークエリの結果を定期的に PM で送信します
チャットメッセージを送信
(Chat)
:black_small_square:イベント開始
:black_small_square:定期的
チャンネルにチャットメッセージを送信します
PM を送信 :black_small_square:最初の解決策が承認された (Solved)
:black_small_square:ユーザーバッジ付与
:black_small_square:ユーザーがグループに追加
:black_small_square:停滞した wiki
:black_small_square:定期的
:black_small_square:ユーザー昇格
:black_small_square:API コール
:black_small_square:ユーザーがグループから削除
プレースホルダーをサポートして PM を送信します
メールアドレスでユーザーを一時停止 :black_small_square:API コール 指定された期間、ユーザーを一時停止します
トピックの必須単語 :black_small_square:トピック トピックの投稿に、指定された単語の少なくとも 1 つが含まれていることを強制します
:bookmark: AI を使用した投稿のトリアージ (Discourse AI) :black_small_square:投稿作成/編集 投稿の分類プロセスを自動化することで、フォーラム投稿の管理とモデレーションを強化します
ユーザー向けグローバル通知 :black_small_square:停滞したトピック
:black_small_square:最初の解決策が承認された (Solved)
特定のユーザーに対して、サイト全体にグローバル通知を表示します
:bookmark: バッジを介したユーザーグループメンバーシップ :black_small_square:定期的
:black_small_square:ユーザーの初回ログイン
獲得したバッジに基づいて、ユーザーを自動的にグループに追加します
Zapier ウェブフック :black_small_square:ユーザー昇格
:black_small_square:ユーザーがグループに追加
:black_small_square:ユーザーバッジ付与
:black_small_square:ユーザーがグループから削除
Zapier ウェブフックを呼び出します

利用可能なトリガー

注意:その性質上、各スクリプトは特定のトリガーのみをサポートします。例えば、投稿の内容を強制するスクリプトが、ユーザーがグループに追加されたときにトリガーされることは意味がありません。

利用可能なトリガーはすべて、上記の「利用可能なスクリプト」テーブルに記載されています。

ほとんどのトリガーは自明ですが、いくつかの詳細が必要なトリガーについて以下に説明します:

トリガー 説明
投稿作成後 投稿が表示用にレンダリングされた後にトリガーされます
API コール 特定の API エンドポイントが呼び出されたときにトリガーされます
停滞した wiki wiki がしばらく編集されていない場合にトリガーされます
停滞したトピック トピックが一定時間後に返信を受けない場合にトリガーされます
トピック トピックに返信が行われたときにトリガーされます

他のトリガーについて不明な点がある場合は、お気軽に以下でご質問ください。:slight_smile:

さらに多くのスクリプトとトリガーが追加される予定です!

カスタム自動化

カスタム自動化を作成することもできます。:partying_face: 詳細については、開発者ガイドをご覧ください - Create custom Automations


:discourse2: 当社がホストしていますか?このプラグインは、当社の Business および Enterprise プランで利用可能です。 Automation | Discourse - Civilized Discussion

「いいね!」 77
Are there any examples "in the wild" of interesting things the Discourse Automation plugin can do?
Creating bot on discourse
An 'add to group' script for the Discourse Automation
Sending a private message automatically to new users?
Trigger an email to all users periodically with a pre-defined message or link
Choose groups and watched categories on signup
Users self-select Category on Registration... is it possible?
Ability to add multiple topic timers
Can discourse delete archived posts automatically and accept registration without email?
A Bot to match random users?
Prevent users from moving topics in other categories
Webhook - TL Demotion
Can watching a category watch all its subcategories as well?
Restricting users to join any one private group
When a thread is too important to lose
Welcome message
Creating an automated message upon successfully answering to a topic
Unlist or archive a post when it has no reply per category
Trust Level Wishlist Items
Onboarding course?
Teach Discobot?
Trust level freeze
How to change owner of invite links?
Voting plugin requirements
No errors, instance not coming back up after rebuild
How to set a welcome email to be sent as soon as a user signs up?
Automatic Messaging
Linked topics (splitting and managing megatopics)
How to integrate Discourse Gamification with an external system (redeem and award points)
Limiting Subscription Length
Discobot Type Message Automation
Can I send message to who had the special badge automatically?
Future pin topics! (feature request)
Convert a category to private and add users to a specific group with access
Is there a component so when a topic is marked as Solved, the topic gets locked and a custom message is posted with it?
Setting up spam detection in your community
Creating a custom Automation
Exclude certain categories from the Trust Levels
Query to create some groups based on activity
Pie-in-the-sky idea: arbitrary automation scripts via docker image
How can I set up invites by members so admins control what invitees see?
Default Tag for specific Categories
How to respond to automatic topics with AI
Pin on certain days
Discourse AI - AI triage
Restrict users to post certain words per category
Plugin or other option to require a post and a like?
Gamification beyond Leaderboard
Is it possible to moderate all personal messages sent between users?
Where would I find documentation on auto-bumping?
Alternative sign up pathways
A Plug-In to convert Discourse Forum Discussions into Clear Proposal Revisions with Community-Sourced Justifications
Bug Report: "Auto Tag Topic" in Discourse Automation — Link Detection Not Working, Onebox Triggers Image
Mandatory Topic Timers for all topics in a category
Can no longer create global banners from restricted categories
How to generate AI replies for forum topics using Persona
Discourse AI - AI triage using Agent
Is there a way to schedule the creation of a topic? And to schedule a reply to someone else's topic?
Is there a way to schedule the creation of a topic? And to schedule a reply to someone else's topic?
Topic ID as a variable?
Automation script: Move topic on close
Can I send an automated welcome message to all new users?
Allow bumping for topics with zero replies
Customizing trust level promotion messages for new users
Auto-categorize topics using AI
Setting up automated admin notice alerts
Discourse AI - Periodic summary reports
New user filter by custom field and contact
Category Exclusion (Blacklist) for Automation Triggers
Tag topics using AI
Advice on a support forum
"Triage posts using AI" script of "Automation" plugin always includes image data in request
"Needs Approval" review items from “Triage posts using AI” script of “Automation” plugin not visible to moderators
Add users to groups on signup
Changing automated Personal Message text
Support formatting of flag "reason" text
AI + Automation Governance: Orchestrating Independent AI Triage Scripts
Publishing a post automatically at a set time
Welcome message
Setting up toxicity detection in your community
Automated tagging when topic is created
Email-in Filtering or Multiple Emails per Category/Group
Unanswered topic notification
Autoresponder (after 15 minutes) when someone joins my discourse
2.8.0.beta3: User-selectable Avatar Flair, Last Topic Visit Indicator, Native File Picker, and more
Add timer to banner topics
Agree to additional terms before joining group
@ mentioning every community members
Reconciling Discourse Chat with other Community Chat Tools like Discord
Send Promotion PMs
Groups for Users
Bulk mark messages and posters as spam
How to automate messages
Automatically move topic category after topic close
Bringing Icebreakers into Discourse
Discourse Chat Integrations
How are `system_messages.welcome_user.*` values used?
Adding tags to topics created with Discourse Embed feature?
Discourse AI - Periodic summary reports
Automatically delete users flagged by system?
How to create autoresponder using automation
Select a group when registering?
Make topic a global banner for n period of time when created in a category
Looking for help posting automating data explorer reports to my forum
Automatically Assigning Titles Based on Trust Level in Discourse
Has anyone experimented with using the usual "Lounge" category with trust level 2
How to schedule posts (not topics)?
Automate post creation on Discourse with multiple users
Customise text for TL3 promotion PM
Choose groups and watched categories on signup
Grant Badge when user visits link
Discourse Subscriptions with Thrive Cart
Can I send message to who had the special badge automatically?
Automatic and periodic PMs for new users
Invitation Links are Only Working for Non-existing Users & Breaking Our Current Implementation
Add members of trust_level_3 to another group and remove them once they lose the trust_level_3
Webhooks plugin
Registration for non-Facebook Users
Membership anniversary
How to add all members in a new group?
New user alerts
An 'add to group' script for the Discourse Automation
Daily Summary Feedback
Watched Words Reference Guide
Can a user block a user group?
Chat Auto-responder?
Endorsement Prompts
What if badges could optionally synchronize group membership?