Skip to content

crowd.dev node#

ใช้ crowd.dev node เพื่อทำงานอัตโนมัติใน crowd.dev และ integrate crowd.dev กับแอปพลิเคชันอื่นๆ n8n มีการรองรับในตัวสำหรับฟีเจอร์ต่างๆ ของ crowd.dev ซึ่งรวมถึงการสร้าง, อัปเดต, และลบ members, notes, organizations, และ tasks

ในหน้านี้ คุณจะพบรายการ operations ที่ crowd.dev node รองรับ และลิงก์ไปยังแหล่งข้อมูลเพิ่มเติม

Credentials

คุณสามารถดูข้อมูล authentication สำหรับ node นี้ได้ here

Operations#

  • Activity
    • Create or Update with a Member
    • Create
  • Automation
    • Create
    • Destroy
    • Find
    • List
    • Update
  • Member
    • Create or Update
    • Delete
    • Find
    • Update
  • Note
    • Create
    • Delete
    • Find
    • Update
  • Organization
    • Create
    • Delete
    • Find
    • Update
  • Task
    • Create
    • Delete
    • Find
    • Update

Templates and examples#

Browse crowd.dev integration templates, or search all templates

n8n มี trigger node สำหรับ crowd.dev คุณสามารถดูเอกสาร trigger node ได้ here

อ้างอิง crowd.dev's documentation สำหรับข้อมูลเพิ่มเติมเกี่ยวกับ service นี้

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:

  1. In the HTTP Request node, select Authentication > Predefined Credential Type.
  2. Select the service you want to connect to.
  3. Select your credential.

Refer to Custom API operations for more information.