0.69.73 • Published 5 months ago

n8n-nodes-nappwrite v0.69.73

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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

Changelog

  • 0.69.73 -- Omg so sorry, the queries never worked in the first place, now they should? anyways. love you.
  • 0.69.72 -- Ah I see, just my own fault, attempt #3 this session
  • 0.69.71 -- Apparently the queries is not a list, but an object, so screw me I guess
  • 0.69.7 -- Found a bug with the queries, for some reason a list of queries was apparently not truthy, so I removed that check and just loop over whatever's there oh yeah
  • 0.69.690 -- Fixed bugs, fixed another bug with user creation using unique as the literal ID
  • 0.69.421 -- Found a bug with queries, pushing test to see if I fixed it
  • 0.69.420 -- Man do I know myself. Fixed the bug, it was in the Appwrite Users creation
  • 0.69.42 -- Yeah so pretty sure I fixed it this time, I forgot to save, lack of sleep gets ya
  • 0.69.41 -- Don't worry, I went slow hoping to end at 420 ayy
  • 0.69.4 -- Fixed creating user with phone erroring every time, screw phone validation!
  • 0.69.3 -- Think I found it, I was sending Query.index as the query instead of query.query, whoopsie. It was at this time I realized I also did 0.6.92 on accident, so, my bad on versioning, silly zach. Does anyone read these?
  • 0.69.2 -- Found a bug with queries, unsure wassup, I asked for an equals and it gave me something that waas very not equal, so this is a test update to see if I fixed it
  • 0.69.1 -- Fix to Update Document node
  • 0.69.0 -- Initial Release
0.69.71

5 months ago

0.69.72

5 months ago

0.69.73

5 months ago

0.69.7

5 months ago

0.69.690

6 months ago

0.69.421

6 months ago

0.69.420

6 months ago

0.69.42

6 months ago

0.69.41

6 months ago

0.69.4

6 months ago

0.69.3

7 months ago

0.6.92

7 months ago

0.6.91

7 months ago

0.6.9

8 months ago