0.4.0 • Published 8 months ago

n8n-nodes-appwriten8n v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

n8n-nodes-appwrite

This is an n8n community node. It lets you use Appwrite in your n8n workflows.

n8n is a fair-code licensed workflow automation platform.

Installation Operations Credentials Compatibility Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

  • Documents
    • Get (by ID or with Queries)
    • Create
    • Update
    • Delete
    • Get All (incl. with Queries)
  • Functions
    • List All
    • Get by ID
    • Execute and Output Result
  • Storage
    • Create Bucket
    • Delete Bucket
    • Get Bucket by ID
    • List Buckets
    • List Files
    • Get File by ID
    • Create File
    • Delete File
  • Users
    • Get User
    • Create User
      • I will implement the hashing algorithms soon, but for now hashed users are disabled
    • Update User
      • Can update the following
        • Name
        • Email
        • Email Verification Status (true or false)
        • Password
        • Phone
        • Phone Verification Status (true or false)
        • Labels
        • Status
    • Get User Prefs
    • Update User Prefs
    • List Users
      • Filterable with Queries
    • Delete User
    • List User Sessions
    • Delete User Sessions
    • Delete User Session
    • List User Memberships
    • List User Logs
    • List User Identities

Credentials

  1. Make sure you have an instance of Appwrite, either self-hosted or on Cloud at https://cloud.appwrite.io
  2. Once in, create a project, and then scroll down and create an API key
  3. Give it all securities you wish, only Functions, Databases, and Storage is required to use all functionality, however I will update it with more functionality as we go
  4. After creating your API key, go to Credentials and create a new Appwrite API credential, and paste in https://cloud.appwrite.io/v1 for your endpoint URL if you used Appwrite Cloud, otherwise use your endpoint
  5. Put in your Project ID by copying it
  6. Paste in your API key
  7. You're good to go!

Compatibility

  • Currently up to date with N8N, Appwrite 1.4.x is required

Resources

0.4.0

8 months ago

0.3.9

8 months ago

0.3.8

8 months ago

0.3.7

8 months ago

0.3.6

8 months ago

0.3.5

8 months ago

0.3.4

8 months ago

0.3.3

8 months ago

0.3.1

8 months ago

0.3.0

8 months ago

0.2.9

8 months ago

0.2.8

8 months ago

0.2.7

8 months ago

0.2.6

8 months ago

0.2.5

8 months ago

0.2.4

8 months ago

0.2.3

8 months ago

0.2.2

8 months ago

0.2.1

8 months ago

0.2.0

8 months ago

0.1.9

8 months ago

0.1.8

8 months ago

0.1.7

8 months ago

0.1.6

8 months ago

0.1.5

8 months ago

0.1.4

8 months ago

0.1.3

8 months ago

0.1.2

8 months ago

0.1.1

8 months ago

0.1.0

8 months ago

0.0.9

8 months ago

0.0.8

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago