← All apps

Automate Appwrite for free on Stepper

Visit Appwrite

Appwrite is an open-source backend-as-a-service platform providing APIs for databases, authentication, storage, functions, and messaging.

I want to integratewithSee how to connect Appwrite to ...

Triggers available for Appwrite on Stepper

New Document

Triggers when a new document is created in a collection.

  • 2 parameters

Updated Document

Triggers when a document is updated in a collection.

  • 2 parameters

New User

Triggers when a new user is created in the project.

New File

Triggers when a new file is uploaded to a storage bucket.

  • 1 parameters

Actions available for Appwrite on Stepper

Create Document

Create a new document in an Appwrite database collection.

  • 5 parameters

Update Document

Update an existing document in an Appwrite database collection.

  • 5 parameters

Find Document

Get a document by its unique ID from an Appwrite database collection.

  • 3 parameters

List Documents

List documents in an Appwrite database collection with optional filtering.

  • 4 parameters

Delete Document

Delete a document by its unique ID from an Appwrite database collection.

  • 3 parameters

Create User

Create a new user in the Appwrite project.

  • 4 parameters

Find User

Get a user by their unique ID.

  • 1 parameters

List Users

List all users in the Appwrite project with optional filtering.

  • 1 parameters

Delete User

Delete a user by their unique ID.

  • 1 parameters

Execute Function

Trigger execution of an Appwrite function.

  • 5 parameters

Delete File

Delete a file from a storage bucket.

  • 2 parameters

Make HTTP Request

Make an HTTP request to any URL with full control over method, headers, and body.