Appwrite integration
Appwrite is an end-to-end backend server for web and mobile apps.
To integrate Appwrite to Windmill, you need to save the following elements as a resource.
Property | Type | Description | Default | Required | Where to find |
---|---|---|---|---|---|
endpoint | string | url of your appwrite server | https:// | true | Your Appwrite server's URL |
project | string | ID of your appwrite project | true | Appwrite Dashboard > Your Project > Settings > ID | |
key | string | API key of your appwrite project | true | Appwrite Dashboard > Your Project > API Keys | |
self_signed | boolean | use self signed certificates on server (only for development) | false | (This is a configuration option, not found on Appwrite) |
Your resource can be used passed as parameters or directly fetched within scripts, flows and apps.
Example of a Supabase resource being used in two different manners from a script in Windmill.
tip
Feel free to create your own Appwrite scripts on Windmill.