Discourse node#
ใช้ Discourse node เพื่อทำงานอัตโนมัติใน Discourse และเชื่อมต่อ Discourse กับแอปอื่นๆ ได้เลย n8n รองรับฟีเจอร์ของ Discourse หลายอย่าง เช่น การสร้าง ดึงข้อมูล อัปเดต และลบ categories, groups, posts, และ users
ในหน้านี้จะมีรายการ operations ที่ Discourse node รองรับ พร้อมลิงก์ไปยังแหล่งข้อมูลอื่นๆ
Credentials
โปรดดู Discourse credentials สำหรับคำแนะนำการตั้งค่าการยืนยันตัวตน
Operations#
- Category
- Create a category
- Get all categories
- Update a category
- Group
- Create a group
- Get a group
- Get all groups
- Update a group
- Post
- Create a post
- Get a post
- Get all posts
- Update a post
- User
- Create a user
- Get a user
- Get all users
- User Group
- Create a user to group
- Remove user from group
Templates and examples#
What to do if your operation isn't supported#
If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.
You can use the credential you created for this service in the HTTP Request node:
- In the HTTP Request node, select Authentication > Predefined Credential Type.
- Select the service you want to connect to.
- Select your credential.
Refer to Custom API operations for more information.