Zum Inhalt

crowd.dev Node#

Verwenden Sie den crowd.dev Node, um die Arbeit in crowd.dev zu automatisieren und crowd.dev in andere Anwendungen zu integrieren. Localmind Automate bietet integrierte Unterstützung für eine breite Palette von crowd.dev-Funktionen, darunter das Erstellen, Aktualisieren und Löschen von Mitgliedern, Notizen, Organisationen und Aufgaben.

Auf dieser Seite finden Sie eine Liste der Operationen, die der crowd.dev-Node unterstützt, sowie Links zu weiteren Ressourcen.

Anmeldedaten

Authentifizierungsinformationen für diesen Node finden Sie hier.

Operationen#

  • Activity
    • Erstellen oder Aktualisieren mit einem Mitglied
    • Erstellen
  • Automation
    • Erstellen
    • Zerstören
    • Finden
    • Auflisten
    • Aktualisieren
  • Member
    • Erstellen oder Aktualisieren
    • Löschen
    • Finden
    • Aktualisieren
  • Note
    • Erstellen
    • Löschen
    • Finden
    • Aktualisieren
  • Organization
    • Erstellen
    • Löschen
    • Finden
    • Aktualisieren
  • Task
    • Erstellen
    • Löschen
    • Finden
    • Aktualisieren

Verwandte Ressourcen#

Localmind Automate bietet einen Trigger-Node für crowd.dev. Die Dokumentation zum Trigger-Node finden Sie hier.

Weitere Informationen zum Dienst finden Sie in der crowd.dev-Dokumentation.

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.