← 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 integrate
with
See 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
- Database
- Collection
Updated Document
Triggers when a document is updated in a collection.
- 2 parameters
- Database
- Collection
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.
Actions available for Appwrite on Stepper
Create Document
Create a new document in an Appwrite database collection.
- 5 parameters
- Database
- Collection
- Document ID
- Document Data
- Permissions
Update Document
Update an existing document in an Appwrite database collection.
- 5 parameters
- Database
- Collection
- Document ID
- Document Data
- Permissions
Find Document
Get a document by its unique ID from an Appwrite database collection.
- 3 parameters
- Database
- Collection
- Document ID
List Documents
List documents in an Appwrite database collection with optional filtering.
- 4 parameters
- Database
- Collection
- Queries
- Search
Delete Document
Delete a document by its unique ID from an Appwrite database collection.
- 3 parameters
- Database
- Collection
- Document ID
Create User
Create a new user in the Appwrite project.
- 4 parameters
- Email
- Name
- Password
- Phone
Find User
Get a user by their unique ID.
List Users
List all users in the Appwrite project with optional filtering.
Delete User
Delete a user by their unique ID.
Execute Function
Trigger execution of an Appwrite function.
- 5 parameters
- Function
- Body
- Async
- Path
- Method
Delete File
Delete a file from a storage bucket.
- 2 parameters
- Bucket
- File ID
Make HTTP Request
Make an HTTP request to any URL with full control over method, headers, and body.