دعم N8n لمنتدى Discourse - أداة الأتمتة

Continuing the discussion from How to make requests to the Discourse API with Zapier:

Open source variation of Zapier and IFTTT, similar to Node-Red and TriggerHappy, which is easy to use and currently supports about 150 apps. Could be a useful way to automate posting to a particular topic / category / group or perhaps sending custom notifications. Linked site includes all documentation for writing custom integrations. Curious on potential ways to implement this with Discourse.

n8n.PNG

4 إعجابات

Does it currently support discourse?

Is there a particular thing that you’d like to do with it?

إعجاب واحد (1)

I was curious on what others think… my mind has been concerned with chat integrations based on tags triggering actions, and groups moderating things.

Looking over n8n current integrations, a few things come to mind. This post on integrating IFTTT is really helpful for triggering Posts, Topics and PM’s.

It would be awesome if a trigger could also relate to tags.

Integration might currently allow:

  • Custom Chat Notifications to unsupported services
  • Custom RSS feeds
  • Migrate Trello cards / boards to Discourse
  • Federate Posts, Topics, PM’s to Mastodon / Pleroma / ActivityPub
  • Creation of a particular Topic triggers a new chat room to be opened in Matrix and linked back as a Post.
  • Creation of a Topic on my Discourse causes the Topic to be posted on your Discourse as well.

One of the most interesting aspects of automation is it allows 2-way communication. Trello could be running in addition to the Kanban component on Discourse, continuously communicating. Or a conversation mirroring between Slack and Discourse. Hope this helps get the ideas flowing.

إعجاب واحد (1)

Big thanks to Harshil! You may now use:

category, user, user group, group, user post
 Create
Create a category
Get All
Get all categories
Update
Update a category 
 Add
Create a user to group
Remove
Remove user from group
 Create
Create a user
Get
Get a user
Get All
Get all users 
 Create
Create a post
Get
Get a post
Get All
Get all posts
Update
Update a post 
 Create
Create a group
Get
Get a group
Get All
Get all groups
Update
Update a group 
إعجابَين (2)

أحد الأشياء المثيرة للاهتمام للغاية التي يمكن القيام بها هو نقل المعلومات حول النشاط على Discourse إلى Mautic، لتحديد المستخدمين الذين يبذلون المزيد من الجهد في Discourse. على سبيل المثال، سيؤدي فتح موضوع جديد أو الرد إلى نقل هذه المعلومات إلى Mautic.

أتفهم أن هذا ممكن مع N8N. سأتعمق في سير العمل هذا قريبًا لأننا سنتخلص من Mailerlite ولدينا خطط لدمج وتبسيط اتصالاتنا قريبًا.

إحدى الطرق الواضحة لاستخدام n8n هي مع خلاصات RSS الموجودة مسبقًا في Discourse.

أستخدم RSS كوسيلة لإعداد بحث نشط عن المصطلحات التي أهتم بها عبر منصات مختلفة. RSS هو البروتوكول الوحيد الذي تتحدث به جميع الأشياء تقريبًا، أو يمكن ترجمتها إليه (على سبيل المثال، rss-bridge).

يبدو أن شخصًا ما قد قام ببناء عقدة n8n لـ Discourse، لذا سيكون ذلك سهل الاستخدام على الأرجح. وكما تقول الوثائق، إذا لم تكن أي من استدعاءات API التي تتوقعها مدعومة، فيمكنك دائمًا النزول إلى عقدة HTTP وإجراء استدعاءات REST إذا كنت تعرف ما تفعله.

لقد استخدمت n8n لأتمتة التسويق وأعتقد أنها أداة لائقة جدًا. أنا سعيد لأنها مفتوحة المصدر، مما أعتقد أنه يقدم حجة أقوى لامتلاك ملكيتك الفكرية، أي عدم بناء جزء كبير من منطق عملك على منصة مملوكة تخضع لتغييرات في الأسعار وإلغاء المنصة التعسفي. لذلك قد يكون هناك بعض المشاعر المشتركة مع أولئك الموجودين في مجتمع Discourse.